Rohit Waghchaure
38eeb6994c
test: fixed test cases
2026-05-20 12:02:44 +05:30
Nabin Hait
13e0a211ae
fix: prevent negative amounts in common party JE on return invoices ( #55034 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-20 00:48:29 +05:30
Rohit Waghchaure
e4b5e6bd1e
refactor: split stock_entry.py into multiple files for better readability
2026-05-19 18:41:31 +05:30
Sudharsanan Ashok
2ad9231fb2
fix(stock): apply posting datetime filters while fetching available batches ( #54976 )
2026-05-17 06:43:13 +00:00
rohitwaghchaure
d22cd7b856
Merge pull request #54403 from aerele/fix/support-#64052
...
fix(stock): ignore fetching warehouse account for asset items
2026-05-15 13:15:11 +05:30
Mihir Kandoi
cf5e8ce878
Revert "fix: debit credit not equal in purchase transactions for mult… ( #54906 )
...
* Revert "fix: debit credit not equal in purchase transactions for multi currency"
This reverts commit 75bcea57f4 .
* Revert "test: add test case"
This reverts commit 1d30a202c3 .
* Revert "fix: include rejected qty in tax (purchase receipt)"
This reverts commit 8c9a88abbe .
2026-05-13 08:57:52 +00:00
Mihir Kandoi
db74360396
feat: partial delivery in dropshipping ( #54787 )
2026-05-08 15:30:53 +00:00
Mihir Kandoi
d5549e2f6c
feat: stock reservation for product bundle ( #54750 )
...
* feat: stock reservation for product bundle
* test: add test case
2026-05-06 16:39:04 +05:30
Mihir Kandoi
907a809f3f
fix: incorrect validation thrown for drop shipped PI ( #54751 )
2026-05-06 05:30:14 +00:00
Mihir Kandoi
a68769565b
refactor: remove old subcontracting flow ( #54717 )
2026-05-04 14:06:59 +05:30
Mihir Kandoi
09623d4c0c
refactor: update_child_qty_rate function ( #54706 )
2026-05-02 23:58:58 +05:30
Mihir Kandoi
601581d6f8
fix: debit credit not equal in purchase transactions for multi currency ( #54456 )
2026-04-27 20:30:41 +05:30
Sudharsanan11
6fe08428c1
fix(stock): ignore fetching warehouse account for asset items
2026-04-27 18:02:06 +05:30
Shllokkk
f6adef45bf
Merge pull request #54307 from aerele/fix/populate_project_from_pe
...
fix(accounts): fetch project name from payment entry to journal entry
2026-04-21 18:57:45 +05:30
rohitwaghchaure
742c5f1822
Merge pull request #53708 from aerele/fetch_item_tax_template
...
fix: fetch get_item_tax_template while update items
2026-04-20 12:17:22 +05:30
Ahmed AbuKhatwa
d61b5fd5f6
fix(dashboard-trends): set default fiscal year and company before val… ( #54339 )
...
* fix(dashboard-trends): set default fiscal year and company before validating filters Ensure and are populated with default values
* fix(dashboard-trends): ensure fiscal_year and company are properly set before validation to avoid empty filter issues
* Update erpnext/controllers/trends.py
---------
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2026-04-19 08:10:44 +00:00
Nishka Gosalia
23768ae0a5
fix: Disallow negative rates in Purchase invoice ( #54254 )
2026-04-19 12:55:05 +05:30
Mihir Kandoi
3ef6c24f07
fix: zero valuation rate popup on SI ( #54376 )
2026-04-18 11:44:49 +00:00
Lakshit Jain
453fe376ab
feat: add support for 'not applicable' tax in item tax templates ( #50898 )
...
* feat: add support for 'not applicable' tax in item tax templates
* refactor: remove unused imports
* fix: import NOT_APPLICABLE_TAX in get_item_tax_map function
* fix: add item wise tax details for not applicable taxes
* test: added test case for `not_applicable`
* fix: do not create item wise tax details for not applicable tax
* fix: ensure tax rate is set to 0 for not applicable tax rows
* refactor: changes as per review
* test: update selling settings
* test: correct settings
* fix: return both net and current tax amounts for not applicable tax
2026-04-18 11:34:36 +05:30
sarathibalamurugan
d9b255b952
fix(accounts): fetch project name from payment entry to journal entry
2026-04-17 18:43:50 +05:30
Dharanidharan2813
2e577ed25b
fix(taxes_and_totals): apply conversion_rate to taxable_amount in get_itemised_tax
2026-04-16 10:30:20 +05:30
Smit Vora
ab61a757e3
Merge pull request #54241 from ljain112/fix-rounded-total
2026-04-15 15:23:14 +05:30
rohitwaghchaure
488747eb5d
Merge pull request #54257 from rohitwaghchaure/fixed-github-65007
...
fix: not able to submit the PO
2026-04-13 19:43:34 +05:30
Rohit Waghchaure
1e43c37452
fix: not able to submit the PO
2026-04-13 17:10:37 +05:30
ljain112
e2ac476587
chore: spelling mistake
2026-04-13 16:51:20 +05:30
ljain112
f8d278b733
fix: reset base_rounded_total when rounded_total resets
2026-04-13 11:48:08 +05:30
khushi8112
256a258b38
fix: add permission validation when prompting company details for incomplete letterhead data
2026-04-10 12:53:45 +05:30
NaviN
ef454822d7
fix(sales invoice): toggle Get Items From button based on is_return and POS view ( #52594 )
2026-04-08 20:42:58 +05:30
Rohit Waghchaure
90fd6f2e40
fix: hardcoded precision causing decimal issues
2026-04-07 19:48:18 +05:30
Sagar Vora
0975583388
fix: skip discount amount validation when not saving
2026-04-06 12:33:49 +05:30
ervishnucs
ad22256b2d
fix: resolve item tax template from item group in update items
2026-04-05 11:16:37 +05:30
Mihir Kandoi
d76ddf7271
fix: include rejected qty in tax (purchase receipt) ( #53624 )
2026-03-31 15:29:56 +00:00
Lakshit Jain
1e85d72127
Merge pull request #53961 from ljain112/fix-taxe-rounding
...
fix: ensure accurate rounding for item-wise tax and taxable amounts
2026-03-31 19:49:39 +05:30
ljain112
b73b161cbe
test: improve test case
2026-03-31 17:46:46 +05:30
ljain112
9b37f2d95c
fix: ensure accurate rounding for item-wise tax and taxable amounts
2026-03-31 17:23:01 +05:30
Khushi Rawat
f5bf95ca65
Merge pull request #53811 from khushi8112/customer-group-is-group-validation
...
fix: prevent selection of group type customer group in customer master
2026-03-31 16:46:25 +05:30
khushi8112
75fa2b2277
fix(test): do not use is_group enabled customer group in test
2026-03-31 15:42:08 +05:30
ruthra kumar
f452ad3ce2
Merge pull request #53795 from ruthra-kumar/use_erpnext_testsuite_across_repo
...
refactor(test): enforce ERPNextTestSuite across repo
2026-03-31 15:01:58 +05:30
Smit Vora
28ac0effff
Merge pull request #53925 from ljain112/fix-item-tax-rounding
2026-03-30 20:46:21 +05:30
ljain112
fc8437c499
test: update item-wise tax detail test for high conversion rates
2026-03-30 20:04:53 +05:30
Smit Vora
a9edd3f132
Merge pull request #53406 from ljain112/fix-item-valaution-deduct
2026-03-30 19:53:55 +05:30
Smit Vora
a18196f584
fix(taxes): improve tax calculation accuracy and update test assertions
2026-03-30 19:37:59 +05:30
ljain112
3449ab063a
fix(tests): update item code and quantity in tax detail test case
2026-03-30 18:37:07 +05:30
ljain112
7f87a5e5c6
fix(taxes): increase rounding threshold for tax breakup calculations
2026-03-30 17:58:47 +05:30
ervishnucs
97e7916b66
fix: resolve item tax template from item group in update items
2026-03-29 21:35:26 +05:30
Mihir Kandoi
935eea6463
fix: invalid dynamic link filter for address doctype ( #53849 )
2026-03-27 12:23:58 +00:00
ruthra kumar
d2ee967383
refactor(test): remove AccountsTestMixin from reactivity
2026-03-27 11:56:52 +05:30
ruthra kumar
0b6546ea06
refactor(test): remove AccountsTestMixin from distributed discount
2026-03-27 11:56:30 +05:30
ruthra kumar
f3148e052c
refactor(test): erpnext testsuite should be primary superclass
2026-03-27 11:00:25 +05:30
ruthra kumar
14a46bf920
Merge pull request #53657 from ruthra-kumar/move_commits_inside_test_guard_clause
...
refactor(test): move remaining commits inside test guard
2026-03-24 17:43:17 +05:30