Sudharsanan11
6b1aac4aee
fix(manufacturing): ignore sales order validation for subassembly item
2026-03-02 12:26:55 +05:30
Rohit Waghchaure
d90ec49241
fix: patch to complete onboarding stpes for existing records
2026-02-25 17:23:57 +05:30
Harsh Patadia
bdcb2c1512
refactor: separate construction of chart related data from get_columns() ( #52824 )
...
* fix: avoid hardcoded column slicing for Profit & Loss chart data
* refactor: improve parameter naming and reduce code repetion by using same function get_period_columns()
* refactor: improved parameter naming in get_data() and get_chart_data()
2026-02-24 12:36:47 +00:00
Rohit Waghchaure
792a1a7ab7
feat: module onboarding
2026-02-24 11:45:31 +05:30
Diptanil Saha
30e0285ae7
Merge pull request #52891 from diptanilsaha/notifs
2026-02-23 19:37:52 +05:30
diptanilsaha
96aa37eff5
fix: material request on receive notification condition
2026-02-23 17:43:08 +05:30
Sudharsanan Ashok
8b2a971019
fix(manufacturing): remove delete query of job card & batch and serial no ( #52840 )
...
* fix(manufacturing): remove delete query of batch and serial no
* fix(manufacturing): remove delete query of job card
* fix: remove delete function call for work order
2026-02-23 16:58:13 +05:30
Mihir Kandoi
a2afabab79
Merge pull request #52880 from aerele/fix-support/60562
2026-02-23 15:33:33 +05:30
Pandiyan37
b7f45e6963
fix(work_order): update returned qty
2026-02-23 15:04:21 +05:30
Mihir Kandoi
8e14249335
fix: use stock qty instead of qty when updating transferred qty in WO
2026-02-23 13:02:04 +05:30
Sudharsanan11
cfbdfcf515
test(manufacturing): add test to validate the planned qty
2026-02-23 02:32:40 +05:30
Sudharsanan11
4d40c84a31
fix(manufacturing): update status for work order before calculating planned qty
2026-02-19 12:59:11 +05:30
Mihir Kandoi
1f62cecdfd
Merge pull request #52628 from aerele/fix/support-#59774
...
fix(manufacturing): set pick list purpose while creating it from work order
2026-02-18 15:14:50 +05:30
Sudharsanan11
23ccc2a8c5
fix(manufacturing): set pick list purpose while creating it from work order
2026-02-18 14:05:42 +05:30
Mihir Kandoi
fad53f6fe4
refactor(manufacturing): add args type hints to functions
2026-02-18 13:58:44 +05:30
Mihir Kandoi
4f4bd98943
Merge pull request #52733 from mihir-kandoi/allow-sequence-id-edit
...
fix: allow sequence ID edit in BOM if routing is not set
2026-02-17 16:05:33 +05:30
Mihir Kandoi
08529964b4
fix: allow sequence id edit in BOM if routing is not set
2026-02-17 15:39:52 +05:30
Mihir Kandoi
7860673855
Merge pull request #52716 from mihir-kandoi/gh52551
...
fix: do not allow plant floor company and warehouse to be updated
2026-02-17 12:11:53 +05:30
Mihir Kandoi
fd72132743
fix: do not allow plant floor company and warehouse to be updated
2026-02-17 11:54:12 +05:30
Mihir Kandoi
1eb9f5b803
Merge pull request #52713 from mihir-kandoi/st60127
...
fix: production plan status
2026-02-17 11:23:17 +05:30
Mihir Kandoi
b3e6b304e4
fix: production plan status
2026-02-17 10:43:47 +05:30
rohitwaghchaure
4defb104db
Merge pull request #52620 from Shllokkk/production-plan-fix
...
fix: prevent rows from being added to sub_assembly_items and mr_items
2026-02-17 00:11:31 +05:30
Sudharsanan11
341dc4be7a
test(manufacturing): add test to validate the sales order references for sub assembly items
2026-02-16 23:21:35 +05:30
Sudharsanan11
0f2ed28ab7
fix(manufacturing): set sales order references in subassembly child table
2026-02-16 23:21:35 +05:30
Sudharsanan11
c2282eaf08
fix(manufacturing): add sales order fields in subassembly child table
2026-02-16 23:21:35 +05:30
Shllokkk
25f979a825
fix: prevent rows from being added to sub_assembly_items and mr_items
2026-02-16 22:33:36 +05:30
Rohit Waghchaure
bf20ecca60
refactor: form cleanup for stock and manufacturing doctypes
2026-02-06 19:27:35 +05:30
Nishka Gosalia
81dceceb4f
fix: test case
2026-02-06 15:42:15 +05:30
Mihir Kandoi
70053fea8e
Merge pull request #52000 from nishkagosalia/gh-51010
...
fix: Added validation for quality inspection in job card
2026-02-06 12:07:41 +05:30
Rohit Waghchaure
dca2cfd009
fix: stock reservation created against job card
2026-02-05 22:06:54 +05:30
Rohit Waghchaure
95baf953a8
fix: operation status and bom validation
2026-02-05 18:14:35 +05:30
Mihir Kandoi
c9dbd58e7f
Merge pull request #52427 from archielister/develop
2026-02-04 20:02:33 +05:30
rohitwaghchaure
e63ff83f24
Merge pull request #52422 from rohitwaghchaure/fixed-not-able-to-complete-jc
...
fix: not able to complete job card
2026-02-04 18:42:56 +05:30
archielister
e4df0a393a
fix for obtaining bom_no
2026-02-04 12:20:43 +00:00
Rohit Waghchaure
175fe9279c
fix: not able to complete job card
2026-02-04 17:04:13 +05:30
Mihir Kandoi
3b45485351
Merge pull request #51773 from aerele/fix/production-analytics-report
2026-02-04 16:57:23 +05:30
Sudharsanan11
27091e5168
fix(manufacturing): fix chart period keys
2026-02-04 12:18:03 +05:30
Sudharsanan11
16f09141da
fix(manufacturing): handle None value for actual_end_date
2026-02-04 11:14:47 +05:30
Nishka Gosalia
46b4cf3add
fix: Added validation for quality inspection in job card
2026-02-03 11:38:36 +05:30
Mihir Kandoi
6e17ccf499
fix: hide close button on WO if WO is completed
2026-01-30 11:56:38 +05:30
Rohit Waghchaure
646688c291
fix: lead time calculation for FG item
2026-01-29 17:30:22 +05:30
Mihir Kandoi
4e19c7e8bd
fix: production plan not considering planning datetime when creating WO
2026-01-29 10:16:06 +05:30
Rohit Waghchaure
696ea68f86
fix: not able to complete the job card
2026-01-26 11:35:48 +05:30
rohitwaghchaure
c5a4164a6b
Merge pull request #52043 from rohitwaghchaure/fixed-uom-not-fetching-in-bom
...
fix: UOM of item not fetching in BOM
2026-01-25 10:44:28 +05:30
Rohit Waghchaure
ba8eadda52
fix: UOM of item not fetching in BOM
2026-01-24 14:15:56 +05:30
rohitwaghchaure
7250ee4429
Merge pull request #52024 from rohitwaghchaure/fixed-support-56966
...
fix: Bin reserved qty for production for extra material transfer
2026-01-23 21:13:20 +05:30
Rohit Waghchaure
f5378b6573
fix: Bin reserved qty for production for extra material transfer
2026-01-23 19:35:47 +05:30
rohitwaghchaure
6954811c55
Merge pull request #52003 from rohitwaghchaure/fixed-hide-stock-entry-button
...
fix: do not show stock entry button if timer is running
2026-01-22 23:56:54 +05:30
Rohit Waghchaure
466668c6b8
fix: do not show stock entry button if timer is running
2026-01-22 22:56:34 +05:30
Mihir Kandoi
c919b1de38
fix: job cards should not be deleted on close of WO
2026-01-21 11:46:00 +05:30