Nihantra Patel
754e193c76
fix: address filter and quotation to for prospect
...
(cherry picked from commit fe5b88522e )
# Conflicts:
# erpnext/selling/doctype/quotation/quotation.js
2024-05-09 06:45:52 +00:00
Frappe PR Bot
9d5e4b3b3a
chore(release): Bumped to Version 14.69.1
...
## [14.69.1](https://github.com/frappe/erpnext/compare/v14.69.0...v14.69.1 ) (2024-05-09)
### Bug Fixes
* added brand column in Warehouse wise Item Balance Age and Value … (backport [#41280 ](https://github.com/frappe/erpnext/issues/41280 )) ([#41281 ](https://github.com/frappe/erpnext/issues/41281 )) ([d727c52 ](d727c52421 ))
* Cost center not getting saved in PSOA ([e82ea12 ](e82ea12cbc ))
* filter validation for batch-wise balance history report (backport [#41356 ](https://github.com/frappe/erpnext/issues/41356 )) ([#41360 ](https://github.com/frappe/erpnext/issues/41360 )) ([339256b ](339256bc71 ))
* incorrect query for Purchase Invoice rate in GP ([93b30d9 ](93b30d9f11 ))
* missing Item Name on Save for Quotation created from Item (backport [#41233 ](https://github.com/frappe/erpnext/issues/41233 )) ([#41303 ](https://github.com/frappe/erpnext/issues/41303 )) ([a26ae64 ](a26ae64385 ))
* pricing rule rounding ([d2ce927 ](d2ce927891 ))
* reset rate for serial batch supplied items ([#41293 ](https://github.com/frappe/erpnext/issues/41293 )) ([cd33199 ](cd33199da2 ))
### Performance Improvements
* index on item code for the Pick List Item doctype (backport [#41357 ](https://github.com/frappe/erpnext/issues/41357 )) ([#41362 ](https://github.com/frappe/erpnext/issues/41362 )) ([4647ec8 ](4647ec8892 ))
v14.69.1
2024-05-09 05:30:06 +00:00
ruthra kumar
d7709cf4e4
Merge pull request #41354 from frappe/version-14-hotfix
...
chore: release v14
2024-05-09 10:58:39 +05:30
mergify[bot]
4647ec8892
perf: index on item code for the Pick List Item doctype (backport #41357 ) ( #41362 )
...
* perf: index on item code for the Pick List Item doctype (#41357 )
(cherry picked from commit 0887161f2a )
# Conflicts:
# erpnext/stock/doctype/pick_list_item/pick_list_item.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-08 11:38:02 +05:30
mergify[bot]
339256bc71
fix: filter validation for batch-wise balance history report (backport #41356 ) ( #41360 )
...
fix: filter validation for batch-wise balance history report (#41356 )
fix: filter validation for batchwise balance history report
(cherry picked from commit 544fc60093 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-08 00:15:33 +05:30
ruthra kumar
c3d567b291
Merge pull request #41348 from frappe/mergify/bp/version-14-hotfix/pr-41288
...
fix: pricing rule rounding (backport #41288 )
2024-05-07 10:32:20 +05:30
ruthra kumar
e068bec212
refactor(test): test floor based rounding
...
(cherry picked from commit c41a037174 )
2024-05-07 04:32:04 +00:00
ruthra kumar
d2ce927891
fix: pricing rule rounding
...
Consider a pricing rule of 20:1 with recursion enabled, free items
should follow the below progression
| Qty | Free item qty |
|-------+---------------|
| 0-19 | 0 |
| 20-39 | 1 |
| 40-59 | 2 |
(cherry picked from commit 9bf37426c1 )
2024-05-07 04:32:03 +00:00
mergify[bot]
a26ae64385
fix: missing Item Name on Save for Quotation created from Item (backport #41233 ) ( #41303 )
...
fix: missing Item Name on Save for Quotation created from Item (#41233 )
* fix: missing Item Name on Save for Quotation created from Item
* fix: missing Item Name on Save for Quotation created from Item
(cherry picked from commit c8e92cb1b2 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2024-05-06 21:46:18 +05:30
s-aga-r
cd33199da2
fix: reset rate for serial batch supplied items ( #41293 )
2024-05-06 21:37:27 +05:30
ruthra kumar
27100401aa
Merge pull request #41336 from frappe/mergify/bp/version-14-hotfix/pr-41334
...
fix: incorrect query for Purchase Invoice rate in GP (backport #41334 )
2024-05-06 13:17:58 +05:30
ruthra kumar
93b30d9f11
fix: incorrect query for Purchase Invoice rate in GP
...
(cherry picked from commit bd8382c592 )
2024-05-06 07:24:49 +00:00
Deepesh Garg
904f369e99
Merge pull request #41324 from frappe/mergify/bp/version-14-hotfix/pr-41318
...
fix: Cost center not getting saved in PSOA (#41318 )
2024-05-06 12:25:14 +05:30
Deepesh Garg
7b9c22775c
chore: resolve conflicts
2024-05-06 11:52:26 +05:30
Deepesh Garg
6aa8d5fb4b
chore: resolve conflicts
2024-05-06 11:29:53 +05:30
Deepesh Garg
e82ea12cbc
fix: Cost center not getting saved in PSOA
...
(cherry picked from commit 58f7039630 )
# Conflicts:
# erpnext/accounts/doctype/psoa_cost_center/psoa_cost_center.json
# erpnext/accounts/doctype/psoa_cost_center/psoa_cost_center.py
2024-05-04 08:26:55 +00:00
mergify[bot]
d727c52421
fix: added brand column in Warehouse wise Item Balance Age and Value … (backport #41280 ) ( #41281 )
...
fix: added brand column in Warehouse wise Item Balance Age and Value … (#41280 )
fix: added brand coulmn in Warehouse wise Item Balance Age and Value report
(cherry picked from commit 1cbc200770 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-03 17:53:52 +05:30
Frappe PR Bot
5ae29655f9
chore(release): Bumped to Version 14.69.0
...
# [14.69.0](https://github.com/frappe/erpnext/compare/v14.68.2...v14.69.0 ) (2024-05-02)
### Bug Fixes
* 'NoneType' object has no attribute '_read_rowdata_packet_unbuffered' ([949aa93 ](949aa9346c ))
* args when get the delivery note in delivery trip ([abe64aa ](abe64aa1ab ))
* args when get the delivery note in delivery trip ([1a7b3c4 ](1a7b3c437d ))
* display term name for single term invoices ([58b68b7 ](58b68b7597 ))
* duplicate column in the stock ledger report ([3fcdcef ](3fcdcef178 ))
* handle stock balance unbuffered_cursor error (backport [#41186 ](https://github.com/frappe/erpnext/issues/41186 )) ([#41187 ](https://github.com/frappe/erpnext/issues/41187 )) ([59010c9 ](59010c9a61 ))
* incorrectly applying TDS when Advance is in previous FY ([eb22fb9 ](eb22fb9326 ))
* mode of payment has precedance ([33d38ba ](33d38ba3a7 ))
* multiple pricing rules with discount amount and discount percentage not working ([#41211 ](https://github.com/frappe/erpnext/issues/41211 )) ([54313b5 ](54313b5db9 ))
* negative stock qty error for stock reconciliation ([#41283 ](https://github.com/frappe/erpnext/issues/41283 )) ([9aa054c ](9aa054c400 ))
* permission issue when user permission restricts on company ([45c4167 ](45c4167c86 ))
* validation to prevent overallocation ([8318286 ](8318286865 ))
### Features
* allow to do reposting for all stock transactions (audit) (backport [#41165 ](https://github.com/frappe/erpnext/issues/41165 )) ([#41205 ](https://github.com/frappe/erpnext/issues/41205 )) ([1e13193 ](1e1319351d ))
### Performance Improvements
* timeout issue while submitting purchase receipt (v14) ([113351e ](113351e850 ))
v14.69.0
2024-05-02 04:31:43 +00:00
ruthra kumar
81a99309d8
Merge pull request #41264 from frappe/version-14-hotfix
...
chore: release v14
2024-05-02 09:59:30 +05:30
rohitwaghchaure
9aa054c400
fix: negative stock qty error for stock reconciliation ( #41283 )
...
fix: negative stock qty error for stock reco
2024-05-02 09:38:33 +05:30
ruthra kumar
82b2675aa8
Merge pull request #41269 from frappe/mergify/bp/version-14-hotfix/pr-41268
...
fix: validation to prevent overallocation (backport #41268 )
2024-04-30 18:40:47 +05:30
ruthra kumar
8318286865
fix: validation to prevent overallocation
...
(cherry picked from commit bf755fab55 )
2024-04-30 17:48:55 +05:30
ruthra kumar
f87411f40d
Merge pull request #41254 from frappe/mergify/bp/version-14-hotfix/pr-41252
...
fix: permission issue when user permission restricts on company (backport #41252 )
2024-04-30 14:19:39 +05:30
ruthra kumar
45c4167c86
fix: permission issue when user permission restricts on company
2024-04-30 12:24:32 +05:30
ruthra kumar
e0d1f2f6eb
Merge pull request #41248 from frappe/mergify/bp/version-14-hotfix/pr-41240
...
fix: display term name for single term invoices in AR/AP (backport #41240 )
2024-04-30 07:42:33 +05:30
ruthra kumar
ba45ea42f8
Merge pull request #41246 from frappe/mergify/bp/version-14-hotfix/pr-41194
...
fix: TDS incorrectly applied when Advance is in previous FY (backport #41194 )
2024-04-30 07:42:23 +05:30
ruthra kumar
58b68b7597
fix: display term name for single term invoices
...
(cherry picked from commit 5fa4cfee04 )
2024-04-30 01:40:17 +00:00
ruthra kumar
4d56c46446
test: TDS deduction across fiscal year
...
(cherry picked from commit 2f9a144023 )
2024-04-30 07:04:21 +05:30
ruthra kumar
eb22fb9326
fix: incorrectly applying TDS when Advance is in previous FY
...
(cherry picked from commit b195f519e2 )
2024-04-30 01:27:56 +00:00
rohitwaghchaure
54313b5db9
fix: multiple pricing rules with discount amount and discount percentage not working ( #41211 )
2024-04-29 20:53:10 +05:30
mergify[bot]
866b0c6ac7
chore: delete invalid translations (backport #41227 ) ( #41228 )
...
chore: delete invalid translations (#41227 )
(cherry picked from commit 067419b7cd )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2024-04-29 10:41:54 +05:30
mergify[bot]
1e1319351d
feat: allow to do reposting for all stock transactions (audit) (backport #41165 ) ( #41205 )
...
* feat: allow to do reposting for all transactions (audit)
(cherry picked from commit aefbe21b46 )
# Conflicts:
# erpnext/stock/doctype/stock_reposting_settings/stock_reposting_settings.json
# erpnext/stock/doctype/stock_reposting_settings/stock_reposting_settings.py
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-04-26 14:25:51 +05:30
rohitwaghchaure
6b2874694e
Merge pull request #41204 from rohitwaghchaure/fixed-unbuffered_cursor
...
fix: 'NoneType' object has no attribute '_read_rowdata_packet_unbuffe…
2024-04-26 13:50:07 +05:30
rohitwaghchaure
ff37706bef
Merge pull request #41200 from frappe/mergify/bp/version-14-hotfix/pr-41185
...
fix: args when get the delivery note in delivery trip (backport #41185 )
2024-04-26 13:36:14 +05:30
Rohit Waghchaure
949aa9346c
fix: 'NoneType' object has no attribute '_read_rowdata_packet_unbuffered'
2024-04-26 13:25:46 +05:30
rohitwaghchaure
2f6fee9877
chore: fix conflicts
2024-04-26 13:15:32 +05:30
Nihantra Patel
abe64aa1ab
fix: args when get the delivery note in delivery trip
...
(cherry picked from commit ca577f7aaa )
2024-04-26 07:40:32 +00:00
Nihantra Patel
1a7b3c437d
fix: args when get the delivery note in delivery trip
...
(cherry picked from commit 2f359e201d )
# Conflicts:
# erpnext/stock/doctype/delivery_note/delivery_note.py
2024-04-26 07:40:31 +00:00
rohitwaghchaure
da69b1e71b
Merge pull request #41196 from frappe/mergify/bp/version-14-hotfix/pr-41192
...
fix: duplicate column in the stock ledger report (backport #41192 )
2024-04-26 12:49:35 +05:30
Frappe PR Bot
d160f5b61a
chore(release): Bumped to Version 14.68.2
...
## [14.68.2](https://github.com/frappe/erpnext/compare/v14.68.1...v14.68.2 ) (2024-04-26)
### Performance Improvements
* timeout issue while submitting purchase receipt (v14) ([c93840e ](c93840eb56 ))
v14.68.2
2024-04-26 06:53:19 +00:00
Rohit Waghchaure
3fcdcef178
fix: duplicate column in the stock ledger report
...
(cherry picked from commit be7fd6bfb4 )
2024-04-26 06:53:08 +00:00
rohitwaghchaure
40ece3f5da
Merge pull request #41193 from frappe/mergify/bp/version-14/pr-41174
...
perf: timeout issue while submitting purchase receipt (v14) (backport #41174 )
2024-04-26 12:21:59 +05:30
Rohit Waghchaure
c93840eb56
perf: timeout issue while submitting purchase receipt (v14)
...
(cherry picked from commit 113351e850 )
2024-04-26 05:27:47 +00:00
rohitwaghchaure
7656fe4bfc
Merge pull request #41174 from rohitwaghchaure/fixed-performance-issue-for-serial-no-creation
...
perf: timeout issue while submitting purchase receipt (v14)
2024-04-26 10:56:28 +05:30
mergify[bot]
59010c9a61
fix: handle stock balance unbuffered_cursor error (backport #41186 ) ( #41187 )
...
fix: handle stock balance unbuffered_cursor error (#41186 )
(cherry picked from commit 341fb6d8f3 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2024-04-25 17:26:29 +05:30
Rohit Waghchaure
113351e850
perf: timeout issue while submitting purchase receipt (v14)
2024-04-25 12:10:29 +05:30
Frappe PR Bot
2026c986ba
chore(release): Bumped to Version 14.68.1
...
## [14.68.1](https://github.com/frappe/erpnext/compare/v14.68.0...v14.68.1 ) (2024-04-25)
### Bug Fixes
* mode of payment has precedance ([7e52f72 ](7e52f72bed ))
v14.68.1
2024-04-25 03:43:28 +00:00
ruthra kumar
91c202f172
Merge pull request #41179 from frappe/mergify/bp/version-14/pr-41142
...
fix: mode of payment has precedance in Payment Entry (backport #41142 )
2024-04-25 09:12:14 +05:30
ruthra kumar
7e52f72bed
fix: mode of payment has precedance
...
Mode of Payment is given precedence over company/party bank account
(cherry picked from commit 4aef969879 )
2024-04-25 09:06:04 +05:30
ruthra kumar
b9d28fc1ad
Merge pull request #41178 from frappe/mergify/bp/version-14-hotfix/pr-41142
...
fix: mode of payment has precedance in Payment Entry (backport #41142 )
2024-04-25 09:02:37 +05:30