brotherton-erpnext/erpnext/manufacturing/doctype
Kanchan Chauhan 511434190d
fix(work order): Actual start and end dates update (#24360)
Currently, even when the Work Order (without Operations) is completed and Stock Entries are there, the Actual Start Date and Actual End Date is not updated. 

For some reason need to db_set, then it updates the Actual Start Date and Actual End Date
2021-01-13 20:59:43 +05:30
..
blanket_order fix: Validation 2020-04-02 21:29:59 +05:30
blanket_order_item fix: performance issue of sales invoice while save/submit (#19598) 2019-11-19 18:47:48 +05:30
bom fix: Company Wise Valuation Rate for RM in BOM 2021-01-07 15:25:39 +05:30
bom_explosion_item feat: Supplier Sourced Items in BOM 2020-10-09 22:05:03 +05:30
bom_item feat: Supplier Sourced Items in BOM 2020-10-09 22:05:03 +05:30
bom_operation feat: added sequence id in routing for the completion of operations sequentially (#23641) 2020-10-23 18:18:03 +05:30
bom_scrap_item
bom_update_tool fix: BOM Update Tool failing due to Too Many Writes error 2020-08-27 18:54:25 +05:30
bom_website_item
bom_website_operation
downtime_entry fix: manufacturing dashboard and work order summary chart 2020-05-26 23:14:21 +05:30
job_card fix: don't cancel job card if manufacturing entry has made 2020-12-24 16:36:37 +05:30
job_card_item
job_card_time_log fix: Manufacturing UX, added calendar view for job card 2019-12-06 17:40:09 +05:30
manufacturing_settings fix: Typo/Grammatical fixes in Settings (#23612) 2020-10-23 18:22:26 +05:30
material_request_plan_item feat: Run MRP at parent level in the production plan (#21545) 2020-05-01 18:16:25 +05:30
operation feat: added sequence id in routing for the completion of operations sequentially (#23641) 2020-10-23 18:18:03 +05:30
production_plan fix: removed unnecessary filter options 2020-11-10 18:04:30 +05:30
production_plan_item feat: Production plan enhancements 2019-04-09 16:53:38 +05:30
production_plan_material_request
production_plan_material_request_warehouse feat: Close Production Plan 2020-10-26 15:27:37 +05:30
production_plan_sales_order
routing fix: on save sequence id column override with workstation 2020-11-04 13:26:03 +05:30
work_order fix(work order): Actual start and end dates update (#24360) 2021-01-13 20:59:43 +05:30
work_order_item feat: BOM template (#21262) 2020-05-21 18:10:13 +05:30
work_order_operation feat: added sequence id in routing for the completion of operations sequentially (#23641) 2020-10-23 18:18:03 +05:30
workstation feat: added sequence id in routing for the completion of operations sequentially (#23641) 2020-10-23 18:18:03 +05:30
workstation_working_hour
__init__.py