mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 07:08:24 +00:00
feat: inline serial and batch entries editor (#57216)
* feat: inline serial and batch entries editor in Purchase Receipt * feat: grid-style UX, deferred saves, scan and range options for inline serial batch editor * feat: extend inline serial batch editor to all bundle doctypes with auto fetch * fix: address review comments on inline serial batch editor * fix: escape untrusted values in inline editor alerts * fix: clear child bundle reference only when the row owns the bundle * fix: keep inline serial batch editor disabled on existing sites via patch
This commit is contained in:
@@ -6,6 +6,7 @@ import "./sms_manager";
|
||||
import "./utils/party";
|
||||
import "./controllers/stock_controller";
|
||||
import "./utils/serial_no_batch_selector";
|
||||
import "./utils/serial_batch_inline_editor";
|
||||
import "./payment/payments";
|
||||
import "./templates/visual_plant_floor_template.html";
|
||||
import "./plant_floor_visual/visual_plant";
|
||||
|
||||
1399
erpnext/public/js/utils/serial_batch_inline_editor.js
Normal file
1399
erpnext/public/js/utils/serial_batch_inline_editor.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user