Mihir Kandoi
8bce42e633
fix: rename sla fields patch ( #46465 )
...
* fix: rename sla fields patch
* fix: rerun patch
2025-03-12 10:34:20 +05:30
Mihir Kandoi
f5d5508035
Merge pull request #46460 from mihir-kandoi/fix_rename_sle_fields_2
...
fix: rename sla fields patch
2025-03-12 00:26:35 +05:30
Mihir Kandoi
b6c18849c5
fix: rename sla fields patch
2025-03-12 00:03:08 +05:30
Mihir Kandoi
d653899372
fix: sla fields patch
2025-03-11 21:18:18 +05:30
Mihir Kandoi
cd72532789
fix: consider stock freeze date in recalculate_amount_difference_field patch
2025-03-08 11:38:28 +05:30
Mihir Kandoi
696f931678
fix: consider account freeze date in recalculate_amount_difference_field patch
2025-03-08 11:31:33 +05:30
rohitwaghchaure
2e207d651d
Merge pull request #46354 from mihir-kandoi/46351
...
fix: recalculate_amount_difference_field patch
2025-03-06 13:27:43 +05:30
Mihir Kandoi
95d1976931
fix: check if set_landed_cost_based_on_purchase_invoice_rate is enabled before running patch
2025-03-06 13:11:31 +05:30
Mihir Kandoi
0492b941ff
fix: recalculate_amount_difference_field patch
2025-03-06 12:58:53 +05:30
Mihir Kandoi
e8d4a487c6
fix: rename_sla_fields patch
2025-03-06 12:57:27 +05:30
Khushi Rawat
f50d479bfd
fix: exclude already consumed purchase receipt items from asset capitalization ( #46329 )
...
* feat: link purchase receipt row item to capitalization
* fix: avoid fetching already consumed stock and asset items during capitalization
* fix(patch): added patch to link purchase receipt item to stock item child table
* fix: added nosemgrep
* refactor: rename to
2025-03-05 17:39:24 +05:30
Mihir Kandoi
3bb6a311de
Merge branch 'develop' into st31369
2025-03-05 12:48:19 +05:30
rohitwaghchaure
27446a68b7
Merge pull request #45987 from mihir-kandoi/st31052-3
...
fix: rename some sla fields
2025-03-05 12:45:53 +05:30
Nabin Hait
5513e24b00
fix(workspace): enable is_query_report on purchase reports ( #46249 )
...
* fix(workspace): enable is_query_report on purchase reports
* fix: resolved conflict
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
2025-03-05 12:30:09 +05:30
rohitwaghchaure
65a229abb1
Merge pull request #46226 from mihir-kandoi/refactor_sc_feilds
...
refactor: rename subcontracting fields
2025-03-05 12:25:08 +05:30
Mihir Kandoi
01b5fb2f91
Merge branch 'develop' into st31052-3
2025-03-05 12:14:01 +05:30
Mihir Kandoi
ceaf217341
Merge branch 'develop' into st31369
2025-03-05 12:13:13 +05:30
Mihir Kandoi
b4f65154f5
refactor: rename subcontracting fields
2025-03-02 17:16:17 +05:30
venkat102
a4b24f7451
fix(asset depreciation schedules): enable auto commit
2025-02-28 15:14:25 +05:30
Mihir Kandoi
0c465b0f32
Merge branch 'develop' into st31369
2025-02-19 16:04:26 +05:30
Khushi Rawat
fa31a0282e
Merge pull request #45898 from nabinhait/asset-depr-schedule-patch
...
fix: patch for creating asset depreciation schedule records
2025-02-19 15:37:27 +05:30
Mihir Kandoi
dcec446e55
fix: patch path
2025-02-19 13:10:13 +05:30
Mihir Kandoi
1230127d24
fix: patch
2025-02-19 13:03:45 +05:30
Rohit Waghchaure
ac9e5c0163
fix: millisecond issue for posting datetime
2025-02-18 18:58:45 +05:30
Nabin Hait
7324dcb7c8
fix: patch for creating asset depreciation schedule records
2025-02-13 18:02:56 +05:30
ruthra kumar
1c725dee5d
Merge pull request #45832 from ruthra-kumar/fix_migration_issue_for_reconciliation_sync
...
fix: possible model sync issue
2025-02-11 09:54:48 +05:30
ruthra kumar
0069581aa3
fix: possible model sync issue
2025-02-10 17:16:09 +05:30
Sanket322
133e0417b8
fix: handle response when json is None
2025-02-05 17:41:07 +05:30
Sanket Shah
aaf720ab61
fix: Gross Profit Report with Correct Totals and Gross Margin ( #45548 )
...
Co-authored-by: Sanket322 <shahsanket322003.com>
2025-01-29 16:42:51 +05:30
Raffael Meyer
be2593bb51
refactor!: remove redundant title field from sales transactions ( #45115 )
...
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-01-22 11:35:41 +00:00
Deepesh Garg
f4d1a54588
fix: Do no query GLs if no PCVs are posted
2025-01-22 13:46:37 +05:30
Diptanil Saha
97e3770872
fix: fixed typo in manufacturing settings and field rename ( #45238 )
...
* chore: field rename and patch entry
* chore: patch file rename and description improvement
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-01-17 11:54:39 +00:00
Sagar Vora
84e0b41c4f
fix: ensure multiple PCVs in same fiscal year are considered in patch
2025-01-17 16:44:06 +05:30
ruthra kumar
ce9c606f71
refactor: allow users to configure interval for Semi-Auto payment reconciliation ( #45211 )
...
* refactor: configurable interval for reconciliation trigger
* refactor: set default value for interval
* refactor: configurable queue size
* refactor: use patch to setup default cron job
* refactor: use 'after_migrate' to setup cron for reconciliation
User specified interval will be used
* chore: type casting
* refactor: use scheduler_event to persist cron
* chore: rename field
* chore: use configured queue size
* chore: remove unwanted field
2025-01-14 16:59:15 +05:30
ruthra kumar
a8a8ac71b6
refactor: patch to migrate checkbox to select
2025-01-09 20:41:27 +05:30
Khushi Rawat
6850019649
feat: work in progress status for asset ( #45066 )
...
* feat: work in progress status for asset
* fix: test case correction
* fix(patch): added patch to update status of assets
* fix: updated tests
2025-01-07 17:38:21 +05:30
rohitwaghchaure
c9088f4955
refactor: stock closing balance -> stock closing entry ( #44489 )
...
* refactor: stock closing balance
* perf: batchwise balance history report
* fix: stock ageing data for stock balance report
2024-12-26 22:57:58 +05:30
rs-rethik
5401cf9647
chore: remove irrelevant import
2024-12-17 11:10:25 +05:30
rs-rethik
494ac04f8e
refactor: convert sql query to query builder
2024-12-17 11:10:25 +05:30
rs-rethik
2a6be127ef
fix: update cc_to multiselect in process statement of accounts
2024-12-17 11:10:25 +05:30
ruthra kumar
4409dadfe2
Merge pull request #44585 from blaggacao/fix/old-data-from-2009-in-migration
...
fix: migration; make it resilient against old, non-conforming data
2024-12-13 18:22:06 +05:30
ruthra kumar
d07f9d746a
refactor: ignore selective malformed json
2024-12-13 16:00:39 +05:30
rohitwaghchaure
616bb383c5
fix: do not allow to inward same serial nos multiple times ( #44617 )
2024-12-09 19:01:33 +05:30
David
14a57795d5
fix: migration; make it resilient against old, non-conforming data
2024-12-06 17:52:54 +01:00
Sagar Vora
7cc111f790
fix: set correct unallocated amount in Payment Entry ( #43958 )
...
* fix: set correct unallocated amount in Payment Entry
* fix: add checkbox and other logic fix
* fix: patch to set is_exchange_gain_loss in Payment Entry deductions
* fix: consider deductions except exch. gain/loss
* fix: set exchange gain loss in payment entry
* fix: separate function to set exchange gain loss
* fix: failing test cases
* fix: add cash disc. row first
* fix: review changes
* fix: changes as per review
* fix: failing test cases
* fix: review
* fix: wait for request to complete before updating exchange gain loss
* fix: review
---------
Co-authored-by: vishakhdesai <vishakhdesai@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2024-12-02 14:54:29 +05:30
rohitwaghchaure
cc571aca8f
fix: added Stock UOM field for RM in work order ( #44185 )
...
fix: added UOM field for RM in work order
2024-11-20 11:20:47 +05:30
rohitwaghchaure
495528a758
fix: patch ( #44191 )
2024-11-18 17:59:55 +05:30
David
2ec8a0e943
fix(migration): to new item_wise_tax_detail
2024-11-17 11:58:53 +01:00
David Arnold
7e9fc9f4df
Merge pull request #43372 from blaggacao/feat/log-net-total-on-taxes-and-charges
...
fix: item wise tax details and net amounts
2024-11-14 12:40:59 +01:00
Varun Verma
b7ad525960
fix: bulk update invoice remarks during site upgrade
...
fixes issue #43634
(cherry picked from commit cc07402b5e )
2024-11-14 07:19:17 +00:00