2012-09-24 13:43:42 +00:00
|
|
|
{
|
2016-12-09 12:08:59 +00:00
|
|
|
"css/erpnext.css": [
|
2018-04-03 05:14:13 +00:00
|
|
|
"public/less/erpnext.less",
|
2019-05-16 18:25:35 +00:00
|
|
|
"public/less/hub.less",
|
2019-05-22 01:08:25 +00:00
|
|
|
"public/less/call_popup.less"
|
2016-12-09 12:08:59 +00:00
|
|
|
],
|
2018-09-11 12:08:31 +00:00
|
|
|
"css/marketplace.css": [
|
|
|
|
"public/less/hub.less"
|
|
|
|
],
|
2016-12-09 12:08:59 +00:00
|
|
|
"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": [
|
2019-03-19 06:18:32 +00:00
|
|
|
"public/scss/website.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/templates/address_list.html",
|
|
|
|
"public/js/templates/contact_list.html",
|
|
|
|
"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/pos/pos.html",
|
|
|
|
"public/js/pos/pos_bill_item.html",
|
|
|
|
"public/js/pos/pos_bill_item_new.html",
|
|
|
|
"public/js/pos/pos_selected_item.html",
|
|
|
|
"public/js/pos/pos_item.html",
|
|
|
|
"public/js/pos/pos_tax_row.html",
|
|
|
|
"public/js/pos/customer_toolbar.html",
|
|
|
|
"public/js/pos/pos_invoice_list.html",
|
|
|
|
"public/js/payment/pos_payment.html",
|
|
|
|
"public/js/payment/payment_details.html",
|
|
|
|
"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",
|
2017-11-23 09:52:10 +00:00
|
|
|
"public/js/education/student_button.html",
|
2017-12-10 16:32:41 +00:00
|
|
|
"public/js/education/assessment_result_tool.html",
|
2019-05-02 09:29:44 +00:00
|
|
|
"public/js/hub/hub_factory.js",
|
2019-06-10 03:55:39 +00:00
|
|
|
"public/js/call_popup/call_popup.js",
|
2019-05-28 06:43:53 +00:00
|
|
|
"public/js/utils/dimension_tree_filter.js"
|
2016-12-09 12:08:59 +00:00
|
|
|
],
|
|
|
|
"js/item-dashboard.min.js": [
|
|
|
|
"stock/dashboard/item_dashboard.html",
|
|
|
|
"stock/dashboard/item_dashboard_list.html",
|
|
|
|
"stock/dashboard/item_dashboard.js"
|
|
|
|
]
|
2017-12-14 07:36:21 +00:00
|
|
|
}
|