Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 1 | { |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 2 | "css/erpnext.css": [ |
| 3 | "public/css/erpnext.css" |
| 4 | ], |
| 5 | "js/erpnext-web.min.js": [ |
| 6 | "public/js/website_utils.js", |
| 7 | "public/js/shopping_cart.js" |
| 8 | ], |
| 9 | "js/erpnext.min.js": [ |
| 10 | "public/js/conf.js", |
| 11 | "public/js/utils.js", |
| 12 | "public/js/queries.js", |
| 13 | "public/js/sms_manager.js", |
| 14 | "public/js/utils/party.js", |
| 15 | "public/js/templates/address_list.html", |
| 16 | "public/js/templates/contact_list.html", |
| 17 | "public/js/controllers/stock_controller.js", |
| 18 | "public/js/payment/payments.js", |
| 19 | "public/js/controllers/taxes_and_totals.js", |
| 20 | "public/js/controllers/transaction.js", |
| 21 | "public/js/pos/pos.html", |
| 22 | "public/js/pos/pos_bill_item.html", |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 23 | "public/js/pos/pos_bill_item_new.html", |
rohitwaghchaure | 24e5265 | 2017-12-14 13:06:21 +0530 | [diff] [blame] | 24 | "public/js/pos/pos_selected_item.html", |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 25 | "public/js/pos/pos_item.html", |
| 26 | "public/js/pos/pos_tax_row.html", |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 27 | "public/js/pos/customer_toolbar.html", |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 28 | "public/js/pos/pos_invoice_list.html", |
| 29 | "public/js/payment/pos_payment.html", |
| 30 | "public/js/payment/payment_details.html", |
| 31 | "public/js/templates/item_selector.html", |
| 32 | "public/js/utils/item_selector.js", |
| 33 | "public/js/help_links.js", |
Ameya Shenoy | 5c62368 | 2017-12-06 18:36:27 +0530 | [diff] [blame] | 34 | "public/js/agriculture/ternary_plot.js", |
Rushabh Mehta | d5c6416 | 2017-11-14 15:27:28 +0530 | [diff] [blame] | 35 | "public/js/templates/item_quick_entry.html", |
Manas Solanki | 966f141 | 2017-11-23 15:22:10 +0530 | [diff] [blame] | 36 | "public/js/utils/item_quick_entry.js", |
rohitwaghchaure | 24e5265 | 2017-12-14 13:06:21 +0530 | [diff] [blame] | 37 | "public/js/utils/customer_quick_entry.js", |
Manas Solanki | 966f141 | 2017-11-23 15:22:10 +0530 | [diff] [blame] | 38 | "public/js/education/student_button.html", |
| 39 | "public/js/education/assessment_result_tool.html" |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 40 | ], |
| 41 | "js/item-dashboard.min.js": [ |
| 42 | "stock/dashboard/item_dashboard.html", |
| 43 | "stock/dashboard/item_dashboard_list.html", |
| 44 | "stock/dashboard/item_dashboard.js" |
| 45 | ] |
rohitwaghchaure | 24e5265 | 2017-12-14 13:06:21 +0530 | [diff] [blame] | 46 | } |