2012-09-24 13:43:42 +00:00
|
|
|
{
|
2020-04-22 07:37:12 +00:00
|
|
|
"css/erpnext.css": [
|
|
|
|
"public/less/erpnext.less",
|
|
|
|
"public/less/hub.less",
|
2021-02-08 13:12:27 +00:00
|
|
|
"public/scss/call_popup.scss",
|
2020-11-09 18:21:24 +00:00
|
|
|
"public/scss/point-of-sale.scss"
|
2020-04-22 07:37:12 +00:00
|
|
|
],
|
|
|
|
"css/marketplace.css": [
|
|
|
|
"public/less/hub.less"
|
|
|
|
],
|
|
|
|
"js/erpnext-web.min.js": [
|
|
|
|
"public/js/website_utils.js",
|
|
|
|
"public/js/shopping_cart.js"
|
|
|
|
],
|
2018-08-07 12:58:39 +00:00
|
|
|
"css/erpnext-web.css": [
|
2020-12-24 06:10:33 +00:00
|
|
|
"public/scss/website.scss",
|
|
|
|
"public/scss/shopping_cart.scss"
|
2018-08-07 12:58:39 +00:00
|
|
|
],
|
2019-07-03 05:04:31 +00:00
|
|
|
"js/marketplace.min.js": [
|
|
|
|
"public/js/hub/marketplace.js"
|
|
|
|
],
|
|
|
|
"js/erpnext.min.js": [
|
|
|
|
"public/js/conf.js",
|
|
|
|
"public/js/utils.js",
|
|
|
|
"public/js/queries.js",
|
|
|
|
"public/js/sms_manager.js",
|
|
|
|
"public/js/utils/party.js",
|
|
|
|
"public/js/controllers/stock_controller.js",
|
|
|
|
"public/js/payment/payments.js",
|
|
|
|
"public/js/controllers/taxes_and_totals.js",
|
|
|
|
"public/js/controllers/transaction.js",
|
|
|
|
"public/js/templates/item_selector.html",
|
2018-08-07 12:58:39 +00:00
|
|
|
"public/js/templates/employees_to_mark_attendance.html",
|
2019-07-03 05:04:31 +00:00
|
|
|
"public/js/utils/item_selector.js",
|
|
|
|
"public/js/help_links.js",
|
|
|
|
"public/js/agriculture/ternary_plot.js",
|
|
|
|
"public/js/templates/item_quick_entry.html",
|
|
|
|
"public/js/utils/item_quick_entry.js",
|
2018-08-07 12:58:39 +00:00
|
|
|
"public/js/utils/customer_quick_entry.js",
|
2020-04-22 07:37:12 +00:00
|
|
|
"public/js/education/student_button.html",
|
|
|
|
"public/js/education/assessment_result_tool.html",
|
|
|
|
"public/js/hub/hub_factory.js",
|
|
|
|
"public/js/call_popup/call_popup.js",
|
2020-12-01 07:34:53 +00:00
|
|
|
"public/js/utils/dimension_tree_filter.js",
|
2021-01-12 18:01:40 +00:00
|
|
|
"public/js/telephony.js",
|
|
|
|
"public/js/templates/call_link.html"
|
2020-04-22 07:37:12 +00:00
|
|
|
],
|
|
|
|
"js/item-dashboard.min.js": [
|
|
|
|
"stock/dashboard/item_dashboard.html",
|
|
|
|
"stock/dashboard/item_dashboard_list.html",
|
2020-11-26 05:15:44 +00:00
|
|
|
"stock/dashboard/item_dashboard.js",
|
|
|
|
"stock/page/warehouse_capacity_summary/warehouse_capacity_summary.html",
|
|
|
|
"stock/page/warehouse_capacity_summary/warehouse_capacity_summary_header.html"
|
2020-11-23 12:23:34 +00:00
|
|
|
],
|
|
|
|
"js/point-of-sale.min.js": [
|
|
|
|
"selling/page/point_of_sale/pos_item_selector.js",
|
|
|
|
"selling/page/point_of_sale/pos_item_cart.js",
|
|
|
|
"selling/page/point_of_sale/pos_item_details.js",
|
|
|
|
"selling/page/point_of_sale/pos_number_pad.js",
|
|
|
|
"selling/page/point_of_sale/pos_payment.js",
|
|
|
|
"selling/page/point_of_sale/pos_past_order_list.js",
|
|
|
|
"selling/page/point_of_sale/pos_past_order_summary.js",
|
|
|
|
"selling/page/point_of_sale/pos_controller.js"
|
2021-02-22 16:49:47 +00:00
|
|
|
],
|
|
|
|
"js/bank-reconciliation-tool.min.js": [
|
|
|
|
"public/js/bank_reconciliation_tool/data_table_manager.js",
|
|
|
|
"public/js/bank_reconciliation_tool/number_card.js",
|
|
|
|
"public/js/bank_reconciliation_tool/dialog_manager.js"
|
2020-04-22 07:37:12 +00:00
|
|
|
]
|
2017-12-14 07:36:21 +00:00
|
|
|
}
|