ruthra kumar
14565ed8b1
fix: tds incorrectly calculated for invoice that are below threshold
...
Two purchase invoices for the same supplier, using different tax
withholding categories have this issue.
| Category | single | cumulative |
|----------+--------+------------|
| cat1 | 100 | 500 |
| cat2 | 1000 | 5000 |
1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it
breached single threshold
2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as
PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled.
(cherry picked from commit 84b7c1bba0 )
2023-05-18 13:30:02 +00:00
Frappe PR Bot
7076c23a4f
chore(release): Bumped to Version 14.24.2
...
## [14.24.2](https://github.com/frappe/erpnext/compare/v14.24.1...v14.24.2 ) (2023-05-16)
### Bug Fixes
* add missing options for `Content Align` ([3697e8f ](3697e8f1f9 ))
* allow over-payment against SO ([#35079 ](https://github.com/frappe/erpnext/issues/35079 )) ([fe9e0c2 ](fe9e0c2121 ))
* bad strings format for command get-untraslated ([#34361 ](https://github.com/frappe/erpnext/issues/34361 )) ([5a54296 ](5a54296686 ))
* bad strings format for update-translations ([#34592 ](https://github.com/frappe/erpnext/issues/34592 )) ([e3c1d73 ](e3c1d736ce ))
* bom item filter issue ([098603d ](098603dd35 ))
* cancelled vouchers in tax withheld vouchers list ([#35309 ](https://github.com/frappe/erpnext/issues/35309 )) ([c41e1d7 ](c41e1d7d71 ))
* enqueue submit/cancel action for stock entry to avoid time out error ([457846e ](457846e34c ))
* force to do reposting for cancelled document ([6f96e5d ](6f96e5dcd4 ))
* function `batch_no` should only be declared once ([#35115 ](https://github.com/frappe/erpnext/issues/35115 )) ([26928b3 ](26928b395b ))
* incorrect packing items ([ab56470 ](ab56470171 ))
* inventory dimension for inter company transfer return use case ([6d121b8 ](6d121b8107 ))
* inventory dimension for material transfer not working ([1d8050d ](1d8050d24d ))
* item list view not working ([d9efa66 ](d9efa662d4 ))
* port option for additional_conditions in item wise sales register ([#35187 ](https://github.com/frappe/erpnext/issues/35187 )) ([42037f9 ](42037f9f73 ))
* recalculate costs in SCR while reposting ([9a8ee62 ](9a8ee62d5a ))
* sales person allocated amount calculation error nonetype and float ([#35293 ](https://github.com/frappe/erpnext/issues/35293 )) ([3a7c69f ](3a7c69fc71 ))
* test case ([3f8928b ](3f8928be5c ))
* test case ([9b2b467 ](9b2b46737e ))
* typo ([2772a91 ](2772a911ed ))
* unable to create partial invoice with auto fetch terms enabled ([#35285 ](https://github.com/frappe/erpnext/issues/35285 )) ([fa9fa97 ](fa9fa97e05 ))
* update workstation hour rate when workstation change in job card ([bc88415 ](bc88415e73 ))
* **UX:** misc "home" onboarding improvements (backport [#35319 ](https://github.com/frappe/erpnext/issues/35319 )) ([#35321 ](https://github.com/frappe/erpnext/issues/35321 )) ([f8c58b6 ](f8c58b6893 ))
* validate for active sla ([#32132 ](https://github.com/frappe/erpnext/issues/32132 )) ([38e27a6 ](38e27a68d5 ))
### Performance Improvements
* cache and simplify queries for holiday list (backport [#35315 ](https://github.com/frappe/erpnext/issues/35315 )) ([#35318 ](https://github.com/frappe/erpnext/issues/35318 )) ([0e78403 ](0e7840301f ))
v14.24.2
2023-05-16 17:00:00 +00:00
Deepesh Garg
bdfd682664
Merge pull request #35324 from frappe/version-14-hotfix
...
chore: release v14
2023-05-16 22:28:33 +05:30
mergify[bot]
fa9fa97e05
fix: unable to create partial invoice with auto fetch terms enabled ( #35285 )
...
fix: unable to create partial invoice with auto fetch terms enabled (#35285 )
fix: fetch so/po terms if auto fetch is enabled
(cherry picked from commit 0da6c1688b )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-05-16 18:59:12 +05:30
mergify[bot]
c41e1d7d71
fix: cancelled vouchers in tax withheld vouchers list ( #35309 )
...
fix: cancelled vouchers in tax withheld vouchers list (#35309 )
(cherry picked from commit 776a83066d )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-05-16 18:58:04 +05:30
rohitwaghchaure
8f8c0a597b
Merge pull request #35329 from frappe/mergify/bp/version-14-hotfix/pr-35328
...
fix: force to do reposting for cancelled document (backport #35328 )
2023-05-16 18:53:33 +05:30
Rohit Waghchaure
6f96e5dcd4
fix: force to do reposting for cancelled document
...
(cherry picked from commit 6e661e7c0e )
2023-05-16 12:03:43 +00:00
mergify[bot]
f8c58b6893
fix(UX): misc "home" onboarding improvements (backport #35319 ) ( #35321 )
...
fix(UX): misc "home" onboarding improvements (#35319 )
* fix(UX): cleanup "Home" onboarding
- Remove company, letterhead, data import etc from home onboarding step
* fix(UX): Show quick entry for item
* chore: fix copy here and there
(cherry picked from commit 5574d9a72d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-05-16 16:00:25 +05:30
mergify[bot]
0e7840301f
perf: cache and simplify queries for holiday list (backport #35315 ) ( #35318 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-05-16 13:44:35 +05:30
rohitwaghchaure
19f08afcef
Merge pull request #35314 from frappe/mergify/bp/version-14-hotfix/pr-35312
...
fix: item list view not working (backport #35312 )
2023-05-16 11:10:18 +05:30
mergify[bot]
42037f9f73
fix: port option for additional_conditions in item wise sales register ( #35187 )
...
fix: port option for additional_conditions in item wise sales register (#35187 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 2a609616d9 )
Co-authored-by: Smit Vora <smitvora203@gmail.com >
2023-05-16 07:29:48 +05:30
Rohit Waghchaure
d9efa662d4
fix: item list view not working
...
(cherry picked from commit 0489e30244 )
2023-05-15 19:40:23 +00:00
rohitwaghchaure
ee147e62d5
Merge pull request #35311 from CodeVenturers/version-14-hotfix
...
fix: update workstation hour rate when workstation change in job card
2023-05-16 00:44:26 +05:30
vishnu
bc88415e73
fix: update workstation hour rate when workstation change in job card
2023-05-15 14:50:40 +00:00
Sagar Sharma
5463f0b137
Merge pull request #35308 from frappe/mergify/bp/version-14-hotfix/pr-35138
...
fix: recalculate costs in SCR while reposting (backport #35138 )
2023-05-15 17:14:57 +05:30
Sagar Sharma
a8fc17e0ae
refactor: use calculate_items_qty_and_amount() to update scr items rate
...
(cherry picked from commit 9c72c2a6cb )
2023-05-15 10:56:51 +00:00
Sagar Sharma
0575b105d0
refactor(minor): rename function to be more descriptive
...
(cherry picked from commit d6433f803b )
2023-05-15 10:56:51 +00:00
Sagar Sharma
4c8dbeddec
test: add test case
...
(cherry picked from commit e0b22edb2e )
2023-05-15 10:56:51 +00:00
s-aga-r
9a8ee62d5a
fix: recalculate costs in SCR while reposting
...
(cherry picked from commit a6cb6c6f47 )
2023-05-15 10:56:50 +00:00
mergify[bot]
3a7c69fc71
fix: sales person allocated amount calculation error nonetype and float ( #35293 )
...
fix: sales person allocated amount calculation error nonetype and float (#35293 )
fix: sales person allocated amount calculation error nontype and float
(cherry picked from commit 0c8276ec82 )
Co-authored-by: Indrajith.vs <91895505+Gubbu77@users.noreply.github.com >
2023-05-15 13:16:47 +05:30
rohitwaghchaure
dd116a3071
Merge pull request #35291 from frappe/mergify/bp/version-14-hotfix/pr-35289
...
fix: inventory dimension for returned inter company transfer (backport #35289 )
2023-05-14 16:29:34 +05:30
rohitwaghchaure
3f8928be5c
fix: test case
2023-05-14 15:49:58 +05:30
mergify[bot]
26928b395b
fix: function batch_no should only be declared once ( #35115 )
...
fix: function `batch_no` should only be declared once (#35115 )
fix: remove twice event call of `batch_no` to update batch qty
(cherry picked from commit 19cd687784 )
Co-authored-by: Daizy Modi <modidaizy5217@gmail.com >
2023-05-14 11:54:15 +05:30
mergify[bot]
fe9e0c2121
fix: allow over-payment against SO ( #35079 )
...
fix: allow over-payment against SO (#35079 )
(cherry picked from commit 870b02b03c )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-05-14 11:44:50 +05:30
Deepesh Garg
77cf2e5475
Merge pull request #35262 from akiratfli/fix-bad-string
...
fix: bad strings format for translations
2023-05-14 08:06:24 +05:30
rohitwaghchaure
2772a911ed
fix: typo
2023-05-13 15:14:41 +05:30
Rohit Waghchaure
6d121b8107
fix: inventory dimension for inter company transfer return use case
...
(cherry picked from commit 38aaba5720 )
2023-05-13 08:57:03 +00:00
Sagar Sharma
c30dda3328
Merge pull request #35283 from frappe/mergify/bp/version-14-hotfix/pr-35275
...
fix: add missing options for `Content Align` (backport #35275 )
2023-05-13 09:42:20 +05:30
Sagar Sharma
b2e6fdc0cb
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-35275
2023-05-13 09:41:30 +05:30
rohitwaghchaure
75af689f77
Merge pull request #35282 from frappe/mergify/bp/version-14-hotfix/pr-35224
...
fix: inventory dimension for material transfer not working (backport #35224 )
2023-05-13 09:36:42 +05:30
Sagar Sharma
3697e8f1f9
fix: add missing options for Content Align
...
(cherry picked from commit d16caa2d2c )
2023-05-13 04:05:15 +00:00
Rohit Waghchaure
1d8050d24d
fix: inventory dimension for material transfer not working
...
(cherry picked from commit 6798b900ef )
2023-05-12 20:46:04 +00:00
Frappe PR Bot
897a467846
chore(release): Bumped to Version 14.24.1
...
## [14.24.1](https://github.com/frappe/erpnext/compare/v14.24.0...v14.24.1 ) (2023-05-12)
### Bug Fixes
* bom item filter issue ([54e822d ](54e822d83a ))
* enqueue submit/cancel action for stock entry to avoid time out error ([762a46a ](762a46a5e3 ))
* incorrect packing items ([b02ed0d ](b02ed0d9a8 ))
* test case ([1783594 ](1783594178 ))
v14.24.1
2023-05-12 10:05:31 +00:00
rohitwaghchaure
f06a8fd01c
Merge pull request #35270 from frappe/mergify/bp/version-14/pr-35266
...
fix: enqueue submit/cancel action for stock entry to avoid time out error (backport #35261 ) (backport #35266 )
2023-05-12 15:30:55 +05:30
rohitwaghchaure
b139ec6ec0
Merge pull request #35271 from frappe/mergify/bp/version-14/pr-35269
...
fix: BOM item filter issue (backport #35268 ) (backport #35269 )
2023-05-12 15:30:43 +05:30
rohitwaghchaure
e97eaccdfb
Merge pull request #35276 from frappe/mergify/bp/version-14/pr-35274
...
fix: incorrect packing items (backport #35273 ) (backport #35274 )
2023-05-12 15:30:28 +05:30
Rohit Waghchaure
b02ed0d9a8
fix: incorrect packing items
...
(cherry picked from commit a686b8c337 )
(cherry picked from commit ab56470171 )
2023-05-12 09:37:12 +00:00
rohitwaghchaure
4206f01c05
Merge pull request #35274 from frappe/mergify/bp/version-14-hotfix/pr-35273
...
fix: incorrect packing items (backport #35273 )
2023-05-12 15:06:25 +05:30
Rohit Waghchaure
ab56470171
fix: incorrect packing items
...
(cherry picked from commit a686b8c337 )
2023-05-12 09:13:52 +00:00
Rohit Waghchaure
54e822d83a
fix: bom item filter issue
...
(cherry picked from commit 2879cb7c28 )
(cherry picked from commit 098603dd35 )
2023-05-12 07:42:57 +00:00
rohitwaghchaure
8af1e49e96
Merge pull request #35269 from frappe/mergify/bp/version-14-hotfix/pr-35268
...
fix: BOM item filter issue (backport #35268 )
2023-05-12 13:12:11 +05:30
Rohit Waghchaure
1783594178
fix: test case
...
(cherry picked from commit 2d6f112727 )
(cherry picked from commit 9b2b46737e )
2023-05-12 07:41:34 +00:00
Rohit Waghchaure
762a46a5e3
fix: enqueue submit/cancel action for stock entry to avoid time out error
...
(cherry picked from commit 7a3801578c )
(cherry picked from commit 457846e34c )
2023-05-12 07:41:34 +00:00
rohitwaghchaure
19f0676592
Merge pull request #35266 from frappe/mergify/bp/version-14-hotfix/pr-35261
...
fix: enqueue submit/cancel action for stock entry to avoid time out error (backport #35261 )
2023-05-12 13:10:48 +05:30
Rohit Waghchaure
098603dd35
fix: bom item filter issue
...
(cherry picked from commit 2879cb7c28 )
2023-05-12 07:40:38 +00:00
Rohit Waghchaure
9b2b46737e
fix: test case
...
(cherry picked from commit 2d6f112727 )
2023-05-12 07:03:22 +00:00
Rohit Waghchaure
457846e34c
fix: enqueue submit/cancel action for stock entry to avoid time out error
...
(cherry picked from commit 7a3801578c )
2023-05-12 07:03:21 +00:00
Danny
5a54296686
fix: bad strings format for command get-untraslated ( #34361 )
...
(cherry picked from commit ca10e2bb9f )
2023-05-12 03:19:01 +00:00
justin.li
e3c1d736ce
fix: bad strings format for update-translations ( #34592 )
...
(cherry picked from commit 07c9b99072 )
2023-05-12 02:21:19 +00:00
Saqib Ansari
c8e3ce48e1
Merge pull request #35257 from frappe/mergify/bp/version-14-hotfix/pr-32132
...
fix: validate for active sla (backport #32132 )
2023-05-11 17:50:00 +05:30