Frappe PR Bot
7fd4d3c882
chore(release): Bumped to Version 14.41.2
...
## [14.41.2](https://github.com/frappe/erpnext/compare/v14.41.1...v14.41.2 ) (2023-09-29)
### Bug Fixes
* incorrect qty for material request in Production Plan (backport [#37270 ](https://github.com/frappe/erpnext/issues/37270 )) ([#37290 ](https://github.com/frappe/erpnext/issues/37290 )) ([cfb3a9e ](cfb3a9eabf ))
2023-09-29 06:50:09 +00:00
mergify[bot]
cfb3a9eabf
fix: incorrect qty for material request in Production Plan (backport #37270 ) ( #37290 )
...
fix: incorrect qty for material request in Production Plan (#37270 )
(cherry picked from commit 8fe4a4d3aa )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-29 12:18:35 +05:30
Frappe PR Bot
1b86e7e2f5
chore(release): Bumped to Version 14.41.1
...
## [14.41.1](https://github.com/frappe/erpnext/compare/v14.41.0...v14.41.1 ) (2023-09-27)
### Bug Fixes
* trial balance report freezes when adding filters (backport [#37264 ](https://github.com/frappe/erpnext/issues/37264 )) ([#37266 ](https://github.com/frappe/erpnext/issues/37266 )) ([53817e4 ](53817e463f ))
2023-09-27 07:08:57 +00:00
mergify[bot]
53817e463f
fix: trial balance report freezes when adding filters (backport #37264 ) ( #37266 )
...
fix: trial balance report freezes when adding filters (#37264 )
fix: Only add onclick if correct data is returned
workaround for https://github.com/frappe/datatable/issues/177
(cherry picked from commit 2dc95e5d59 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-09-27 12:37:05 +05:30
Frappe PR Bot
abb6044291
chore(release): Bumped to Version 14.41.0
...
# [14.41.0](https://github.com/frappe/erpnext/compare/v14.40.0...v14.41.0 ) (2023-09-27)
### Bug Fixes
* allow to select parent warehouse in the website item (backport [#37047 ](https://github.com/frappe/erpnext/issues/37047 )) ([#37173 ](https://github.com/frappe/erpnext/issues/37173 )) ([56657b6 ](56657b6122 ))
* AP & AR summary filters to match AR (backport [#37248 ](https://github.com/frappe/erpnext/issues/37248 )) ([#37261 ](https://github.com/frappe/erpnext/issues/37261 )) ([1dc58b3 ](1dc58b3660 ))
* apply gl report filters ([b4bc44d ](b4bc44db4a ))
* german translation of Sales and Purchase Invoice ([#37122 ](https://github.com/frappe/erpnext/issues/37122 )) ([8236814 ](8236814270 ))
* incorrect `Parent Task` getting set for 2nd to nth child Task (backport [#37230 ](https://github.com/frappe/erpnext/issues/37230 )) ([#37240 ](https://github.com/frappe/erpnext/issues/37240 )) ([279f21d ](279f21d1e5 ))
* labels for `Stock Ledger Invariant Check` report (backport [#37150 ](https://github.com/frappe/erpnext/issues/37150 )) ([#37176 ](https://github.com/frappe/erpnext/issues/37176 )) ([f2bcfb5 ](f2bcfb5f97 ))
* **Material Request:** consider project for item details (backport [#37215 ](https://github.com/frappe/erpnext/issues/37215 )) ([#37221 ](https://github.com/frappe/erpnext/issues/37221 )) ([25f800d ](25f800d3f5 ))
* reserved qty for production plan ([#37251 ](https://github.com/frappe/erpnext/issues/37251 )) ([0a0d5b3 ](0a0d5b3e66 ))
* serial number decimal issue ([#37242 ](https://github.com/frappe/erpnext/issues/37242 )) ([78ab201 ](78ab2013e5 ))
* set customer currency in pos_invoice if exists ([e0da8d2 ](e0da8d261f ))
* Update `advance_paid` in SO/PO after unlinking from advance entry ([1181dcf ](1181dcf521 ))
* validate duplicate serial no on submit in DN ([#37243 ](https://github.com/frappe/erpnext/issues/37243 )) ([70e2093 ](70e2093941 ))
### Features
* `Stock Ledger Variance` report (backport [#37165 ](https://github.com/frappe/erpnext/issues/37165 )) ([#37183 ](https://github.com/frappe/erpnext/issues/37183 )) ([02fc67c ](02fc67c83c ))
* Toggle net values in Trial Balance report ([57c82c1 ](57c82c1800 ))
2023-09-27 05:40:33 +00:00
Deepesh Garg
e752027709
Merge pull request #37247 from frappe/version-14-hotfix
...
chore: release v14
2023-09-27 11:09:00 +05:30
mergify[bot]
1dc58b3660
fix: AP & AR summary filters to match AR (backport #37248 ) ( #37261 )
...
* fix: set AR filters after rename
(cherry picked from commit 832d7e7d7b )
* fix: change filters for AR summary
(cherry picked from commit 7d96044d8e )
* fix: set new AP summary filters
(cherry picked from commit 76a5d94f37 )
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-09-27 10:22:27 +05:30
rohitwaghchaure
0a0d5b3e66
fix: reserved qty for production plan ( #37251 )
2023-09-26 17:55:33 +05:30
rohitwaghchaure
78ab2013e5
fix: serial number decimal issue ( #37242 )
2023-09-26 16:46:19 +05:30
s-aga-r
70e2093941
fix: validate duplicate serial no on submit in DN ( #37243 )
2023-09-26 16:34:19 +05:30
mergify[bot]
279f21d1e5
fix: incorrect Parent Task getting set for 2nd to nth child Task (backport #37230 ) ( #37240 )
...
fix: incorrect `Parent Task` getting set for 2nd to nth child Task (#37230 )
(cherry picked from commit 73fc974950 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-26 13:32:05 +05:30
Deepesh Garg
ba45299e0d
Merge pull request #37228 from FHenry/14_warning_depreciation_regional_france
...
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-25 14:55:53 +05:30
Florian HENRY
c9ba777e3c
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-25 10:24:32 +02:00
Florian HENRY
ab8a4f7f7b
Merge branch 'version-14-hotfix' of https://github.com/frappe/erpnext into 14_warning_depreciation_regional_france
2023-09-25 10:19:55 +02:00
mergify[bot]
25f800d3f5
fix(Material Request): consider project for item details (backport #37215 ) ( #37221 )
...
fix(Material Request): consider project for item details (#37215 )
fix(Material Request): project in item details
(cherry picked from commit 7c4ebe2733 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-09-24 22:24:56 +05:30
Deepesh Garg
2b8118c5e6
Merge pull request #37218 from frappe/mergify/bp/version-14-hotfix/pr-37211
...
feat: Toggle net values in Trial Balance report (#37211 )
2023-09-24 20:19:06 +05:30
Deepesh Garg
4250a7c4d1
Merge pull request #37217 from frappe/mergify/bp/version-14-hotfix/pr-37213
...
fix: filter gl entries in process soa (#37213 )
2023-09-24 20:18:51 +05:30
Deepesh Garg
81d52b16d9
Merge pull request #37220 from frappe/mergify/bp/version-14-hotfix/pr-37167
...
fix: set customer currency in pos_invoice if exists (#37167 )
2023-09-24 20:18:09 +05:30
milanpethani
e0da8d261f
fix: set customer currency in pos_invoice if exists
...
if currency exists in the profile and customer currency doesn't exists still it will update currency to None, so update customer currency only if exists
(cherry picked from commit 041d52e828 )
2023-09-24 12:24:02 +00:00
Deepesh Garg
57c82c1800
feat: Toggle net values in Trial Balance report
...
(cherry picked from commit 06a45897de )
2023-09-24 12:15:57 +00:00
Gursheen Anand
b4bc44db4a
fix: apply gl report filters
...
(cherry picked from commit 5346c67b02 )
2023-09-24 12:15:44 +00:00
ruthra kumar
d3c9a6d975
Merge pull request #37206 from frappe/mergify/bp/version-14-hotfix/pr-37202
...
refactor: ignore PLE's on PCV cancellation (backport #37202 )
2023-09-22 13:57:53 +05:30
ruthra kumar
9d5fce9091
refactor: ignore PLE's on PCV cancellation
...
(cherry picked from commit 301092dad1 )
2023-09-22 08:00:36 +00:00
ruthra kumar
139a7ce911
Merge pull request #37196 from frappe/mergify/bp/version-14-hotfix/pr-37069
...
fix: Recalculate `advance_paid` in SO/PO after unlinking from advance entry (backport #37069 )
2023-09-22 10:18:00 +05:30
marination
591c720e51
test: Impact on SO of advance PE submit and unlinking/replacement by SI
...
(cherry picked from commit 8a4954d713 )
2023-09-22 03:06:31 +00:00
marination
1181dcf521
fix: Update advance_paid in SO/PO after unlinking from advance entry
...
(cherry picked from commit 426350eee6 )
2023-09-22 03:06:31 +00:00
mergify[bot]
02fc67c83c
feat: Stock Ledger Variance report (backport #37165 ) ( #37183 )
...
feat: `Stock Ledger Variance` report (#37165 )
* feat: `Stock Ledger Variance` report
* refactor: `get_data()`
(cherry picked from commit acda72d616 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-21 07:49:02 +00:00
Deepesh Garg
43f3779f10
Merge pull request #37156 from frappe/mergify/bp/version-14-hotfix/pr-37122
...
fix: german translation of Sales and Purchase Invoice (backport #37122 )
2023-09-20 22:15:43 +05:30
mergify[bot]
f2bcfb5f97
fix: labels for Stock Ledger Invariant Check report (backport #37150 ) ( #37176 )
...
fix: labels for `Stock Ledger Invariant Check` report (#37150 )
refactor: `Stock Ledger Invariant Check` report
(cherry picked from commit f0859ecc60 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-20 19:21:54 +05:30
Raffael Meyer
03e52d3859
chore: resolve conflicts
2023-09-20 14:38:42 +02:00
mergify[bot]
56657b6122
fix: allow to select parent warehouse in the website item (backport #37047 ) ( #37173 )
...
fix: allow to select parent warehouse in the website item (#37047 )
(cherry picked from commit e6199dc802 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-20 18:06:30 +05:30
Frappe PR Bot
2713925628
chore(release): Bumped to Version 14.40.0
...
# [14.40.0](https://github.com/frappe/erpnext/compare/v14.39.0...v14.40.0 ) (2023-09-20)
### Bug Fixes
* + btn not appearing for delivery note connection (backport [#36980 ](https://github.com/frappe/erpnext/issues/36980 )) ([#37070 ](https://github.com/frappe/erpnext/issues/37070 )) ([c2a0c1e ](c2a0c1e989 ))
* accepted warehouse and rejected warehouse can't be same (backport [#36973 ](https://github.com/frappe/erpnext/issues/36973 )) ([#37071 ](https://github.com/frappe/erpnext/issues/37071 )) ([b56c9b9 ](b56c9b91f1 ))
* after applying coupon code, field in_words not updated ([#37133 ](https://github.com/frappe/erpnext/issues/37133 )) ([1cb8c64 ](1cb8c64c94 ))
* Apply dimension filter, irrespective of dimesion columns ([9bc44a3 ](9bc44a3b40 ))
* asset validation misfire on debit notes ([b33db6c ](b33db6c79a ))
* company wise deferred accounting fields in item ([#37023 ](https://github.com/frappe/erpnext/issues/37023 )) ([13aaff3 ](13aaff30a5 ))
* Don't allow merging accounts with different currency ([#37074 ](https://github.com/frappe/erpnext/issues/37074 )) ([c41cb39 ](c41cb3930c ))
* don't set from warehouse for purchase material request ([#37132 ](https://github.com/frappe/erpnext/issues/37132 )) ([e62b783 ](e62b783f34 ))
* Duplicate Serial Nos validation in POS ([#36927 ](https://github.com/frappe/erpnext/issues/36927 )) ([366325c ](366325ca3c ))
* fetch logic for repay_from_salary in loan_repayment [v14] ([#37135 ](https://github.com/frappe/erpnext/issues/37135 )) ([480a0ca ](480a0ca7a8 ))
* ignore user permissions for `Source Warehouse` in MR (backport [#37102 ](https://github.com/frappe/erpnext/issues/37102 )) ([#37110 ](https://github.com/frappe/erpnext/issues/37110 )) ([727dcc5 ](727dcc5034 ))
* incorrect stock ledger entries in DN (backport [#36944 ](https://github.com/frappe/erpnext/issues/36944 )) ([#37066 ](https://github.com/frappe/erpnext/issues/37066 )) ([699ad80 ](699ad80802 ))
* packed item using expired price ([413b40f ](413b40f5a7 ))
* POS opening Issue if Product Bundle is available ([#37138 ](https://github.com/frappe/erpnext/issues/37138 )) ([af05864 ](af05864e6d ))
* precision issue and column name ([#37073 ](https://github.com/frappe/erpnext/issues/37073 )) ([f2395a9 ](f2395a9297 ))
* Purchase Receipt Provisional Accounting GL Entries (backport [#37046 ](https://github.com/frappe/erpnext/issues/37046 )) ([#37068 ](https://github.com/frappe/erpnext/issues/37068 )) ([8772e40 ](8772e40bae ))
* Remove redundant code ([#37001 ](https://github.com/frappe/erpnext/issues/37001 )) ([3ecdf02 ](3ecdf028f2 ))
* **ux:** move `get_route_options_for_new_doc` to `refresh` ([#37092 ](https://github.com/frappe/erpnext/issues/37092 )) ([a563fed ](a563fed6dc ))
* validate duplicate serial no in DN ([fffa13f ](fffa13f22b ))
### Features
* provision to create RIV from `Stock Ledger Invariant Check` report (backport [#37115 ](https://github.com/frappe/erpnext/issues/37115 )) ([#37147 ](https://github.com/frappe/erpnext/issues/37147 )) ([29ff0ce ](29ff0ce286 ))
2023-09-20 06:24:47 +00:00
Deepesh Garg
428870a65d
Merge pull request #37153 from frappe/version-14-hotfix
...
chore: release v14
2023-09-20 11:53:07 +05:30
mergify[bot]
c5df164e1c
chore: translations dutch ( #37042 )
...
chore: translations dutch (#37042 )
update: translations dutch
(cherry picked from commit c35dea7177 )
Co-authored-by: RJPvT <48353029+RJPvT@users.noreply.github.com >
2023-09-19 20:41:53 +05:30
HENRY Florian
8c14dbd7ac
chore: translation manual backport of #35697 ( #37053 )
...
chore: translation manual backport of #35697
2023-09-19 20:26:05 +05:30
Raffael Meyer
8236814270
fix: german translation of Sales and Purchase Invoice ( #37122 )
...
* fix: german translation of Purchase Invoice
* fix: german translation of Sales Invoice
(cherry picked from commit 84a9000db2 )
# Conflicts:
# erpnext/translations/de.csv
2023-09-19 14:29:56 +00:00
mergify[bot]
1cb8c64c94
fix: after applying coupon code, field in_words not updated ( #37133 )
...
fix: after applying coupon code, field in_words not updated (#37133 )
* fix: after applying coupon code, field in_words not updated
* fix: changed the order of the function set_total_in_words
(cherry picked from commit 03f0abf6de )
Co-authored-by: RitvikSardana <65544983+RitvikSardana@users.noreply.github.com >
2023-09-19 19:44:29 +05:30
mergify[bot]
699ad80802
fix: incorrect stock ledger entries in DN (backport #36944 ) ( #37066 )
...
fix: incorrect stock ledger entries in DN (#36944 )
(cherry picked from commit 0e83190c19 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-19 19:30:47 +05:30
Anand Baburajan
480a0ca7a8
fix: fetch logic for repay_from_salary in loan_repayment [v14] ( #37135 )
...
* fix: fetch logic for repay_from_salary in loan_repayment
* chore: only fetch repay_from_salary if field exists
2023-09-19 15:18:35 +05:30
mergify[bot]
29ff0ce286
feat: provision to create RIV from Stock Ledger Invariant Check report (backport #37115 ) ( #37147 )
...
feat: provision to create RIV from `Stock Ledger Invariant Check` report (#37115 )
* feat: provision to create RIV from `Stock Ledger Invariant Check` report
* fix: `linter`
(cherry picked from commit 9c9d0ecb73 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-19 14:01:47 +05:30
RitvikSardana
af05864e6d
fix: POS opening Issue if Product Bundle is available ( #37138 )
...
fix: POS opening issue because of Product Bundle
2023-09-19 13:09:35 +05:30
mergify[bot]
dfe5f63f59
refactor: more generic filters in Accounts Receivable report (backport #37131 ) ( #37137 )
...
* refactor: replace 'customer' filter with 'party_type' and 'party'
(cherry picked from commit ac650d2e7a )
* chore: remove stale code
(cherry picked from commit 083c82c206 )
* refactor(test): AR output filtered on USD customers
(cherry picked from commit 08d91ab831 )
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-09-19 13:07:30 +05:30
RitvikSardana
366325ca3c
fix: Duplicate Serial Nos validation in POS ( #36927 )
...
* fix: added validation for duplicate serial nos in pos
* chore: code cleanup
* chore: code cleanup
* fix: removed duplicate batch number validation
* chore: code cleanup
2023-09-18 16:32:45 +05:30
rohitwaghchaure
e62b783f34
fix: don't set from warehouse for purchase material request ( #37132 )
2023-09-18 16:10:21 +05:30
ruthra kumar
8ef548f999
Merge pull request #37129 from frappe/mergify/bp/version-14-hotfix/pr-37127
...
refactor: better date filters in `Get Outstanding Invoices` dialog (backport #37127 )
2023-09-18 13:51:48 +05:30
ruthra kumar
4b700b726f
refactor: better date filters in Get Outstanding Invoices dialog
...
(cherry picked from commit 9004721859 )
2023-09-18 07:52:18 +00:00
mergify[bot]
c41cb3930c
fix: Don't allow merging accounts with different currency ( #37074 )
...
* fix: Don't allow merging accounts with different currency (#37074 )
* fix: Don't allow merging accounts with different currency
* test: Update conflicting values
* test: Update conflicting values
(cherry picked from commit 5e21e7cd1d )
# Conflicts:
# erpnext/accounts/doctype/account/account.js
# erpnext/accounts/doctype/account/account.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-09-18 13:03:08 +05:30
ruthra kumar
46f94cf387
Merge pull request #37125 from frappe/mergify/bp/version-14-hotfix/pr-33502
...
feat: Toggle display of Account Balance in Chart of Accounts (backport #33502 )
2023-09-18 11:08:51 +05:30
ruthra kumar
79321f56ca
chore: resolve conflicts
2023-09-18 10:39:22 +05:30
ruthra kumar
18702841af
refactor: Show Balance in COA based on Accounts Settings
...
(cherry picked from commit 23fbe86d51 )
2023-09-18 04:44:55 +00:00
ruthra kumar
8b2328c6d3
refactor: show balance checkbox in Accounts Settings
...
(cherry picked from commit 1b78fae6fc )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2023-09-18 04:44:55 +00:00
mergify[bot]
13aaff30a5
fix: company wise deferred accounting fields in item ( #37023 )
...
* fix: company wise deferred accounting fields in item (#37023 )
* fix: move deferred accounts in accounting section
* fix: move deferred check boxes in item accounting
* fix: show company wise acc in filters
* fix: fetch item deferred account from child table
* fix: tests using deferred acc
* refactor: use cached value
* fix: cached value call
* feat: patch to migrate deferred acc
* fix: hardcode education module doctypes in patch
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 099468e3cf )
# Conflicts:
# erpnext/patches.txt
# erpnext/patches/v14_0/delete_education_doctypes.py
# erpnext/stock/doctype/item/item.json
* chore: resolve conflicts
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-09-18 09:57:11 +05:30
HENRY Florian
a563fed6dc
fix(ux): move get_route_options_for_new_doc to refresh ( #37092 )
...
fix: move `get_route_options_for_new_doc` to `refresh`
2023-09-16 15:17:26 +05:30
s-aga-r
19a227a970
Merge pull request #37106 from s-aga-r/FIX-1334
...
fix: validate duplicate serial no in DN
2023-09-16 10:56:16 +05:30
mergify[bot]
727dcc5034
fix: ignore user permissions for Source Warehouse in MR (backport #37102 ) ( #37110 )
...
fix: ignore user permissions for `Source Warehouse` in MR (#37102 )
fix: ignore user permissions for Source Warehouse in MR
(cherry picked from commit fc016680c9 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-15 21:47:15 +05:30
ruthra kumar
89b570ecf5
Merge pull request #37109 from frappe/mergify/bp/version-14-hotfix/pr-37108
...
fix: asset validation misfire on debit notes (backport #37108 )
2023-09-15 21:44:45 +05:30
ruthra kumar
b33db6c79a
fix: asset validation misfire on debit notes
...
(cherry picked from commit 097b9892dc )
2023-09-15 14:32:41 +00:00
s-aga-r
e5177a6e46
test: add test case for DN duplicate serial nos
2023-09-15 19:45:02 +05:30
s-aga-r
fffa13f22b
fix: validate duplicate serial no in DN
2023-09-15 17:30:04 +05:30
rohitwaghchaure
f2395a9297
fix: precision issue and column name ( #37073 )
2023-09-14 14:28:05 +05:30
mergify[bot]
3ecdf028f2
fix: Remove redundant code ( #37001 )
...
fix: Remove redundant code (#37001 )
fix: Remove redundant code
(cherry picked from commit 96363dbb07 )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-09-13 21:03:45 +05:30
mergify[bot]
8772e40bae
fix: Purchase Receipt Provisional Accounting GL Entries (backport #37046 ) ( #37068 )
...
* fix: Purchase Receipt Provisional Accounting GL Entries
(cherry picked from commit 6bab0eeaa1 )
* test: Purchase Receipt Provisional Accounting GL Entries
(cherry picked from commit 1c78a5a9aa )
* fix(test): PR Provisional Accounting
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-13 18:16:33 +05:30
mergify[bot]
b56c9b91f1
fix: accepted warehouse and rejected warehouse can't be same (backport #36973 ) ( #37071 )
...
* fix: ignore user permissions for `From Warehouse` in PR
(cherry picked from commit d2f3286115 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
* chore: `conflicts`
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-13 11:26:13 +00:00
mergify[bot]
c2a0c1e989
fix: + btn not appearing for delivery note connection (backport #36980 ) ( #37070 )
...
fix: move SI and DI connected links to internal_and_external_links
(cherry picked from commit e1a94a9ba1 )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-09-13 16:06:08 +05:30
Deepesh Garg
461b607a6a
Merge pull request #37060 from frappe/mergify/bp/version-14-hotfix/pr-37055
...
fix: Apply dimension filter, irrespective of dimension columns (#37055 )
2023-09-13 11:20:39 +05:30
Deepesh Garg
9bc44a3b40
fix: Apply dimension filter, irrespective of dimesion columns
...
(cherry picked from commit 769db0b3bc )
2023-09-13 04:36:57 +00:00
ruthra kumar
50cfc68d2c
Merge pull request #37058 from frappe/mergify/bp/version-14-hotfix/pr-37057
...
fix: Packed item incorrectly picks expired price on Sales Order (backport #37057 )
2023-09-13 08:47:13 +05:30
ruthra kumar
aa0a756111
test: expired item price should not be picked
...
(cherry picked from commit 055156d28a )
2023-09-13 02:50:24 +00:00
ruthra kumar
413b40f5a7
fix: packed item using expired price
...
(cherry picked from commit 47ffa4983c )
2023-09-13 02:50:23 +00:00
Frappe PR Bot
7af8aec879
chore(release): Bumped to Version 14.39.0
...
# [14.39.0](https://github.com/frappe/erpnext/compare/v14.38.0...v14.39.0 ) (2023-09-12)
### Bug Fixes
* `company` is ambiguous ([fe69d53 ](fe69d5364d ))
* `Parent Task` link with `Project Task` (backport [#37025 ](https://github.com/frappe/erpnext/issues/37025 )) ([#37033 ](https://github.com/frappe/erpnext/issues/37033 )) ([6602787 ](66027877d3 ))
* correct asset daily depr schedule calculation [v14] ([#36991 ](https://github.com/frappe/erpnext/issues/36991 )) ([2ae4463 ](2ae4463b76 ))
* generate pdf only when result exists ([53270dd ](53270dd933 ))
* remove report field db set ([284181d ](284181d766 ))
* show letterhead and terms for AR pdf ([2077b2c ](2077b2cde4 ))
* Update party type for payroll payable account ([f251d6c ](f251d6cb69 ))
* use primary key for link lookup (backport [#36919 ](https://github.com/frappe/erpnext/issues/36919 )) ([#36978 ](https://github.com/frappe/erpnext/issues/36978 )) ([4fede56 ](4fede56d98 ))
* **ux:** docstatus filter for `Reference Name` in QI (backport [#37024 ](https://github.com/frappe/erpnext/issues/37024 )) ([#37028 ](https://github.com/frappe/erpnext/issues/37028 )) ([21be889 ](21be889a77 ))
### Features
* add field for specifying pdf name ([657ca7f ](657ca7ff22 ))
* Add half-yearly asset maintenance periodicity. (backport [#37006 ](https://github.com/frappe/erpnext/issues/37006 )) ([#37014 ](https://github.com/frappe/erpnext/issues/37014 )) ([acd9c69 ](acd9c69201 ))
* provision to set required by from Production Plan ([#37039 ](https://github.com/frappe/erpnext/issues/37039 )) ([d278b11 ](d278b11603 ))
2023-09-12 12:22:33 +00:00
Deepesh Garg
69454fc804
Merge pull request #37043 from frappe/version-14-hotfix
...
chore: release v14
2023-09-12 17:49:56 +05:30
rohitwaghchaure
d278b11603
feat: provision to set required by from Production Plan ( #37039 )
...
* feat: provision to set the Required By date from production plan
* test: added test case for validate schedule_date
2023-09-12 13:32:56 +05:30
mergify[bot]
66027877d3
fix: Parent Task link with Project Task (backport #37025 ) ( #37033 )
...
* feat: new field in `Task` to hold ref of Template Task
(cherry picked from commit b4bcd9ba3f )
# Conflicts:
# erpnext/projects/doctype/task/task.json
* fix: set `Template Task` ref in `Project Task`
(cherry picked from commit d3295c43e3 )
* fix: reload task before save
(cherry picked from commit 5cae2e79bd )
* test: add test case for Task having common subject
(cherry picked from commit 0d5c8f03bd )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-12 09:04:37 +05:30
Deepesh Garg
1492ce507c
Merge pull request #37011 from frappe/mergify/bp/version-14-hotfix/pr-36843
...
fix: show customer name for naming series in process soa (#36843 )
2023-09-11 21:52:57 +05:30
mergify[bot]
21be889a77
fix(ux): docstatus filter for Reference Name in QI (backport #37024 ) ( #37028 )
...
fix(ux): docstatus filter for `Reference Name` in QI (#37024 )
(cherry picked from commit d739ab6ee3 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-11 18:56:20 +05:30
Gursheen Kaur Anand
a35abf8403
chore: linting issues
2023-09-11 12:06:24 +05:30
Gursheen Kaur Anand
619644af04
chore: resolve conflicts
2023-09-11 11:25:30 +05:30
Florian HENRY
5c0a232e0f
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:24:01 +02:00
Florian HENRY
7de3d08ce3
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:23:35 +02:00
Florian HENRY
fb7ca8fca2
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:19:35 +02:00
Florian HENRY
d9f15e96b5
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:18:42 +02:00
mergify[bot]
acd9c69201
feat: Add half-yearly asset maintenance periodicity. (backport #37006 ) ( #37014 )
...
feat: Add half-yearly asset maintenance periodicity. (#37006 )
(cherry picked from commit 846ae32d92 )
Co-authored-by: Bernd Oliver Sünderhauf <46800703+bosue@users.noreply.github.com >
2023-09-10 17:26:41 +05:30
Gursheen Anand
284181d766
fix: remove report field db set
...
(cherry picked from commit 060da2c5bc )
2023-09-10 06:51:58 +00:00
Gursheen Anand
f9f1ac3601
test: auto email for ar report
...
(cherry picked from commit a006b66e45 )
2023-09-10 06:51:58 +00:00
Gursheen Anand
53270dd933
fix: generate pdf only when result exists
...
(cherry picked from commit f07f4ce86f )
2023-09-10 06:51:57 +00:00
Gursheen Anand
657ca7ff22
feat: add field for specifying pdf name
...
(cherry picked from commit 5c2a949593 )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
2023-09-10 06:51:57 +00:00
Gursheen Anand
2077b2cde4
fix: show letterhead and terms for AR pdf
...
(cherry picked from commit 0a9187ea42 )
2023-09-10 06:51:57 +00:00
Deepesh Garg
7ea53cc316
Merge pull request #36964 from GursheenK/test_tds_payable_monthly
...
test: TDS payable monthly report
2023-09-10 11:42:19 +05:30
Deepesh Garg
7acf732a9c
Merge pull request #36976 from frappe/mergify/bp/version-14-hotfix/pr-36898
...
fix: `company` is ambiguous (#36898 )
2023-09-10 11:41:46 +05:30
Deepesh Garg
43d9a10093
Merge pull request #36985 from deepeshgarg007/employee_loan_repayment
...
fix: Update party type for payroll payable account
2023-09-07 10:17:19 +05:30
Anand Baburajan
2ae4463b76
fix: correct asset daily depr schedule calculation [v14] ( #36991 )
...
fix: correct asset daily depr schedule calculation
2023-09-06 22:20:29 +05:30
Deepesh Garg
62569b1b41
Merge pull request #36986 from frappe/mergify/bp/version-14-hotfix/pr-36983
...
chore: Update employee for tests (backport #36983 )
2023-09-06 18:01:17 +05:30
Deepesh Garg
24a4815250
chore: Update employee for tests
...
(cherry picked from commit ae01d70b33 )
2023-09-06 11:02:18 +00:00
Deepesh Garg
1894371b68
chore: Update function
2023-09-06 16:29:12 +05:30
mergify[bot]
e210b28f0d
chore: asset finance books validation (backport #36979 ) ( #36981 )
...
* chore: asset finance books validation (#36979 )
(cherry picked from commit 0077659e93 )
* chore: fix tests
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-09-06 15:39:46 +05:30
Deepesh Garg
f251d6cb69
fix: Update party type for payroll payable account
2023-09-06 15:18:21 +05:30
mergify[bot]
4fede56d98
fix: use primary key for link lookup (backport #36919 ) ( #36978 )
...
fix: use primary key for link lookup (#36919 )
(cherry picked from commit 8ce6b8179e )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-09-06 06:45:58 +00:00
Frappe PR Bot
a4b80d1ec4
chore(release): Bumped to Version 14.38.0
...
# [14.38.0](https://github.com/frappe/erpnext/compare/v14.37.1...v14.38.0 ) (2023-09-06)
### Bug Fixes
* account payable currency and value ([#36859 ](https://github.com/frappe/erpnext/issues/36859 )) ([98c2640 ](98c26403c1 ))
* added ignore_user_permissions to parent field of tree doctypes ([451cc7b ](451cc7bc12 ))
* added validation for unique serial numbers in pos invoice ([#36302 ](https://github.com/frappe/erpnext/issues/36302 )) ([1192736 ](119273639c ))
* allow payment_account of loan repayment to be edited ([#36948 ](https://github.com/frappe/erpnext/issues/36948 )) ([09e2f24 ](09e2f24329 ))
* ask for asset related accounts only when needed (backport [#36960 ](https://github.com/frappe/erpnext/issues/36960 )) ([#36971 ](https://github.com/frappe/erpnext/issues/36971 )) ([58163d5 ](58163d5aa8 ))
* calcuate received/paid amount on rate change in PE ([0a63266 ](0a632660e0 ))
* deduplicate gain/loss JE creation for journals as payment ([9168b3b ](9168b3b0e8 ))
* difference amount in UI should not be calculated ([9bc2b41 ](9bc2b419e3 ))
* fetch discount amount for gle in base currency ([a8b5880 ](a8b58800bb ))
* ignore mandatory fields while saving WO (backport [#36954 ](https://github.com/frappe/erpnext/issues/36954 )) ([#36970 ](https://github.com/frappe/erpnext/issues/36970 )) ([c125dea ](c125dea0f1 ))
* index error on Receivable report based on payment terms ([#36963 ](https://github.com/frappe/erpnext/issues/36963 )) ([e3d64fc ](e3d64fc553 ))
* invalid gain/loss JE created on base currency Expense Claim ([068f1b5 ](068f1b5a6b ))
* only show "Unreconcile" if reconciled ([61752ac ](61752ac2b4 ))
* prorate factor for subscription plan ([#36953 ](https://github.com/frappe/erpnext/issues/36953 )) ([fc79af5 ](fc79af5926 ))
* reduce threshold for bg job fn ([5a226a8 ](5a226a8395 ))
* remove withholding category from common fields ([18f8f7f ](18f8f7f09c ))
* Set the default filter in All Trends Report ([132957f ](132957f59e ))
* Set the default filter in All Trends Report ([420536c ](420536ca52 ))
* when create doc from item dashboard default uom (buying or selling) is not correctly selected (backport [#36892 ](https://github.com/frappe/erpnext/issues/36892 )) ([#36928 ](https://github.com/frappe/erpnext/issues/36928 )) ([5c8bee0 ](5c8bee0a95 ))
### Features
* **RFQ:** optionally send document print ([#36363 ](https://github.com/frappe/erpnext/issues/36363 )) ([345c608 ](345c6084e5 ))
2023-09-06 05:57:04 +00:00
ruthra kumar
260567e99e
Merge pull request #36969 from frappe/version-14-hotfix
...
chore: release v14
2023-09-06 11:25:38 +05:30
Dany Robert
fe69d5364d
fix: company is ambiguous
...
(cherry picked from commit 3e1065a561 )
2023-09-06 04:58:54 +00:00
mergify[bot]
58163d5aa8
fix: ask for asset related accounts only when needed (backport #36960 ) ( #36971 )
...
fix: ask for asset related accounts only when needed (#36960 )
* fix: only ask for asset_received_but_not_billed account when needed
* chore: remove unnecessary if condition
* fix: only ask for expenses_included_in_asset_valuation account when needed
(cherry picked from commit 174f95d699 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-09-05 18:14:44 +05:30
Gursheen Anand
dbeb132688
refactor: use accounts mixin
2023-09-05 17:33:30 +05:30
mergify[bot]
e3d64fc553
fix: index error on Receivable report based on payment terms ( #36963 )
...
fix: index error on Receivable report based on payment terms
cr note's don't have payment terms. So, skip for them.
(cherry picked from commit b9c556c4a9 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-09-05 16:32:58 +05:30
mergify[bot]
c125dea0f1
fix: ignore mandatory fields while saving WO (backport #36954 ) ( #36970 )
...
fix: ignore mandatory fields while saving WO (#36954 )
(cherry picked from commit f809e12747 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-05 16:29:03 +05:30
mergify[bot]
119273639c
fix: added validation for unique serial numbers in pos invoice ( #36302 )
...
fix: added validation for unique serial numbers in pos invoice (#36302 )
* fix: added validation for unique serial numbers in pos invoice
* fix: updated title of validation
* fix: removed extra whitespace
* fix: added validation for duplicate batch numbers
---------
Co-authored-by: Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local >
(cherry picked from commit a165b37fd7 )
Co-authored-by: RitvikSardana <65544983+RitvikSardana@users.noreply.github.com >
2023-09-05 16:21:33 +05:30
Gursheen Kaur Anand
fc79af5926
fix: prorate factor for subscription plan ( #36953 )
2023-09-05 16:14:16 +05:30
Gursheen Anand
035eaa5e40
test: tds payable monthly
2023-09-05 15:24:59 +05:30
Anand Baburajan
09e2f24329
fix: allow payment_account of loan repayment to be edited ( #36948 )
2023-09-05 12:44:14 +05:30
ruthra kumar
a0c65342a1
Merge pull request #36952 from frappe/mergify/bp/version-14-hotfix/pr-36950
...
refactor: gain/loss je should use same posting date as payment (backport #36950 )
2023-09-05 09:24:10 +05:30
ruthra kumar
01eae2b758
refactor: gain/loss should use same posting date as payment
...
(cherry picked from commit f7865da4d2 )
2023-09-05 03:00:02 +00:00
ruthra kumar
b43c6ff1ae
Merge pull request #36946 from GursheenK/tds_payable_monthly_si_withholding_category
...
fix: TDS payable monthly SI withholding category
2023-09-04 19:01:00 +05:30
Gursheen Anand
18f8f7f09c
fix: remove withholding category from common fields
2023-09-04 17:30:10 +05:30
ruthra kumar
2d2bcd37cb
Merge pull request #36942 from frappe/mergify/bp/version-14-hotfix/pr-36940
...
fix: invalid gain/loss JE created on base currency Expense Claim (backport #36940 )
2023-09-04 15:20:23 +05:30
ruthra kumar
068f1b5a6b
fix: invalid gain/loss JE created on base currency Expense Claim
...
(cherry picked from commit 75d95acb23 )
2023-09-04 08:27:37 +00:00
Ankush Menat
fca154fd60
Merge pull request #36939 from frappe/mergify/bp/version-14-hotfix/pr-36869
...
fix: ignore_user_permissions set to 1 for parent field of tree doctypes (backport #36869 )
2023-09-04 13:27:13 +05:30
RitvikSardana
451cc7bc12
fix: added ignore_user_permissions to parent field of tree doctypes
...
(cherry picked from commit de433d8626 )
2023-09-04 07:17:07 +00:00
mergify[bot]
11e67c7dc0
refactor: remove Recalculate Rate from SCR Item (backport #36929 ) ( #36931 )
...
* refactor: remove `Recalculate Rate` from SCR Item (#36929 )
(cherry picked from commit cd8ddae7c5 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.js
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.py
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-03 19:05:05 +05:30
mergify[bot]
5c8bee0a95
fix: when create doc from item dashboard default uom (buying or selling) is not correctly selected (backport #36892 ) ( #36928 )
...
fix: when create doc from item dashboard default uom (buying or selling) is not correctly selected (#36892 )
fix: when create doc from item dashboard defaut uom is not correctly selected
(cherry picked from commit 24e1144de5 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2023-09-03 16:38:44 +05:30
ruthra kumar
553ff11de6
Merge pull request #36925 from frappe/mergify/bp/version-14-hotfix/pr-36911
...
fix: deduplicate gain/loss JE creation for journals as payment (backport #36911 )
2023-09-03 10:56:36 +05:30
ruthra kumar
5523bc5081
chore: resolve merge conflict
2023-09-03 10:28:58 +05:30
ruthra kumar
c8d81cc52d
test: cost center inheritance from payment
...
(cherry picked from commit 0366928db5 )
2023-09-03 04:44:17 +00:00
ruthra kumar
d24c8b1bbc
refactor: use payment's CC for gain/loss if company default is unset
...
(cherry picked from commit d6a3b9a5c7 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-09-03 04:44:16 +00:00
ruthra kumar
7fd96d0116
test: extend test to cancellation
...
(cherry picked from commit 79fa562004 )
2023-09-03 04:44:15 +00:00
ruthra kumar
475750302b
test: deduplicate gain/loss JE on reconciling journals against inv
...
(cherry picked from commit cb6da6ec59 )
2023-09-03 04:44:14 +00:00
ruthra kumar
9168b3b0e8
fix: deduplicate gain/loss JE creation for journals as payment
...
(cherry picked from commit 79c6f0165b )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2023-09-03 04:44:13 +00:00
Anand Baburajan
0ff1546b9b
chore: patch to correct asset values if je has workflow [v14] ( #36915 )
...
chore: patch to correct asset values if je has workflow
2023-09-02 18:32:16 +05:30
mergify[bot]
345c6084e5
feat(RFQ): optionally send document print ( #36363 )
...
feat(RFQ): optionally send document print (#36363 )
2023-09-02 17:53:08 +05:30
Deepesh Garg
3820953022
Merge pull request #36917 from frappe/mergify/bp/version-14-hotfix/pr-36900
...
fix: reduce threshold for background job in PCV (#36900 )
2023-09-02 17:46:44 +05:30
Deepesh Garg
78051e7f0f
Merge pull request #36918 from frappe/mergify/bp/version-14-hotfix/pr-36908
...
fix: only show "Unreconcile" if reconciled (#36908 )
2023-09-02 17:46:27 +05:30
barredterra
61752ac2b4
fix: only show "Unreconcile" if reconciled
...
(cherry picked from commit 91e574609f )
2023-09-02 11:43:12 +00:00
Gursheen Anand
5a226a8395
fix: reduce threshold for bg job fn
...
(cherry picked from commit b6e6f2ef8d )
2023-09-02 11:42:08 +00:00
ruthra kumar
543e4c87ea
Merge pull request #36912 from frappe/mergify/bp/version-14-hotfix/pr-36859
...
fix: account payable currency and value (backport #36859 )
2023-09-02 14:38:27 +05:30
Deepesh Garg
0a0b94e1cb
Merge pull request #36884 from Nihantra-Patel/fiscal_year_trends_reports
...
fix: Set the default filter in All Trends Report
2023-09-02 14:37:14 +05:30
RitvikSardana
98c26403c1
fix: account payable currency and value ( #36859 )
...
* fix: account payable currency and value
* fix: added party_type and party in accounts payable report
* chore: code cleanup
* fix: customer group test case failure
* fix: added test case of the issue
* fix: filter toggle for party_type
* fix: filter toggle for party_type
* chore: fix typo
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit e599f75a51 )
2023-09-02 07:39:33 +00:00
Deepesh Garg
d19716142e
Merge pull request #36904 from frappe/mergify/bp/version-14-hotfix/pr-36889
...
fix: fetch currency in discount accounting SI (#36889 )
2023-09-01 22:51:35 +05:30
ruthra kumar
83e3402fea
Merge pull request #36907 from frappe/mergify/bp/version-14-hotfix/pr-36899
...
fix: difference amount calculation logic in Payment Entry UI (backport #36899 )
2023-09-01 17:50:22 +05:30
ruthra kumar
9bc2b419e3
fix: difference amount in UI should not be calculated
...
(cherry picked from commit a7e0709ae8 )
2023-09-01 12:09:21 +00:00
ruthra kumar
b9a5d54e03
Merge pull request #36894 from frappe/mergify/bp/version-14-hotfix/pr-36888
...
fix: calcuate received/paid amount on exchange rate change in Payment Entry (backport #36888 )
2023-09-01 17:37:41 +05:30
Gursheen Anand
a8b58800bb
fix: fetch discount amount for gle in base currency
...
(cherry picked from commit 112cfe6dfa )
2023-09-01 09:42:52 +00:00
ruthra kumar
0a632660e0
fix: calcuate received/paid amount on rate change in PE
...
(cherry picked from commit 64d835374b )
2023-08-31 15:36:44 +00:00
Frappe PR Bot
09d9263082
chore(release): Bumped to Version 14.37.1
...
## [14.37.1](https://github.com/frappe/erpnext/compare/v14.37.0...v14.37.1 ) (2023-08-31)
### Bug Fixes
* calcuate received/paid amount on rate change in PE ([46bea0e ](46bea0e56f ))
2023-08-31 14:11:41 +00:00
ruthra kumar
38d27a13c3
Merge pull request #36890 from frappe/mergify/bp/version-14/pr-36888
...
fix: calcuate received/paid amount on exchange rate change in Payment Entry (backport #36888 )
2023-08-31 19:39:50 +05:30
ruthra kumar
46bea0e56f
fix: calcuate received/paid amount on rate change in PE
...
(cherry picked from commit 64d835374b )
2023-08-31 13:09:15 +00:00
Nihantra C. Patel
132957f59e
fix: Set the default filter in All Trends Report
2023-08-31 13:38:42 +05:30
Nihantra C. Patel
420536ca52
fix: Set the default filter in All Trends Report
2023-08-31 13:37:30 +05:30
Frappe PR Bot
b95ab3425a
chore(release): Bumped to Version 14.37.0
...
# [14.37.0](https://github.com/frappe/erpnext/compare/v14.36.0...v14.37.0 ) (2023-08-30)
### Bug Fixes
* added valuation field type (Float/Currency) in the filter (backport [#36866 ](https://github.com/frappe/erpnext/issues/36866 )) ([#36868 ](https://github.com/frappe/erpnext/issues/36868 )) ([22247cf ](22247cfa17 ))
* Allow to make return against sales invoice which has closed sales order ([0f98cc8 ](0f98cc85e9 ))
* Asset Category filter is not working in asset depreciation([#36806 ](https://github.com/frappe/erpnext/issues/36806 )) ([bd41cb2 ](bd41cb221b ))
* create entries for only PR items present in LCV ([#36852 ](https://github.com/frappe/erpnext/issues/36852 )) ([d2091cc ](d2091cc22c ))
* error in report when data is not available to load chart in report (backport [#36842 ](https://github.com/frappe/erpnext/issues/36842 )) ([#36853 ](https://github.com/frappe/erpnext/issues/36853 )) ([9789b7b ](9789b7bdef ))
* error listindexoutofrange when save a production plan ([#36807 ](https://github.com/frappe/erpnext/issues/36807 )) ([fd41594 ](fd4159423d ))
* fetch JVs in tax withholding report without party values ([bc6bd81 ](bc6bd81f87 ))
* fetch rounded total while pulling reference details on SO ([adc87f1 ](adc87f16a3 ))
* missing company flag for regional fn ([#36791 ](https://github.com/frappe/erpnext/issues/36791 )) ([c07548a ](c07548a612 ))
* SCR return status (backport [#36793 ](https://github.com/frappe/erpnext/issues/36793 )) ([#36796 ](https://github.com/frappe/erpnext/issues/36796 )) ([6edfcf4 ](6edfcf4de8 ))
* Tax withholding reversal on Debit Notes ([e8dc63c ](e8dc63c89c ))
### Features
* **MR:** Project and Cost Center in Connections (backport [#36794 ](https://github.com/frappe/erpnext/issues/36794 )) ([#36795 ](https://github.com/frappe/erpnext/issues/36795 )) ([4fa0777 ](4fa07777e9 ))
2023-08-30 13:56:17 +00:00
Deepesh Garg
16edf3ac36
Merge pull request #36861 from frappe/version-14-hotfix
...
chore: release v14
2023-08-30 19:24:48 +05:30
mergify[bot]
22247cfa17
fix: added valuation field type (Float/Currency) in the filter (backport #36866 ) ( #36868 )
...
fix: added valuation field type (Float/Currency) in the filter (#36866 )
(cherry picked from commit dea802dc41 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-29 16:57:59 +05:30
mergify[bot]
d2091cc22c
fix: create entries for only PR items present in LCV ( #36852 )
...
fix: create entries for only PR items present in LCV (#36852 )
* fix: check if item code exists in lcv before creating gle
* refactor: use qb to fetch lcv items
(cherry picked from commit 26e8b8f959 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-08-29 11:01:40 +05:30
mergify[bot]
9789b7bdef
fix: error in report when data is not available to load chart in report (backport #36842 ) ( #36853 )
...
fix: error in report when data is not available to load chart in report (#36842 )
(cherry picked from commit 3a2933db4d )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-28 18:17:50 +05:30
ruthra kumar
e8d7d30682
Merge pull request #36847 from frappe/mergify/bp/version-14-hotfix/pr-36844
...
fix: allocation error on partial payment against sales order (backport #36844 )
2023-08-28 15:43:30 +05:30
ruthra kumar
05f657e690
test: assert rounded amount is calculated
...
(cherry picked from commit 2fdbe82835 )
2023-08-28 09:42:41 +00:00
ruthra kumar
0350c69856
test: allocation err misfire on Sales Order
...
(cherry picked from commit 67a0969b78 )
2023-08-28 09:42:40 +00:00
ruthra kumar
adc87f16a3
fix: fetch rounded total while pulling reference details on SO
...
(cherry picked from commit 714b8289c1 )
2023-08-28 09:42:40 +00:00
mergify[bot]
bd41cb221b
fix: Asset Category filter is not working in asset depreciation( #36806 )
...
fix: Asset Category filter is not working in asset depreciation
fix: Asset Category filter is not working in asset depreciation and balances
Co-authored-by: ubuntu <viralkansodiya167@gmail.com >
(cherry picked from commit 388a42ec7e )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-28 11:53:11 +05:30
ruthra kumar
7a5b454e97
Merge pull request #36832 from frappe/mergify/bp/version-14-hotfix/pr-36830
...
test: Exchange Rate Revaluation functions and its impact on ledger (backport #36830 )
2023-08-27 16:05:03 +05:30
ruthra kumar
256c3c81a4
test: Exchange Rate Revaluation functions and its impact on ledger
...
(cherry picked from commit d40504b973 )
2023-08-27 09:41:12 +00:00
mergify[bot]
9b2a84f259
chore: update fr translation for Naming Series ( #36785 )
...
* chore: update fr translation for Naming Series (#36785 )
* chore: update fr translation for Naming Series
* chore: update fr translation
* chore: update fr translation
* chore: update fr translation
(cherry picked from commit e462edc628 )
# Conflicts:
# erpnext/translations/fr.csv
* chore: resolve conflicts
---------
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-26 19:29:57 +05:30
mergify[bot]
c07548a612
fix: missing company flag for regional fn ( #36791 )
...
fix: missing company flag for regional fn (#36791 )
* fix: missing company flag for regional fn
(cherry picked from commit 9bc5952dd5 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-08-26 19:29:15 +05:30
Gourav Saini
0f98cc85e9
fix: Allow to make return against sales invoice which has closed sales order
...
fix: Allow to make return against sales invoice which has closed sales order
2023-08-26 18:04:01 +05:30
Deepesh Garg
aad91c02f3
Merge pull request #36815 from GursheenK/v_14_tax_withholding_jvs_with_no_partytype
...
fix: fetch JVs in tax withholding report with no party type
2023-08-25 19:41:31 +05:30
ruthra kumar
587283e787
Merge pull request #36822 from frappe/mergify/bp/version-14-hotfix/pr-36821
...
test: use mixin and increase coverage in receivable report (backport #36821 )
2023-08-25 18:46:13 +05:30
ruthra kumar
78b0a52d41
test: increase coverage in ar/ap report
...
(cherry picked from commit ce81ffd844 )
2023-08-25 12:42:23 +00:00
ruthra kumar
c4d338a59b
refactor(test): make use of mixin in ar/ap report tests
...
(cherry picked from commit bb7bed4c1a )
2023-08-25 12:42:22 +00:00
Gursheen Anand
bc6bd81f87
fix: fetch JVs in tax withholding report without party values
2023-08-25 15:05:26 +05:30
ViralKansodiya
fd4159423d
fix: error listindexoutofrange when save a production plan ( #36807 )
...
fix: error listindexoutof range when save a production plan
2023-08-25 13:43:53 +05:30
Deepesh Garg
95a6e1d855
Merge pull request #36809 from frappe/mergify/bp/version-14-hotfix/pr-36799
...
fix: Tax withholding reversal on Debit Notes (#36799 )
2023-08-25 09:41:07 +05:30
Deepesh Garg
e8dc63c89c
fix: Tax withholding reversal on Debit Notes
...
(cherry picked from commit 6d9cebfee9 )
2023-08-24 14:02:32 +00:00
mergify[bot]
6edfcf4de8
fix: SCR return status (backport #36793 ) ( #36796 )
...
fix: SCR return status (#36793 )
(cherry picked from commit 723563c167 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-24 10:42:59 +05:30
mergify[bot]
4fa07777e9
feat(MR): Project and Cost Center in Connections (backport #36794 ) ( #36795 )
...
feat(MR): Project and Cost Center in Connections (#36794 )
(cherry picked from commit 54ffe41b54 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-24 10:15:05 +05:30
ruthra kumar
b1ebd81f77
Merge pull request #36778 from frappe/mergify/bp/version-14-hotfix/pr-36650
...
perf: improve responsiveness of payment reconciliation tool (backport #36650 )
2023-08-23 15:08:47 +05:30
ruthra kumar
20c45c7975
chore: linter fix
2023-08-23 14:15:35 +05:30
ruthra kumar
4a4cba0715
chore: resolve conflict
2023-08-23 13:22:10 +05:30
ruthra kumar
ab9da5281e
refactor: filter for journal entries
...
(cherry picked from commit d01f0f2e96 )
2023-08-23 03:43:29 +00:00
ruthra kumar
c5080abd46
refactor: filter on advance payments
...
(cherry picked from commit 86bac2cf52 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
# erpnext/controllers/accounts_controller.py
2023-08-23 03:43:29 +00:00
ruthra kumar
a8c53eeb93
refactor: filter on cr/dr notes
...
(cherry picked from commit 52f609e67a )
2023-08-23 03:43:28 +00:00
ruthra kumar
d727a13562
refactor: trigger on value change
...
(cherry picked from commit e48f8139eb )
2023-08-23 03:43:28 +00:00
ruthra kumar
4556c36736
refactor: limit output to 50 in reconciliation tool
...
(cherry picked from commit 7a381affce )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
2023-08-23 03:43:28 +00:00
Frappe PR Bot
d1b2ce35b6
chore(release): Bumped to Version 14.36.0
...
# [14.36.0](https://github.com/frappe/erpnext/compare/v14.35.2...v14.36.0 ) (2023-08-23)
### Bug Fixes
* Accounts Payable Currency bug ([94612b9 ](94612b90ef ))
* Add company filters for account ([e62ffa9 ](e62ffa990d ))
* add missing items labels back ([#36737 ](https://github.com/frappe/erpnext/issues/36737 )) ([3634e80 ](3634e80341 ))
* broken advance field in Accounts Receivable summary rpt ([296a4d7 ](296a4d7a12 ))
* broken consolidated report due to finance book filter ([5bd2a09 ](5bd2a0923f ))
* check tax and charges if it is passed ([1f76c69 ](1f76c6972b ))
* clear dimension defaults after test ([2a467a9 ](2a467a9fbf ))
* dict value for dimension for gl entries defined without the dimension ([11ba553 ](11ba553dbd ))
* dimension name in remark ([01ae513 ](01ae513f70 ))
* divide offsetting amount for multiple dimensions ([1269f2d ](1269f2d301 ))
* divide offsetting amount only when account exists ([2c8c3a0 ](2c8c3a022c ))
* Document Name link validation in Bank Reconciliation Tool ([#36495 ](https://github.com/frappe/erpnext/issues/36495 )) ([83cbc1b ](83cbc1bef6 )), closes [#35540 ](https://github.com/frappe/erpnext/issues/35540 ) [#35540 ](https://github.com/frappe/erpnext/issues/35540 )
* don't throw if item does not have default BOM (backport [#36709 ](https://github.com/frappe/erpnext/issues/36709 )) ([#36734 ](https://github.com/frappe/erpnext/issues/36734 )) ([e1bd9a7 ](e1bd9a7e8d ))
* duplicate acc dimension in test ([cdb66bf ](cdb66bf198 ))
* fetch acc dimensions correctly when fieldname is different from name ([7ac35b4 ](7ac35b496a ))
* fetch accounting dimension details specific to company ([c1f1a21 ](c1f1a21714 ))
* include gain/loss journal in AR/AP reports ([4606079 ](4606079568 ))
* incorrect gl balance on multi company setup ([cb9aad3 ](cb9aad3e87 ))
* incorrect schedule in asset value adjustment ([#36725 ](https://github.com/frappe/erpnext/issues/36725 )) ([a0575ed ](a0575ed2b0 ))
* make offsetting entry for acc dimensions ([3198f26 ](3198f2669d ))
* make offsetting entry for all doctypes ([f578c32 ](f578c3219d ))
* mode of payment fetched from pos profile company in POS ([c74a414 ](c74a414313 ))
* not able to make stock entry ([#36759 ](https://github.com/frappe/erpnext/issues/36759 )) ([873ee38 ](873ee384a1 ))
* Procurement Tracker report not showing material request items ([#36768 ](https://github.com/frappe/erpnext/issues/36768 )) ([6a9935c ](6a9935c00e ))
* reset dimension defaults when company changedin test ([37ef6e9 ](37ef6e959b ))
* **RFQ:** make "update password" and "submit quotation" buttons the same size (backport [#36667 ](https://github.com/frappe/erpnext/issues/36667 )) ([#36686 ](https://github.com/frappe/erpnext/issues/36686 )) ([36147ec ](36147ec02c ))
* timeout error coming during reposting ([#36715 ](https://github.com/frappe/erpnext/issues/36715 )) ([620b21f ](620b21fec5 ))
* **ux:** change batch selection message to alert (backport [#36500 ](https://github.com/frappe/erpnext/issues/36500 )) ([#36697 ](https://github.com/frappe/erpnext/issues/36697 )) ([0a4947a ](0a4947a8f6 ))
* **UX:** Ignore prepared report ([3e23e1f ](3e23e1fb91 ))
### Features
* **RFQ:** make email message fully configurable (backport [#36353 ](https://github.com/frappe/erpnext/issues/36353 )) ([#36531 ](https://github.com/frappe/erpnext/issues/36531 )) ([c308bd5 ](c308bd5309 ))
* Tick on checkbox to include draft timesheets (backport [#36577 ](https://github.com/frappe/erpnext/issues/36577 )) ([#36640 ](https://github.com/frappe/erpnext/issues/36640 )) ([9668615 ](9668615f7e ))
* utility to repost accounting ledgers without cancellation ([#36469 ](https://github.com/frappe/erpnext/issues/36469 )) ([f8d6fe6 ](f8d6fe6be0 ))
### Performance Improvements
* pull latest details only for referenced vouchers ([47345e8 ](47345e81a1 ))
2023-08-23 02:59:58 +00:00
Deepesh Garg
a0a3519cd3
Merge pull request #36763 from frappe/version-14-hotfix
...
chore: release v14
2023-08-23 08:28:36 +05:30
Deepesh Garg
f16386bd07
Merge pull request #36776 from frappe/mergify/bp/version-14-hotfix/pr-36758
...
fix: Accounts Payable Currency bug (#36758 )
2023-08-22 22:37:39 +05:30
RitvikSardana
94612b90ef
fix: Accounts Payable Currency bug
...
(cherry picked from commit 9349bc77c5 )
2023-08-22 17:00:23 +00:00
rohitwaghchaure
6a9935c00e
fix: Procurement Tracker report not showing material request items ( #36768 )
2023-08-22 19:25:50 +05:30
rohitwaghchaure
873ee384a1
fix: not able to make stock entry ( #36759 )
2023-08-22 16:57:08 +05:30
Deepesh Garg
13b1263723
Merge pull request #36738 from frappe/mergify/bp/version-14-hotfix/pr-36737
...
fix: add missing items label back (#36737 )
2023-08-22 07:58:41 +05:30
ruthra kumar
6761874e28
Merge pull request #36749 from frappe/mergify/bp/version-14-hotfix/pr-36748
...
chore: clean up stale code in reconciliation tool (backport #36748 )
2023-08-22 06:47:41 +05:30
ruthra kumar
19eb6af65f
chore: clean up stale code in reconciliation tool
...
(cherry picked from commit e93b927051 )
2023-08-22 00:50:48 +00:00
ruthra kumar
0dc0e287a3
Merge pull request #36741 from frappe/mergify/bp/version-14-hotfix/pr-36727
...
fix: broken advance field in Accounts Receivable summary rpt (backport #36727 )
2023-08-22 06:05:54 +05:30
Anand Baburajan
a0575ed2b0
fix: incorrect schedule in asset value adjustment ( #36725 )
...
* fix: incorrect schedule in asset value adjustment
* chore: remove unnecessary commented code
* test: check schedules in test
* test: improving the test
* chore: better function name
* chore: use None instead of 0 for default value after depr
* chore: typo
2023-08-22 01:40:42 +05:30
ruthra kumar
cb9aad3e87
fix: incorrect gl balance on multi company setup
2023-08-21 21:35:26 +05:30
ruthra kumar
37cee42561
test: add test for receivable summary report
...
(cherry picked from commit af52f21ece )
2023-08-21 15:24:11 +00:00
ruthra kumar
928e475824
refactor: use payment ledger to fetch advance amount
...
(cherry picked from commit 0dc5e5c430 )
2023-08-21 15:24:11 +00:00
ruthra kumar
296a4d7a12
fix: broken advance field in Accounts Receivable summary rpt
...
(cherry picked from commit 896b123fb1 )
2023-08-21 15:24:10 +00:00
ruthra kumar
fe78076cde
Merge pull request #36740 from frappe/mergify/bp/version-14-hotfix/pr-36728
...
fix: include gain/loss journal in AR/AP reports (backport #36728 )
2023-08-21 20:20:35 +05:30
Deepesh Garg
d082e68e83
Merge pull request #36707 from frappe/mergify/bp/version-14-hotfix/pr-36149
...
fix: make offsetting entry for acc dimensions in general ledger (#36149 )
2023-08-21 18:02:56 +05:30
ruthra kumar
4606079568
fix: include gain/loss journal in AR/AP reports
...
(cherry picked from commit e3104f1898 )
2023-08-21 11:53:41 +00:00
Ankush Menat
3634e80341
fix: add missing items labels back ( #36737 )
...
[skip ci]
(cherry picked from commit 86cac1e1d2 )
2023-08-21 10:37:24 +00:00
mergify[bot]
e1bd9a7e8d
fix: don't throw if item does not have default BOM (backport #36709 ) ( #36734 )
...
* fix: don't throw if item does not have default BOM
(cherry picked from commit 268c19e745 )
* fix: throw if `BOM No` is not set
(cherry picked from commit 2e22b019a0 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-21 15:21:11 +05:30
Deepesh Garg
72d9dc6c85
chore: resolve more conflicts
2023-08-21 10:04:20 +05:30
Deepesh Garg
9ec11d9502
Merge pull request #36726 from frappe/mergify/bp/version-14-hotfix/pr-36696
...
fix: mode of payment fetched from pos profile company in POS (#36696 )
2023-08-20 16:05:05 +05:30
Deepesh Garg
2f92981afe
chore: resolve conflicts
2023-08-20 15:47:17 +05:30
Ritvik Sardana
c74a414313
fix: mode of payment fetched from pos profile company in POS
...
(cherry picked from commit 1bdd43d0f6 )
2023-08-20 10:07:56 +00:00
ruthra kumar
e8f1c82089
Merge pull request #36672 from frappe/mergify/bp/version-14-hotfix/pr-36469
...
feat: utility to repost accounting ledgers without cancellation (backport #36469 )
2023-08-19 19:54:55 +05:30
ruthra kumar
6366f5aadb
Merge pull request #36679 from frappe/mergify/bp/version-14-hotfix/pr-36649
...
perf: pull latest details only for referenced vouchers (backport #36649 )
2023-08-19 19:29:00 +05:30
Deepesh Garg
933d4bfceb
Merge pull request #36711 from frappe/mergify/bp/version-14-hotfix/pr-36710
...
fix: broken consolidated report due to finance book filter (#36710 )
2023-08-19 10:25:11 +05:30
Frappe PR Bot
de3b67c327
chore(release): Bumped to Version 14.35.2
...
## [14.35.2](https://github.com/frappe/erpnext/compare/v14.35.1...v14.35.2 ) (2023-08-18)
### Bug Fixes
* timeout error coming during reposting (backport [#36715 ](https://github.com/frappe/erpnext/issues/36715 )) ([#36716 ](https://github.com/frappe/erpnext/issues/36716 )) ([d5a596d ](d5a596dff1 ))
2023-08-18 15:30:59 +00:00
mergify[bot]
d5a596dff1
fix: timeout error coming during reposting (backport #36715 ) ( #36716 )
...
fix: timeout error coming during reposting (#36715 )
(cherry picked from commit 620b21fec5 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-18 20:59:20 +05:30
rohitwaghchaure
620b21fec5
fix: timeout error coming during reposting ( #36715 )
2023-08-18 18:33:04 +05:30
ruthra kumar
5bd2a0923f
fix: broken consolidated report due to finance book filter
...
(cherry picked from commit 96847db0ec )
2023-08-18 09:25:18 +00:00
Deepesh Garg
e62ffa990d
fix: Add company filters for account
...
(cherry picked from commit ecca9cb023 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-08-18 07:08:21 +00:00
Gursheen Anand
01ae513f70
fix: dimension name in remark
...
(cherry picked from commit 4f9242d699 )
2023-08-18 07:08:21 +00:00
Gursheen Anand
37ef6e959b
fix: reset dimension defaults when company changedin test
...
(cherry picked from commit 3f5afb9cac )
2023-08-18 07:08:21 +00:00
Gursheen Anand
2a467a9fbf
fix: clear dimension defaults after test
...
(cherry picked from commit 23e56d3ec1 )
2023-08-18 07:08:20 +00:00
Gursheen Anand
7ac35b496a
fix: fetch acc dimensions correctly when fieldname is different from name
...
(cherry picked from commit e19a6f5dcb )
2023-08-18 07:08:20 +00:00
Gursheen Anand
cdb66bf198
fix: duplicate acc dimension in test
...
(cherry picked from commit b3f6d991b5 )
2023-08-18 07:08:20 +00:00
Gursheen Anand
8530a28c62
test: PI offsetting entry for accounting dimension
...
(cherry picked from commit 77deac4fb9 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-08-18 07:08:20 +00:00
Gursheen Anand
2c8c3a022c
fix: divide offsetting amount only when account exists
...
(cherry picked from commit 3a3ffa2307 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
1269f2d301
fix: divide offsetting amount for multiple dimensions
...
(cherry picked from commit 1e1e4b93c1 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
11ba553dbd
fix: dict value for dimension for gl entries defined without the dimension
...
(cherry picked from commit ed3bef1840 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
248d4082c0
test: TB report balanced whenfiltered using acc dimension
...
(cherry picked from commit 4004427892 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
f578c3219d
fix: make offsetting entry for all doctypes
...
(cherry picked from commit 22ba12172f )
2023-08-18 07:08:18 +00:00
Gursheen Anand
c1f1a21714
fix: fetch accounting dimension details specific to company
...
(cherry picked from commit 4e09de4db2 )
2023-08-18 07:08:18 +00:00
Gursheen Anand
3198f2669d
fix: make offsetting entry for acc dimensions
...
(cherry picked from commit d3759b3971 )
2023-08-18 07:08:18 +00:00
Deepesh Garg
a623469778
Merge pull request #36645 from frappe/mergify/bp/version-14-hotfix/pr-36495
...
fix: Document Name link validation in Bank Reconciliation Tool (#36495 )
2023-08-18 09:27:10 +05:30
Deepesh Garg
ee5a1d91ff
chore: resolve conflicts
2023-08-17 20:45:53 +05:30
mergify[bot]
0a4947a8f6
fix(ux): change batch selection message to alert (backport #36500 ) ( #36697 )
...
fix(ux): change batch selection message to alert (#36500 )
* fix(ux): change batch selection message to alert
* chore: linters
(cherry picked from commit 641fe7738c )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-08-17 18:03:58 +05:30
Frappe PR Bot
2aa3b30b56
chore(release): Bumped to Version 14.35.1
...
## [14.35.1](https://github.com/frappe/erpnext/compare/v14.35.0...v14.35.1 ) (2023-08-17)
### Bug Fixes
* **ux:** change batch selection message to alert ([#36500 ](https://github.com/frappe/erpnext/issues/36500 )) ([641fe77 ](641fe7738c ))
2023-08-17 12:32:49 +00:00
Dany Robert
641fe7738c
fix(ux): change batch selection message to alert ( #36500 )
...
* fix(ux): change batch selection message to alert
* chore: linters
2023-08-17 18:01:15 +05:30
mergify[bot]
9668615f7e
feat: Tick on checkbox to include draft timesheets (backport #36577 ) ( #36640 )
...
feat: Tick on checkbox to include draft timesheets (#36577 )
feat: Tick on Check box to include Draft Timesheets
(cherry picked from commit 75652799cd )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-17 17:13:51 +05:30
Deepesh Garg
506ac10119
Merge pull request #36678 from frappe/mergify/bp/version-14-hotfix/pr-36677
...
fix(UX): Ignore prepared report (#36677 )
2023-08-17 16:08:36 +05:30
mergify[bot]
36147ec02c
fix(RFQ): make "update password" and "submit quotation" buttons the same size (backport #36667 ) ( #36686 )
...
fix(RFQ): make "update password" and "submit quotation" buttons the same size (#36667 )
fix(RFQ): button styling
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-17 16:00:17 +05:30
Shariq Ansari
3dd642441b
Merge pull request #36689 from frappe/mergify/bp/version-14-hotfix/pr-36685
...
fix: check tax and charges if it is passed (backport #36685 )
2023-08-17 13:10:42 +05:30
Shariq Ansari
f186015f58
chore: linter fix
...
(cherry picked from commit 21c1141fdb )
2023-08-17 07:40:10 +00:00
Shariq Ansari
1f76c6972b
fix: check tax and charges if it is passed
...
(cherry picked from commit 7ec6909159 )
2023-08-17 07:40:10 +00:00
mergify[bot]
c308bd5309
feat(RFQ): make email message fully configurable (backport #36353 ) ( #36531 )
...
* feat(RFQ): make email message fully configurable (#36353 )
feat: make RFQ message fully configurable
(cherry picked from commit 21080afd92 )
* fix(RFQ): hide description in print and report
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-17 12:11:37 +05:30
ruthra kumar
3f33d4cf76
chore: resolve conflicts
2023-08-17 11:07:59 +05:30
ruthra kumar
47345e81a1
perf: pull latest details only for referenced vouchers
...
(cherry picked from commit deb0d71294 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2023-08-17 03:31:54 +00:00
Deepesh Garg
3e23e1fb91
fix(UX): Ignore prepared report
...
(cherry picked from commit 124c0dbd88 )
2023-08-16 16:03:01 +00:00
ruthra kumar
b6134749c3
chore: resolve conflict
2023-08-16 16:44:07 +05:30
ruthra kumar
f8d6fe6be0
feat: utility to repost accounting ledgers without cancellation ( #36469 )
...
* feat: introduce doctypes for repost
* refactor: basic filters and validations
* chore: basic validations
* chore: added barebones function to generate ledger entries
* chore: repost on submit
* chore: repost in background
* chore: include payment entry and journal entry
* chore: ignore repost doc on cancel
* chore: preview method
* chore: rudimentary form of preview
* refactor: preview template
* refactor: basic background colors to differentiate old and new
* chore: remove commented code
* test: basic functionality
* chore: fix conflict
* chore: prevent repost on invoices with deferred accounting
* refactor(test): rename and test basic validations and methods
* refactor(test): test all validations
* fix(test): use proper name account name
* refactor(test): fix failing test case
* refactor(test): clear old entries
* refactor(test): simpler logic to clear old records
* refactor(test): make use of deletion flag
* refactor(test): split into multiple test cases
(cherry picked from commit e64b004eca )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.js
2023-08-16 11:04:45 +00:00
Frappe PR Bot
b773465b41
chore(release): Bumped to Version 14.35.0
...
# [14.35.0](https://github.com/frappe/erpnext/compare/v14.34.3...v14.35.0 ) (2023-08-16)
### Bug Fixes
* Allow backdated repayment cancels for term loans ([1377cf4 ](1377cf4cf1 ))
* allow negative stock condition for batch item ([#36586 ](https://github.com/frappe/erpnext/issues/36586 )) ([ee04c6d ](ee04c6d5c5 ))
* AR/AP report based on payment terms ([#36574 ](https://github.com/frappe/erpnext/issues/36574 )) ([ac0fff7 ](ac0fff7e94 ))
* better remarks on Cr note created by Reconciliation ([5443592 ](5443592d84 ))
* Button Alignment center in hero slider ([#36607 ](https://github.com/frappe/erpnext/issues/36607 )) ([b131f70 ](b131f70ed6 )), closes [#36561 ](https://github.com/frappe/erpnext/issues/36561 )
* cr/dr note should be posted for exc gain/loss ([349601b ](349601b4b9 ))
* disallow mulitple SO with same PO No ([b901cfd ](b901cfdbe2 ))
* don't show disabled items in `Item Shortage Report` (backport [#36550 ](https://github.com/frappe/erpnext/issues/36550 )) ([#36571 ](https://github.com/frappe/erpnext/issues/36571 )) ([19cfcea ](19cfcea78e ))
* fetch `Stock UOM` from Item if not set (backport [#36606 ](https://github.com/frappe/erpnext/issues/36606 )) ([#36617 ](https://github.com/frappe/erpnext/issues/36617 )) ([8b13185 ](8b13185c25 ))
* Group Account total not showing in Financial Statements ([2912648 ](2912648151 ))
* incorrect available qty for backdated stock reco with batch ([#36581 ](https://github.com/frappe/erpnext/issues/36581 )) ([2800ad3 ](2800ad39d2 ))
* incorrect gain/loss on allocation change on reconciliation tool ([39c439d ](39c439dc4b ))
* Make default sales update frequency as monthly instead of each transaction ([4ca1f3b ](4ca1f3b9cf ))
* move company rename to long queue ([8083c0b ](8083c0b59e ))
* precision issue while submitting the stock entry ([#36575 ](https://github.com/frappe/erpnext/issues/36575 )) ([a864e07 ](a864e07d4f ))
* re-add permission that was unintentionally removed ([#36663 ](https://github.com/frappe/erpnext/issues/36663 )) ([99777d3 ](99777d3fa4 ))
* **RFQ:** link to supplier portal ([eb2f68e ](eb2f68ec98 ))
* standard formula to calculate the "difference" ([#36612 ](https://github.com/frappe/erpnext/issues/36612 )) ([716d5c0 ](716d5c0b98 ))
* Tax withholding post LDC limit consumed ([#36611 ](https://github.com/frappe/erpnext/issues/36611 )) ([1deebe8 ](1deebe8757 ))
* **test:** replace hardcoded reference to adv with dynamic one ([2e6bfa3 ](2e6bfa36de ))
* **test:** test case breakage in Github Actions ([3542df7 ](3542df70f6 ))
* unhide `uom` and `stock_uom` fields in print view ([b49309c ](b49309c160 ))
* validation blocks partial payment for SO and PO ([ce08f03 ](ce08f038d2 ))
* wrap none type rate under flt (backport [#36602 ](https://github.com/frappe/erpnext/issues/36602 )) ([#36604 ](https://github.com/frappe/erpnext/issues/36604 )) ([63c061e ](63c061e5e8 ))
* wrong currency on financial-statement based reports ([#36524 ](https://github.com/frappe/erpnext/issues/36524 )) ([3044f46 ](3044f46c52 ))
### Features
* add voucher totals in tds payable report ([#36568 ](https://github.com/frappe/erpnext/issues/36568 )) ([90b390c ](90b390c2c5 ))
* daily asset depreciation method ([#36587 ](https://github.com/frappe/erpnext/issues/36587 )) ([2918127 ](29181274c8 ))
* Reallow customizing company abbreviation on setup. ([#36646 ](https://github.com/frappe/erpnext/issues/36646 )) ([ca34b63 ](ca34b63470 ))
### Performance Improvements
* **invoice:** Faster return amount query (backport [#36556 ](https://github.com/frappe/erpnext/issues/36556 )) ([#36557 ](https://github.com/frappe/erpnext/issues/36557 )) ([fe41be9 ](fe41be953d ))
2023-08-16 06:34:09 +00:00
Deepesh Garg
787118d00b
Merge pull request #36658 from frappe/version-14-hotfix
...
chore: release v14
2023-08-16 12:02:35 +05:30
Deepesh Garg
67c8350f70
Merge branch 'version-14' into version-14-hotfix
2023-08-16 11:08:08 +05:30
ruthra kumar
cba1c63beb
Merge pull request #36651 from frappe/mergify/bp/version-14-hotfix/pr-36642
...
refactor: toggle for negative item rates in Selling Settings (backport #36642 )
2023-08-16 10:30:24 +05:30
ruthra kumar
2f0e7fcb4a
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36642
2023-08-16 09:58:31 +05:30
ruthra kumar
44c1b91ca7
Merge pull request #36633 from frappe/mergify/bp/version-14-hotfix/pr-35644
...
refactor: booking exchange gain/loss amount through journal (backport #35644 )
2023-08-16 09:41:25 +05:30
mergify[bot]
1deebe8757
fix: Tax withholding post LDC limit consumed ( #36611 )
...
* fix: Tax withholding post LDC limit consumed (#36611 )
* fix: Tax withholding post LDC limit consumed
* fix: LDC condition check
(cherry picked from commit 985ff9781b )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/test_tax_withholding_category.py
* chore: resolve conflicts
* chore: linting issues
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-16 08:09:38 +05:30
mergify[bot]
99777d3fa4
fix: re-add permission that was unintentionally removed ( #36663 )
...
fix: re-add permission that was unintentionally removed
Remove `Reversal OF ITC` and re-add permissions. Both of them
unintended changes
(cherry picked from commit 45662fa646 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-08-16 08:09:04 +05:30
mergify[bot]
33d5250cec
chore: add validation for depreciation expense account in asset category (backport #36659 ) ( #36661 )
...
chore: add validation for depreciation expense account in asset category (#36659 )
(cherry picked from commit e0c79d3b53 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-15 18:27:01 +05:30
ruthra kumar
e55c160438
chore: resolve conflicts
2023-08-15 08:56:37 +05:30
ruthra kumar
3a82eb4ccf
refactor: toggle for negative rates in Selling Settings
...
(cherry picked from commit a0fc68538f )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
# erpnext/patches.txt
# erpnext/selling/doctype/selling_settings/selling_settings.json
2023-08-15 02:43:54 +00:00
Devin Slauenwhite
ca34b63470
feat: Reallow customizing company abbreviation on setup. ( #36646 )
...
Co-authored-by: Bernd Oliver Sünderhauf <pancho@mailbox.org >
2023-08-14 21:44:03 +05:30
Kevin Shenk
83cbc1bef6
fix: Document Name link validation in Bank Reconciliation Tool ( #36495 )
...
fix: format_row broke Document Name link validation
#35540 broke Voucher Matching, leading to an invalid link exception on submission. This is because the format_row() function overwrites the row data instead of just providing a formatter on the DataTable column, and therefore passes through the formatted (linked) column data instead of the Document Name only.
This patch moves the appropriate frappe.form.formatters.Link function to a dedicated format hook on the DataTable columns definition, both fixing the error and retaining the functionality of #35540 .
(cherry picked from commit 7ab55b1bb2 )
# Conflicts:
# erpnext/public/js/bank_reconciliation_tool/dialog_manager.js
2023-08-14 13:34:31 +00:00
mergify[bot]
716d5c0b98
fix: standard formula to calculate the "difference" ( #36612 )
...
fix: standard formula to calculate the "difference" (#36612 )
(cherry picked from commit 843e77e72d )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-08-14 18:55:16 +05:30
Gursheen Kaur Anand
90b390c2c5
feat: add voucher totals in tds payable report ( #36568 )
...
* feat: voucher totals in tds payable monthly
* fix: naming series column in tds payable report
* fix: tds computation summary columns
2023-08-14 18:15:21 +05:30
ViralKansodiya
b131f70ed6
fix: Button Alignment center in hero slider ( #36607 )
...
fix: speling in CSS (Button alignment center is not working on hero slider)#36561
2023-08-14 16:20:58 +05:30
ruthra kumar
18cf93d1c8
refactor(test): import missing functions
2023-08-14 11:49:46 +05:30
ruthra kumar
2e6bfa36de
fix(test): replace hardcoded reference to adv with dynamic one
2023-08-14 11:30:35 +05:30
ruthra kumar
b3f4c14a26
chore: resolve conflict in payment_reconciliation.py
...
backport will merge the better remarks PR
https://github.com/frappe/erpnext/pull/36573 wil exchange gain/loss
booking refactor
2023-08-14 10:56:48 +05:30
ruthra kumar
946aadb0c0
chore: resolve conflict in test_sales_invoice.py
2023-08-14 10:52:49 +05:30
ruthra kumar
f92453ae45
chore: resolve merge conflict in accounts/utils.py and its tests
2023-08-14 10:50:31 +05:30
ruthra kumar
7469018d3e
chore: resolve merge conflict
2023-08-14 10:37:56 +05:30
ruthra kumar
61afffc908
chore: cancel gain/loss je while posting reverse gl
...
(cherry picked from commit 46ea814400 )
2023-08-14 04:51:46 +00:00
ruthra kumar
ed0881dacb
chore: don't make gain/loss journal for base currency transactions
...
(cherry picked from commit 567c0ce1e8 )
2023-08-14 04:51:46 +00:00
ruthra kumar
efb293398a
chore(test): use existing company for unit test
...
(cherry picked from commit 804afaa647 )
2023-08-14 04:51:46 +00:00
ruthra kumar
8d32a1f4b3
chore: rename some internal variables
...
(cherry picked from commit d9d6856153 )
2023-08-14 04:51:46 +00:00
ruthra kumar
4c527d6bba
chore: add msgprint for exc JE
...
(cherry picked from commit acc7322874 )
2023-08-14 04:51:45 +00:00
ruthra kumar
2a61d854d3
chore: use frappetestcase
...
(cherry picked from commit 47bbb37291 )
2023-08-14 04:51:45 +00:00
ruthra kumar
052abcb075
refactor(test): assert ledger outstanding
...
(cherry picked from commit 025091161e )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-08-14 04:51:45 +00:00
ruthra kumar
3542df70f6
fix(test): test case breakage in Github Actions
...
(cherry picked from commit bfa54d5335 )
2023-08-14 04:51:45 +00:00
ruthra kumar
c5c440b7bc
test: assert ledger after cr note cancellation
...
(cherry picked from commit ae424fdfed )
2023-08-14 04:51:45 +00:00
ruthra kumar
349601b4b9
fix: cr/dr note should be posted for exc gain/loss
...
(cherry picked from commit 95543225cf )
2023-08-14 04:51:44 +00:00
ruthra kumar
09e9b16b93
test: cr notes against invoice
...
(cherry picked from commit e3d2a2c5bd )
2023-08-14 04:51:44 +00:00
ruthra kumar
39c439dc4b
fix: incorrect gain/loss on allocation change on reconciliation tool
...
(cherry picked from commit 506a5775f9 )
2023-08-14 04:51:44 +00:00
ruthra kumar
72a507f888
refactor: create gain/loss on Cr/Dr notes with different exc rates
...
(cherry picked from commit ba1f065765 )
2023-08-14 04:51:44 +00:00
ruthra kumar
22dbe52586
refactor: convert class method to standalone function
...
(cherry picked from commit 1ea1bfebc4 )
2023-08-14 04:51:44 +00:00
ruthra kumar
1999132c28
refactor: split make_exchage_gain_loss_journal into smaller function
...
(cherry picked from commit c0b3b069b5 )
2023-08-14 04:51:43 +00:00
ruthra kumar
57af6d9c21
refactor: cr/dr note will be on single exchange rate
...
(cherry picked from commit c87332d5da )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-14 04:51:43 +00:00
ruthra kumar
a9faa92796
chore: type info
...
(cherry picked from commit 6628632fbb )
2023-08-14 04:51:43 +00:00
ruthra kumar
d9219dc7d2
chore(test): fix broken test case
...
(cherry picked from commit 37895a361c )
2023-08-14 04:51:43 +00:00
ruthra kumar
395f87a0f8
chore(test): fix broken unit test
...
(cherry picked from commit 70dd9d0671 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-08-14 04:51:43 +00:00
ruthra kumar
4094fbc3e5
test: journals against sales invoice
...
(cherry picked from commit f3363e813a )
2023-08-14 04:51:42 +00:00
ruthra kumar
513721c338
refactor: handle diff amount in various names
...
(cherry picked from commit f4a65cccc4 )
2023-08-14 04:51:42 +00:00
ruthra kumar
077d98e0fa
refactor: unit tests for journals
...
(cherry picked from commit 5695d6a5a6 )
2023-08-14 04:51:42 +00:00
ruthra kumar
8be312b73e
refactor: dr/cr logic for journals as payments
...
(cherry picked from commit 0567243772 )
2023-08-14 04:51:42 +00:00
ruthra kumar
197e5881aa
refactor: assert payment ledger outstanding in both currencies
...
(cherry picked from commit 73cc1ba654 )
2023-08-14 04:51:41 +00:00
ruthra kumar
7c3fc7eb3b
refactor: cancel gain/loss JE on Journal as payment cancellation
...
(cherry picked from commit 6e18bb6456 )
2023-08-14 04:51:41 +00:00
ruthra kumar
01953bc0e3
refactor: linkage between journal as payment and gain/loss journal
...
(cherry picked from commit f119a1e115 )
# Conflicts:
# erpnext/accounts/doctype/gl_entry/gl_entry.py
2023-08-14 04:51:41 +00:00
ruthra kumar
075a7dfe2e
chore: code cleanup
...
(cherry picked from commit cd42b26839 )
2023-08-14 04:51:41 +00:00
ruthra kumar
86aead3d45
refactor: remove call for setting deductions in payment entry
...
(cherry picked from commit 1bcb728c85 )
# Conflicts:
# erpnext/accounts/utils.py
2023-08-14 04:51:40 +00:00
ruthra kumar
e20b213737
refactor(test): difference amount no updated for exchange gain/loss
...
(cherry picked from commit 72bc5b3a11 )
# Conflicts:
# erpnext/accounts/test/test_utils.py
2023-08-14 04:51:40 +00:00
ruthra kumar
4025442491
refactor(test): exc gain/loss journal for advance in purchase invoice
...
(cherry picked from commit 5b06bd1af4 )
2023-08-14 04:51:40 +00:00
ruthra kumar
f6bb6b78db
refactor: only post on base currency for exchange gain/loss
...
(cherry picked from commit 78bc712756 )
2023-08-14 04:51:40 +00:00
ruthra kumar
00a26ea6e6
refactor(test): payment will have same exch rate - no gain/loss
...
while making payment entry using reference to sales/purchase invoice,
it herits the parent docs exchange rate. so, there will be no exchange
gain/loss
(cherry picked from commit ee2d1fa36e )
2023-08-14 04:51:39 +00:00
ruthra kumar
e2c35f8c85
refactor(test): assert Exc journal when reconciling Journa to invoic
...
(cherry picked from commit 389cadf157 )
2023-08-14 04:51:39 +00:00
ruthra kumar
72e88d22ed
chore: remove debugging statements and fixing failing unit tests
...
(cherry picked from commit ee3ce82ea8 )
2023-08-14 04:51:39 +00:00
ruthra kumar
220bf24555
refactor: exc booking logic for Journal Entry
...
(cherry picked from commit 7b516f8463 )
2023-08-14 04:51:39 +00:00
ruthra kumar
1f76dde025
refactor(test): exc gain/loss booked through journal
...
(cherry picked from commit 00a2e42a47 )
2023-08-14 04:51:38 +00:00
ruthra kumar
59b7e96255
refactor: assert exchange gain/loss amount in reference table
...
(cherry picked from commit 4ff53e1062 )
2023-08-14 04:51:38 +00:00
ruthra kumar
d030f4a100
refactor: remove unused variable, pe should pull in parent exc rate
...
1. 'reference_doc' variable is never set. Hence, removing.
2. set_exchange_rate() relies on ref_doc, which was never
set due to point [1]. Replacing it with 'doc'.
3. Sales/Purchase Invoice has 'conversion_rate' field for tracking
exchange rate. Added a get statement for them as well.
(cherry picked from commit 92ae9c2201 )
2023-08-14 04:51:38 +00:00
ruthra kumar
6c6acef78e
refactor: helper method
...
(cherry picked from commit c1184585ed )
2023-08-14 04:51:38 +00:00
ruthra kumar
a9da619903
chore: fix logic for purchase invoice and some typos
...
(cherry picked from commit 34b5e849a2 )
2023-08-14 04:51:38 +00:00
ruthra kumar
72005bdb39
refactor: add new reference type in journal entry account
...
(cherry picked from commit 13febcac81 )
2023-08-14 04:51:38 +00:00
ruthra kumar
287af687cf
chore: patch to update property setter for Journal Entry Accounts
...
(cherry picked from commit 0587338435 )
2023-08-14 04:51:37 +00:00
ruthra kumar
db46987d4b
refactor: replace with new method in purchase invoice
...
(cherry picked from commit 7e94a1c51b )
2023-08-14 04:51:37 +00:00
ruthra kumar
44110860b4
test: different scenarios for exchange booking
...
(cherry picked from commit 5e1cd1f227 )
2023-08-14 04:51:37 +00:00
ruthra kumar
c06a6bfc09
refactor: book exchange gain/loss through journal
...
(cherry picked from commit 81cd7873d3 )
2023-08-14 04:51:37 +00:00
mergify[bot]
ac0fff7e94
fix: AR/AP report based on payment terms ( #36574 )
...
fix: AR/AP report based on payment terms (#36574 )
* fix: AR/AP report based on payment terms
* fix: AR/AP report based on payment terms
(cherry picked from commit fbb5058531 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-14 09:46:41 +05:30
mergify[bot]
3044f46c52
fix: wrong currency on financial-statement based reports ( #36524 )
...
fix: wrong currency on financial-statement based reports (#36524 )
* add missing field options on financial_statement Total field
* format financial statement code
(cherry picked from commit ce25f9e8c9 )
Co-authored-by: Naufal Afif <naufalafif58@gmail.com >
2023-08-13 17:11:47 +05:30
Deepesh Garg
0a832bc979
Merge pull request #36609 from frappe/mergify/bp/version-14-hotfix/pr-36564
...
fix: Make default sales update frequency as monthly instead of each transaction (#36564 )
2023-08-13 13:20:27 +05:30
Deepesh Garg
e5bc888798
Merge pull request #36614 from deepeshgarg007/loan_repayment_cancel_v14
...
fix: Allow backdated repayment cancels for term loans
2023-08-13 11:57:49 +05:30
ruthra kumar
9172985a9b
Merge pull request #36621 from frappe/mergify/bp/version-14-hotfix/pr-36309
...
fix: allocation validation blocks partial payment for SO and PO (backport #36309 )
2023-08-13 11:39:27 +05:30
Deepesh Garg
a3032910a7
chore: resolve conflicts
2023-08-13 11:37:40 +05:30
ruthra kumar
ce08f038d2
fix: validation blocks partial payment for SO and PO
...
(cherry picked from commit cb2bfabb6f )
2023-08-13 10:58:55 +05:30
ruthra kumar
df632d7ecb
Merge pull request #36620 from frappe/mergify/bp/version-14-hotfix/pr-36590
...
fix: disallow mulitple SO with same Purchase Order No if not enabled in Settings (backport #36590 )
2023-08-13 08:48:27 +05:30
ruthra kumar
1693905703
Merge pull request #36619 from frappe/mergify/bp/version-14-hotfix/pr-36593
...
chore: update permissions for Process Payment Reconciliation (backport #36593 )
2023-08-13 08:43:00 +05:30
ruthra kumar
21d3fb0625
chore: resolve merge conflict
2023-08-13 08:24:01 +05:30
ruthra kumar
c83f10f638
refactor(test): don't set po_no by default
...
(cherry picked from commit 64614cd915 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/test_delivery_note.py
2023-08-13 02:40:42 +00:00
ruthra kumar
b901cfdbe2
fix: disallow mulitple SO with same PO No
...
(cherry picked from commit dbd3fdbb41 )
2023-08-13 02:40:42 +00:00
ruthra kumar
cbcdf30840
chore: update permissions for Process Payment Reconciliation
...
(cherry picked from commit cd28d15292 )
2023-08-13 02:40:38 +00:00
mergify[bot]
8b13185c25
fix: fetch Stock UOM from Item if not set (backport #36606 ) ( #36617 )
...
fix: fetch `Stock UOM` from Item if not set (#36606 )
(cherry picked from commit 539cfd08f0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-12 23:25:05 +05:30
Deepesh Garg
1377cf4cf1
fix: Allow backdated repayment cancels for term loans
2023-08-12 20:01:04 +05:30
Deepesh Garg
4ca1f3b9cf
fix: Make default sales update frequency as monthly instead of each transaction
...
(cherry picked from commit 32863b4922 )
# Conflicts:
# erpnext/selling/doctype/selling_settings/selling_settings.json
2023-08-11 17:10:07 +00:00
Deepesh Garg
347c67a0f1
Merge pull request #36608 from frappe/mergify/bp/version-14-hotfix/pr-36582
...
fix: Group Account total not showing in Financial Statements (#36582 )
2023-08-11 22:33:35 +05:30
Deepesh Garg
2912648151
fix: Group Account total not showing in Financial Statements
...
(cherry picked from commit baf5cddd1b )
2023-08-11 16:27:53 +00:00
Frappe PR Bot
ddcf555486
chore(release): Bumped to Version 14.34.3
...
## [14.34.3](https://github.com/frappe/erpnext/compare/v14.34.2...v14.34.3 ) (2023-08-11)
### Bug Fixes
* wrap none type rate under flt (backport [#36602 ](https://github.com/frappe/erpnext/issues/36602 )) (backport [#36604 ](https://github.com/frappe/erpnext/issues/36604 )) ([#36605 ](https://github.com/frappe/erpnext/issues/36605 )) ([e4e1f03 ](e4e1f03bac ))
2023-08-11 13:28:22 +00:00
mergify[bot]
e4e1f03bac
fix: wrap none type rate under flt (backport #36602 ) (backport #36604 ) ( #36605 )
...
fix: wrap none type rate under flt (backport #36602 ) (#36604 )
fix: wrap none type rate under flt (#36602 )
(cherry picked from commit 627986efa1 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 63c061e5e8 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-08-11 18:56:29 +05:30
mergify[bot]
63c061e5e8
fix: wrap none type rate under flt (backport #36602 ) ( #36604 )
...
fix: wrap none type rate under flt (#36602 )
(cherry picked from commit 627986efa1 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-11 12:55:25 +00:00
mergify[bot]
96663d7e28
chore: set default filter dates if missing (backport #36597 ) ( #36598 )
...
chore: set default filter dates if missing (#36597 )
(cherry picked from commit 98e82e0d99 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-11 09:19:14 +00:00
rohitwaghchaure
ee04c6d5c5
fix: allow negative stock condition for batch item ( #36586 )
...
* fix: allow negative stock condition for batch item
* fix: test case
2023-08-11 13:57:27 +05:30
ruthra kumar
a4d6e0092c
Merge pull request #36594 from frappe/mergify/bp/version-14/pr-36593
...
chore: update permissions for Process Payment Reconciliation (backport #36593 )
2023-08-11 12:14:48 +05:30
ruthra kumar
9821f90350
chore: update permissions for Process Payment Reconciliation
...
(cherry picked from commit cd28d15292 )
2023-08-11 06:14:34 +00:00
ruthra kumar
5488785fd8
Merge pull request #36579 from frappe/mergify/bp/version-14-hotfix/pr-36573
...
refactor: 'is system generated' field and better remarks in Journal Entry (backport #36573 )
2023-08-11 09:43:53 +05:30
ruthra kumar
25ac0ce1cc
Merge pull request #36580 from frappe/mergify/bp/version-14-hotfix/pr-36578
...
fix: unhide `uom` and `stock_uom` fields in print view (backport #36578 )
2023-08-11 09:16:07 +05:30
ruthra kumar
727a379581
chore: remove unwanted 'Reversal of ITC' and merge conflicts
2023-08-11 09:12:11 +05:30
Anand Baburajan
29181274c8
feat: daily asset depreciation method ( #36587 )
...
* feat: daily asset depreciation method
* chore: hide depr schedule if no schedules
2023-08-10 22:47:16 +05:30
Frappe PR Bot
35450d7bd9
chore(release): Bumped to Version 14.34.2
...
## [14.34.2](https://github.com/frappe/erpnext/compare/v14.34.1...v14.34.2 ) (2023-08-10)
### Bug Fixes
* incorrect available qty for backdated stock reco with batch (backport [#36581 ](https://github.com/frappe/erpnext/issues/36581 )) ([#36585 ](https://github.com/frappe/erpnext/issues/36585 )) ([bb112ec ](bb112eca05 ))
2023-08-10 12:28:54 +00:00
mergify[bot]
bb112eca05
fix: incorrect available qty for backdated stock reco with batch (backport #36581 ) ( #36585 )
...
fix: incorrect available qty for backdated stock reco with batch (#36581 )
(cherry picked from commit 2800ad39d2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-10 17:57:17 +05:30
rohitwaghchaure
2800ad39d2
fix: incorrect available qty for backdated stock reco with batch ( #36581 )
2023-08-10 17:22:14 +05:30
ruthra kumar
b49309c160
fix: unhide uom and stock_uom fields in print view
...
(cherry picked from commit 11cd163db7 )
2023-08-10 10:18:36 +00:00
ruthra kumar
a04471024d
refactor: enable 'no-copy'
...
(cherry picked from commit 4ed4b0240d )
2023-08-10 10:09:26 +00:00
ruthra kumar
9b0d30c56b
refactor: set flag display condition
...
(cherry picked from commit de17eaef38 )
2023-08-10 10:09:25 +00:00
ruthra kumar
00c7dbceaa
refactor: add is_system_generated field to Journal Entry
...
(cherry picked from commit 3997aa77d4 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-10 10:09:25 +00:00
ruthra kumar
5443592d84
fix: better remarks on Cr note created by Reconciliation
...
(cherry picked from commit 47cb349362 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-10 10:09:25 +00:00
Frappe PR Bot
10e25972e1
chore(release): Bumped to Version 14.34.1
...
## [14.34.1](https://github.com/frappe/erpnext/compare/v14.34.0...v14.34.1 ) (2023-08-10)
### Bug Fixes
* precision issue while submitting the stock entry (backport [#36575 ](https://github.com/frappe/erpnext/issues/36575 )) ([#36576 ](https://github.com/frappe/erpnext/issues/36576 )) ([d6ebd1b ](d6ebd1b6f8 ))
2023-08-10 08:06:21 +00:00
mergify[bot]
d6ebd1b6f8
fix: precision issue while submitting the stock entry (backport #36575 ) ( #36576 )
...
fix: precision issue while submitting the stock entry (#36575 )
fix: precision issue while submmiting the stock entry
(cherry picked from commit a864e07d4f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-10 13:34:36 +05:30
rohitwaghchaure
a864e07d4f
fix: precision issue while submitting the stock entry ( #36575 )
...
fix: precision issue while submmiting the stock entry
2023-08-10 13:32:31 +05:30
mergify[bot]
19cfcea78e
fix: don't show disabled items in Item Shortage Report (backport #36550 ) ( #36571 )
...
fix: don't show disabled items in `Item Shortage Report` (#36550 )
(cherry picked from commit 4a7fc1506f )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-10 11:29:20 +05:30
Ankush Menat
8083c0b59e
fix: move company rename to long queue
...
(cherry picked from commit 5169006085 )
2023-08-10 10:03:22 +05:30
Anand Baburajan
8abc0adb18
chore: add warning for lending separation ( #36569 )
2023-08-09 15:07:40 +00:00
mergify[bot]
fe41be953d
perf(invoice): Faster return amount query (backport #36556 ) ( #36557 )
...
perf(invoice): Faster return amount query (#36556 )
perf: Faster return amount query
(cherry picked from commit b0c79a0467 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-09 14:07:48 +05:30
s-aga-r
c2b5417cb8
Merge pull request #36552 from frappe/mergify/bp/version-14-hotfix/pr-36551
...
fix(RFQ): link to supplier portal (backport #36551 )
2023-08-09 13:55:28 +05:30
Frappe PR Bot
259f3422d5
chore(release): Bumped to Version 14.34.0
...
# [14.34.0](https://github.com/frappe/erpnext/compare/v14.33.2...v14.34.0 ) (2023-08-09)
### Bug Fixes
* **accounts:** Translate columns in AP/AR report ([#36503 ](https://github.com/frappe/erpnext/issues/36503 )) ([6739369 ](67393694de ))
* AP and AR summary ([769d7d7 ](769d7d7554 ))
* check root type only when not none ([46bb309 ](46bb309b8a ))
* cross connect delivery note and sales invoice ([#36183 ](https://github.com/frappe/erpnext/issues/36183 )) ([8501a11 ](8501a1182a ))
* Debit credit difference while submitting Sales Invoice ([#36523 ](https://github.com/frappe/erpnext/issues/36523 )) ([240d866 ](240d866ef4 ))
* don't allow negative rate (backport [#36027 ](https://github.com/frappe/erpnext/issues/36027 )) ([#36465 ](https://github.com/frappe/erpnext/issues/36465 )) ([caa4f33 ](caa4f33169 ))
* enqueue submit/cancel action for stock entry having more than 50 line items (backport [#36532 ](https://github.com/frappe/erpnext/issues/36532 )) ([#36536 ](https://github.com/frappe/erpnext/issues/36536 )) ([9c108a8 ](9c108a8ef7 ))
* fetch ple for all party types ([674dba8 ](674dba8cd7 ))
* fetch ple with party type employee in AP ([1ca9aca ](1ca9aca0d5 ))
* Fix query for financial statement report ([d1590f2 ](d1590f266b ))
* get incoming rate instead of BOM rate (backport [#36496 ](https://github.com/frappe/erpnext/issues/36496 )) ([#36506 ](https://github.com/frappe/erpnext/issues/36506 )) ([bdfbccd ](bdfbccd38e ))
* handle None value in payment_term_outstanding ([b033b3b ](b033b3b0d6 ))
* Lower deduction certificate for multi-company ([#36491 ](https://github.com/frappe/erpnext/issues/36491 )) ([2216875 ](2216875bd6 ))
* payment allocation in invoice payment schedule ([#36440 ](https://github.com/frappe/erpnext/issues/36440 )) ([0e87c86 ](0e87c86aab ))
* search not working for so in the Production Plan ([#36459 ](https://github.com/frappe/erpnext/issues/36459 )) ([8c57d56 ](8c57d56240 ))
* serial no not able to reject for the internal transfer ([#36467 ](https://github.com/frappe/erpnext/issues/36467 )) ([c1819a4 ](c1819a4b21 ))
* stock entry decimal issue (backport [#36530 ](https://github.com/frappe/erpnext/issues/36530 )) ([#36533 ](https://github.com/frappe/erpnext/issues/36533 )) ([5b04708 ](5b04708164 ))
* stock reconciliation negative stock error (backport [#36544 ](https://github.com/frappe/erpnext/issues/36544 )) ([#36549 ](https://github.com/frappe/erpnext/issues/36549 )) ([00b9df0 ](00b9df0bc5 ))
* Tax withholding against order via Payment Entry ([#36493 ](https://github.com/frappe/erpnext/issues/36493 )) ([a234b89 ](a234b8932e ))
* use correct lang separator for frappe (backport [#36519 ](https://github.com/frappe/erpnext/issues/36519 )) ([#36520 ](https://github.com/frappe/erpnext/issues/36520 )) ([f9981d1 ](f9981d1ff3 ))
* **ux:** add `Ordered Qty` column in Get Items From > MR (backport [#36486 ](https://github.com/frappe/erpnext/issues/36486 )) ([#36505 ](https://github.com/frappe/erpnext/issues/36505 )) ([0d7a4b6 ](0d7a4b6ff6 ))
### Features
* ledger comparison report ([#36485 ](https://github.com/frappe/erpnext/issues/36485 )) ([07f235c ](07f235cf7d ))
* **RFQ:** make sending attachments configurable (backport [#36359 ](https://github.com/frappe/erpnext/issues/36359 )) ([#36535 ](https://github.com/frappe/erpnext/issues/36535 )) ([5881960 ](5881960001 ))
### Performance Improvements
* asset depreciation entry posting ([#36461 ](https://github.com/frappe/erpnext/issues/36461 )) ([cd1c175 ](cd1c175439 ))
* defer holiday list imports ([7adad42 ](7adad4272a ))
2023-08-09 03:06:43 +00:00
Deepesh Garg
4f0bb5e643
Merge pull request #36546 from frappe/version-14-hotfix
...
chore: release v14
2023-08-09 08:35:06 +05:30
mergify[bot]
240d866ef4
fix: Debit credit difference while submitting Sales Invoice ( #36523 )
...
* fix: Debit credit difference while submitting Sales Invoice (#36523 )
* fix: Debit credit difference while submitting Sales Invoice
* test(fix): Update gl entry comparison
* test(fix): Update gl entry comparison
(cherry picked from commit 492ea3bcc8 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-09 00:04:47 +05:30
mergify[bot]
0e87c86aab
fix: payment allocation in invoice payment schedule ( #36440 )
...
* fix: payment allocation in invoice payment schedule (#36440 )
* fix: payment allocation in invoice payment schedule
* test: payment allocation for payment terms
* chore: linting issues
(cherry picked from commit edbefee10c )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-09 00:04:08 +05:30
barredterra
d273948d7a
test(RFQ): get_link
...
(cherry picked from commit 68ad62f7d0 )
2023-08-08 11:25:39 +00:00
barredterra
eb2f68ec98
fix(RFQ): link to supplier portal
...
(cherry picked from commit fd91f2c2e0 )
2023-08-08 11:25:39 +00:00
mergify[bot]
00b9df0bc5
fix: stock reconciliation negative stock error (backport #36544 ) ( #36549 )
...
fix: stock reconciliation negative stock error (#36544 )
fix: stock reco negative stock error
(cherry picked from commit 0b36e7d10e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-08 16:04:52 +05:30
Anand Baburajan
cd1c175439
perf: asset depreciation entry posting ( #36461 )
...
* perf: make post depr entries job daily_long
* perf: optimise post_depreciation_entries and make_depreciation_entry
* chore: more optimisation and dont fail all schedule dates if one date fails
* chore: don't post entries before acc_frozen_upto
* chore: using get_single_value
* refactor: destructure asset object
2023-08-08 15:09:55 +05:30
ruthra kumar
2ca2e67812
Merge pull request #36543 from frappe/mergify/bp/version-14-hotfix/pr-36528
...
refactor: use base_tax_withholding_net_total for treshold validation (backport #36528 )
2023-08-08 14:41:53 +05:30
ruthra kumar
c26a52d791
refactor: use base_tax_withholding_net_total for treshold validation ( #36528 )
...
* refactor: use base_tax_withholding_net_total for treshold validation
* fix: only for non payment entry doctypes
(cherry picked from commit 11d5327d1b )
2023-08-08 08:45:22 +00:00
mergify[bot]
5881960001
feat(RFQ): make sending attachments configurable (backport #36359 ) ( #36535 )
...
* feat(RFQ): make sending attachments configurable (#36359 )
(cherry picked from commit 8cc3df7c2c )
# Conflicts:
# erpnext/buying/doctype/request_for_quotation/request_for_quotation.json
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-07 21:17:12 +05:30
mergify[bot]
9c108a8ef7
fix: enqueue submit/cancel action for stock entry having more than 50 line items (backport #36532 ) ( #36536 )
...
fix: enqueue submit/cancel action for stock entry having more than 50 line items (#36532 )
(cherry picked from commit ecba6ee183 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-07 21:03:36 +05:30
mergify[bot]
5b04708164
fix: stock entry decimal issue (backport #36530 ) ( #36533 )
...
fix: stock entry decimal issue (#36530 )
(cherry picked from commit 28dfc88789 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-07 19:11:19 +05:30
ruthra kumar
d76c2c5738
Merge pull request #36521 from frappe/mergify/bp/version-14-hotfix/pr-36485
...
feat: ledger comparison report (backport #36485 )
2023-08-07 11:52:28 +05:30
ruthra kumar
07f235cf7d
feat: ledger comparison report ( #36485 )
...
* feat: Accounting Ledger comparison report
* chore: barebones methods
* chore: working state
* chore: refactor internal logic
* chore: working multi select filter on Account
* chore: working voucher no filter
* chore: remove debugging statements
* chore: report with currency symbol
* chore: working start and end date filter
* test: basic report function
* refactor(test): test all filters
(cherry picked from commit b86747c9d4 )
2023-08-07 06:00:24 +00:00
Ankush Menat
7adad4272a
perf: defer holiday list imports
...
Only used for configuring but loaded whenever
get_doc("holiday list", ...) is done
(cherry picked from commit 2eea90a873 )
2023-08-07 10:09:49 +05:30
mergify[bot]
f9981d1ff3
fix: use correct lang separator for frappe (backport #36519 ) ( #36520 )
...
* fix: use correct lang separator for frappe
(cherry picked from commit 0218ca538f )
* perf: defer babel import
Only required when configuring but will get loaded everywhere
(cherry picked from commit f574ac11ea )
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-07 10:08:59 +05:30
mergify[bot]
8770aa5955
chore: don't merge asset capitalization gl entries (backport #36514 ) ( #36516 )
...
chore: don't merge asset capitalization gl entries (#36514 )
(cherry picked from commit 2d7d86039a )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-07 00:20:53 +05:30
Anand Baburajan
2d7d86039a
chore: don't merge asset capitalization gl entries ( #36514 )
2023-08-06 23:34:02 +05:30
mergify[bot]
bdfbccd38e
fix: get incoming rate instead of BOM rate (backport #36496 ) ( #36506 )
...
* fix: get incoming rate instead of BOM rate (#36496 )
* fix: get incoming rate instead of BOM rate
* test: add test case for SCR rm rate
(cherry picked from commit 758b31d895 )
# Conflicts:
# erpnext/controllers/subcontracting_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-06 14:51:23 +05:30
mergify[bot]
a234b8932e
fix: Tax withholding against order via Payment Entry ( #36493 )
...
fix: Tax withholding against order via Payment Entry (#36493 )
* fix: Tax withholding against order via Payment Entry
* test: Add test case
* fix: Nonetype exceptions
(cherry picked from commit 93767eb7fc )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-05 22:58:55 +05:30
mergify[bot]
2216875bd6
fix: Lower deduction certificate for multi-company ( #36491 )
...
fix: Lower deduction certificate for multi-company (#36491 )
(cherry picked from commit 96035b87d5 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-05 22:44:10 +05:30
mergify[bot]
67393694de
fix(accounts): Translate columns in AP/AR report ( #36503 )
...
fix(accounts): Translate columns in AP/AR report (#36503 )
(cherry picked from commit 559d914c0b )
Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com >
2023-08-05 22:43:44 +05:30
mergify[bot]
0d7a4b6ff6
fix(ux): add Ordered Qty column in Get Items From > MR (backport #36486 ) ( #36505 )
...
fix(ux): add `Ordered Qty` column in Get Items From > MR (#36486 )
(cherry picked from commit e179499764 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-05 19:31:55 +05:30
Deepesh Garg
e0fb398be1
Merge pull request #36488 from frappe/mergify/bp/version-14-hotfix/pr-36333
...
fix: AP report does not show expense claim payables (#36333 )
2023-08-04 17:52:52 +05:30
mergify[bot]
cf2a3e2fc5
Contact Doctype don't have any field job_title. ( #36156 )
...
fix: Contact Doctype doesn't have any field called `job_title`
fix: Contact Doctype doesn't have any field called `job_title`
(cherry picked from commit 49be740736 )
Co-authored-by: Sumit Jain <59503001+sumitjain236@users.noreply.github.com >
2023-08-04 17:52:29 +05:30
Gursheen Anand
a79b30e45f
refactor: future payments query
...
(cherry picked from commit f5761e7965 )
2023-08-04 12:14:04 +00:00
Gursheen Anand
769d7d7554
fix: AP and AR summary
...
(cherry picked from commit e355dea4b5 )
2023-08-04 12:14:03 +00:00
Gursheen Anand
674dba8cd7
fix: fetch ple for all party types
...
(cherry picked from commit fd5c4e0a64 )
2023-08-04 12:14:03 +00:00
Gursheen Anand
1ca9aca0d5
fix: fetch ple with party type employee in AP
...
(cherry picked from commit c47a37c3ab )
2023-08-04 12:14:02 +00:00
Deepesh Garg
8e8e59cecb
Merge pull request #36484 from frappe/mergify/bp/version-14-hotfix/pr-36458
...
test: balance sheet report (backport #36458 )
2023-08-04 10:59:11 +05:30
Gursheen Anand
47d0e76999
test: balance sheet report
...
(cherry picked from commit 002bf77314 )
2023-08-04 04:26:17 +00:00
Gursheen Anand
46bb309b8a
fix: check root type only when not none
...
(cherry picked from commit cd98be6088 )
2023-08-04 04:26:17 +00:00
mergify[bot]
dfd356a174
chore: better cost center validation for assets (backport #36477 ) ( #36479 )
...
chore: better cost center validation for assets (#36477 )
(cherry picked from commit 38a612c62e )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-03 17:18:56 +05:30
Frappe PR Bot
2d43ba0c90
chore(release): Bumped to Version 14.33.2
...
## [14.33.2](https://github.com/frappe/erpnext/compare/v14.33.1...v14.33.2 ) (2023-08-03)
### Bug Fixes
* serial no not able to reject for the internal transfer (backport [#36467 ](https://github.com/frappe/erpnext/issues/36467 )) ([#36475 ](https://github.com/frappe/erpnext/issues/36475 )) ([a09777c ](a09777c406 ))
2023-08-03 07:48:49 +00:00
mergify[bot]
a09777c406
fix: serial no not able to reject for the internal transfer (backport #36467 ) ( #36475 )
...
fix: serial no not able to reject for the internal transfer (#36467 )
(cherry picked from commit c1819a4b21 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-03 13:16:55 +05:30
rohitwaghchaure
c1819a4b21
fix: serial no not able to reject for the internal transfer ( #36467 )
2023-08-03 12:19:25 +05:30
mergify[bot]
caa4f33169
fix: don't allow negative rate (backport #36027 ) ( #36465 )
...
* fix: don't allow negative rates (#36027 )
* fix: don't allow negative rate
* test: don't allow negative rate
* fix: only check for -rate on items child table
(cherry picked from commit dedf24b86d )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
* chore: resolve merge conflict
---------
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-08-02 17:13:22 +05:30
ruthra kumar
e6dca0668c
Merge pull request #36464 from frappe/mergify/bp/version-14-hotfix/pr-36455
...
fix: handle None value in payment_term_outstanding (backport #36455 )
2023-08-02 16:54:38 +05:30
Husam Hammad
b033b3b0d6
fix: handle None value in payment_term_outstanding
...
* Fix payment entry bug: Handle None value in payment_term_outstanding
* fix: Handle None value in payment_term_outstanding V2
fix linting issue
(cherry picked from commit 27ebf14f9d )
2023-08-02 10:59:43 +00:00
Frappe PR Bot
75012c17d4
chore(release): Bumped to Version 14.33.1
...
## [14.33.1](https://github.com/frappe/erpnext/compare/v14.33.0...v14.33.1 ) (2023-08-02)
### Bug Fixes
* search not working for so in the Production Plan (backport [#36459 ](https://github.com/frappe/erpnext/issues/36459 )) ([#36460 ](https://github.com/frappe/erpnext/issues/36460 )) ([4605bc5 ](4605bc51ae ))
2023-08-02 07:31:21 +00:00
mergify[bot]
4605bc51ae
fix: search not working for so in the Production Plan (backport #36459 ) ( #36460 )
...
fix: search not working for so in the Production Plan (#36459 )
fix: search not working for so
(cherry picked from commit 8c57d56240 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-02 12:59:31 +05:30
rohitwaghchaure
8c57d56240
fix: search not working for so in the Production Plan ( #36459 )
...
fix: search not working for so
2023-08-02 12:47:12 +05:30
Anand Baburajan
8501a1182a
fix: cross connect delivery note and sales invoice ( #36183 )
...
* fix: cross connect delivery note and sales invoice
* chore: remove unnecessary non_standard_fieldname
2023-08-02 09:07:04 +05:30
Deepesh Garg
fb32120e36
Merge pull request #36454 from frappe/mergify/bp/version-14-hotfix/pr-36450
...
fix: Fix query for financial statement report (backport #36450 )
2023-08-01 23:39:44 +05:30
Corentin Flr
d1590f266b
fix: Fix query for financial statement report
...
(cherry picked from commit bd3fc7c434 )
2023-08-01 18:07:16 +00:00
Frappe PR Bot
710ec18086
chore(release): Bumped to Version 14.33.0
...
# [14.33.0](https://github.com/frappe/erpnext/compare/v14.32.1...v14.33.0 ) (2023-08-01)
### Bug Fixes
* allow fully depreciated existing assets ([#36378 ](https://github.com/frappe/erpnext/issues/36378 )) ([43b85c5 ](43b85c5711 ))
* change fieldtype from Currency to Float for the valuation rate in the stock report ([93bd4c7 ](93bd4c7ff3 ))
* cost center filter for fetching payments ([c9daa85 ](c9daa85985 ))
* Defined "Open" Status as default (backport [#36421 ](https://github.com/frappe/erpnext/issues/36421 )) ([#36424 ](https://github.com/frappe/erpnext/issues/36424 )) ([33a9477 ](33a947726d ))
* filter by cost center in trial balance ([02428b4 ](02428b446d ))
* german translations ([9c8e2a3 ](9c8e2a33e9 ))
* GL Entries should not be splitted based on cost center allocation in PCV ([ade13e6 ](ade13e6d36 ))
* group item reorder by (warehouse, material_request_type) (backport [#35818 ](https://github.com/frappe/erpnext/issues/35818 )) ([#36425 ](https://github.com/frappe/erpnext/issues/36425 )) ([516191b ](516191bf2b ))
* Ignore account closing balance for financial statement ([800417e ](800417eeed ))
* in payment_entry 'Unallocated Amount' cal is broken ([#36369 ](https://github.com/frappe/erpnext/issues/36369 )) ([cd3b85c ](cd3b85ccff ))
* incorrect `idx` on JE's after reconciliation ([80eb875 ](80eb8754db ))
* incorrect qty set in the serial no picker ([57b19a5 ](57b19a523e ))
* incorrect usage `get_cached_value` on single doctypes ([8f72a68 ](8f72a6814b ))
* **Item Group:** allow root deletion ([1a6be5e ](1a6be5e19b ))
* job card suggest holiday as start date (backport [#35958 ](https://github.com/frappe/erpnext/issues/35958 )) ([#36423 ](https://github.com/frappe/erpnext/issues/36423 )) ([29ddd26 ](29ddd26ba1 ))
* Job Card validation fixed when displaying total completed quantity ([7b3bcd3 ](7b3bcd3bc4 ))
* multiple issues related to Production Plan (backport [#36377 ](https://github.com/frappe/erpnext/issues/36377 )) ([#36381 ](https://github.com/frappe/erpnext/issues/36381 )) ([a799e1b ](a799e1b217 ))
* not able to make material request (backport [#36416 ](https://github.com/frappe/erpnext/issues/36416 )) ([#36426 ](https://github.com/frappe/erpnext/issues/36426 )) ([99e7406 ](99e7406b5b ))
* only publish repost progress to doc subscriber (backport [#36400 ](https://github.com/frappe/erpnext/issues/36400 )) ([#36402 ](https://github.com/frappe/erpnext/issues/36402 )) ([32bdb7c ](32bdb7cccd ))
* overallocation validation misfire on normal invoices ([#36349 ](https://github.com/frappe/erpnext/issues/36349 )) ([09af485 ](09af485d54 ))
* paid_amount when the group is mode of payment ([50ef358 ](50ef35845a ))
* process_owner is not link User (backport [#36420 ](https://github.com/frappe/erpnext/issues/36420 )) ([#36422 ](https://github.com/frappe/erpnext/issues/36422 )) ([289dc36 ](289dc36696 ))
* removed "fetch_from" (backport [#36365 ](https://github.com/frappe/erpnext/issues/36365 )) ([#36386 ](https://github.com/frappe/erpnext/issues/36386 )) ([6d051f5 ](6d051f5732 ))
* root type in account map for balance sheet ([#36303 ](https://github.com/frappe/erpnext/issues/36303 )) ([5b56296 ](5b562961e3 ))
* show invoices name instead of object address ([e802f0c ](e802f0c352 ))
* show tds & tcs separately ([619b0fe ](619b0feb5f ))
* test with None conditon in PE ([479cab0 ](479cab0336 ))
* typo in loyalty program throw message ([#36432 ](https://github.com/frappe/erpnext/issues/36432 )) ([782a4d1 ](782a4d1fa8 ))
### Features
* add party type filter ([32fea64 ](32fea643cd ))
### Performance Improvements
* avoid full table scan in sle count check ([#36428 ](https://github.com/frappe/erpnext/issues/36428 )) ([04f9915 ](04f9915009 ))
* move project status reminder to hourly (backport [#36372 ](https://github.com/frappe/erpnext/issues/36372 )) ([#36373 ](https://github.com/frappe/erpnext/issues/36373 )) ([4ac60cd ](4ac60cd73b ))
* use `LEFT JOIN` instead of `NOT EXISTS` (backport [#36221 ](https://github.com/frappe/erpnext/issues/36221 )) ([#36383 ](https://github.com/frappe/erpnext/issues/36383 )) ([26a0b3b ](26a0b3b380 ))
2023-08-01 18:06:33 +00:00
Deepesh Garg
a9dcf46882
Merge pull request #36442 from frappe/version-14-hotfix
...
chore: release v14
2023-08-01 23:34:31 +05:30
ruthra kumar
e8f24b8b4e
Merge pull request #36437 from frappe/mergify/bp/version-14-hotfix/pr-36349
...
fix: overallocation validation misfire on normal invoices (backport #36349 )
2023-08-01 15:55:42 +05:30
ruthra kumar
fcda6818ed
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36349
2023-08-01 15:08:06 +05:30
ruthra kumar
f748eb74f1
Merge pull request #36367 from frappe/mergify/bp/version-14-hotfix/pr-36126
...
fix: incorrect `idx` on Journals after reconciliation (backport #36126 )
2023-08-01 15:07:23 +05:30
ruthra kumar
5f677b9629
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36126
2023-08-01 14:38:52 +05:30
ruthra kumar
d34f1c1776
Merge pull request #36439 from ruthra-kumar/merge_conflict_in_sr_sp_csv
...
chore: remove merge conflict
2023-08-01 14:31:11 +05:30
ruthra kumar
2dee97aa70
chore: remove merge conflict
...
remove merge conflict in sr-SP.csv
2023-08-01 14:18:14 +05:30
ruthra kumar
5ac7dca2ec
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36126
2023-08-01 13:53:39 +05:30
ruthra kumar
ee02cde58d
Merge pull request #36438 from ruthra-kumar/remove_merge_conflict_in_v14_hotfix
...
chore: remove merge conflict in translation file 'tr.csv'
2023-08-01 13:52:02 +05:30
ruthra kumar
14dc40360d
chore: remove merge conflict in translation file
...
Remove merge conflict in v14-hotfix branch
2023-08-01 13:48:03 +05:30
ruthra kumar
09af485d54
fix: overallocation validation misfire on normal invoices ( #36349 )
...
* fix: overallocation validation misfire on normal invoices
* test: assert misfire doesn't happen
(cherry picked from commit ab933df5bb )
2023-08-01 07:43:04 +00:00
ruthra kumar
80eb8754db
fix: incorrect idx on JE's after reconciliation
...
(cherry picked from commit 72f577aad2 )
2023-08-01 11:49:27 +05:30
Anand Baburajan
43b85c5711
fix: allow fully depreciated existing assets ( #36378 )
2023-08-01 11:47:48 +05:30
mergify[bot]
04f9915009
perf: avoid full table scan in sle count check ( #36428 )
...
perf: avoid full table scan in sle count check (#36428 )
(cherry picked from commit f31d07554d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-01 11:20:26 +05:30
mergify[bot]
782a4d1fa8
fix: typo in loyalty program throw message ( #36432 )
...
* fix: typo in loyalty program throw message (#36432 )
(cherry picked from commit 4f473eb090 )
# Conflicts:
# erpnext/translations/sr-SP.csv
# erpnext/translations/tr.csv
# erpnext/translations/zh-TW.csv
* chore: Resolve conflicts
---------
Co-authored-by: abdosaeed95 <118386543+abdosaeed95@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-01 11:19:38 +05:30
ruthra kumar
07f1b42c64
Merge pull request #36390 from frappe/mergify/bp/version-14-hotfix/pr-36382
...
refactor(test): introduce and make use of mixins in unit tests (backport #36382 )
2023-08-01 11:08:20 +05:30
ruthra kumar
3a024294a9
Merge pull request #36436 from frappe/mergify/bp/version-14-hotfix/pr-36434
...
fix: incorrect usage `get_cached_value` on single doctypes (backport #36434 )
2023-08-01 10:42:03 +05:30
mergify[bot]
5b562961e3
fix: root type in account map for balance sheet ( #36303 )
...
* fix: root type in account map for balance sheet (#36303 )
* fix: root type in account map
* fix: fetch gle by root type in consolidated financial statement
* refactor: consolidated financial statement gle query
* fix: filter accounts by root type
(cherry picked from commit 11bd15e580 )
# Conflicts:
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py
* chore: Resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-01 10:14:34 +05:30
ruthra kumar
8f72a6814b
fix: incorrect usage get_cached_value on single doctypes
...
(cherry picked from commit ba15810639 )
2023-08-01 10:12:55 +05:30
mergify[bot]
99e7406b5b
fix: not able to make material request (backport #36416 ) ( #36426 )
...
fix: not able to make material request (#36416 )
(cherry picked from commit f83a100a8d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-07-31 19:43:29 +05:30
mergify[bot]
516191bf2b
fix: group item reorder by (warehouse, material_request_type) (backport #35818 ) ( #36425 )
...
fix: group item reorder by (warehouse, material_request_type) (#35818 )
* fix: group item reorder by (warehouse, material_request_type)
* fix: update reorder error message
* chore: linter
* fix: correct error message
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
* chore: linter
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
(cherry picked from commit e8eeeb16e2 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-07-31 18:36:09 +05:30
mergify[bot]
33a947726d
fix: Defined "Open" Status as default (backport #36421 ) ( #36424 )
...
fix: Defined "Open" Status as default (#36421 )
Defined "Open" Status as default of the child doctype (Quality Review Objective), because without it the main doctype (Quality Review) has "Passed" status.
This happens because in the "set_status" function, the status is updated according to the status of the child records.
(cherry picked from commit 652398fad2 )
Co-authored-by: xdlumertz <alexandrelumertz@gmail.com >
2023-07-31 18:32:29 +05:30
mergify[bot]
29ddd26ba1
fix: job card suggest holiday as start date (backport #35958 ) ( #36423 )
...
fix: job card suggest holiday as start date (#35958 )
(cherry picked from commit ce36d1f668 )
Co-authored-by: Vimal <mailtovimal@gmail.com >
2023-07-31 18:22:44 +05:30
mergify[bot]
26a0b3b380
perf: use LEFT JOIN instead of NOT EXISTS (backport #36221 ) ( #36383 )
...
* perf: use `LEFT JOIN` instead of `NOT EXISTS`
(cherry picked from commit 58d867503b )
# Conflicts:
# erpnext/manufacturing/doctype/bom_update_log/bom_updation_utils.py
* fix: long queue `process_boms_cost_level_wise`
(cherry picked from commit 148d466ae5 )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-31 17:39:11 +05:30
mergify[bot]
289dc36696
fix: process_owner is not link User (backport #36420 ) ( #36422 )
...
fix: process_owner is not link User (#36420 )
-Changed "fetch from" since field is not a binding field
-Change field "full_name" from Hidden to Read Only
(cherry picked from commit 05b07e098a )
Co-authored-by: xdlumertz <alexandrelumertz@gmail.com >
2023-07-31 17:38:02 +05:30
mergify[bot]
cd3b85ccff
fix: in payment_entry 'Unallocated Amount' cal is broken ( #36369 )
...
fix: in payment_entry 'Unallocated Amount' cal is broken
(cherry picked from commit f9fa34ff40 )
Co-authored-by: Ashish Shah <mr.ashish.shah@gmail.com >
2023-07-30 18:43:01 +05:30
Deepesh Garg
09966d10d4
Merge pull request #36409 from frappe/mergify/bp/version-14-hotfix/pr-36320
...
fix(Supplier): german translations (#36320 )
2023-07-30 18:42:33 +05:30
barredterra
9c8e2a33e9
fix: german translations
...
(cherry picked from commit 3558c3d24e )
2023-07-30 09:11:08 +00:00
mergify[bot]
a799e1b217
fix: multiple issues related to Production Plan (backport #36377 ) ( #36381 )
...
* fix: multiple issues related to Production Plan
(cherry picked from commit 1c2148b637 )
# Conflicts:
# erpnext/selling/doctype/sales_order_item/sales_order_item.json
* chore: fixed conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-07-30 10:56:49 +05:30
rohitwaghchaure
4fad4c3fa4
Merge pull request #36404 from rohitwaghchaure/fixed-incorrect-qty-set-based-on-serial-no
...
fix: incorrect qty set in the serial no picker
2023-07-30 10:56:04 +05:30
Rohit Waghchaure
57b19a523e
fix: incorrect qty set in the serial no picker
2023-07-29 19:42:23 +05:30
rohitwaghchaure
b72232b358
Merge pull request #36401 from frappe/mergify/bp/version-14-hotfix/pr-36375
...
fix: Job Card validation fixed when displaying total completed quantity (backport #36375 )
2023-07-29 19:03:54 +05:30
mergify[bot]
32bdb7cccd
fix: only publish repost progress to doc subscriber (backport #36400 ) ( #36402 )
...
* fix: only publish repost progress to doc subscriber (#36400 )
Huge size of string gets blasted to everyone on site. Due to some memory
leak (cause unknown) till sockets are open the strings are also in
process' memory.
related https://github.com/frappe/frappe/issues/21863
(cherry picked from commit c0642cf528 )
# Conflicts:
# erpnext/stock/stock_ledger.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-29 18:14:51 +05:30
ramonalmato
7b3bcd3bc4
fix: Job Card validation fixed when displaying total completed quantity
...
(cherry picked from commit 49981fecc7 )
2023-07-29 09:32:10 +00:00
rohitwaghchaure
cfa07bed74
Merge pull request #36388 from frappe/mergify/bp/version-14-hotfix/pr-36380
...
fix: change fieldtype from Currency to Float for the valuation rate in reports (backport #36380 )
2023-07-29 12:06:37 +05:30
ruthra kumar
2844d849e0
refactor(test): introduce and make use of mixins in unit tests ( #36382 )
...
* refactor(test): create and use test mixin
* chore(test): replace get_user_default with variable
(cherry picked from commit 3b58055410 )
2023-07-28 15:33:20 +00:00
Rohit Waghchaure
93bd4c7ff3
fix: change fieldtype from Currency to Float for the valuation rate in the stock report
...
(cherry picked from commit c82cb379a5 )
2023-07-28 15:06:59 +00:00
mergify[bot]
6d051f5732
fix: removed "fetch_from" (backport #36365 ) ( #36386 )
...
fix: removed "fetch_from"
* fix: removed ("fetch_from": "goal.objective")
The field ended up being disabled because of this.
(cherry picked from commit 1c687a4afd )
Co-authored-by: xdlumertz <alexandrelumertz@gmail.com >
2023-07-28 18:15:06 +05:30
mergify[bot]
4ac60cd73b
perf: move project status reminder to hourly (backport #36372 ) ( #36373 )
...
perf: move project status reminder to hourly (#36372 )
Only used for sending daily/weekly/bi-daily
[skip ci]
(cherry picked from commit e36c8ce5be )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-28 12:54:39 +05:30
Deepesh Garg
e8b93ef32f
Merge pull request #36362 from frappe/mergify/bp/version-14-hotfix/pr-36092
...
fix: paid_amount when the group is mode of payment (backport #36092 )
2023-07-27 22:35:13 +05:30
Deepesh Garg
ddcd2cfe80
Merge pull request #36358 from frappe/mergify/bp/version-14-hotfix/pr-36347
...
fix: Ignore account closing balance for financial statement (#36347 )
2023-07-27 22:34:52 +05:30
Deepesh Garg
e25f4ffa50
Merge pull request #36361 from frappe/mergify/bp/version-14-hotfix/pr-36313
...
fix(Item Group): allow root deletion (#36313 )
2023-07-27 22:24:56 +05:30
HarryPaulo
50ef35845a
fix: paid_amount when the group is mode of payment
...
(cherry picked from commit 2268f7db43 )
2023-07-27 15:53:00 +00:00
barredterra
1a6be5e19b
fix(Item Group): allow root deletion
...
It was not possible to delete an empty, unused Item Group without any
children, if it was one of possibly multiple roots of the Item Group tree.
This fix allows deleting a root Item Group.
(cherry picked from commit fd2c272bed )
2023-07-27 15:45:34 +00:00
Deepesh Garg
be94402338
chore: resolve conflicts
2023-07-27 21:12:58 +05:30
Deepesh Garg
800417eeed
fix: Ignore account closing balance for financial statement
...
(cherry picked from commit ccf1920a78 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2023-07-27 14:25:06 +00:00
Deepesh Garg
dc603c3df0
Merge pull request #36297 from GursheenK/cost-center-check-for-payment-reconciliation
...
fix: cost center filter for fetching payments
2023-07-27 18:36:12 +05:30
Deepesh Garg
8bf957b9a1
Merge pull request #36342 from frappe/mergify/bp/version-14-hotfix/pr-36327
...
fix: GL Entries should not be split based on cost center allocation in PCV (#36327 )
2023-07-27 12:00:59 +05:30
Nabin Hait
ade13e6d36
fix: GL Entries should not be splitted based on cost center allocation in PCV
...
(cherry picked from commit 666d961875 )
2023-07-27 06:03:56 +00:00
Deepesh Garg
c3c7dd89fb
Merge pull request #36321 from frappe/mergify/bp/version-14-hotfix/pr-36318
...
chore(Item Group): remove redundant autoname (backport #36318 )
2023-07-26 22:27:29 +05:30
mergify[bot]
b105ba11b8
chore: adding totals in asset reports (backport #36334 ) ( #36335 )
...
chore: adding totals in asset reports (#36334 )
(cherry picked from commit 5e7b05e566 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-26 22:25:39 +05:30
Deepesh Garg
faf692d344
Merge pull request #36325 from GursheenK/tds-tcs-payable-monthly-report
...
fix: show TDS & TCS separately in TDS payable monthly
2023-07-26 16:20:01 +05:30
ruthra kumar
aadd3f9e69
Merge pull request #36323 from frappe/mergify/bp/version-14-hotfix/pr-36298
...
fix: show invoices name instead of object address (backport #36298 )
2023-07-26 12:20:15 +05:30
Frappe PR Bot
d9aa4057d7
chore(release): Bumped to Version 14.32.1
...
## [14.32.1](https://github.com/frappe/erpnext/compare/v14.32.0...v14.32.1 ) (2023-07-26)
### Bug Fixes
* filter by cost center in trial balance ([a20d78a ](a20d78ad9e ))
2023-07-26 06:28:35 +00:00
Deepesh Garg
bc2c7fe315
Merge pull request #36326 from frappe/mergify/bp/version-14/pr-36324
...
fix: filter by cost center in trial balance (#36324 )
2023-07-26 11:57:02 +05:30
Gursheen Anand
a20d78ad9e
fix: filter by cost center in trial balance
...
(cherry picked from commit 02428b446d )
2023-07-26 06:25:51 +00:00
Deepesh Garg
4b49864995
Merge pull request #36324 from GursheenK/cost-center-filter-in-TB
...
fix: filter by cost center in trial balance
2023-07-26 11:55:03 +05:30
gouravengineer
e802f0c352
fix: show invoices name instead of object address
...
comma_and function in expecting a list but it gets a tuple so it is returning a object instead of a string
(cherry picked from commit cf93714a7c )
2023-07-26 11:39:13 +05:30
Gursheen Anand
619b0feb5f
fix: show tds & tcs separately
2023-07-26 11:35:02 +05:30
Gursheen Anand
32fea643cd
feat: add party type filter
2023-07-26 11:34:27 +05:30
Gursheen Anand
02428b446d
fix: filter by cost center in trial balance
2023-07-26 11:04:46 +05:30
Gursheen Anand
479cab0336
fix: test with None conditon in PE
2023-07-26 09:56:48 +05:30
barredterra
f07b87c5eb
chore(Item Group): remove redundant autoname
...
(cherry picked from commit 1691eee26e )
2023-07-26 04:15:22 +00:00
Frappe PR Bot
c4b0790003
chore(release): Bumped to Version 14.32.0
...
# [14.32.0](https://github.com/frappe/erpnext/compare/v14.31.3...v14.32.0 ) (2023-07-26)
### Bug Fixes
* added missing option Partially Received in the status dropdown field ([4fa93b0 ](4fa93b05c6 ))
* allocation logic on 'Get Outstanding Invoices' btn in PE ([14600fa ](14600fa190 ))
* allow both custodian and location while creating asset ([#36263 ](https://github.com/frappe/erpnext/issues/36263 )) ([2b47f58 ](2b47f5815e ))
* Ambiguous column error while submitting stock entry (backport [#36209 ](https://github.com/frappe/erpnext/issues/36209 )) ([#36222 ](https://github.com/frappe/erpnext/issues/36222 )) ([844ec58 ](844ec58f6b ))
* apply discount on item after applying price list ([#36316 ](https://github.com/frappe/erpnext/issues/36316 )) ([cff6e72 ](cff6e72838 ))
* apply terms validaton only in Sales/Purchase documents ([8f24292 ](8f24292155 ))
* broken overallocation validation in payment entry ([e1d31aa ](e1d31aad4d ))
* clear accounting dimension value when based on field changes ([1fe6d4e ](1fe6d4ef1f ))
* customer filter in process soa ([5938af9 ](5938af9c3f ))
* Default fiscal year in accounting, buying and sellingcharts ([8ca3d6b ](8ca3d6b7f3 ))
* fetch acc dimension fieldname ([542c804 ](542c80433d ))
* FY in naming series variable for orders ([6a6a3ae ](6a6a3ae3c3 ))
* group by in fixed asset register ([#36310 ](https://github.com/frappe/erpnext/issues/36310 )) ([6cca18e ](6cca18e168 ))
* Ignore permissions while submitting account closing balance record ([#35536 ](https://github.com/frappe/erpnext/issues/35536 )) ([c2976ef ](c2976ef643 ))
* itemised tax breakup ([6f2e639 ](6f2e639182 ))
* made item or warehouse filter mandatory (backport [#36208 ](https://github.com/frappe/erpnext/issues/36208 )) ([#36215 ](https://github.com/frappe/erpnext/issues/36215 )) ([57cf3c2 ](57cf3c28f8 ))
* no default email account causing reposting issue ([026f9f5 ](026f9f5a69 ))
* **regional:** set `frappe.flags.company` temporarily, where required ([73e9b38 ](73e9b38cda ))
* set new purchase_receipt_amount on asset split ([#36272 ](https://github.com/frappe/erpnext/issues/36272 )) ([e867fe7 ](e867fe77a4 ))
* timeout error while cancelling the Purchase Receipt ([0575005 ](0575005c87 ))
* Trial Balance report considering cancelled entries ([ca4f86d ](ca4f86d5af ))
### Features
* filter based on accounting dimension in profitability analysis ([ba95df2 ](ba95df2a74 ))
2023-07-26 04:10:45 +00:00
Deepesh Garg
55f553fb09
Merge pull request #36293 from frappe/version-14-hotfix
...
chore: release v14
2023-07-26 09:39:11 +05:30
Anand Baburajan
cff6e72838
fix: apply discount on item after applying price list ( #36316 )
2023-07-25 21:55:26 +05:30
Anand Baburajan
6cca18e168
fix: group by in fixed asset register ( #36310 )
2023-07-25 20:58:18 +05:30
ruthra kumar
2e5c531bbf
Merge pull request #36298 from gouravengineer/show_invoice_name_instead_of_object
...
fix:show invoices name instead of object address
2023-07-25 20:38:53 +05:30
rohitwaghchaure
80e5a47ff6
Merge pull request #36300 from rohitwaghchaure/fixed-added-missing-options-partially-received
...
fix: added missing option Partially Received in the status field
2023-07-25 18:08:18 +05:30
Rohit Waghchaure
4fa93b05c6
fix: added missing option Partially Received in the status dropdown field
2023-07-25 17:22:56 +05:30
rohitwaghchaure
ab757cbd82
Merge pull request #36289 from rohitwaghchaure/fixed-purchase-receipt-timeout-on-cancel
...
fix: timeout error while cancelling the Purchase Receipt
2023-07-25 17:13:18 +05:30
Gursheen Anand
c3b21a6c30
chore: linting issues
2023-07-25 17:04:03 +05:30
Gursheen Anand
c9daa85985
fix: cost center filter for fetching payments
2023-07-25 16:50:46 +05:30
gouravengineer
cf93714a7c
fix:show invoices name instead of object address
...
comma_and function in expecting a list but it gets a tuple so it is returning a object instead of a string
2023-07-25 16:23:36 +05:30
Deepesh Garg
82f05bf11a
Merge pull request #36292 from frappe/mergify/bp/version-14-hotfix/pr-36107
...
feat: filtering based on accounting dimensions in profitability analysis (backport #36107 )
2023-07-25 15:18:23 +05:30
Gursheen Anand
542c80433d
fix: fetch acc dimension fieldname
...
(cherry picked from commit 1c5c310f5a )
2023-07-25 08:59:30 +00:00
Gursheen Anand
1fe6d4ef1f
fix: clear accounting dimension value when based on field changes
...
(cherry picked from commit 21c993a7b3 )
2023-07-25 08:59:30 +00:00
Gursheen Anand
ba95df2a74
feat: filter based on accounting dimension in profitability analysis
...
(cherry picked from commit dd8c3d5462 )
2023-07-25 08:59:29 +00:00
Deepesh Garg
dc69f47aab
Merge pull request #36286 from resilient-tech/fix-itemised-tax-breakup
...
fix: Correct Tax Breakup for different tax rates for same hsn code (#36235 )
2023-07-25 14:22:34 +05:30
Rohit Waghchaure
0575005c87
fix: timeout error while cancelling the Purchase Receipt
2023-07-25 12:00:36 +05:30
DaizyModi
6f2e639182
fix: itemised tax breakup
2023-07-25 11:44:48 +05:30
Deepesh Garg
ed0d0d8e8e
Merge pull request #36282 from frappe/mergify/bp/version-14-hotfix/pr-36278
...
fix(regional): set `frappe.flags.company` temporarily, where required (#36278 )
2023-07-24 20:57:05 +05:30
rohitwaghchaure
4c35942c2d
Merge pull request #36265 from frappe/mergify/bp/version-14-hotfix/pr-36259
...
fix: no default email account causing reposting issue (backport #36259 )
2023-07-24 20:02:30 +05:30
Sagar Vora
73e9b38cda
fix(regional): set frappe.flags.company temporarily, where required
...
(cherry picked from commit 4205f564a0 )
2023-07-24 14:05:34 +00:00
Anand Baburajan
e867fe77a4
fix: set new purchase_receipt_amount on asset split ( #36272 )
2023-07-24 18:50:16 +05:30
Deepesh Garg
6948acbb69
Merge pull request #36275 from frappe/mergify/bp/version-14-hotfix/pr-36274
...
fix: customer filter in process soa (#36274 )
2023-07-24 17:36:19 +05:30
Gursheen Anand
5938af9c3f
fix: customer filter in process soa
...
(cherry picked from commit 34d7fb388d )
2023-07-24 12:03:04 +00:00
Deepesh Garg
c575c88ab9
Merge pull request #36258 from frappe/mergify/bp/version-14-hotfix/pr-36251
...
fix: unresponsive sales invoice form (#36251 )
2023-07-24 17:32:36 +05:30
Anand Baburajan
2b47f5815e
fix: allow both custodian and location while creating asset ( #36263 )
2023-07-24 15:51:16 +05:30
Rohit Waghchaure
026f9f5a69
fix: no default email account causing reposting issue
...
(cherry picked from commit efb51526a9 )
2023-07-24 09:34:09 +00:00
ruthra kumar
b849f6c4d6
Merge pull request #36252 from frappe/mergify/bp/version-14-hotfix/pr-36241
...
fix: multiple fixes on payment terms based issues in payment entry (backport #36241 )
2023-07-24 14:49:55 +05:30
ruthra kumar
8f24292155
fix: apply terms validaton only in Sales/Purchase documents
2023-07-24 14:13:57 +05:30
ruthra kumar
bf948243a6
refactor: refresh table once after loop ends
...
(cherry picked from commit d048365da3 )
2023-07-24 08:31:57 +00:00
ruthra kumar
690b52622d
refactor: handle references without any template and payment_term
...
(cherry picked from commit ec7558b9e0 )
2023-07-24 07:06:34 +00:00
ruthra kumar
14600fa190
fix: allocation logic on 'Get Outstanding Invoices' btn in PE
...
1. fixed broken `payment_term` filter in Payment References section
2. Throw error if user fails to select 'Payment Term' for an invoice
with 'Payment Term based allocation' enabled.
(cherry picked from commit 662ccd467c )
2023-07-24 07:06:34 +00:00
ruthra kumar
3d661709fa
Merge pull request #36237 from frappe/mergify/bp/version-14-hotfix/pr-36206
...
test: overallocation validation in payment entry (backport #36206 )
2023-07-22 11:23:11 +05:30
ruthra kumar
25301881c9
chore(test): enable multi-currency party for testing
...
(cherry picked from commit 93246043ec )
2023-07-22 05:12:13 +00:00
ruthra kumar
bc7ab2f787
chore: validation on multi-currency tran on company curtency account
...
(cherry picked from commit 8f9ef4ef5b )
2023-07-22 05:12:12 +00:00
ruthra kumar
602f0769c4
chore: use flt for currency
...
(cherry picked from commit 5b37919574 )
2023-07-22 05:12:12 +00:00
ruthra kumar
f3295a9f59
chore: test more scenarios
...
(cherry picked from commit 6b4a81ee48 )
2023-07-22 05:12:12 +00:00
ruthra kumar
2f4d8e1e94
test: overallocation validation in payment entry
...
(cherry picked from commit e7e3853f81 )
2023-07-22 05:12:11 +00:00
Deepesh Garg
bd9e0e8b5a
chore: release version 14 ( #36233 )
...
* fix: broken overallocation validation in payment entry
In a multi term payment schedule, overallocation logic broke. Fixing
it using individual term outstanding amount in references. this should
work for the simple, one term payment schedule as well
(cherry picked from commit f8d4b19cb9 )
* refactor: payment term outstanding in party account currency
(cherry picked from commit ee83f94bb0 )
* fix: Default fiscal year in accounting, buying and sellingcharts
(cherry picked from commit 3759a41b83 )
* fix: Trial Balance report considering cancelled entries
(cherry picked from commit fd58bbff6b )
* fix: made item or warehouse filter mandatory (backport #36208 ) (#36215 )
fix: made item or warehouse filter mandatory
(cherry picked from commit 16498627ce )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
* fix: Ambiguous column error while submitting stock entry (backport #36209 ) (#36222 )
fix: Ambiguous column error while submitting stock entry
Stock Entry Type=Manufacture
request.js:457 Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 94, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 54, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 47, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/__init__.py", line 1610, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/desk/form/save.py", line 28, in savedocs
doc.save()
File "apps/frappe/frappe/model/document.py", line 305, in save
return self._save(*args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 327, in _save
return self.insert()
File "apps/frappe/frappe/model/document.py", line 259, in insert
self.run_before_save_methods()
File "apps/frappe/frappe/model/document.py", line 1045, in run_before_save_methods
self.run_method("validate")
File "apps/frappe/frappe/model/document.py", line 914, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1264, in composer
return composed(self, method, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1246, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "apps/frappe/frappe/model/document.py", line 911, in fn
return method_object(*args, **kwargs)
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 122, in validate
self.validate_qty()
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 433, in validate_qty
transferred_materials = frappe.db.sql(
File "apps/frappe/frappe/database/database.py", line 220, in sql
self._cursor.execute(query, values)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 158, in execute
result = self._query(query)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 325, in _query
conn.query(q)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 549, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 779, in _read_query_result
result.read()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1157, in read
first_packet = self.connection._read_packet()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 729, in _read_packet
packet.raise_for_error()
File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "env/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1052, "Column 'qty' in field list is ambiguous")
(cherry picked from commit c21fd45883 )
Co-authored-by: MohsinAli <mmatiyailol@gmail.com >
* fix: Ignore permissions while submitting account closing balance record (#35536 )
(cherry picked from commit f11d9b019d )
* fix: FY in naming series variable for orders
(cherry picked from commit 7a7d32db81 )
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
Co-authored-by: MohsinAli <mmatiyailol@gmail.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2023-07-21 16:15:31 +05:30
Deepesh Garg
62bc75a917
Merge branch 'version-14' of https://github.com/frappe/erpnext into version-14-hotfix
2023-07-21 16:14:23 +05:30
Deepesh Garg
51f7e6e648
Merge pull request #36231 from frappe/mergify/bp/version-14-hotfix/pr-36229
...
fix: FY in naming series variable for orders (backport #36229 )
2023-07-21 16:06:58 +05:30
Deepesh Garg
6a6a3ae3c3
fix: FY in naming series variable for orders
...
(cherry picked from commit 7a7d32db81 )
2023-07-21 10:36:30 +00:00
Deepesh Garg
ae494b8ee8
Merge pull request #36226 from frappe/mergify/bp/version-14-hotfix/pr-35536
...
fix: Ignore permissions while submitting account closing balance record (#35536 )
2023-07-21 12:47:14 +05:30
Nabin Hait
c2976ef643
fix: Ignore permissions while submitting account closing balance record ( #35536 )
...
(cherry picked from commit f11d9b019d )
2023-07-21 05:26:15 +00:00
mergify[bot]
844ec58f6b
fix: Ambiguous column error while submitting stock entry (backport #36209 ) ( #36222 )
...
fix: Ambiguous column error while submitting stock entry
Stock Entry Type=Manufacture
request.js:457 Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 94, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 54, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 47, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/__init__.py", line 1610, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/desk/form/save.py", line 28, in savedocs
doc.save()
File "apps/frappe/frappe/model/document.py", line 305, in save
return self._save(*args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 327, in _save
return self.insert()
File "apps/frappe/frappe/model/document.py", line 259, in insert
self.run_before_save_methods()
File "apps/frappe/frappe/model/document.py", line 1045, in run_before_save_methods
self.run_method("validate")
File "apps/frappe/frappe/model/document.py", line 914, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1264, in composer
return composed(self, method, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1246, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "apps/frappe/frappe/model/document.py", line 911, in fn
return method_object(*args, **kwargs)
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 122, in validate
self.validate_qty()
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 433, in validate_qty
transferred_materials = frappe.db.sql(
File "apps/frappe/frappe/database/database.py", line 220, in sql
self._cursor.execute(query, values)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 158, in execute
result = self._query(query)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 325, in _query
conn.query(q)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 549, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 779, in _read_query_result
result.read()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1157, in read
first_packet = self.connection._read_packet()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 729, in _read_packet
packet.raise_for_error()
File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "env/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1052, "Column 'qty' in field list is ambiguous")
(cherry picked from commit c21fd45883 )
Co-authored-by: MohsinAli <mmatiyailol@gmail.com >
2023-07-20 20:15:36 +05:30
Frappe PR Bot
bafb79db50
chore(release): Bumped to Version 14.31.3
...
## [14.31.3](https://github.com/frappe/erpnext/compare/v14.31.2...v14.31.3 ) (2023-07-20)
### Bug Fixes
* Trial Balance report considering cancelled entries ([c5e30f5 ](c5e30f5336 ))
2023-07-20 14:42:49 +00:00
Deepesh Garg
1d108ec224
Merge pull request #36219 from frappe/mergify/bp/version-14/pr-36217
...
fix: Trial Balance report considering canceled entries (#36214 )
2023-07-20 20:11:12 +05:30
mergify[bot]
57cf3c28f8
fix: made item or warehouse filter mandatory (backport #36208 ) ( #36215 )
...
fix: made item or warehouse filter mandatory
(cherry picked from commit 16498627ce )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-07-20 20:11:05 +05:30
Deepesh Garg
c5e30f5336
fix: Trial Balance report considering cancelled entries
...
(cherry picked from commit fd58bbff6b )
(cherry picked from commit ca4f86d5af )
2023-07-20 13:28:40 +00:00
Deepesh Garg
4cfecdc66b
Merge pull request #36217 from frappe/mergify/bp/version-14-hotfix/pr-36214
...
fix: Trial Balance report considering cancelled entries (#36214 )
2023-07-20 18:57:55 +05:30
Deepesh Garg
ca4f86d5af
fix: Trial Balance report considering cancelled entries
...
(cherry picked from commit fd58bbff6b )
2023-07-20 13:18:53 +00:00
Frappe PR Bot
d6168ca979
chore(release): Bumped to Version 14.31.2
...
## [14.31.2](https://github.com/frappe/erpnext/compare/v14.31.1...v14.31.2 ) (2023-07-19)
### Bug Fixes
* Default fiscal year in accounting, buying and sellingcharts ([ceea8be ](ceea8be483 ))
2023-07-19 08:10:33 +00:00
Deepesh Garg
78a2333109
Merge pull request #36191 from frappe/mergify/bp/version-14/pr-36190
...
fix: Default fiscal year in accounting, buying and selling charts (#36189 )
2023-07-19 13:38:57 +05:30
Deepesh Garg
ceea8be483
fix: Default fiscal year in accounting, buying and sellingcharts
...
(cherry picked from commit 3759a41b83 )
(cherry picked from commit 8ca3d6b7f3 )
2023-07-19 08:02:18 +00:00
Deepesh Garg
bd82ae523d
Merge pull request #36190 from frappe/mergify/bp/version-14-hotfix/pr-36189
...
fix: Default fiscal year in accounting, buying and selling charts (backport #36189 )
2023-07-19 13:31:49 +05:30
Deepesh Garg
8ca3d6b7f3
fix: Default fiscal year in accounting, buying and sellingcharts
...
(cherry picked from commit 3759a41b83 )
2023-07-19 07:58:59 +00:00
Frappe PR Bot
388bbca492
chore(release): Bumped to Version 14.31.1
...
## [14.31.1](https://github.com/frappe/erpnext/compare/v14.31.0...v14.31.1 ) (2023-07-19)
### Bug Fixes
* broken overallocation validation in payment entry ([ff0b51e ](ff0b51ecdb ))
2023-07-19 05:42:32 +00:00
ruthra kumar
1641630d70
Merge pull request #36185 from frappe/mergify/bp/version-14/pr-36181
...
fix: broken overallocation validation in payment entry (backport #36181 )
2023-07-19 11:10:57 +05:30
ruthra kumar
61456ec45d
Merge pull request #36184 from frappe/mergify/bp/version-14-hotfix/pr-36181
...
fix: broken overallocation validation in payment entry (backport #36181 )
2023-07-19 11:10:41 +05:30
ruthra kumar
dd25c83c30
refactor: payment term outstanding in party account currency
...
(cherry picked from commit ee83f94bb0 )
2023-07-19 05:17:40 +00:00
ruthra kumar
ff0b51ecdb
fix: broken overallocation validation in payment entry
...
In a multi term payment schedule, overallocation logic broke. Fixing
it using individual term outstanding amount in references. this should
work for the simple, one term payment schedule as well
(cherry picked from commit f8d4b19cb9 )
2023-07-19 05:17:39 +00:00
ruthra kumar
fcafff7ebe
refactor: payment term outstanding in party account currency
...
(cherry picked from commit ee83f94bb0 )
2023-07-19 05:17:22 +00:00
ruthra kumar
e1d31aad4d
fix: broken overallocation validation in payment entry
...
In a multi term payment schedule, overallocation logic broke. Fixing
it using individual term outstanding amount in references. this should
work for the simple, one term payment schedule as well
(cherry picked from commit f8d4b19cb9 )
2023-07-19 05:17:22 +00:00
Frappe PR Bot
22a19e4b6e
chore(release): Bumped to Version 14.31.0
...
# [14.31.0](https://github.com/frappe/erpnext/compare/v14.30.7...v14.31.0 ) (2023-07-18)
### Bug Fixes
* `TypeError` while creating WO from PP (backport [#36136 ](https://github.com/frappe/erpnext/issues/36136 )) ([#36137 ](https://github.com/frappe/erpnext/issues/36137 )) ([dd51010 ](dd5101056d ))
* Account balance patch and query fixes ([#36117 ](https://github.com/frappe/erpnext/issues/36117 )) ([0147754 ](0147754273 ))
* Accounts closing balance patch ([#36113 ](https://github.com/frappe/erpnext/issues/36113 )) ([cf29156 ](cf29156139 ))
* allow manual asset receipt mov from nowhere ([#36093 ](https://github.com/frappe/erpnext/issues/36093 )) ([4aaa1a1 ](4aaa1a15d7 ))
* Ambiguous column error while submitting stock entry ([#36058 ](https://github.com/frappe/erpnext/issues/36058 )) ([a3a052b ](a3a052bb51 ))
* circular dependency during reposting causing timeout error ([2c21404 ](2c21404813 ))
* get_dimension with_cost_center_and_project=false is not working ([#35974 ](https://github.com/frappe/erpnext/issues/35974 )) ([42c93a1 ](42c93a1f00 ))
* Handle multi-company in patch ([#36127 ](https://github.com/frappe/erpnext/issues/36127 )) ([e7f5754 ](e7f57542ab ))
* improve "Update Items" modal ([#36105 ](https://github.com/frappe/erpnext/issues/36105 )) ([b86571d ](b86571d9d4 ))
* incorrect Balance Qty in the stock ledger for the item with Serial and Batch no ([373b868 ](373b868c1d ))
* incorrect Reserved Qty for Production Plan in BIN for multi-uom case ([2f632d0 ](2f632d031a ))
* Opening balance in TB report ([#36171 ](https://github.com/frappe/erpnext/issues/36171 )) ([313ad7a ](313ad7ae89 ))
* Opening entries showing up incorrectly in TB report ([#36135 ](https://github.com/frappe/erpnext/issues/36135 )) ([d10e5e6 ](d10e5e666b ))
* Remove current fiscal year from Global Defaults ([#35960 ](https://github.com/frappe/erpnext/issues/35960 )) ([b877fa6 ](b877fa60db ))
* Trailing opening entries in Accounts closing balance ([#36175 ](https://github.com/frappe/erpnext/issues/36175 )) ([8a607db ](8a607db493 ))
* validate docs in closed accounting period on save ([#36157 ](https://github.com/frappe/erpnext/issues/36157 )) ([5985e02 ](5985e02574 ))
### Features
* add local holidays ([#36116 ](https://github.com/frappe/erpnext/issues/36116 )) ([94caf7f ](94caf7f5a8 ))
* add project filter in reports importing financial statements js file ([#36097 ](https://github.com/frappe/erpnext/issues/36097 )) ([63e26e3 ](63e26e39d4 ))
### Performance Improvements
* index in `Item` and `Item Variant Attribute` (backport [#36133 ](https://github.com/frappe/erpnext/issues/36133 )) ([#36144 ](https://github.com/frappe/erpnext/issues/36144 )) ([6198983 ](619898350a ))
* send SLA doctypes in boot ([adb6918 ](adb6918834 ))
2023-07-18 13:59:37 +00:00
Deepesh Garg
b0f5c02d74
Merge pull request #36176 from frappe/version-14-hotfix
...
chore: release v14
2023-07-18 19:27:44 +05:30
Deepesh Garg
0805a8e19c
Merge branch 'version-14' into version-14-hotfix
2023-07-18 17:51:19 +05:30
Anand Baburajan
5985e02574
fix: validate docs in closed accounting period on save ( #36157 )
2023-07-18 16:40:06 +05:30
mergify[bot]
8a607db493
fix: Trailing opening entries in Accounts closing balance ( #36175 )
...
fix: Trailing opening entries in Accounts closing balance (#36175 )
(cherry picked from commit fbea61bbc6 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-18 15:20:11 +05:30
Frappe PR Bot
cdd5f992f6
chore(release): Bumped to Version 14.30.7
...
## [14.30.7](https://github.com/frappe/erpnext/compare/v14.30.6...v14.30.7 ) (2023-07-18)
### Bug Fixes
* incorrect Reserved Qty for Production Plan in BIN for multi-uom case ([bcf7d87 ](bcf7d87b61 ))
2023-07-18 09:46:15 +00:00
rohitwaghchaure
9171f0cd9d
Merge pull request #36174 from frappe/mergify/bp/version-14/pr-36162
...
fix: incorrect Reserved Qty for Production Plan in BIN for the multi-uom case (backport #36162 )
2023-07-18 15:12:19 +05:30
mergify[bot]
ea66f18032
refactor: Leave Application should not be in hook.py (backport #36008 ) ( #36158 )
...
Co-authored-by: Kitti U. @ Ecosoft <kittiu@gmail.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-07-18 14:26:47 +05:30
mergify[bot]
313ad7ae89
fix: Opening balance in TB report ( #36171 )
...
fix: Opening balance in TB report (#36171 )
(cherry picked from commit cfae52a40a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-18 14:20:28 +05:30
Rohit Waghchaure
bcf7d87b61
fix: incorrect Reserved Qty for Production Plan in BIN for multi-uom case
...
(cherry picked from commit 2f632d031a )
2023-07-18 08:29:02 +00:00
rohitwaghchaure
a5f398474a
Merge pull request #36169 from rohitwaghchaure/fixed-incorrect-balance-qty-in-stock-ledger-entry
...
fix: incorrect Balance qty in the stock ledger
2023-07-17 22:44:44 +05:30
Rohit Waghchaure
373b868c1d
fix: incorrect Balance Qty in the stock ledger for the item with Serial and Batch no
2023-07-17 21:07:32 +05:30
rohitwaghchaure
665898a579
Merge pull request #36162 from rohitwaghchaure/fixed-incorrect-reserved-qty-for-production-plan
...
fix: incorrect Reserved Qty for Production Plan in BIN for the multi-uom case
2023-07-17 20:40:25 +05:30
Rohit Waghchaure
2f632d031a
fix: incorrect Reserved Qty for Production Plan in BIN for multi-uom case
2023-07-17 17:14:59 +05:30
Sagar Vora
ab3671a13b
Merge pull request #36164 from frappe/mergify/bp/version-14-hotfix/pr-36163
2023-07-17 15:47:19 +05:30
Sagar Vora
30cbc682b4
chore: use consistent quotes
...
(cherry picked from commit bccb718cc2 )
2023-07-17 10:17:00 +00:00
mergify[bot]
b877fa60db
fix: Remove current fiscal year from Global Defaults ( #35960 )
...
* fix: Remove current fiscal year from Global Defaults (#35960 )
* fix: Remove current fiscal year from Global Defaults
* fix: Remove button to set default
* fix: Add utils to get fiscal year
* fix: Incorrect import
* feat: Add hook for naming series parser
(cherry picked from commit 6270607c6d )
# Conflicts:
# erpnext/accounts/doctype/fiscal_year/fiscal_year.py
# erpnext/patches.txt
# erpnext/public/js/utils.js
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-17 11:52:37 +05:30
mergify[bot]
c7a97cfb31
chore: add validation for account type of party type and account ( #36141 )
...
chore: add validation for account type of party type and account (#36141 )
chore: add validation to check if account type of party type and account match
(cherry picked from commit 305c37917f )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-17 11:35:32 +05:30
Ankush Menat
413a8a41f0
Merge pull request #36152 from frappe/mergify/bp/version-14-hotfix/pr-36150
...
perf: send SLA doctypes in boot (backport #36150 )
2023-07-16 13:00:28 +05:30
Ankush Menat
adb6918834
perf: send SLA doctypes in boot
...
This request is fired on every load, data rarely if ever changes though.
(cherry picked from commit bd9ef74ef7 )
2023-07-16 07:01:32 +00:00
mergify[bot]
619898350a
perf: index in Item and Item Variant Attribute (backport #36133 ) ( #36144 )
...
* perf: index `variant_of` and `attribute` in `Item Variant Attribute`
(cherry picked from commit e4128a5c91 )
* perf: index `disabled` in `Item`
(cherry picked from commit 04400eb2e4 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-15 10:11:17 +05:30
mergify[bot]
68d35b08f6
refactor: Batch Item Expiry Status report (backport #36106 ) ( #36111 )
...
refactor: `Batch Item Expiry Status` report (#36106 )
(cherry picked from commit 5f307f92e0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-15 10:10:19 +05:30
mergify[bot]
94caf7f5a8
feat: add local holidays ( #36116 )
...
* feat: add local holidays
(cherry picked from commit aa18b25a71 )
* test(Holiday List): weekly off and local holidays
(cherry picked from commit fd23bd0434 )
* feat(Holiday List): display localized country name
(cherry picked from commit 4888d75e72 )
* fix: German translations of Holiday List
(cherry picked from commit 509061f05b )
# Conflicts:
# erpnext/translations/de.csv
* fix(Holiday List): use current user's language
For consistency with "weekly off" descriptions
(cherry picked from commit 8271a39cdb )
* fix(Holiday List): allow empty value
(cherry picked from commit 8aff5a1dab )
* refactor(Holiday List): use autocomplete fieldtype
(cherry picked from commit dab9688410 )
* chore: resolve merge conflicts
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-07-14 20:37:48 +05:30
Frappe PR Bot
9ec3087af8
chore(release): Bumped to Version 14.30.6
...
## [14.30.6](https://github.com/frappe/erpnext/compare/v14.30.5...v14.30.6 ) (2023-07-14)
### Bug Fixes
* Opening entries showing up incorrectly in TB report ([#36135 ](https://github.com/frappe/erpnext/issues/36135 )) ([8e48c4e ](8e48c4ee3e ))
2023-07-14 14:37:01 +00:00
mergify[bot]
8e48c4ee3e
fix: Opening entries showing up incorrectly in TB report ( #36135 )
...
fix: Opening entries showing up incorrectly in TB report (#36135 )
fix: Opening entries showing up incorrectly in TB report (#36135 )
* fix: Opening entries showing up incorrectly in TB report
* chore: Linting Issue
(cherry picked from commit 297c7e833c )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit d10e5e666b )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 20:05:40 +05:30
mergify[bot]
d10e5e666b
fix: Opening entries showing up incorrectly in TB report ( #36135 )
...
fix: Opening entries showing up incorrectly in TB report (#36135 )
* fix: Opening entries showing up incorrectly in TB report
* chore: Linting Issue
(cherry picked from commit 297c7e833c )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 18:46:28 +05:30
Frappe PR Bot
ed8217d309
chore(release): Bumped to Version 14.30.5
...
## [14.30.5](https://github.com/frappe/erpnext/compare/v14.30.4...v14.30.5 ) (2023-07-14)
### Bug Fixes
* `TypeError` while creating WO from PP (backport [#36136 ](https://github.com/frappe/erpnext/issues/36136 )) (backport [#36137 ](https://github.com/frappe/erpnext/issues/36137 )) ([#36138 ](https://github.com/frappe/erpnext/issues/36138 )) ([c3acdcf ](c3acdcf3ac ))
2023-07-14 12:50:49 +00:00
mergify[bot]
c3acdcf3ac
fix: TypeError while creating WO from PP (backport #36136 ) (backport #36137 ) ( #36138 )
...
fix: `TypeError` while creating WO from PP (backport #36136 ) (#36137 )
fix: `TypeError` while creating WO from PP (#36136 )
(cherry picked from commit 8f5b94f5fd )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
(cherry picked from commit dd5101056d )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 18:10:16 +05:30
mergify[bot]
dd5101056d
fix: TypeError while creating WO from PP (backport #36136 ) ( #36137 )
...
fix: `TypeError` while creating WO from PP (#36136 )
(cherry picked from commit 8f5b94f5fd )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-14 18:03:53 +05:30
Frappe PR Bot
d420eeb884
chore(release): Bumped to Version 14.30.4
...
## [14.30.4](https://github.com/frappe/erpnext/compare/v14.30.3...v14.30.4 ) (2023-07-14)
### Bug Fixes
* Handle multi-company in patch ([#36127 ](https://github.com/frappe/erpnext/issues/36127 )) ([43d6cc0 ](43d6cc087e ))
2023-07-14 10:43:22 +00:00
mergify[bot]
43d6cc087e
fix: Handle multi-company in patch ( #36127 )
...
fix: Handle multi-company in patch (#36127 )
* fix: Handle multi-company in patch (#36127 )
fix: Handle multi-compnay in patch
(cherry picked from commit ac9ad8ec36 )
* chore: re trigger patch
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit e7f57542ab )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 16:02:32 +05:30
mergify[bot]
e7f57542ab
fix: Handle multi-company in patch ( #36127 )
...
* fix: Handle multi-company in patch (#36127 )
fix: Handle multi-compnay in patch
(cherry picked from commit ac9ad8ec36 )
* chore: re trigger patch
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 15:59:57 +05:30
mergify[bot]
42c93a1f00
fix: get_dimension with_cost_center_and_project=false is not working ( #35974 )
...
fix: get_dimension with_cost_center_and_project=false is not working (#35974 )
* fix: get_dimension with_cost_center_and_project=false is not working.
with_cost_center_and_project is no python str, and it always evaluated as True, despite JS call it with false
* chore: Linting Issues
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 3b884efca9 )
Co-authored-by: Kitti U. @ Ecosoft <kittiu@gmail.com >
2023-07-14 13:04:07 +05:30
mergify[bot]
b86571d9d4
fix: improve "Update Items" modal ( #36105 )
...
fix: improve "Update Items" modal (#36105 )
* fix: make "Update Items" modal larger
* fix: remove conversion factor from overview
Conversion factor doesn't make much sense without two different UOMs
next to it, hence moving it to row detail view
(cherry picked from commit d5fe1432f8 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-14 13:03:26 +05:30
Ankush Menat
b167bffd22
ci: fix repo name in relase notes workflow
...
[skip ci]
(cherry picked from commit b5f6a1cc20 )
2023-07-14 12:05:49 +05:30
Frappe PR Bot
2f2b45bd6d
chore(release): Bumped to Version 14.30.3
...
## [14.30.3](https://github.com/frappe/erpnext/compare/v14.30.2...v14.30.3 ) (2023-07-14)
### Bug Fixes
* Account balance patch and query fixes ([#36117 ](https://github.com/frappe/erpnext/issues/36117 )) ([495a8a9 ](495a8a9ce1 ))
2023-07-14 05:53:54 +00:00
mergify[bot]
495a8a9ce1
fix: Account balance patch and query fixes ( #36117 )
...
fix: Account balance patch and query fixes (#36117 )
(cherry picked from commit b4bd978791 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 0147754273 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 11:21:59 +05:30
mergify[bot]
0147754273
fix: Account balance patch and query fixes ( #36117 )
...
* fix: Account balance patch and query fixes (#36117 )
(cherry picked from commit b4bd978791 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 10:41:18 +05:30
Frappe PR Bot
1d9c28ec5e
chore(release): Bumped to Version 14.30.2
...
## [14.30.2](https://github.com/frappe/erpnext/compare/v14.30.1...v14.30.2 ) (2023-07-13)
### Bug Fixes
* Accounts closing balance patch ([#36113 ](https://github.com/frappe/erpnext/issues/36113 )) ([49f28b0 ](49f28b0dbb ))
2023-07-13 10:52:30 +00:00
mergify[bot]
49f28b0dbb
fix: Accounts closing balance patch ( #36113 )
...
fix: Accounts closing balance patch (#36113 )
fix: Accounts closing balance patch (#36113 )
(cherry picked from commit d631c7dffa )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit cf29156139 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-13 16:17:04 +05:30
mergify[bot]
cf29156139
fix: Accounts closing balance patch ( #36113 )
...
fix: Accounts closing balance patch (#36113 )
(cherry picked from commit d631c7dffa )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-13 16:13:23 +05:30
mergify[bot]
63e26e39d4
feat: add project filter in reports importing financial statements js file ( #36097 )
...
feat: add project filter in reports importing financial statements js file (#36097 )
feat: add project filter in financial statements js file
(cherry picked from commit 596a14e34f )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-07-12 19:16:10 +05:30
mergify[bot]
a3a052bb51
fix: Ambiguous column error while submitting stock entry ( #36058 )
...
fix: Ambiguous column error while submitting stock entry (#36058 )
2023-07-12 13:23:07 +05:30
mergify[bot]
ea807f8d9a
ci: regen release notes with GH API (backport #36098 ) ( #36099 )
...
ci: regen release notes with GH API (#36098 )
[skip ci]
(cherry picked from commit 0340bfc90d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-12 12:18:31 +05:30
Anand Baburajan
4aaa1a15d7
fix: allow manual asset receipt mov from nowhere ( #36093 )
2023-07-11 23:21:37 +05:30
Frappe PR Bot
d43cf0eca4
chore(release): Bumped to Version 14.30.1
...
## [14.30.1](https://github.com/frappe/erpnext/compare/v14.30.0...v14.30.1 ) (2023-07-11)
### Bug Fixes
* circular dependency during reposting causing timeout error ([026c608 ](026c6085cc ))
2023-07-11 14:13:02 +00:00
rohitwaghchaure
a5a41f7347
Merge pull request #36091 from frappe/mergify/bp/version-14/pr-36089
...
fix: circular dependency during reposting causing timeout error (backport #36088 ) (backport #36089 )
2023-07-11 19:41:35 +05:30
Rohit Waghchaure
026c6085cc
fix: circular dependency during reposting causing timeout error
...
(cherry picked from commit c16a5814d4 )
(cherry picked from commit 2c21404813 )
2023-07-11 13:41:40 +00:00
rohitwaghchaure
64406a631f
Merge pull request #36089 from frappe/mergify/bp/version-14-hotfix/pr-36088
...
fix: circular dependency during reposting causing timeout error (backport #36088 )
2023-07-11 19:09:54 +05:30
Rohit Waghchaure
2c21404813
fix: circular dependency during reposting causing timeout error
...
(cherry picked from commit c16a5814d4 )
2023-07-11 12:59:55 +00:00
Frappe PR Bot
2b72d143ca
chore(release): Bumped to Version 14.30.0
...
# [14.30.0](https://github.com/frappe/erpnext/compare/v14.29.2...v14.30.0 ) (2023-07-11)
### Bug Fixes
* accepted warehouse and rejected warehouse can't be same ([5d77e3c ](5d77e3ce05 ))
* also check on_hold ([#35910 ](https://github.com/frappe/erpnext/issues/35910 )) ([59b3277 ](59b3277696 ))
* conflicts ([e55a264 ](e55a264e57 ))
* conflicts ([79f9785 ](79f9785d15 ))
* conflicts ([a178e66 ](a178e6693c ))
* conflicts ([6459c28 ](6459c28316 ))
* deferred accounting entries on accounts frozen ([#35978 ](https://github.com/frappe/erpnext/issues/35978 )) ([573183c ](573183cff5 ))
* Delivery Note return valuation ([296f312 ](296f312e7f ))
* German translations ([#35990 ](https://github.com/frappe/erpnext/issues/35990 )) ([b7b864e ](b7b864e68c ))
* incorrect status in MR created from PP (backport [#36085 ](https://github.com/frappe/erpnext/issues/36085 )) ([#36086 ](https://github.com/frappe/erpnext/issues/36086 )) ([6dc7a19 ](6dc7a192ab ))
* incorrect TCS amount while customer has advance payment ([#35397 ](https://github.com/frappe/erpnext/issues/35397 )) ([2a4bbf3 ](2a4bbf34b4 ))
* labels and translations ([#35963 ](https://github.com/frappe/erpnext/issues/35963 )) ([04b1d45 ](04b1d459eb ))
* Opening balance in presentation currency in Trial Balance report ([#36036 ](https://github.com/frappe/erpnext/issues/36036 )) ([39e38bf ](39e38bf083 ))
* payment entry `voucher_type` error ([#35779 ](https://github.com/frappe/erpnext/issues/35779 )) ([f3af0b2 ](f3af0b2d2e ))
* **Payment Entry:** compare rounded amount ([#36011 ](https://github.com/frappe/erpnext/issues/36011 )) ([d80b0aa ](d80b0aa157 ))
* possible type error on ERR creation ([0569899 ](0569899499 ))
* precision causing outstanding issue on partly paid invoices ([#36030 ](https://github.com/frappe/erpnext/issues/36030 )) ([3e711e8 ](3e711e888d ))
* Share ledger showing cancelled docs ([#35993 ](https://github.com/frappe/erpnext/issues/35993 )) ([5102d0c ](5102d0c3f7 ))
* Validate for missing expense account ([#36078 ](https://github.com/frappe/erpnext/issues/36078 )) ([f4f886c ](f4f886c7d1 ))
* Vietnamese translation of "Company" ([#35887 ](https://github.com/frappe/erpnext/issues/35887 )) ([e443e6c ](e443e6c02a ))
### Features
* Closing balance for period closing and reporting ([#34257 ](https://github.com/frappe/erpnext/issues/34257 )) ([ebf3c01 ](ebf3c0173e ))
2023-07-11 12:51:51 +00:00
Deepesh Garg
078383f086
Merge pull request #36082 from frappe/version-14-hotfix
...
chore: release v14
2023-07-11 18:20:08 +05:30
mergify[bot]
6dc7a192ab
fix: incorrect status in MR created from PP (backport #36085 ) ( #36086 )
...
fix: incorrect status in MR created from PP (#36085 )
(cherry picked from commit be5881280f )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-11 17:31:06 +05:30
Deepesh Garg
a76285b349
Merge branch 'version-14' into version-14-hotfix
2023-07-11 16:14:57 +05:30
mergify[bot]
f4f886c7d1
fix: Validate for missing expense account ( #36078 )
...
fix: Validate for missing expense account (#36078 )
* fix: Validate for missing expense account
* fix: Validate for missing expense account
(cherry picked from commit ce9164ec69 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-11 13:38:13 +05:30
ruthra kumar
7925fc7130
Merge pull request #36077 from frappe/mergify/bp/version-14-hotfix/pr-36076
...
fix: possible type error on ERR creation (backport #36076 )
2023-07-11 11:12:24 +05:30
ruthra kumar
0569899499
fix: possible type error on ERR creation
...
(cherry picked from commit 176966daab )
2023-07-11 05:08:28 +00:00
mergify[bot]
44f509f989
refactor(Payment Entry): translatable strings ( #36017 )
...
* refactor(Payment Entry): translatable strings (#36017 )
* refactor(Payment Entry): translatable strings
* fix: German translations
(cherry picked from commit af28f95c60 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
# erpnext/translations/de.csv
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-10 21:01:44 +05:30
mergify[bot]
f3af0b2d2e
fix: payment entry voucher_type error ( #35779 )
...
fix: payment entry `voucher_type` error (#35779 )
* fix: payment entry `voucher_type` error
* chore: linters
(cherry picked from commit 361a357088 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-07-10 20:52:36 +05:30
mergify[bot]
59b3277696
fix: also check on_hold ( #35910 )
...
fix: also check on_hold (#35910 )
(cherry picked from commit 5aa02b8571 )
Co-authored-by: RJPvT <48353029+RJPvT@users.noreply.github.com >
2023-07-10 20:34:32 +05:30
Frappe PR Bot
a299092337
chore(release): Bumped to Version 14.29.2
...
## [14.29.2](https://github.com/frappe/erpnext/compare/v14.29.1...v14.29.2 ) (2023-07-10)
### Bug Fixes
* Delivery Note return valuation ([8c041eb ](8c041eb424 ))
2023-07-10 14:10:51 +00:00
rohitwaghchaure
db809cb066
Merge pull request #36066 from frappe/mergify/bp/version-14/pr-36065
...
fix: Delivery Note return valuation (backport #36063 ) (backport #36065 )
2023-07-10 19:39:19 +05:30
mergify[bot]
39e38bf083
fix: Opening balance in presentation currency in Trial Balance report ( #36036 )
...
fix: Opening balance in presentation currency in Trial Balance report (#36036 )
(cherry picked from commit 4d07e20b05 )
# Conflicts:
# erpnext/accounts/report/trial_balance/trial_balance.py
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-10 19:26:32 +05:30
Rohit Waghchaure
8c041eb424
fix: Delivery Note return valuation
...
(cherry picked from commit 6a10ae662c )
(cherry picked from commit 296f312e7f )
2023-07-10 12:50:08 +00:00
rohitwaghchaure
7c092a6b5f
Merge pull request #36065 from frappe/mergify/bp/version-14-hotfix/pr-36063
...
fix: Delivery Note return valuation (backport #36063 )
2023-07-10 18:18:57 +05:30
mergify[bot]
ebf3c0173e
feat: Closing balance for period closing and reporting ( #34257 )
...
* feat: Introduce opening entry for reporting
(cherry picked from commit 9739d8b52a )
* feat: Introduce opening entry for reporting
(cherry picked from commit b44a19bd1a )
* fix: Add patches to create accounting dimension in Closing Balance
(cherry picked from commit 36c08d0835 )
* feat: Cascade closing balances on PCV submit
(cherry picked from commit c3f39c3f32 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
# erpnext/patches.txt
* feat: Add views in standard filter
(cherry picked from commit e18336ebe7 )
* chore: Rewrite query using query builder
(cherry picked from commit 7fa7d6b5e4 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
* feat: Add validations against period closing voucher
(cherry picked from commit f92c63fb10 )
* fix: Order by issue in aggregation query
(cherry picked from commit 6607c8bd82 )
* fix: Add patch to update closing balances
(cherry picked from commit a663df376c )
* fix: Closing balance entries for period closing voucher
(cherry picked from commit 436fc03eda )
* fix: Update patch to generate closing balance entries
(cherry picked from commit 95c9aafda9 )
# Conflicts:
# erpnext/patches.txt
* perf: Apply closing balance in Trial Balance report
(cherry picked from commit e5f603c9d9 )
# Conflicts:
# erpnext/accounts/report/trial_balance/trial_balance.py
* chore: Minor fixes
(cherry picked from commit c089c4156c )
# Conflicts:
# erpnext/patches.txt
* fix: Aggregation with previous closing balance
(cherry picked from commit 4a2046dfb6 )
# Conflicts:
# erpnext/patches.txt
* test: Add static posting dates to tests
(cherry picked from commit 310f71c313 )
* chore: Add index to period closing voucher column
(cherry picked from commit 5dabc98ba5 )
* chore: rename Closing Balance to Account Closing Balance
(cherry picked from commit 3249a79f07 )
* test: Add test case for closing balance
(cherry picked from commit f0267feca8 )
* chore: Use account closing balance in set gl entries
(cherry picked from commit 0157fa15eb )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Update patch
(cherry picked from commit 76775a3e49 )
* fix: Account sub query
(cherry picked from commit 7f11373b58 )
* chore: Simplify query
(cherry picked from commit 00fe3042b2 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
* chore: Add missing validations
(cherry picked from commit 0aadb680eb )
* chore: Remove unnecessary list comprehension
(cherry picked from commit 44053db010 )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Ignore opening entries if PCV posted
(cherry picked from commit f9397a87ac )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Don't validate if no GL Entry exists
(cherry picked from commit 528ab503f2 )
* chore: Fix Typo
(cherry picked from commit 3fd95200da )
* fix: Validation for cancelation
(cherry picked from commit 30eb6c8512 )
* fix: Partial trial balance view
(cherry picked from commit b7dcf27b01 )
* fix: CS financial statement param
(cherry picked from commit f8cff09129 )
* chore: Improve validation message
(cherry picked from commit 8ce1da111e )
* chore: Resolve conflicts
* chore: Resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-10 18:04:45 +05:30
Rohit Waghchaure
296f312e7f
fix: Delivery Note return valuation
...
(cherry picked from commit 6a10ae662c )
2023-07-10 12:19:37 +00:00
rohitwaghchaure
16943ac248
Merge pull request #36057 from frappe/mergify/bp/version-14-hotfix/pr-36001
...
fix: accepted warehouse and rejected warehouse can't be same (backport #36001 )
2023-07-10 17:48:29 +05:30
mergify[bot]
573183cff5
fix: deferred accounting entries on accounts frozen ( #35978 )
...
* fix: deferred accounting entries on accounts frozen (#35978 )
* fix: accounts frozen entries in deferred accounting
* test: accounts frozen date in deferred accounting
* fix: reset account settings after running test
* fix: resolve conflicts
* fix: modify expected gle when deferred accounting is disabled through JE
* fix: change posting date when accounts not frozen
(cherry picked from commit 674af15696 )
# Conflicts:
# erpnext/accounts/doctype/process_deferred_accounting/test_process_deferred_accounting.py
* chore: resolve conflicts
* fix: test for deferred accounting
* chore: Linting Issues
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-10 17:31:17 +05:30
rohitwaghchaure
e55a264e57
fix: conflicts
2023-07-10 17:14:25 +05:30
rohitwaghchaure
79f9785d15
fix: conflicts
2023-07-10 17:13:55 +05:30
rohitwaghchaure
a178e6693c
fix: conflicts
2023-07-10 17:13:23 +05:30
rohitwaghchaure
6459c28316
fix: conflicts
2023-07-10 17:12:41 +05:30
mergify[bot]
3e711e888d
fix: precision causing outstanding issue on partly paid invoices ( #36030 )
...
fix: precision causing outstanding issue on partly paid invoices (#36030 )
* fix: precision causing outstanding issue on partly paid invoices
* chore: linters
(cherry picked from commit 5c820ecc20 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-07-10 16:49:22 +05:30
mergify[bot]
04b1d459eb
fix: labels and translations ( #35963 )
...
fix: labels and translations (#35963 )
fix: labels and translations
* fix: Vietnamese translation of customer
* fix: Vietnamese translation of bill
(cherry picked from commit 46fe9ac5cd )
Co-authored-by: aioaccount <92444849+aioaccount@users.noreply.github.com >
2023-07-10 16:19:36 +05:30
ruthra kumar
3c563b8cea
Merge pull request #35994 from frappe/mergify/bp/version-14-hotfix/pr-35397
...
fix: incorrect TCS amount while customer has advance payment (backport #35397 )
2023-07-10 16:18:47 +05:30
ruthra kumar
4fa3f96121
chore: fix failing test case
2023-07-10 15:48:56 +05:30
ruthra kumar
681d48a7f9
Merge pull request #36053 from frappe/mergify/bp/version-14-hotfix/pr-36051
...
feat: Provision to auto create Exchange Rate Revaluation (backport #36051 )
2023-07-10 15:36:16 +05:30
ruthra kumar
881476b4fb
chore: fix merge conflict
2023-07-10 15:09:37 +05:30
Rohit Waghchaure
5d77e3ce05
fix: accepted warehouse and rejected warehouse can't be same
...
(cherry picked from commit d618aaef32 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.json
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
2023-07-10 08:26:13 +00:00
Anand Baburajan
0f9a6ee70a
chore: add asset depr posting error in error log ( #36052 )
2023-07-10 13:45:56 +05:30
ruthra kumar
862c5145c1
refactor: submit and make JV through background job
...
(cherry picked from commit 4f51c5a433 )
# Conflicts:
# erpnext/setup/doctype/company/company.json
2023-07-10 07:31:19 +00:00
ruthra kumar
e0fbf0c042
refactor: checkbox for enabling auto ERR creation
...
(cherry picked from commit 6644311c8b )
# Conflicts:
# erpnext/setup/doctype/company/company.json
2023-07-10 07:31:19 +00:00
mergify[bot]
e443e6c02a
fix: Vietnamese translation of "Company" ( #35887 )
...
fix: Vietnamese translation of "Company" (#35887 )
fix: Vietnamese translation of "Company"
(cherry picked from commit ef7fd7548c )
Co-authored-by: aioaccount <92444849+aioaccount@users.noreply.github.com >
2023-07-09 20:34:26 +05:30
mergify[bot]
b7b864e68c
fix: German translations ( #35990 )
...
fix: German translations (#35990 )
* fix: add missing German translation
* fix: wrong German translation
(cherry picked from commit 353d765140 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-09 20:18:22 +05:30
mergify[bot]
29ac533af4
fix:bank reconciliation tool variable issue ( #36022 )
...
fix: bank reconciliation tool variable issue (#36022 )
fix: bank reconciliation tool variable issue (#36022 )
(cherry picked from commit 828e647019 )
Co-authored-by: Navin Balaji <54995833+navinbalaji@users.noreply.github.com >
2023-07-09 20:17:54 +05:30
Deepesh Garg
2deb1edec1
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-35397
2023-07-09 14:12:59 +05:30
Frappe PR Bot
78318964c7
chore(release): Bumped to Version 14.29.1
...
## [14.29.1](https://github.com/frappe/erpnext/compare/v14.29.0...v14.29.1 ) (2023-07-05)
### Bug Fixes
* **Payment Entry:** compare rounded amount ([#36011 ](https://github.com/frappe/erpnext/issues/36011 )) ([03e4583 ](03e458390b ))
2023-07-05 16:23:44 +00:00
Deepesh Garg
279f51e636
Merge pull request #36016 from frappe/mergify/bp/version-14/pr-36013
...
fix(Payment Entry): compare rounded amount (#36011 )
2023-07-05 21:47:31 +05:30
mergify[bot]
5102d0c3f7
fix: Share ledger showing cancelled docs ( #35993 )
...
fix: Share ledger showing cancelled docs (#35993 )
(cherry picked from commit 0a17c78a36 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-05 21:39:38 +05:30
mergify[bot]
03e458390b
fix(Payment Entry): compare rounded amount ( #36011 )
...
fix(Payment Entry): compare rounded amount (#36011 )
(cherry picked from commit 4badac8e9e )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit d80b0aa157 )
2023-07-05 16:09:11 +00:00
mergify[bot]
d80b0aa157
fix(Payment Entry): compare rounded amount ( #36011 )
...
fix(Payment Entry): compare rounded amount (#36011 )
(cherry picked from commit 4badac8e9e )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-05 21:38:30 +05:30
Frappe PR Bot
f360bdcbf6
chore(release): Bumped to Version 14.29.0
...
# [14.29.0](https://github.com/frappe/erpnext/compare/v14.28.1...v14.29.0 ) (2023-07-05)
### Bug Fixes
* Expense Account filter in Sales Invoice ([#35944 ](https://github.com/frappe/erpnext/issues/35944 )) ([a485e4e ](a485e4e802 ))
* get base grand total while pulling reference details in PE ([2e2c23a ](2e2c23aa0f ))
* handle loan_repayment's posting_date datetime in bank_clearance_summary report ([#36004 ](https://github.com/frappe/erpnext/issues/36004 )) ([937e1fb ](937e1fb024 ))
* Netherlands - Grootboekschema COA structure ([#35991 ](https://github.com/frappe/erpnext/issues/35991 )) ([13f3ebf ](13f3ebf915 ))
* project filtering based on company in P&L Report ([#35943 ](https://github.com/frappe/erpnext/issues/35943 )) ([8de1d86 ](8de1d8663f ))
* remove debug flag from sql ([646440f ](646440fd55 ))
* reposting has not changed valuation rate ([c0c693d ](c0c693d8b0 ))
* Update no copy for received_qty field ([#35965 ](https://github.com/frappe/erpnext/issues/35965 )) ([c330f47 ](c330f47680 ))
### Features
* **accounts:** standardize additional columns implementation for sales/purchase reports ([#36000 ](https://github.com/frappe/erpnext/issues/36000 )) ([47c6d90 ](47c6d9099b ))
* add method for ordered quantity in supplier scorecard (backport [#35930 ](https://github.com/frappe/erpnext/issues/35930 )) ([#35968 ](https://github.com/frappe/erpnext/issues/35968 )) ([a974091 ](a974091678 ))
* add voucher-wise balance report logic ([6842902 ](684290233f ))
* allow the partial return of components against SCO (backport [#35935 ](https://github.com/frappe/erpnext/issues/35935 )) ([#35938 ](https://github.com/frappe/erpnext/issues/35938 )) ([6f50ad6 ](6f50ad685e ))
2023-07-05 09:48:12 +00:00
Deepesh Garg
4fa412fe3f
Merge pull request #35996 from frappe/version-14-hotfix
...
chore: release v14
2023-07-05 15:16:47 +05:30
Anand Baburajan
937e1fb024
fix: handle loan_repayment's posting_date datetime in bank_clearance_summary report ( #36004 )
2023-07-04 19:06:58 +05:30
Sagar Vora
dfd4ef178e
Merge pull request #36002 from frappe/mergify/bp/version-14-hotfix/pr-36000
2023-07-04 17:42:51 +05:30
Sagar Vora
47c6d9099b
feat(accounts): standardize additional columns implementation for sales/purchase reports ( #36000 )
...
(cherry picked from commit 30e4052a76 )
2023-07-04 12:12:34 +00:00
mergify[bot]
13f3ebf915
fix: Netherlands - Grootboekschema COA structure ( #35991 )
...
fix: Netherlands - Grootboekschema COA structure (#35991 )
fix: Netherlands - Grootboekschema coa structure
(cherry picked from commit 2f169575e9 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-04 16:22:17 +05:30
ruthra kumar
2a4bbf34b4
fix: incorrect TCS amount while customer has advance payment ( #35397 )
...
* fix: incorrect TCS amount while customer has advance payment
* test: only unallocated advance should for threshold breach validation
(cherry picked from commit dcbd7d5f1f )
2023-07-04 16:21:54 +05:30
ruthra kumar
ae4a8c8788
Merge pull request #35981 from frappe/mergify/bp/version-14-hotfix/pr-35868
...
fix: incorrect outstanding and total amount in reference table of payment entry (backport #35868 )
2023-07-04 08:09:05 +05:30
ruthra kumar
3d1942571d
test: test reference details response
...
(cherry picked from commit 9655d78642 )
2023-07-03 15:33:20 +00:00
ruthra kumar
2e2c23aa0f
fix: get base grand total while pulling reference details in PE
...
(cherry picked from commit 9e73af891d )
2023-07-03 15:33:20 +00:00
mergify[bot]
c330f47680
fix: Update no copy for received_qty field ( #35965 )
...
* fix: Update no copy for received_qty field (#35965 )
(cherry picked from commit 5448859254 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
* chore: resolve conflicts
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-03 16:38:08 +05:30
mergify[bot]
a974091678
feat: add method for ordered quantity in supplier scorecard (backport #35930 ) ( #35968 )
...
feat: add method for ordered quantity in supplier scorecard (#35930 )
fix: add method for getting ordered quantity in the supplier scorecard variable.
Co-authored-by: vishnu <vishnuviswambara2002@gmail.com >
(cherry picked from commit e05b33a6c2 )
Co-authored-by: Vishnu VS <Vishnuviswambaran2002@gmail.com >
2023-07-03 10:23:36 +05:30
Frappe PR Bot
87c0417e22
chore(release): Bumped to Version 14.28.1
...
## [14.28.1](https://github.com/frappe/erpnext/compare/v14.28.0...v14.28.1 ) (2023-07-02)
### Bug Fixes
* reposting has not changed valuation rate ([cec3cde ](cec3cdec66 ))
2023-07-02 05:49:11 +00:00
rohitwaghchaure
dbae36ece3
Merge pull request #35962 from frappe/mergify/bp/version-14/pr-35955
...
fix: incorrect reposting causing stock adjustment entry (backport #35955 )
2023-07-02 11:17:48 +05:30
Rohit Waghchaure
cec3cdec66
fix: reposting has not changed valuation rate
...
(cherry picked from commit c0c693d8b0 )
2023-07-02 05:18:37 +00:00
rohitwaghchaure
c3eab84e37
Merge pull request #35955 from rohitwaghchaure/fixed-incorrect-valuation-rate
...
fix: incorrect reposting causing stock adjustment entry
2023-07-02 08:22:16 +05:30
Rohit Waghchaure
c0c693d8b0
fix: reposting has not changed valuation rate
2023-07-01 23:50:27 +05:30
mergify[bot]
a485e4e802
fix: Expense Account filter in Sales Invoice ( #35944 )
...
fix: Expense Account filter in Sales Invoice (#35944 )
(cherry picked from commit d54f52474a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-01 18:13:46 +05:30
mergify[bot]
8de1d8663f
fix: project filtering based on company in P&L Report ( #35943 )
...
* fix: project filtering in P&L Report
(cherry picked from commit 904ca746a6 )
* fix: show projects with no company value set
(cherry picked from commit ce252a0d45 )
* fix: make company field mandatory in project doctype
(cherry picked from commit 84d4888f5f )
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-07-01 10:42:33 +05:30
mergify[bot]
6f50ad685e
feat: allow the partial return of components against SCO (backport #35935 ) ( #35938 )
...
* fix: don't update SCO status to closed until full return
(cherry picked from commit 2f6d56dd62 )
* fix: reduce return qty while calculating transferred qty
(cherry picked from commit 2a60884abc )
# Conflicts:
# erpnext/controllers/subcontracting_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-29 22:16:53 +05:30
mergify[bot]
a880bdec5e
chore: update translations ( #35905 )
...
chore: update translations
chore: update translations
(cherry picked from commit 1d1103f39c )
Co-authored-by: RJPvT <48353029+RJPvT@users.noreply.github.com >
2023-06-29 13:30:29 +05:30
Deepesh Garg
5a9bd3bac6
Merge pull request #35926 from frappe/mergify/bp/version-14-hotfix/pr-35904
...
feat: add voucher-wise balance report for unequal dr/cr GL entries (backport #35904 )
2023-06-29 09:45:22 +05:30
Gursheen Anand
646440fd55
fix: remove debug flag from sql
...
(cherry picked from commit 6b9f9f9b0e )
2023-06-29 03:38:17 +00:00
Gursheen Anand
684290233f
feat: add voucher-wise balance report logic
...
(cherry picked from commit 5d726ef037 )
2023-06-29 03:38:17 +00:00
Frappe PR Bot
29ea5cfc21
chore(release): Bumped to Version 14.28.0
...
# [14.28.0](https://github.com/frappe/erpnext/compare/v14.27.14...v14.28.0 ) (2023-06-28)
### Bug Fixes
* asset capitalization ([#35832 ](https://github.com/frappe/erpnext/issues/35832 )) ([fb823b5 ](fb823b53d1 ))
* asset movement ([#35918 ](https://github.com/frappe/erpnext/issues/35918 )) ([e16c148 ](e16c14863b ))
* delivery trip driver is only required on submit (backport [#35876 ](https://github.com/frappe/erpnext/issues/35876 )) ([#35893 ](https://github.com/frappe/erpnext/issues/35893 )) ([fc051d1 ](fc051d143c ))
* don't allow to make reposting entry for closing stock balance period ([e68b088 ](e68b08817e ))
* filter parent warehouses not showing (backport [#35897 ](https://github.com/frappe/erpnext/issues/35897 )) ([#35899 ](https://github.com/frappe/erpnext/issues/35899 )) ([87ba196 ](87ba196473 ))
* incorrect cost center error in bank reconciliation ([cacb0f6 ](cacb0f6fde ))
* issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry (backport [#35821 ](https://github.com/frappe/erpnext/issues/35821 )) ([#35827 ](https://github.com/frappe/erpnext/issues/35827 )) ([20f2bef ](20f2bef55f ))
* make credit note and debit note exclusive ([#35781 ](https://github.com/frappe/erpnext/issues/35781 )) ([fafb46e ](fafb46eebd ))
* multiple Work Orders agaist same production plan ([8ddfc34 ](8ddfc34c30 ))
* no permission for accounts settings on payment reconciliation ([200ddbf ](200ddbf66c ))
* Payment Term must be mandatory if `Allocate Payment based on ..` is checked ([#35798 ](https://github.com/frappe/erpnext/issues/35798 )) ([3dd3935 ](3dd3935e76 ))
* POS Closing Entry load all invoices with one request on save ([#35819 ](https://github.com/frappe/erpnext/issues/35819 )) ([8ecca2a ](8ecca2a1cf ))
* reconcile invoice against credit note. ([#35604 ](https://github.com/frappe/erpnext/issues/35604 )) ([5c388a1 ](5c388a132f ))
* Remove special treatment for P&L Accounts ([#35602 ](https://github.com/frappe/erpnext/issues/35602 )) ([b023448 ](b0234489ca ))
* Set Asset cost center default as PR or PI Item Cost Center while auto creating ([#35844 ](https://github.com/frappe/erpnext/issues/35844 )) ([4a7d75b ](4a7d75b5cc ))
* show non-depreciable assets in fixed asset register ([#35858 ](https://github.com/frappe/erpnext/issues/35858 )) ([42d0944 ](42d09448ee ))
* TDS amount calculation post LDC breach ([851b887 ](851b8871b2 ))
* use correct fieldname for purchase receipt column in item_wise_purchase_register report ([#35828 ](https://github.com/frappe/erpnext/issues/35828 )) ([8f13b48 ](8f13b484a9 ))
* **ux:** PO Get Items From Open Material Requests (backport [#35894 ](https://github.com/frappe/erpnext/issues/35894 )) ([#35895 ](https://github.com/frappe/erpnext/issues/35895 )) ([2ef2057 ](2ef2057f44 ))
### Features
* Auto set Party in Bank Transaction ([#34675 ](https://github.com/frappe/erpnext/issues/34675 )) ([d53b197 ](d53b197896 ))
* Provision to send Accounts Receivable Reports using Process SOA ([#35789 ](https://github.com/frappe/erpnext/issues/35789 )) ([21d560c ](21d560cd19 )), closes [#35707 ](https://github.com/frappe/erpnext/issues/35707 )
### Performance Improvements
* improve item wise register reports ([#35908 ](https://github.com/frappe/erpnext/issues/35908 )) ([33ee011 ](33ee01174b ))
2023-06-28 16:04:31 +00:00
Deepesh Garg
eb1081664a
Merge pull request #35901 from frappe/version-14-hotfix
...
chore: release v14
2023-06-28 21:33:03 +05:30
Frappe PR Bot
5b27642880
chore(release): Bumped to Version 14.27.14
...
## [14.27.14](https://github.com/frappe/erpnext/compare/v14.27.13...v14.27.14 ) (2023-06-28)
### Bug Fixes
* asset movement ([#35918 ](https://github.com/frappe/erpnext/issues/35918 )) ([4f9c28c ](4f9c28cd22 ))
2023-06-28 15:26:36 +00:00
Anand Baburajan
973611a356
Merge pull request #35922 from frappe/mergify/bp/version-14/pr-35918
...
fix: asset movement (backport #35918 )
2023-06-28 20:54:05 +05:30
Anand Baburajan
4f9c28cd22
fix: asset movement ( #35918 )
...
fix: asset movement fixes
(cherry picked from commit e16c14863b )
2023-06-28 14:46:23 +00:00
Anand Baburajan
e16c14863b
fix: asset movement ( #35918 )
...
fix: asset movement fixes
2023-06-28 20:15:40 +05:30
Frappe PR Bot
e1a5a7006f
chore(release): Bumped to Version 14.27.13
...
## [14.27.13](https://github.com/frappe/erpnext/compare/v14.27.12...v14.27.13 ) (2023-06-28)
### Performance Improvements
* improve item wise register reports ([#35908 ](https://github.com/frappe/erpnext/issues/35908 )) ([189954e ](189954eaf1 ))
2023-06-28 04:56:35 +00:00
Anand Baburajan
93940f30b7
Merge pull request #35913 from frappe/mergify/bp/version-14/pr-35908
...
perf: improve item wise register reports (backport #35908 )
2023-06-28 10:24:42 +05:30
Anand Baburajan
189954eaf1
perf: improve item wise register reports ( #35908 )
...
(cherry picked from commit 33ee01174b )
2023-06-28 04:21:39 +00:00
Anand Baburajan
33ee01174b
perf: improve item wise register reports ( #35908 )
2023-06-28 09:49:30 +05:30
mergify[bot]
87ba196473
fix: filter parent warehouses not showing (backport #35897 ) ( #35899 )
...
fix: filter parent warehouses not showing (#35897 )
(cherry picked from commit af418d2342 )
Co-authored-by: HLD <hanglaoda@hotmail.com >
2023-06-27 14:19:57 +05:30
Deepesh Garg
017729d545
Merge pull request #35890 from frappe/mergify/bp/version-14-hotfix/pr-35886
...
fix: TDS amount calculation post LDC breach (backport #35886 )
2023-06-27 13:11:47 +05:30
mergify[bot]
2ef2057f44
fix(ux): PO Get Items From Open Material Requests (backport #35894 ) ( #35895 )
...
fix(ux): PO Get Items From Open Material Requests
(cherry picked from commit 3a00bf83d6 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-27 12:30:23 +05:30
Deepesh Garg
04fdaaffbd
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-35886
2023-06-27 12:02:30 +05:30
mergify[bot]
fc051d143c
fix: delivery trip driver is only required on submit (backport #35876 ) ( #35893 )
...
fix: delivery trip driver is only required on submit (#35876 )
This allows drafting trips and stops without yet deciding on the
assignable driver which, in real life, may well be decided on after
preparing and planning the trip.
(cherry picked from commit 742df8a25e )
Co-authored-by: David Arnold <david.arnold@iohk.io >
2023-06-27 11:38:44 +05:30
Deepesh Garg
851b8871b2
fix: TDS amount calculation post LDC breach
...
(cherry picked from commit 1f9ef6c48f )
2023-06-27 04:10:06 +00:00
ruthra kumar
3ed42e180c
Merge pull request #35883 from frappe/mergify/bp/version-14-hotfix/pr-35882
...
refactor: simplify exchange logic on cr/dr note reconciliation (backport #35882 )
2023-06-26 20:29:53 +05:30
ruthra kumar
3ca4f24d21
refactor: simplify exchange logic on cr/dr note reconciliation
...
(cherry picked from commit af75f6cea7 )
2023-06-26 12:04:02 +00:00
mergify[bot]
21d560cd19
feat: Provision to send Accounts Receivable Reports using Process SOA ( #35789 )
...
* feat: Provision to send Accounts Receivable Reports using Process Statement of Accounts
Issue #35707
(cherry picked from commit b3d565c91f )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
* fix: add patch for setting default value of report field
(cherry picked from commit 555c126eb9 )
# Conflicts:
# erpnext/patches.txt
* fix: modify patch
(cherry picked from commit cde82bc0cc )
* chore: update typo in patch
(cherry picked from commit 4de7a4c571 )
* chore: Resolve conflicts
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-25 16:21:18 +05:30
saeedkola
4a7d75b5cc
fix: Set Asset cost center default as PR or PI Item Cost Center while auto creating ( #35844 )
...
* fix: Set Asset cost center default as PR or PI Item Cost Center while auto creating
* chore: Linting Issues
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-24 19:58:31 +05:30
mergify[bot]
8f13b484a9
fix: use correct fieldname for purchase receipt column in item_wise_purchase_register report ( #35828 )
...
fix: use correct fieldname for purchase receipt column in item_wise_purcchase_register report
(cherry picked from commit dcfc86e3af )
Co-authored-by: phot0n <ritwikpuri5678@gmail.com >
2023-06-24 19:57:13 +05:30
mergify[bot]
8ecca2a1cf
fix: POS Closing Entry load all invoices with one request on save ( #35819 )
...
fix: POS Closing Entry load all invoices with one request on save (#35819 )
fix: load all invoices with one request
(cherry picked from commit 1e20016059 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-06-24 18:58:13 +05:30
mergify[bot]
fafb46eebd
fix: make credit note and debit note exclusive ( #35781 )
...
* fix: make credit note and debit note exclusive (#35781 )
(cherry picked from commit 4fbff20954 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: resolve conflicts
---------
Co-authored-by: Smit Vora <smitvora203@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-24 12:30:40 +05:30
Marica
d53b197896
feat: Auto set Party in Bank Transaction ( #34675 )
...
* feat: Party auto-matcher from Bank Transaction data
- Created Bank Party Mapper
- Created class to auto match by account/iban or party name/description(fuzzy)
- Automatch and set in transaction or create mapper
- `rapidfuzz` introduced
* chore: Single query with or filter to search Party Mapper by name/desc
* feat: Store Party bank details in party records (Customer/Supplier/Employee/Shareholder)
* fix: Don't set description as key in Mapper doc if matched by description
- Description is volatile and will keep changing
- It will lead to multiple Bank Party Mapper docs for the same party that will never be referenced again
- Parts of the descripton keep changing which is why it will never match a mapper record
- If matched by desc, dont create mapper record.
* feat: Manually Update/Correct Party in Bank Transaction
- On updating bank trans.n party after submit, the corresponding mapper doc will be updated too
- The mapper doc in turn will update all linked bank transactions that do not have this updated value
- Added Bank Party Mapper hidden link in Bank Transaction
- Rename field in BPM to `Party Name` as it does not hold description data
- If a BT matches with a BPM record, link that record in the BT
* chore: Perform automatch on submit
- misc: Clearer naming
* chore: Make auto matching party configurable
- Checkbox in Accounts settings "Enable Automatic Party Matching"
- Check before invoking automatching methods
- misc: Remove TODO comments
* fix: Match by both Account No and IBAN & other cleanups
- A BT could have both account and iban, and a Supplier could have only IBAN set
- In this case, matching by either (only account) gives no match
- Match by Account OR IBAN, use `or_filters`
- If matched, set both account no. and IBAN in Bank Party Mapper
- Explain AutoMatchParty
- Add type hints to return values
- Use `set_value` to set values in BT after matching since its an after submit event
* test: Match by Account No, IBAN, Party Name, Desc and match correction
* fix: Remove bank details fields from Shareholder
* fix: Use existing bank fields to match by bank account no/IBAN
- Remove newly added fields in Party doctypes to store bank details
- Use Bank Account's fields to match against account no/iban
- For employee, if Bank Account does not exist, find in Employee doctype against account no/iban
* fix: Tests
* feat: Optional Fuzzy Matching & Skip Matches for multiple similar matches
- Fuzzy matching can be enabled optionally in the settings
- If a query gets multiple matches with the same score, do not set a party as it is an extremely close call
- misc: Add 'cancelled' status to Bank transaction
- Test for skipping matching with extremely close matches
* chore: Remove Bank Party Mapper implementation
- Matching by Acc No/IBAN can easily happen with Bank Accounts. It's not a tedious query
- Historical lookups for Party Name/Desc match are very tricky. The user could have manually set a match and we would not know. Also this leaves the Bank Party Mapper only useful for Party Name/Desc lookups, which feels excessive.
- We want to reduce the number of places the same data is stored and reduce confusion
- The Party Name/Desc will optionally happen fuzzily, or not at all
- There will be no Mapper lookups
* chore: Remove instances of `bank_party_mapper` and use `new_doc`
2023-06-24 12:30:08 +05:30
mergify[bot]
3dd3935e76
fix: Payment Term must be mandatory if Allocate Payment based on .. is checked ( #35798 )
...
fix: Payment Term must be mandatory if `Allocate Payment based on ..` is checked (#35798 )
- Front and Back end validation of condition
- Fix test to accomodate fix
(cherry picked from commit 2868baebab )
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2023-06-24 12:29:26 +05:30
mergify[bot]
5c388a132f
fix: reconcile invoice against credit note. ( #35604 )
...
* test: reconcile credit against invoice
(cherry picked from commit f68ab3dfff )
* fix: missing attribute error
(cherry picked from commit 7973951c37 )
* fix: reconcile invoice against credit note
(cherry picked from commit 54935438e1 )
---------
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-06-24 12:28:43 +05:30
mergify[bot]
b0234489ca
fix: Remove special treatment for P&L Accounts ( #35602 )
...
fix: Remove special treatment for P&L Accounts
(cherry picked from commit 0bd4de4504 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-23 15:55:51 +05:30
mergify[bot]
21336f1a2c
ci: use multiple python version in patch test ( #35846 )
...
ci: use multiple python version in patch test
(cherry picked from commit 56e81ada56 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-23 12:39:47 +05:30
rohitwaghchaure
888118e3e1
Merge pull request #35852 from frappe/mergify/bp/version-14-hotfix/pr-35842
...
fix: multiple Work Orders against same production plan (backport #35842 )
2023-06-23 10:34:50 +05:30
Frappe PR Bot
d9008779de
chore(release): Bumped to Version 14.27.12
...
## [14.27.12](https://github.com/frappe/erpnext/compare/v14.27.11...v14.27.12 ) (2023-06-23)
### Bug Fixes
* show non-depreciable assets in fixed asset register ([#35858 ](https://github.com/frappe/erpnext/issues/35858 )) ([2240aeb ](2240aeb307 ))
2023-06-23 02:55:10 +00:00
Anand Baburajan
c66c4e3aab
Merge pull request #35859 from frappe/mergify/bp/version-14/pr-35858
...
fix: show non-depreciable assets in fixed asset register (backport #35858 )
2023-06-23 08:22:43 +05:30
Anand Baburajan
2240aeb307
fix: show non-depreciable assets in fixed asset register ( #35858 )
...
fix: show non-depr assets in fixed asset register
(cherry picked from commit 42d09448ee )
2023-06-23 02:52:01 +00:00
Anand Baburajan
42d09448ee
fix: show non-depreciable assets in fixed asset register ( #35858 )
...
fix: show non-depr assets in fixed asset register
2023-06-23 08:21:32 +05:30
Anand Baburajan
8049582652
Merge pull request #35853 from frappe/mergify/bp/version-14/pr-35851
...
chore: asset scrap and restore fixes [v14] (backport #35851 )
2023-06-22 22:46:05 +05:30
Anand Baburajan
1d5415f39d
chore: asset scrap and restore fixes [v14] ( #35851 )
...
chore: better err msg on cancelling JE for asset scrap and allow restoring non-depr assets
(cherry picked from commit 69780da099 )
2023-06-22 16:53:00 +00:00
Anand Baburajan
69780da099
chore: asset scrap and restore fixes [v14] ( #35851 )
...
chore: better err msg on cancelling JE for asset scrap and allow restoring non-depr assets
2023-06-22 22:22:18 +05:30
Rohit Waghchaure
8ddfc34c30
fix: multiple Work Orders agaist same production plan
...
(cherry picked from commit 80fffbd64b )
2023-06-22 16:42:13 +00:00
Anand Baburajan
fb823b53d1
fix: asset capitalization ( #35832 )
...
* fix: misc asset capitalisation fixes
* chore: add location in tests and remove unnecessary code
* chore: more fixes and removals
* chore: show company and fix tests
* chore: make target qty read only on capitalization
2023-06-22 17:14:24 +05:30
ruthra kumar
23dacbe9b2
Merge pull request #35840 from frappe/mergify/bp/version-14/pr-35837
...
refactor: increase precision for current exc rate in Exchange Rate Revaluation (backport #35837 )
2023-06-22 14:34:52 +05:30
ruthra kumar
0138595000
Merge pull request #35838 from frappe/mergify/bp/version-14-hotfix/pr-35837
...
refactor: increase precision for current exc rate in Exchange Rate Revaluation (backport #35837 )
2023-06-22 14:11:58 +05:30
ruthra kumar
f45e8b9c16
refactor: increase precision for current exc rate in ERR
...
(cherry picked from commit b4db25dd18 )
2023-06-22 08:37:20 +00:00
ruthra kumar
e44783a3c5
refactor: increase precision for current exc rate in ERR
...
(cherry picked from commit b4db25dd18 )
2023-06-22 08:10:41 +00:00
rohitwaghchaure
85ad34672c
Merge pull request #35824 from frappe/mergify/bp/version-14-hotfix/pr-35611
...
fix: don't allow to make reposting entry for closing stock balance period (backport #35611 )
2023-06-22 12:03:59 +05:30
Frappe PR Bot
71207a7dae
chore(release): Bumped to Version 14.27.10
...
## [14.27.10](https://github.com/frappe/erpnext/compare/v14.27.9...v14.27.10 ) (2023-06-22)
### Bug Fixes
* incorrect cost center error in bank reconciliation ([4be554d ](4be554d8b4 ))
* no permission for accounts settings on payment reconciliation ([3194e3a ](3194e3a020 ))
2023-06-22 06:26:14 +00:00
ruthra kumar
71e14b3dbb
Merge pull request #35835 from frappe/mergify/bp/version-14/pr-35825
...
fix: multiple fixes in reconciliation tools (backport #35825 )
2023-06-22 11:54:51 +05:30
ruthra kumar
41f1c11e85
Merge pull request #35834 from frappe/mergify/bp/version-14-hotfix/pr-35825
...
fix: multiple fixes in reconciliation tools (backport #35825 )
2023-06-22 11:54:35 +05:30
ruthra kumar
4be554d8b4
fix: incorrect cost center error in bank reconciliation
...
(cherry picked from commit 41b9e92868 )
2023-06-22 05:58:00 +00:00
ruthra kumar
3194e3a020
fix: no permission for accounts settings on payment reconciliation
...
(cherry picked from commit ad758b8d85 )
2023-06-22 05:58:00 +00:00
ruthra kumar
cacb0f6fde
fix: incorrect cost center error in bank reconciliation
...
(cherry picked from commit 41b9e92868 )
2023-06-22 05:57:51 +00:00
ruthra kumar
200ddbf66c
fix: no permission for accounts settings on payment reconciliation
...
(cherry picked from commit ad758b8d85 )
2023-06-22 05:57:51 +00:00
mergify[bot]
20f2bef55f
fix: issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry (backport #35821 ) ( #35827 )
...
Fixes issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry (#35821 )
* Fixes issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry
* chore: remove unnecessary line break
* chore: formatting
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 000ebe4479 )
Co-authored-by: saeedkola <mohammedsaeedk@gmail.com >
2023-06-21 15:37:21 +05:30
Rohit Waghchaure
e68b08817e
fix: don't allow to make reposting entry for closing stock balance period
...
(cherry picked from commit 96c5c7b1df )
2023-06-21 08:46:30 +00:00
Frappe PR Bot
2561cf2072
chore(release): Bumped to Version 14.27.9
...
## [14.27.9](https://github.com/frappe/erpnext/compare/v14.27.8...v14.27.9 ) (2023-06-20)
### Bug Fixes
* `Process Loss Report` (backport [#35712 ](https://github.com/frappe/erpnext/issues/35712 )) ([#35719 ](https://github.com/frappe/erpnext/issues/35719 )) ([55a8be5 ](55a8be5cad ))
* add validation for QI in PR (backport [#35677 ](https://github.com/frappe/erpnext/issues/35677 )) ([#35757 ](https://github.com/frappe/erpnext/issues/35757 )) ([59ab13c ](59ab13c34f ))
* Allocated amount validation for other party types ([#35741 ](https://github.com/frappe/erpnext/issues/35741 )) ([5541d68 ](5541d68477 ))
* cannot start / stop jobs ([53ec2a9 ](53ec2a9268 ))
* conflicts ([697fcef ](697fcef98b ))
* consider field precision while setting sle actual_qty ([#35717 ](https://github.com/frappe/erpnext/issues/35717 )) ([3f62e85 ](3f62e854e5 ))
* date and finance book fixes in fixed asset register (backport [#35751 ](https://github.com/frappe/erpnext/issues/35751 )) ([#35799 ](https://github.com/frappe/erpnext/issues/35799 )) ([8b57ecd ](8b57ecd8ef ))
* don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (backport [#35714 ](https://github.com/frappe/erpnext/issues/35714 )) ([#35715 ](https://github.com/frappe/erpnext/issues/35715 )) ([77b0c5f ](77b0c5f722 ))
* Duplicate addresses are creating while using the E-commerce ([703e4f4 ](703e4f4f5d ))
* fix get outstanding invoices btn and add get outstanding orders btn (backport [#35776 ](https://github.com/frappe/erpnext/issues/35776 )) ([#35787 ](https://github.com/frappe/erpnext/issues/35787 )) ([42e25d4 ](42e25d4cdf ))
* for zero bal accounts, dr/cr only on currency that has balance ([7da461b ](7da461b862 ))
* incorrect gl entries for standalone debit note with update stock ([3355dc2 ](3355dc2a41 ))
* incorrect stock value for purchase returned with rejected qty (backport [#35747 ](https://github.com/frappe/erpnext/issues/35747 )) ([#35752 ](https://github.com/frappe/erpnext/issues/35752 )) ([c11d950 ](c11d950fc5 ))
* keyerror while checking the stock balance report ([baf014f ](baf014fc61 ))
* loan interest accrual date ([#35695 ](https://github.com/frappe/erpnext/issues/35695 )) ([070df97 ](070df97663 ))
* **patch:** enable existing serial no in stock settings ([#35762 ](https://github.com/frappe/erpnext/issues/35762 )) ([3c790c1 ](3c790c12f2 ))
* stock error for service item ([2bbea63 ](2bbea63de1 ))
* test case ([4af0a9b ](4af0a9b192 ))
* unsupported operand type(s) for //: 'float' and 'NoneType' for POS Barcode search ([#35710 ](https://github.com/frappe/erpnext/issues/35710 )) ([58a6bbc ](58a6bbcf6d ))
* update `Stock Reconciliation` diff qty while reposting ([bdb5cc8 ](bdb5cc8ad4 ))
* **ux:** set route options for new `Batch` ([b261242 ](b261242792 ))
* validation of job card in stock entry ([ce2bf5f ](ce2bf5fb1c ))
* work order serial no issue ([50a8907 ](50a8907e8c ))
### Performance Improvements
* Duplicate queries for UOM (backport [#35744 ](https://github.com/frappe/erpnext/issues/35744 )) ([#35745 ](https://github.com/frappe/erpnext/issues/35745 )) ([632b67c ](632b67cbc8 ))
* duplicate queries while checking prevdoc (backport [#35746 ](https://github.com/frappe/erpnext/issues/35746 )) ([#35749 ](https://github.com/frappe/erpnext/issues/35749 )) ([a0fc8e2 ](a0fc8e252c ))
* Ignore cancelled pick lists while fetching picked items (backport [#35737 ](https://github.com/frappe/erpnext/issues/35737 )) ([#35740 ](https://github.com/frappe/erpnext/issues/35740 )) ([01ac54d ](01ac54d65d ))
* index `purpose` in `Stock Entry` (backport [#35782 ](https://github.com/frappe/erpnext/issues/35782 )) ([#35783 ](https://github.com/frappe/erpnext/issues/35783 )) ([3bac2a8 ](3bac2a88bd ))
* Index pick list field in stock entry and DN (backport [#35738 ](https://github.com/frappe/erpnext/issues/35738 )) ([#35742 ](https://github.com/frappe/erpnext/issues/35742 )) ([b875de6 ](b875de6fb7 ))
* Index sales_order_item in Pick list item (backport [#35735 ](https://github.com/frappe/erpnext/issues/35735 )) ([#35736 ](https://github.com/frappe/erpnext/issues/35736 )) ([0e57f4d ](0e57f4dd3c ))
2023-06-20 16:06:29 +00:00
Deepesh Garg
abbbfe6240
Merge pull request #35807 from frappe/version-14-hotfix
...
chore: release v14
2023-06-20 21:34:30 +05:30
rohitwaghchaure
4e1b2c6f8d
Merge branch 'version-14' into version-14-hotfix
2023-06-20 19:41:56 +05:30
rohitwaghchaure
c669dba691
Merge pull request #35813 from frappe/mergify/bp/version-14-hotfix/pr-35810
...
fix: stock error for service item (backport #35810 )
2023-06-20 17:49:32 +05:30
rohitwaghchaure
8c183741bd
Merge pull request #35812 from frappe/mergify/bp/version-14-hotfix/pr-35809
...
fix: key error while checking the stock balance report (backport #35809 )
2023-06-20 17:30:51 +05:30
Rohit Waghchaure
2bbea63de1
fix: stock error for service item
...
(cherry picked from commit 32965f1af9 )
2023-06-20 11:51:27 +00:00
Rohit Waghchaure
baf014fc61
fix: keyerror while checking the stock balance report
...
(cherry picked from commit a627d2a38c )
2023-06-20 11:32:06 +00:00
rohitwaghchaure
95e3dc9b81
Merge pull request #35805 from rohitwaghchaure/fixed-address-issue-from-e-cart
...
fix: Duplicate addresses are creating while using the E-commerce
2023-06-20 15:43:58 +05:30
Rohit Waghchaure
703e4f4f5d
fix: Duplicate addresses are creating while using the E-commerce
2023-06-20 14:50:40 +05:30
ruthra kumar
bf2ebce6f4
Merge pull request #35803 from frappe/mergify/bp/version-14-hotfix/pr-35794
...
fix: Exchange Rate Revaluation should only post on the currency that has balance in a 'zero' balance account (backport #35794 )
2023-06-20 14:49:06 +05:30
ruthra kumar
65d24ea9ea
refactor: higher precision for rounding loss and allow '0'
...
(cherry picked from commit 6694175a51 )
2023-06-20 14:02:45 +05:30
ruthra kumar
6c9c3426f8
refactor: allow '0' rounding allowance
...
(cherry picked from commit 4567474418 )
2023-06-20 14:02:40 +05:30
ruthra kumar
146d41ee81
refactor: allow higher precision for new exchange rate
...
(cherry picked from commit 9d04af9ecc )
2023-06-20 08:29:53 +00:00
ruthra kumar
7da461b862
fix: for zero bal accounts, dr/cr only on currency that has balance
...
(cherry picked from commit 1b33afd699 )
2023-06-20 08:29:53 +00:00
mergify[bot]
8b57ecd8ef
fix: date and finance book fixes in fixed asset register (backport #35751 ) ( #35799 )
...
* fix: date and finance book fixes in fixed asset register (#35751 )
* fix: handle finance books properly and show all assets by default in fixed asset register
* chore: rename value to depr amount
* chore: get asset value for correct fb properly
* chore: rename include_default_book_entries to include_default_book_assets
(cherry picked from commit 0d12588583 )
# Conflicts:
# erpnext/assets/report/fixed_asset_register/fixed_asset_register.py
* chore: resolving conflicts and renaming entries to assets
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-06-20 12:52:18 +05:30
rohitwaghchaure
7d010adcd4
Merge pull request #35786 from rohitwaghchaure/fixed-work-order-serial-no-issue
...
fix: work order serial no issue
2023-06-20 12:13:17 +05:30
Rohit Waghchaure
4af0a9b192
fix: test case
2023-06-20 11:42:02 +05:30
mergify[bot]
3bac2a88bd
perf: index purpose in Stock Entry (backport #35782 ) ( #35783 )
...
perf: index `purpose` in `Stock Entry`
(cherry picked from commit 4f941ac5c0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-19 22:22:50 +05:30
Rohit Waghchaure
50a8907e8c
fix: work order serial no issue
2023-06-19 21:29:34 +05:30
mergify[bot]
42e25d4cdf
fix: fix get outstanding invoices btn and add get outstanding orders btn (backport #35776 ) ( #35787 )
...
fix: fix get outstanding invoices btn and add get outstanding orders btn (#35776 )
* fix: fix get outstanding invoices btn and add get outstanding orders btn
* chore: remove unnecessary arg
(cherry picked from commit c1da3ddbbf )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-06-19 20:17:56 +05:30
Frappe PR Bot
4c1befab8f
chore(release): Bumped to Version 14.27.8
...
## [14.27.8](https://github.com/frappe/erpnext/compare/v14.27.7...v14.27.8 ) (2023-06-19)
### Bug Fixes
* Allocated amount validation for other party types ([#35741 ](https://github.com/frappe/erpnext/issues/35741 )) ([3bf7115 ](3bf7115cdc ))
2023-06-19 11:38:53 +00:00
Deepesh Garg
d928a5c3aa
Merge pull request #35774 from frappe/mergify/bp/version-14/pr-35770
...
fix: Allocated amount validation for other party types (#35741 )
2023-06-19 17:07:06 +05:30
mergify[bot]
3bf7115cdc
fix: Allocated amount validation for other party types ( #35741 )
...
fix: Allocated amount validation for other party types (#35741 )
* fix: Allocated amount validation for other party types
* chore: Validation for return allocations
* chore: minor typo
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
(cherry picked from commit 9d27a25e5f )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 5541d68477 )
2023-06-19 07:22:55 +00:00
mergify[bot]
5541d68477
fix: Allocated amount validation for other party types ( #35741 )
...
fix: Allocated amount validation for other party types (#35741 )
* fix: Allocated amount validation for other party types
* chore: Validation for return allocations
* chore: minor typo
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
(cherry picked from commit 9d27a25e5f )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-19 12:52:06 +05:30
mergify[bot]
070df97663
fix: loan interest accrual date ( #35695 )
...
fix: loan interest accrual date (#35695 )
fix: loan interest accrual date
---------
Co-authored-by: Abhinav Raut <abhinav.raut@zerodha.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 2a24423ad2 )
Co-authored-by: Abhinav Raut <abhinavrautcs@gmail.com >
2023-06-19 09:14:21 +05:30
Vishal Dhayagude
58a6bbcf6d
fix: unsupported operand type(s) for //: 'float' and 'NoneType' for POS Barcode search ( #35710 )
2023-06-18 23:00:01 +05:30
Sagar Sharma
6650373c9f
Merge pull request #35743 from s-aga-r/FIX-35493-V14
...
fix(ux): set route options for new `Batch`
2023-06-18 15:12:12 +05:30
Sagar Sharma
3c790c12f2
fix(patch): enable existing serial no in stock settings ( #35762 )
2023-06-17 23:21:30 +05:30
mergify[bot]
b875de6fb7
perf: Index pick list field in stock entry and DN (backport #35738 ) ( #35742 )
...
* perf: Index pick list field in stock entry and DN (#35738 )
We check if pick list is created against them but there's no index so we
end up reading entire table.
```
+------+-------------+------------------+-------+---------------+----------+---------+------+--------+-----------+----------+------------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | r_rows | filtered | r_filtered | Extra |
+------+-------------+------------------+-------+---------------+----------+---------+------+--------+-----------+----------+------------+-------------+
| 1 | SIMPLE | tabDelivery Note | index | NULL | modified | 9 | NULL | 207015 | 348940.00 | 100.00 | 0.00 | Using where |
+------+-------------+------------------+-------+---------------+----------+---------+------+--------+-----------+----------+------------+-------------+
```
After
```
+------+-------------+------------------+------+-----------------+-----------------+---------+-------+------+--------+----------+------------+------------------------------->
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | r_rows | filtered | r_filtered | Extra >
+------+-------------+------------------+------+-----------------+-----------------+---------+-------+------+--------+----------+------------+------------------------------->
| 1 | SIMPLE | tabDelivery Note | ref | pick_list_index | pick_list_index | 563 | const | 1 | 0.00 | 100.00 | 100.00 | Using index condition; Using w>
+------+-------------+------------------+------+-----------------+-----------------+---------+-------+------+--------+----------+------------+------------------------------->
```
(cherry picked from commit 433489a9e6 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/delivery_note.json
* chore: conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-17 21:25:30 +05:30
Frappe PR Bot
58e304f64b
chore(release): Bumped to Version 14.27.7
...
## [14.27.7](https://github.com/frappe/erpnext/compare/v14.27.6...v14.27.7 ) (2023-06-17)
### Bug Fixes
* validation of job card in stock entry ([e7abdc3 ](e7abdc34d0 ))
2023-06-17 08:35:04 +00:00
rohitwaghchaure
46171738c0
Merge pull request #35761 from frappe/mergify/bp/version-14/pr-35759
...
fix: validation of job card in stock entry (backport #35756 ) (backport #35759 )
2023-06-17 14:03:29 +05:30
Rohit Waghchaure
e7abdc34d0
fix: validation of job card in stock entry
...
(cherry picked from commit df8c3f0888 )
(cherry picked from commit ce2bf5fb1c )
2023-06-17 08:32:59 +00:00
rohitwaghchaure
fc103ab4ce
Merge pull request #35759 from frappe/mergify/bp/version-14-hotfix/pr-35756
...
fix: validation of job card in stock entry (backport #35756 )
2023-06-17 14:02:11 +05:30
Rohit Waghchaure
ce2bf5fb1c
fix: validation of job card in stock entry
...
(cherry picked from commit df8c3f0888 )
2023-06-17 08:03:08 +00:00
mergify[bot]
59ab13c34f
fix: add validation for QI in PR (backport #35677 ) ( #35757 )
...
fix: add validation for QI in PR
(cherry picked from commit 2c1ab569a7 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-17 12:52:18 +05:30
Frappe PR Bot
7ffa6b4fbd
chore(release): Bumped to Version 14.27.6
...
## [14.27.6](https://github.com/frappe/erpnext/compare/v14.27.5...v14.27.6 ) (2023-06-17)
### Bug Fixes
* cannot start / stop Job Card (backport [#35753 ](https://github.com/frappe/erpnext/issues/35753 )) ([#35754 ](https://github.com/frappe/erpnext/issues/35754 )) ([19203bb ](19203bb87d ))
2023-06-17 06:58:24 +00:00
mergify[bot]
19203bb87d
fix: cannot start / stop Job Card (backport #35753 ) ( #35754 )
...
fix: cannot start / stop jobs
(cherry picked from commit 53ec2a9268 )
Co-authored-by: Anoop Kurungadam <anoop@earthianslive.com >
2023-06-17 12:18:01 +05:30
rohitwaghchaure
9792099cea
Merge pull request #35753 from akurungadam/jobcard-fix
...
fix: cannot start / stop Job Card
2023-06-17 12:04:49 +05:30
mergify[bot]
c11d950fc5
fix: incorrect stock value for purchase returned with rejected qty (backport #35747 ) ( #35752 )
...
fix: incorrect stock value for purchase returned with rejected qty
(cherry picked from commit 28dd758aa3 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-06-17 11:33:17 +05:30
Anoop Kurungadam
53ec2a9268
fix: cannot start / stop jobs
2023-06-17 11:21:03 +05:30
mergify[bot]
a0fc8e252c
perf: duplicate queries while checking prevdoc (backport #35746 ) ( #35749 )
...
perf: duplicate queries while checking prevdoc (#35746 )
These values can't change durning DB transaction AFAIK
(cherry picked from commit 6086d1a99d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 18:45:23 +05:30
mergify[bot]
632b67cbc8
perf: Duplicate queries for UOM (backport #35744 ) ( #35745 )
...
perf: Duplicate queries for UOM (#35744 )
This query repeats for every item, UOMs rarely if ever change
(cherry picked from commit 29da1db516 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 16:40:40 +05:30
s-aga-r
b261242792
fix(ux): set route options for new Batch
2023-06-16 16:28:49 +05:30
mergify[bot]
01ac54d65d
perf: Ignore cancelled pick lists while fetching picked items (backport #35737 ) ( #35740 )
...
perf: Ignore cancelled pick lists while fetching picked items (#35737 )
(cherry picked from commit 81f916b7d3 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 15:29:20 +05:30
mergify[bot]
0e57f4dd3c
perf: Index sales_order_item in Pick list item (backport #35735 ) ( #35736 )
...
* perf: Index sales_order_item in Pick list item (#35735 )
- `get_picked_items_qty` does full table scan
- because it also locks, it does full table lock.
(cherry picked from commit 07d748c290 )
# Conflicts:
# erpnext/stock/doctype/pick_list_item/pick_list_item.json
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 15:22:44 +05:30
rohitwaghchaure
7339e447bb
Merge pull request #35718 from frappe/mergify/bp/version-14-hotfix/pr-35711
...
fix: incorrect gl entries for standalone debit note (backport #35711 )
2023-06-16 13:46:16 +05:30
mergify[bot]
55a8be5cad
fix: Process Loss Report (backport #35712 ) ( #35719 )
...
fix: `Process Loss Report`
(cherry picked from commit d176d86e2c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-15 19:42:53 +05:30
Sagar Sharma
3f62e854e5
fix: consider field precision while setting sle actual_qty ( #35717 )
2023-06-15 19:26:38 +05:30
rohitwaghchaure
697fcef98b
fix: conflicts
2023-06-15 19:14:41 +05:30
Rohit Waghchaure
e2c4e16d72
test: added test case
...
(cherry picked from commit f9f662679f )
2023-06-15 13:43:20 +00:00
Rohit Waghchaure
3355dc2a41
fix: incorrect gl entries for standalone debit note with update stock
...
(cherry picked from commit 6e198188ff )
# Conflicts:
# erpnext/controllers/buying_controller.py
2023-06-15 13:43:20 +00:00
mergify[bot]
77b0c5f722
fix: don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (backport #35714 ) ( #35715 )
...
fix: don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (#35714 )
fix: on asset scrap, don't add gl entry for acc. depr. if no acc. depr.
(cherry picked from commit bb39a2cac7 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-06-15 17:37:12 +05:30
Frappe PR Bot
138133e11d
chore(release): Bumped to Version 14.27.5
...
## [14.27.5](https://github.com/frappe/erpnext/compare/v14.27.4...v14.27.5 ) (2023-06-15)
### Bug Fixes
* typeerror on exchange rate revaluation ([d934dda ](d934dda410 ))
2023-06-15 08:10:29 +00:00
ruthra kumar
582ed2c7f1
Merge pull request #35706 from frappe/mergify/bp/version-14/pr-35701
...
fix: typeerror on exchange rate revaluation (backport #35701 )
2023-06-15 13:38:59 +05:30
ruthra kumar
d934dda410
fix: typeerror on exchange rate revaluation
...
(cherry picked from commit f8273f7db6 )
2023-06-15 06:55:03 +00:00
Sagar Sharma
9d1fac19e5
Merge pull request #35702 from frappe/mergify/bp/version-14-hotfix/pr-35700
...
fix: update `Stock Reconciliation` diff qty while reposting (backport #35700 )
2023-06-15 11:44:14 +05:30
s-aga-r
bdb5cc8ad4
fix: update Stock Reconciliation diff qty while reposting
...
(cherry picked from commit 6a1b0a2fab )
2023-06-15 06:13:10 +00:00