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
khushi8112
4307cd5b1c
feat: default print format for Quotation
2026-03-24 12:17:36 +05:30
ruthra kumar
342ce65401
refactor(test): move dimension setup to test data bootstrap
...
and remove create_dimension() and disable_dimension()
2026-03-24 11:57:43 +05:30
khushi8112
2859a143f2
fix: skip overwriting existing asset fields with accounting dimensions
2026-03-24 02:19:44 +05:30
Khushi Rawat
0faa261729
Merge pull request #53646 from khushi8112/default-print-format-for-rfq
...
feat: default print format for Request for Quotation
2026-03-24 01:34:00 +05:30
Mihir Kandoi
91da450a31
chore: remove unused imports ( #53722 )
2026-03-23 16:39:55 +00:00
rohitwaghchaure
3f3ddf968e
Merge pull request #53705 from rohitwaghchaure/fixed-support-63246
...
fix: batch validation for subcontracting receipt
2026-03-23 17:01:47 +05:30
ervishnucs
03c9d16ca6
fix: fetch get_item_tax_template while update items
2026-03-23 16:45:20 +05:30
Rohit Waghchaure
b8d201658a
fix: batch validation for subcontracting receipt
2026-03-23 16:29:47 +05:30
khushi8112
2af0d9cf6c
feat: default print format for Request for Quotation
2026-03-23 15:04:14 +05:30
Nishka Gosalia
ca877ba223
Merge pull request #53649 from nishkagosalia/st-63180
2026-03-23 14:27:13 +05:30
diptanilsaha
a908bc7e92
fix(trends): added validation for period_based_on filter ( #53690 )
2026-03-23 14:23:42 +05:30
nishkagosalia
dcd0509089
chore: Adding new argument in status updater to skip qty validation
2026-03-23 13:18:26 +05:30
Mihir Kandoi
7a61d6fcd5
fix: shipping rule applied twice on non stock items ( #53655 )
2026-03-23 06:49:39 +00:00