a3e69cf75d
* feat: Bulk Transaction Processing * fix: add flags to ignore validations and exception handling correction * fix: remove duplicate code, added logger functionality and improved notifications * fix: linting and sider issues * test: added tests * fix: linter issues * fix: failing test case * fix: sider issues and test cases * refactor: mapping function calls to create order/invoice * fix: added more test cases to increase coverage * fix: test cases * fix: sider issue * fix: rename doctype, improve formatting and minor refactor * fix: update doctype name in hooks and sider issues * fix: entry log test case * fix: typos, translations and company name in tests * fix: linter issues and translations * fix: linter issue * fix: split into separate function for marking failed transaction * fix: typos, retry failed transaction logic and make log read only * fix: hide retry button when no failed transactions and remove test cases not rrelevant * fix: sider issues and indentation to tabs Co-authored-by: Ankush Menat <ankush@frappe.io>
78 lines
2.7 KiB
JSON
78 lines
2.7 KiB
JSON
{
|
|
"css/erpnext.css": [
|
|
"public/less/erpnext.less",
|
|
"public/scss/call_popup.scss",
|
|
"public/scss/point-of-sale.scss",
|
|
"public/scss/hierarchy_chart.scss"
|
|
],
|
|
"js/erpnext-web.min.js": [
|
|
"public/js/website_utils.js",
|
|
"public/js/shopping_cart.js",
|
|
"public/js/wishlist.js"
|
|
],
|
|
"css/erpnext-web.css": [
|
|
"public/scss/website.scss",
|
|
"public/scss/shopping_cart.scss"
|
|
],
|
|
"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",
|
|
"public/js/templates/employees_to_mark_attendance.html",
|
|
"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",
|
|
"public/js/utils/customer_quick_entry.js",
|
|
"public/js/utils/supplier_quick_entry.js",
|
|
"public/js/education/student_button.html",
|
|
"public/js/education/assessment_result_tool.html",
|
|
"public/js/call_popup/call_popup.js",
|
|
"public/js/utils/dimension_tree_filter.js",
|
|
"public/js/telephony.js",
|
|
"public/js/templates/call_link.html",
|
|
"public/js/templates/node_card.html",
|
|
"public/js/bulk_transaction_processing.js"
|
|
],
|
|
"js/item-dashboard.min.js": [
|
|
"stock/dashboard/item_dashboard.html",
|
|
"stock/dashboard/item_dashboard_list.html",
|
|
"stock/dashboard/item_dashboard.js",
|
|
"stock/page/warehouse_capacity_summary/warehouse_capacity_summary.html",
|
|
"stock/page/warehouse_capacity_summary/warehouse_capacity_summary_header.html"
|
|
],
|
|
"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"
|
|
],
|
|
"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"
|
|
],
|
|
"js/hierarchy-chart.min.js": [
|
|
"public/js/hierarchy_chart/hierarchy_chart_desktop.js",
|
|
"public/js/hierarchy_chart/hierarchy_chart_mobile.js"
|
|
],
|
|
"js/e-commerce.min.js": [
|
|
"e_commerce/product_ui/views.js",
|
|
"e_commerce/product_ui/grid.js",
|
|
"e_commerce/product_ui/list.js",
|
|
"e_commerce/product_ui/search.js"
|
|
]
|
|
}
|