fix: Make js bundles
This commit is contained in:
parent
1fe891b287
commit
f751738267
3
erpnext/public/js/bank-reconciliation-tool.bundle.js
Normal file
3
erpnext/public/js/bank-reconciliation-tool.bundle.js
Normal file
@ -0,0 +1,3 @@
|
||||
import "./bank_reconciliation_tool/data_table_manager";
|
||||
import "./bank_reconciliation_tool/number_card";
|
||||
import "./bank_reconciliation_tool/dialog_manager";
|
2
erpnext/public/js/erpnext-web.bundle.js
Normal file
2
erpnext/public/js/erpnext-web.bundle.js
Normal file
@ -0,0 +1,2 @@
|
||||
import "./website_utils";
|
||||
import "./shopping_cart";
|
27
erpnext/public/js/erpnext.bundle.js
Normal file
27
erpnext/public/js/erpnext.bundle.js
Normal file
@ -0,0 +1,27 @@
|
||||
import "./conf";
|
||||
import "./utils";
|
||||
import "./queries";
|
||||
import "./sms_manager";
|
||||
import "./utils/party";
|
||||
import "./controllers/stock_controller";
|
||||
import "./payment/payments";
|
||||
import "./controllers/taxes_and_totals";
|
||||
import "./controllers/transaction";
|
||||
import "./templates/item_selector.html";
|
||||
import "./templates/employees_to_mark_attendance.html";
|
||||
import "./utils/item_selector";
|
||||
import "./help_links";
|
||||
import "./agriculture/ternary_plot";
|
||||
import "./templates/item_quick_entry.html";
|
||||
import "./utils/item_quick_entry";
|
||||
import "./utils/customer_quick_entry";
|
||||
import "./education/student_button.html";
|
||||
import "./education/assessment_result_tool.html";
|
||||
import "./hub/hub_factory";
|
||||
import "./call_popup/call_popup";
|
||||
import "./utils/dimension_tree_filter";
|
||||
import "./telephony";
|
||||
import "./templates/call_link.html";
|
||||
|
||||
// import { sum } from 'frappe/public/utils/util.js'
|
||||
|
5
erpnext/public/js/item-dashboard.bundle.js
Normal file
5
erpnext/public/js/item-dashboard.bundle.js
Normal file
@ -0,0 +1,5 @@
|
||||
import "../../stock/dashboard/item_dashboard.html";
|
||||
import "../../stock/dashboard/item_dashboard_list.html";
|
||||
import "../../stock/dashboard/item_dashboard.js";
|
||||
import "../../stock/page/warehouse_capacity_summary/warehouse_capacity_summary.html";
|
||||
import "../../stock/page/warehouse_capacity_summary/warehouse_capacity_summary_header.html";
|
8
erpnext/public/js/point-of-sale.bundle.js
Normal file
8
erpnext/public/js/point-of-sale.bundle.js
Normal file
@ -0,0 +1,8 @@
|
||||
import "../../selling/page/point_of_sale/pos_item_selector.js";
|
||||
import "../../selling/page/point_of_sale/pos_item_cart.js";
|
||||
import "../../selling/page/point_of_sale/pos_item_details.js";
|
||||
import "../../selling/page/point_of_sale/pos_number_pad.js";
|
||||
import "../../selling/page/point_of_sale/pos_payment.js";
|
||||
import "../../selling/page/point_of_sale/pos_past_order_list.js";
|
||||
import "../../selling/page/point_of_sale/pos_past_order_summary.js";
|
||||
import "../../selling/page/point_of_sale/pos_controller.js";
|
Loading…
x
Reference in New Issue
Block a user