Frappe PR Bot
a06d705d75
chore(release): Bumped to Version 14.86.4
...
## [14.86.4](https://github.com/frappe/erpnext/compare/v14.86.3...v14.86.4 ) (2025-06-27)
### Bug Fixes
* do not allow backdated transactions against serial numbers. ([#48281 ](https://github.com/frappe/erpnext/issues/48281 )) ([1393100 ](1393100a62 ))
2025-06-27 06:27:09 +00:00
rohitwaghchaure
9e3e3182f2
Merge pull request #48290 from frappe/mergify/bp/version-14/pr-48281
...
fix: do not allow backdated transactions against serial numbers. (backport #48281 )
2025-06-27 11:55:38 +05:30
rohitwaghchaure
1393100a62
fix: do not allow backdated transactions against serial numbers. ( #48281 )
...
(cherry picked from commit 945bdabebb )
2025-06-27 06:03:52 +00:00
Frappe PR Bot
f07594b863
chore(release): Bumped to Version 14.86.3
...
## [14.86.3](https://github.com/frappe/erpnext/compare/v14.86.2...v14.86.3 ) (2025-06-24)
### Bug Fixes
* get already billed amount from current doc instead of database ([#48079 ](https://github.com/frappe/erpnext/issues/48079 )) ([0790db7 ](0790db79fd ))
2025-06-24 14:08:14 +00:00
ruthra kumar
25a382ec24
Merge pull request #48241 from frappe/version-14-hotfix
...
chore: release v14
2025-06-24 19:36:37 +05:30
ruthra kumar
d7c47e8ea5
Merge pull request #48234 from frappe/mergify/bp/version-14-hotfix/pr-48079
...
fix: get already billed amount from current doc instead of database (backport #48079 )
2025-06-24 17:36:05 +05:30
ljain112
2627fb10ce
chore: resolve conflicts
2025-06-24 16:14:24 +05:30
Lakshit Jain
0790db79fd
fix: get already billed amount from current doc instead of database ( #48079 )
...
* fix: get already billed amount from current doc instead of database
* fix: throw overbilling validation for all items in single call
* refactor: minor fixes
---------
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
(cherry picked from commit 47c3c4808e )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2025-06-24 10:11:43 +00:00
Frappe PR Bot
0dad2acfc8
chore(release): Bumped to Version 14.86.2
...
## [14.86.2](https://github.com/frappe/erpnext/compare/v14.86.1...v14.86.2 ) (2025-06-17)
### Bug Fixes
* incorrect warehouse set from SO to MR ([fbfc6a6 ](fbfc6a6f62 ))
2025-06-17 14:36:59 +00:00
ruthra kumar
193042ef07
Merge pull request #48099 from frappe/version-14-hotfix
...
chore: release v14
2025-06-17 20:05:31 +05:30
rohitwaghchaure
8208a9ec27
Merge pull request #48064 from frappe/mergify/bp/version-14-hotfix/pr-48061
...
fix: incorrect warehouse set from SO to MR (backport #48061 )
2025-06-16 14:52:54 +05:30
Rohit Waghchaure
fbfc6a6f62
fix: incorrect warehouse set from SO to MR
...
(cherry picked from commit 0da8d9c869 )
2025-06-16 04:42:26 +00:00
Frappe PR Bot
e9f9eaa2d0
chore(release): Bumped to Version 14.86.1
...
## [14.86.1](https://github.com/frappe/erpnext/compare/v14.86.0...v14.86.1 ) (2025-06-10)
### Bug Fixes
* available qty in BOM Stock Report ([186173a ](186173a21e ))
* incorrect warehouse in MR ([2cac05e ](2cac05e56c ))
* key-error for COGS By Item Group report (backport [#47914 ](https://github.com/frappe/erpnext/issues/47914 )) ([#47916 ](https://github.com/frappe/erpnext/issues/47916 )) ([f5ef376 ](f5ef376486 ))
* stock adjustment entry during reposting (backport [#47878 ](https://github.com/frappe/erpnext/issues/47878 )) ([#47882 ](https://github.com/frappe/erpnext/issues/47882 )) ([c9eeca2 ](c9eeca22f5 ))
* stock reco qty with inventory dimension (backport [#47918 ](https://github.com/frappe/erpnext/issues/47918 )) ([#47921 ](https://github.com/frappe/erpnext/issues/47921 )) ([6397c36 ](6397c366fd ))
* throw permission error ([#47976 ](https://github.com/frappe/erpnext/issues/47976 )) ([96c937b ](96c937bf6a ))
2025-06-10 14:31:53 +00:00
ruthra kumar
08d40ddb9b
Merge pull request #47997 from frappe/version-14-hotfix
...
chore: release v14
2025-06-10 20:00:21 +05:30
rohitwaghchaure
d60ab92082
Merge pull request #48003 from frappe/mergify/bp/version-14-hotfix/pr-47998
...
fix: incorrect warehouse in MR (backport #47998 )
2025-06-10 18:54:18 +05:30
rohitwaghchaure
85a0581145
chore: fix conflicts
2025-06-10 18:20:28 +05:30
Rohit Waghchaure
2cac05e56c
fix: incorrect warehouse in MR
...
(cherry picked from commit 2b9ca79291 )
# Conflicts:
# erpnext/manufacturing/doctype/production_plan/production_plan.py
2025-06-10 12:41:16 +00:00
ruthra kumar
10e4e610db
Merge pull request #47993 from frappe/mergify/bp/version-14-hotfix/pr-47981
...
refactor(Work Order): query_sales_order (backport #47981 )
2025-06-10 15:01:22 +05:30
barredterra
9ab80cfd6c
refactor(Work Order): query_sales_order
...
- Use `get_list` instead of `db.sql_list`
The method is used for setting link options in the frontend and the Link field doesn't ignore permissions, so get_list should be fine here.
- Added type hints to enable argument validation
(cherry picked from commit 2dbdacf905 )
2025-06-10 09:03:13 +00:00
rohitwaghchaure
8f2b83d434
Merge pull request #47986 from frappe/mergify/bp/version-14-hotfix/pr-47942
...
fix: available qty in BOM Stock Report (backport #47942 )
2025-06-10 14:03:06 +05:30
Sagar Vora
7f0ebb37da
Merge pull request #47977 from frappe/mergify/bp/version-14-hotfix/pr-47976
...
fix: throw permission error (backport #47976 )
2025-06-10 07:39:53 +00:00
Sagar Vora
1d42c4a305
chore: fix conflicts
2025-06-10 13:08:39 +05:30
Rohit Waghchaure
186173a21e
fix: available qty in BOM Stock Report
...
(cherry picked from commit ea689bbe3f )
2025-06-10 06:50:51 +00:00
Aayush Dalal
96c937bf6a
fix: throw permission error ( #47976 )
...
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
(cherry picked from commit 8b6a8d0c4f )
# Conflicts:
# erpnext/accounts/doctype/bank_statement_import/bank_statement_import.py
# erpnext/stock/utils.py
2025-06-09 17:29:42 +00:00
rohitwaghchaure
52aafc9410
Merge pull request #47932 from rohitwaghchaure/fixed-sabb-cond
...
chore: incorrect condition
2025-06-06 13:13:54 +05:30
Rohit Waghchaure
3232310c0f
chore: incorrect condition
2025-06-06 12:30:03 +05:30
mergify[bot]
6397c366fd
fix: stock reco qty with inventory dimension (backport #47918 ) ( #47921 )
...
fix: stock reco qty with inventory dimension (#47918 )
(cherry picked from commit 342cebc778 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-06-06 09:50:20 +05:30
mergify[bot]
f5ef376486
fix: key-error for COGS By Item Group report (backport #47914 ) ( #47916 )
...
fix: key-error for COGS By Item Group report (#47914 )
fix: keyerror for COGS By Item Group report
(cherry picked from commit 997ce4eaa7 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-06-05 17:18:22 +05:30
mergify[bot]
c9eeca22f5
fix: stock adjustment entry during reposting (backport #47878 ) ( #47882 )
...
fix: stock adjustment entry during reposting (#47878 )
fix: stock adjustment entry
(cherry picked from commit cbcd580daa )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-06-04 12:51:22 +05:30
Frappe PR Bot
b145638eca
chore(release): Bumped to Version 14.86.0
...
# [14.86.0](https://github.com/frappe/erpnext/compare/v14.85.10...v14.86.0 ) (2025-06-03)
### Bug Fixes
* filter of item for manufacture type material request (backport [#47712 ](https://github.com/frappe/erpnext/issues/47712 )) ([#47716 ](https://github.com/frappe/erpnext/issues/47716 )) ([69463b4 ](69463b4798 ))
* incorrect actual qty in product bundle balance report (backport [#47791 ](https://github.com/frappe/erpnext/issues/47791 )) ([#47813 ](https://github.com/frappe/erpnext/issues/47813 )) ([df779bb ](df779bb7dd ))
* use `query.walk() `for escaping special chars in receiable/payable report ([ca48583 ](ca4858318e ))
### Features
* add column "Item Name" to "BOM Stock Report" (backport [#47116 ](https://github.com/frappe/erpnext/issues/47116 )) ([#47484 ](https://github.com/frappe/erpnext/issues/47484 )) ([b664781 ](b664781fae ))
2025-06-03 11:52:06 +00:00
ruthra kumar
b46fdc2645
Merge pull request #47867 from frappe/version-14-hotfix
...
chore: release v14
2025-06-03 17:20:36 +05:30
mergify[bot]
df779bb7dd
fix: incorrect actual qty in product bundle balance report (backport #47791 ) ( #47813 )
...
fix: incorrect actual qty in product bundle balance report (#47791 )
(cherry picked from commit c544c3e018 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-05-30 14:01:49 +05:30
ruthra kumar
20f701ff0b
Merge pull request #47807 from frappe/mergify/bp/version-14-hotfix/pr-47794
...
fix: use `query.walk() `for escaping special chars in receiable/payable report (backport #47794 )
2025-05-29 14:58:45 +05:30
ljain112
ca4858318e
fix: use query.walk() for escaping special chars in receiable/payable report
...
(cherry picked from commit a0a51b5074 )
2025-05-29 08:21:15 +00:00
mergify[bot]
b664781fae
feat: add column "Item Name" to "BOM Stock Report" (backport #47116 ) ( #47484 )
...
Co-authored-by: Patrick Eißler <77415730+PatrickDEissler@users.noreply.github.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-05-27 19:21:20 +02:00
mergify[bot]
69463b4798
fix: filter of item for manufacture type material request (backport #47712 ) ( #47716 )
...
* fix: filter of item for manufacture type material request (#47712 )
(cherry picked from commit 874750f9ce )
# Conflicts:
# erpnext/stock/doctype/material_request/material_request.js
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-05-27 21:56:36 +05:30
Frappe PR Bot
caf0f2cd19
chore(release): Bumped to Version 14.85.10
...
## [14.85.10](https://github.com/frappe/erpnext/compare/v14.85.9...v14.85.10 ) (2025-05-27)
### Bug Fixes
* incorrect status in the serial no ([#47740 ](https://github.com/frappe/erpnext/issues/47740 )) ([d37b12f ](d37b12f385 ))
* incorrect valuation rate due to positive qty (backport [#47686 ](https://github.com/frappe/erpnext/issues/47686 )) ([#47687 ](https://github.com/frappe/erpnext/issues/47687 )) ([d5d4b3a ](d5d4b3a7f3 ))
* only include advances within the tcs period ([43aeff3 ](43aeff38aa ))
* patch to rename group_by filter in custom reports (backport [#47709 ](https://github.com/frappe/erpnext/issues/47709 )) ([#47729 ](https://github.com/frappe/erpnext/issues/47729 )) ([70bcfb4 ](70bcfb4748 ))
* rate changing while making PR (negative discount) (backport [#40539 ](https://github.com/frappe/erpnext/issues/40539 )) ([#47735 ](https://github.com/frappe/erpnext/issues/47735 )) ([70e6ea6 ](70e6ea6b3f ))
* remove public access to list items (backport [#45838 ](https://github.com/frappe/erpnext/issues/45838 )) ([5d9be73 ](5d9be7366b ))
* skip last purchase rate for free item (backport [#47693 ](https://github.com/frappe/erpnext/issues/47693 )) ([#47695 ](https://github.com/frappe/erpnext/issues/47695 )) ([1f1cb33 ](1f1cb338fe ))
* validation message format (backport [#47542 ](https://github.com/frappe/erpnext/issues/47542 )) ([#47549 ](https://github.com/frappe/erpnext/issues/47549 )) ([792f3af ](792f3afa1b ))
2025-05-27 11:46:57 +00:00
ruthra kumar
1cfb002de8
Merge pull request #47757 from frappe/version-14-hotfix
...
chore: release v14
2025-05-27 17:15:22 +05:30
ruthra kumar
3b686827e9
Merge pull request #47752 from frappe/mergify/bp/version-14-hotfix/pr-47736
...
fix: only include advances within the tcs period (backport #47736 )
2025-05-27 14:10:45 +05:30
rohitwaghchaure
d37b12f385
fix: incorrect status in the serial no ( #47740 )
2025-05-27 13:23:40 +05:30
ljain112
43aeff38aa
fix: only include advances within the tcs period
...
(cherry picked from commit 477ec9fdcc )
2025-05-27 07:49:16 +00:00
ruthra kumar
ad13dcd695
Merge pull request #47745 from frappe/mergify/bp/version-14-hotfix/pr-47549
...
fix: validation message format (backport #47542 ) (backport #47549 )
2025-05-27 12:03:44 +05:30
mergify[bot]
792f3afa1b
fix: validation message format (backport #47542 ) ( #47549 )
...
fix: validation message format (#47542 )
(cherry picked from commit a18e1cffa7 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit f225e1986e )
2025-05-27 06:04:55 +00:00
ruthra kumar
43dda4a5d2
Merge pull request #47741 from frappe/mergify/bp/version-14-hotfix/pr-47697
...
refactor: Fetch party name for contract (backport #47697 )
2025-05-26 19:56:16 +05:30
ruthra kumar
274ce10329
chore: resolve conflicts
2025-05-26 17:46:42 +05:30
ruthra kumar
caf145e3ca
refactor: patch old contract with full party name
...
(cherry picked from commit 8e2221178b )
# Conflicts:
# erpnext/patches.txt
2025-05-26 12:11:25 +00:00
ruthra kumar
05911ad563
refactor: fetch party name on selection
...
(cherry picked from commit 752024e222 )
2025-05-26 12:11:24 +00:00
ruthra kumar
de937a6bad
refactor: full name field in contract
...
(cherry picked from commit 016924361a )
# Conflicts:
# erpnext/crm/doctype/contract/contract.json
# erpnext/crm/doctype/contract/contract.py
2025-05-26 12:11:24 +00:00
mergify[bot]
70e6ea6b3f
fix: rate changing while making PR (negative discount) (backport #40539 ) ( #47735 )
...
fix: rate changing while making PR (negative discount) (#40539 )
(cherry picked from commit 8136954484 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-05-26 16:02:06 +05:30
mergify[bot]
70bcfb4748
fix: patch to rename group_by filter in custom reports (backport #47709 ) ( #47729 )
...
* fix: patch to rename group_by filter in custom reports
(cherry picked from commit 0d19c18c06 )
# Conflicts:
# erpnext/patches.txt
# erpnext/patches/v14_0/rename_group_by_to_categorize_by_in_custom_reports.py
* fix: using python instead of sql query
(cherry picked from commit 48eccb1f73 )
* chore: resolve conflict
---------
Co-authored-by: diptanilsaha <diptanil@frappe.io >
2025-05-26 13:29:28 +05:30
mergify[bot]
1f1cb338fe
fix: skip last purchase rate for free item (backport #47693 ) ( #47695 )
...
fix: skip last purchase rate for free item (#47693 )
(cherry picked from commit c3b17024bd )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-05-24 17:17:09 +05:30
mergify[bot]
d5d4b3a7f3
fix: incorrect valuation rate due to positive qty (backport #47686 ) ( #47687 )
...
fix: incorrect valuation rate due to positive qty (#47686 )
(cherry picked from commit 6ed97b5fda )
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2025-05-22 16:17:42 +05:30
mergify[bot]
5d9be7366b
fix: remove public access to list items (backport #45838 )
...
* fix: remove public access to list items
(cherry picked from commit 2bd596ee3d )
# Conflicts:
# erpnext/stock/doctype/item/item.json
* fix: resolve conflict
---------
Co-authored-by: CaseSolved <richard@casesolved.co.uk >
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
2025-05-21 23:12:40 +05:30
Frappe PR Bot
79a4b597d4
chore(release): Bumped to Version 14.85.9
...
## [14.85.9](https://github.com/frappe/erpnext/compare/v14.85.8...v14.85.9 ) (2025-05-20)
### Bug Fixes
* asset image field updation issue (backport [#47615 ](https://github.com/frappe/erpnext/issues/47615 )) ([d88feec ](d88feecf46 ))
* better validation message with solution for BOM recursion (backport [#47472 ](https://github.com/frappe/erpnext/issues/47472 )) ([#47476 ](https://github.com/frappe/erpnext/issues/47476 )) ([537c917 ](537c917bfc ))
* include only invoices with update_stock = 0 for billed amt in delivery note. ([54197ff ](54197ff760 ))
* remove hardcoded doctype in `make_return_doc` ([9ce86b1 ](9ce86b135b ))
2025-05-20 13:53:32 +00:00
ruthra kumar
0b0944cc06
Merge pull request #47635 from frappe/version-14-hotfix
...
chore: release v14
2025-05-20 19:22:04 +05:30
mergify[bot]
537c917bfc
fix: better validation message with solution for BOM recursion (backport #47472 ) ( #47476 )
...
fix: better validation message with solution for BOM recursion
(cherry picked from commit 7103cdd84a )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2025-05-20 16:15:40 +05:30
ruthra kumar
13f393c59a
Merge pull request #47624 from frappe/mergify/bp/version-14-hotfix/pr-47559
...
fix: include only invoices with update_stock = 0 for billed amt in delivery note. (backport #47559 )
2025-05-20 11:24:52 +05:30
ljain112
54197ff760
fix: include only invoices with update_stock = 0 for billed amt in delivery note.
...
(cherry picked from commit 6dc459db58 )
2025-05-20 05:31:56 +00:00
ruthra kumar
6f1109226d
Merge pull request #47621 from frappe/mergify/bp/version-14-hotfix/pr-47614
...
fix: remove hardcoded doctype in `make_return_doc` (backport #47614 )
2025-05-20 10:37:00 +05:30
barredterra
9ce86b135b
fix: remove hardcoded doctype in make_return_doc
...
(cherry picked from commit 45a5c19dd4 )
# Conflicts:
# erpnext/controllers/sales_and_purchase_return.py
2025-05-20 10:11:21 +05:30
mergify[bot]
d88feecf46
fix: asset image field updation issue (backport #47615 )
2025-05-20 10:08:26 +05:30
Frappe PR Bot
271d0a301f
chore(release): Bumped to Version 14.85.8
...
## [14.85.8](https://github.com/frappe/erpnext/compare/v14.85.7...v14.85.8 ) (2025-05-13)
### Bug Fixes
* broken test suite due to incorrect OR filter ([949ed59 ](949ed59f84 ))
* ignore "Account Closing Balance" doctype on Period Closing Voucher cancellation ([a04feff ](a04feff264 ))
* typo in event.js ([2389fd5 ](2389fd5145 ))
* warning message for COGS account in the stock entry ([1bbbd26 ](1bbbd261cb ))
2025-05-13 14:02:11 +00:00
ruthra kumar
9d36166616
Merge pull request #47529 from frappe/version-14-hotfix
...
chore: release v14
2025-05-13 19:30:41 +05:30
ruthra kumar
00407cd0ee
Merge pull request #47526 from frappe/mergify/bp/version-14-hotfix/pr-47520
...
fix: ignore "Account Closing Balance" doctype on Period Closing Voucher cancellation (backport #47520 )
2025-05-13 15:22:32 +05:30
ljain112
a04feff264
fix: ignore "Account Closing Balance" doctype on Period Closing Voucher cancellation
...
(cherry picked from commit d6602d63fc )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
2025-05-13 15:00:36 +05:30
ruthra kumar
d6f5ac90b1
Merge pull request #47516 from frappe/mergify/bp/version-14-hotfix/pr-47367
...
fix: Use `Currency` instead of `Float` in GL report to show details (backport #47367 )
2025-05-13 13:08:20 +05:30
Abdeali Chharchhodawala
c6c1b00559
Merge pull request #47367 from Abdeali099/gl-report-field-float-to-currency
...
fix: Use `Currency` instead of `Float` in GL report to show details
(cherry picked from commit e4e0bb68ec )
2025-05-13 12:49:52 +05:30
ruthra kumar
b86dc294f1
Merge pull request #47518 from frappe/mergify/bp/version-14-hotfix/pr-47380
...
fix: broken CI - uae vat 201 tests failing (backport #47380 )
2025-05-13 12:45:41 +05:30
ruthra kumar
949ed59f84
fix: broken test suite due to incorrect OR filter
...
(cherry picked from commit 37d74e387d )
2025-05-13 06:39:22 +00:00
ruthra kumar
558225b027
Merge pull request #47466 from frappe/mergify/bp/version-14-hotfix/pr-47462
...
Update event.js (backport #47462 )
2025-05-08 14:12:55 +05:30
Yaiphalemba Mangshatabam
2389fd5145
fix: typo in event.js
...
"Sales Partners" -> "Sales Partner"
(cherry picked from commit edee75c757 )
2025-05-08 08:40:37 +00:00
rohitwaghchaure
d66a34411c
Merge pull request #47453 from frappe/mergify/bp/version-14-hotfix/pr-47452
...
fix: warning message for COGS account in the stock entry (backport #47452 )
2025-05-08 13:58:23 +05:30
Rohit Waghchaure
1bbbd261cb
fix: warning message for COGS account in the stock entry
...
(cherry picked from commit bba6b0ff45 )
2025-05-07 10:50:18 +00:00
Frappe PR Bot
182b9892fc
chore(release): Bumped to Version 14.85.7
...
## [14.85.7](https://github.com/frappe/erpnext/compare/v14.85.6...v14.85.7 ) (2025-05-06)
### Bug Fixes
* backward compatibility for renamed group_by filter on reports (backport [#47362 ](https://github.com/frappe/erpnext/issues/47362 )) ([#47402 ](https://github.com/frappe/erpnext/issues/47402 )) ([378821d ](378821d9e6 ))
* change shipping address fetching condition ([8e0bd97 ](8e0bd976c3 ))
* completed transactions showing in the list (backport [#47374 ](https://github.com/frappe/erpnext/issues/47374 )) ([#47378 ](https://github.com/frappe/erpnext/issues/47378 )) ([b507e63 ](b507e63375 ))
* do not allocate amount when ref's doctype or name are not set ([f278120 ](f278120aa0 ))
* rename unchanged group_by filter related to general ledger report (backport [#47366 ](https://github.com/frappe/erpnext/issues/47366 )) ([#47404 ](https://github.com/frappe/erpnext/issues/47404 )) ([d41fec7 ](d41fec7d2b ))
* renaming group by fieldname and value in reports (backport [#47352 ](https://github.com/frappe/erpnext/issues/47352 )) ([#47359 ](https://github.com/frappe/erpnext/issues/47359 )) ([27a8856 ](27a8856dca ))
* show party type in due date exceeding message ([4376fbc ](4376fbc3ed ))
* validation for difference account ([150cc5a ](150cc5a664 ))
* warning message before changing the valuation method (backport [#47340 ](https://github.com/frappe/erpnext/issues/47340 )) ([#47341 ](https://github.com/frappe/erpnext/issues/47341 )) ([b13e0a6 ](b13e0a6b9f ))
2025-05-06 14:13:22 +00:00
ruthra kumar
015525599f
Merge pull request #47430 from frappe/version-14-hotfix
...
chore: release v14
2025-05-06 19:41:49 +05:30
mergify[bot]
3993525bf6
feat!: configure which rate is used to auto-update price list (backport #47417 ) ( #47433 )
...
* feat!: configure which rate is used to auto-update price list
(cherry picked from commit 3ebde4526a )
# Conflicts:
# erpnext/selling/doctype/sales_order/test_sales_order.py
# erpnext/setup/setup_wizard/operations/defaults_setup.py
# erpnext/setup/setup_wizard/operations/install_fixtures.py
# erpnext/stock/doctype/stock_settings/stock_settings.json
# erpnext/stock/doctype/stock_settings/stock_settings.py
# erpnext/stock/get_item_details.py
* fix: merge conflicts
---------
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
2025-05-06 18:43:27 +05:30
ruthra kumar
8343c92ac5
Merge pull request #47425 from frappe/mergify/bp/version-14-hotfix/pr-47337
...
fix: do not allocate amount when ref's doctype or name are not set (backport #47337 )
2025-05-06 15:01:05 +05:30
Abdeali Chharchhoda
f278120aa0
fix: do not allocate amount when ref's doctype or name are not set
...
(cherry picked from commit b9a02b466b )
2025-05-06 09:04:52 +00:00
ruthra kumar
862e6330ac
Merge pull request #47415 from frappe/mergify/bp/version-14-hotfix/pr-47408
...
fix: show party type in due date exceeding message (backport #47408 )
2025-05-06 14:32:58 +05:30
ruthra kumar
bd395e2406
chore: resolve conflicts and pass all parameters
2025-05-06 14:12:44 +05:30
Abdeali Chharchhoda
4376fbc3ed
fix: show party type in due date exceeding message
...
(cherry picked from commit b6d9134014 )
# Conflicts:
# erpnext/accounts/party.py
2025-05-06 06:28:47 +00:00
ruthra kumar
c49ee563fd
Merge pull request #47413 from frappe/mergify/bp/version-14-hotfix/pr-47358
...
fix: change shipping address fetching condition (backport #47358 )
2025-05-06 11:29:16 +05:30
Vimal
8e0bd976c3
fix: change shipping address fetching condition
...
(cherry picked from commit 0b4add2f2b )
2025-05-06 05:28:40 +00:00
rohitwaghchaure
d66e8e8597
Merge pull request #47389 from frappe/mergify/bp/version-14-hotfix/pr-47376
...
fix: validation for difference account (backport #47376 )
2025-05-05 18:39:04 +05:30
mergify[bot]
d41fec7d2b
fix: rename unchanged group_by filter related to general ledger report (backport #47366 ) ( #47404 )
...
* fix: rename unchanged group_by filter related to general ledger report (#47366 )
(cherry picked from commit 3de249dcba )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
# erpnext/accounts/test/test_reports.py
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.js
* chore: resolve conflict
* chore: resolve conflict
* chore: resolve conflict
---------
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-05-05 18:18:23 +05:30
mergify[bot]
378821d9e6
fix: backward compatibility for renamed group_by filter on reports (backport #47362 ) ( #47402 )
...
fix: backward compatibility for renamed group_by filter on reports (#47362 )
* fix: backward compatibility for renamed group_by filter in general ledger report
* fix: backward compatibility for renamed group_by filter in supplier quotation comparison report
(cherry picked from commit d4ffa54136 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-05-05 18:01:06 +05:30
ruthra kumar
698e260526
Merge pull request #47146 from frappe/mergify/copy/version-14-hotfix/pr-47145
...
refactor: make AR / AP report more memory efficient (copy #47145 )
2025-05-05 15:43:33 +05:30
ruthra kumar
fc793f0f25
refactor: set default for fetch methods
2025-05-05 15:04:48 +05:30
ruthra kumar
204d1d6a53
refactor: use fetch method based on configuration
2025-05-05 15:04:48 +05:30
ruthra kumar
aee917b790
refactor: configurable fetch method for AR / AP report
2025-05-05 15:04:45 +05:30
ruthra kumar
892d3980d3
refactor: use unbuffered cursor for fetching
2025-05-05 14:59:24 +05:30
rohitwaghchaure
e743d5f66b
chore: fix linters issue
2025-05-05 14:19:20 +05:30
rohitwaghchaure
9adb863787
chore: fix linters issue
2025-05-05 14:12:07 +05:30
Rohit Waghchaure
150cc5a664
fix: validation for difference account
...
(cherry picked from commit fb819c558e )
2025-05-03 07:52:53 +00:00
mergify[bot]
b507e63375
fix: completed transactions showing in the list (backport #47374 ) ( #47378 )
...
* fix: completed transactions showing in the list (#47374 )
(cherry picked from commit 97db9da10e )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.js
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-05-02 15:29:10 +05:30
mergify[bot]
27a8856dca
fix: renaming group by fieldname and value in reports (backport #47352 ) ( #47359 )
...
* fix: renaming group by fieldname and value in reports (#47352 )
* fix: renaming in general ledger report
* fix: renaming in supplier quotation comparison report
* fix: renaming group by to categorize by in process statement of accounts
* fix: added patch
* fix: patch update to all documents
* chore: added patches to patch.txt
* chore: removing patch from v14
(cherry picked from commit 13a84e7f82 )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
# erpnext/accounts/report/general_ledger/general_ledger.py
# erpnext/buying/report/supplier_quotation_comparison/supplier_quotation_comparison.py
# erpnext/patches.txt
# erpnext/patches/v14_0/rename_group_by_to_categorize_by.py
* chore: resolve conflict
* chore: resolve conflict
* chore: resolve conflict
* chore: resolve conflict
* chore: resolve conflict
* chore: resolve conflict
* chore: fixed path for patch file
---------
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-04-30 18:22:59 +05:30
mergify[bot]
b13e0a6b9f
fix: warning message before changing the valuation method (backport #47340 ) ( #47341 )
...
fix: warning message before changing the valuation method (#47340 )
(cherry picked from commit ffdc4347e8 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-04-30 12:54:15 +05:30
Frappe PR Bot
04bb4f8415
chore(release): Bumped to Version 14.85.6
...
## [14.85.6](https://github.com/frappe/erpnext/compare/v14.85.5...v14.85.6 ) (2025-04-29)
### Bug Fixes
* allow to change valuation method from FIFO to Moving Average ([7130e5c ](7130e5ccfb ))
* calculate useful days of asset's life correctly for existing asset ([#47066 ](https://github.com/frappe/erpnext/issues/47066 )) ([0bc3bc4 ](0bc3bc4851 ))
* item code not showing in the error message ([48748e7 ](48748e7142 ))
* remove invalid email account creation (backport [#47318 ](https://github.com/frappe/erpnext/issues/47318 )) ([#47322 ](https://github.com/frappe/erpnext/issues/47322 )) ([0c5c344 ](0c5c34409e ))
2025-04-29 13:08:31 +00:00
ruthra kumar
6735ba0ab6
Merge pull request #47327 from frappe/version-14-hotfix
...
chore: release v14
2025-04-29 18:36:51 +05:30
mergify[bot]
0c5c34409e
fix: remove invalid email account creation (backport #47318 ) ( #47322 )
...
fix: remove invalid email account creation (#47318 )
(cherry picked from commit 7423e4187f )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-04-29 12:40:25 +05:30
rohitwaghchaure
9dbc1cc5fb
Merge pull request #47287 from frappe/mergify/bp/version-14-hotfix/pr-47268
...
fix: allow to change valuation method from FIFO to Moving Average (backport #47268 )
2025-04-28 15:28:53 +05:30
Rohit Waghchaure
7130e5ccfb
fix: allow to change valuation method from FIFO to Moving Average
...
(cherry picked from commit b454ed4b8f )
2025-04-28 09:06:30 +00:00
rohitwaghchaure
0e42516977
Merge pull request #47258 from rohitwaghchaure/fixed-support-46933
...
fix: item code not showing in the error message
2025-04-25 14:38:38 +05:30
Rohit Waghchaure
48748e7142
fix: item code not showing in the error message
2025-04-25 14:08:38 +05:30
Khushi Rawat
0bc3bc4851
fix: calculate useful days of asset's life correctly for existing asset ( #47066 )
...
* fix: calculate useful days of asset's life correctly for existing asset
* fix: test
* fix: test case correction
2025-04-23 12:30:59 +05:30
Frappe PR Bot
d791108649
chore(release): Bumped to Version 14.85.5
...
## [14.85.5](https://github.com/frappe/erpnext/compare/v14.85.4...v14.85.5 ) (2025-04-22)
### Bug Fixes
* create default warehouse ([#47125 ](https://github.com/frappe/erpnext/issues/47125 )) ([a766aa0 ](a766aa0837 ))
* rate based on posting date in Tax Withholding Report ([17dc87a ](17dc87a2df ))
* respect mapped accounting dimensions ([e4c2442 ](e4c2442ba2 ))
2025-04-22 13:45:53 +00:00
ruthra kumar
0d84059fde
Merge pull request #47205 from frappe/version-14-hotfix
...
chore: release v14
2025-04-22 19:14:23 +05:30
ruthra kumar
6868da5f6a
Merge pull request #47198 from frappe/mergify/bp/version-14-hotfix/pr-47138
...
fix: rate based on posting date in Tax Withholding Report (backport #47138 )
2025-04-22 14:07:19 +05:30
ljain112
f906568fea
chore: added test case for date period in multiple tax withholding rules
...
(cherry picked from commit 515fe340a8 )
# Conflicts:
# erpnext/accounts/report/tds_payable_monthly/test_tds_payable_monthly.py
2025-04-22 13:33:16 +05:30
ljain112
17dc87a2df
fix: rate based on posting date in Tax Withholding Report
...
(cherry picked from commit a32a79e90a )
2025-04-22 07:59:50 +00:00
Sagar Vora
522597d22b
Merge pull request #47156 from frappe/mergify/bp/version-14-hotfix/pr-47154
...
fix: respect mapped accounting dimensions (backport #47154 )
2025-04-19 13:03:56 +05:30
Sagar Vora
e4c2442ba2
fix: respect mapped accounting dimensions
...
(cherry picked from commit 7dbe27da19 )
2025-04-19 07:22:23 +00:00
mergify[bot]
0d9bc4424c
chore: migrate pre-commit config (backport #47132 ) ( #47133 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-17 14:22:23 +02:00
Raffael Meyer
35c9375f0d
Merge pull request #47130 from frappe/mergify/bp/version-14-hotfix/pr-47125
...
fix: create default warehouse (backport #47125 )
2025-04-17 13:56:56 +02:00
barredterra
f04c73b9c2
ci: update linters
...
copy config from version-15
2025-04-17 13:38:19 +02:00
Raffael Meyer
a766aa0837
fix: create default warehouse ( #47125 )
2025-04-17 13:38:10 +02:00
Frappe PR Bot
3248415667
chore(release): Bumped to Version 14.85.4
...
## [14.85.4](https://github.com/frappe/erpnext/compare/v14.85.3...v14.85.4 ) (2025-04-16)
### Bug Fixes
* correct doctype in item_wise_purchase register ([6ec33c0 ](6ec33c0098 ))
* go for lower case "on" because we already have translations for that ([056cc35 ](056cc35379 ))
* make report's "printed on" translatable ([f1a8643 ](f1a864349e ))
* **Payment Entry:** set account type if missing (backport [#47069 ](https://github.com/frappe/erpnext/issues/47069 )) (backport [#47070 ](https://github.com/frappe/erpnext/issues/47070 )) ([#47072 ](https://github.com/frappe/erpnext/issues/47072 )) ([b88f6c1 ](b88f6c1252 ))
* remove redundant letter head ([033fa09 ](033fa09eb4 ))
* revert [#46900 ](https://github.com/frappe/erpnext/issues/46900 ) - against_voucher filter in general ledger ([5844aaf ](5844aafd12 ))
* serial no validation for stock reconciliation ([a3d4d34 ](a3d4d34454 ))
* stock entry repack amount calculation ([253a067 ](253a067592 ))
* update the modified date in for SLEs and GLs after rename ([8801584 ](8801584c8d ))
### Performance Improvements
* stock ageing report generation ([7a74dac ](7a74dac2c2 ))
2025-04-16 04:02:43 +00:00
ruthra kumar
4fb12754ce
Merge pull request #47090 from frappe/version-14-hotfix
...
chore: release v14
2025-04-16 09:31:20 +05:30
ruthra kumar
503b89a764
Merge pull request #46952 from frappe/mergify/bp/version-14-hotfix/pr-46949
...
fix: improve translatability of query report print formats (backport #46913 ) (backport #46949 )
2025-04-15 15:59:10 +05:30
mergify[bot]
b88f6c1252
fix(Payment Entry): set account type if missing (backport #47069 ) (backport #47070 ) ( #47072 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
fix(Payment Entry): set account type if missing (backport #47069 ) (#47070 )
fix(Payment Entry): set account type if missing (#47069 )
2025-04-14 19:19:50 +02:00
rohitwaghchaure
e5156e6666
Merge pull request #47068 from frappe/mergify/bp/version-14-hotfix/pr-46997
...
fix: update the modified date in for SLEs and GLs after rename (backport #46997 )
2025-04-14 21:06:08 +05:30
Rohit Waghchaure
8801584c8d
fix: update the modified date in for SLEs and GLs after rename
...
(cherry picked from commit dc5a5ef258 )
2025-04-14 15:02:22 +00:00
rohitwaghchaure
55ac96ff09
Merge pull request #47062 from frappe/mergify/bp/version-14-hotfix/pr-46853
...
fix: stock entry repack amount calculation (backport #46853 )
2025-04-14 20:30:38 +05:30
rohitwaghchaure
3f3fb323cf
chore: fix conflicts
2025-04-14 18:02:24 +05:30
Rohit Waghchaure
253a067592
fix: stock entry repack amount calculation
...
(cherry picked from commit 544ceb93cd )
# Conflicts:
# erpnext/stock/stock_ledger.py
2025-04-14 12:30:21 +00:00
Frappe PR Bot
d8f301f1db
chore(release): Bumped to Version 14.85.3
...
## [14.85.3](https://github.com/frappe/erpnext/compare/v14.85.2...v14.85.3 ) (2025-04-14)
### Bug Fixes
* revert [#46900 ](https://github.com/frappe/erpnext/issues/46900 ) - against_voucher filter in general ledger ([27ecd3a ](27ecd3a21b ))
2025-04-14 08:24:00 +00:00
ruthra kumar
6d65c967da
Merge pull request #47056 from frappe/mergify/bp/version-14/pr-47049
...
Revert "fix: remove against_voucher and against_voucher_type column from General Ledger Report" (backport #47049 )
2025-04-14 13:52:35 +05:30
ruthra kumar
4ac5c7e5e7
Merge pull request #47054 from frappe/mergify/bp/version-14-hotfix/pr-47049
...
Revert "fix: remove against_voucher and against_voucher_type column from General Ledger Report" (backport #47049 )
2025-04-14 13:51:45 +05:30
ruthra kumar
911014a54e
chore: resolve conflict
2025-04-14 13:27:13 +05:30
ruthra kumar
694f158fc8
chore: resolve conflict
2025-04-14 13:25:36 +05:30
ruthra kumar
27ecd3a21b
fix: revert #46900 - against_voucher filter in general ledger
...
(cherry picked from commit adb331ef71 )
# Conflicts:
# erpnext/accounts/report/general_ledger/general_ledger.py
2025-04-14 07:50:45 +00:00
ruthra kumar
5844aafd12
fix: revert #46900 - against_voucher filter in general ledger
...
(cherry picked from commit adb331ef71 )
# Conflicts:
# erpnext/accounts/report/general_ledger/general_ledger.py
2025-04-14 07:49:35 +00:00
Frappe PR Bot
e684807bc7
chore(release): Bumped to Version 14.85.2
...
## [14.85.2](https://github.com/frappe/erpnext/compare/v14.85.1...v14.85.2 ) (2025-04-12)
### Bug Fixes
* correct doctype in item_wise_purchase register ([0e1045e ](0e1045e855 ))
2025-04-12 02:03:19 +00:00
ruthra kumar
3af506e0a9
Merge pull request #47030 from frappe/mergify/bp/version-14/pr-47012
...
fix: correct doctype in item_wise_purchase register (backport #47012 )
2025-04-12 07:31:49 +05:30
ruthra kumar
98ffbfb432
Merge pull request #47032 from frappe/mergify/bp/version-14-hotfix/pr-47012
...
fix: correct doctype in item_wise_purchase register (backport #47012 )
2025-04-12 07:29:28 +05:30
ljain112
6ec33c0098
fix: correct doctype in item_wise_purchase register
...
(cherry picked from commit b8b8dce733 )
2025-04-12 01:41:16 +00:00
ljain112
0e1045e855
fix: correct doctype in item_wise_purchase register
...
(cherry picked from commit b8b8dce733 )
2025-04-12 01:41:12 +00:00
Frappe PR Bot
34d3f58149
chore(release): Bumped to Version 14.85.1
...
## [14.85.1](https://github.com/frappe/erpnext/compare/v14.85.0...v14.85.1 ) (2025-04-10)
### Bug Fixes
* serial no validation for stock reconciliation ([c388b75 ](c388b7579c ))
### Performance Improvements
* stock ageing report generation ([eaa2974 ](eaa297475f ))
2025-04-10 06:02:52 +00:00
rohitwaghchaure
efd34817be
Merge pull request #46986 from frappe/mergify/bp/version-14/pr-46971
...
fix: serial no validation for stock reconciliation (backport #46971 )
2025-04-10 11:31:22 +05:30
rohitwaghchaure
124ad729ab
Merge pull request #46984 from frappe/mergify/bp/version-14/pr-46983
...
perf: stock ageing report generation (backport #46983 )
2025-04-10 11:31:13 +05:30
Rohit Waghchaure
c388b7579c
fix: serial no validation for stock reconciliation
...
(cherry picked from commit a3d4d34454 )
2025-04-10 05:36:45 +00:00
rohitwaghchaure
a2595350f6
Merge pull request #46971 from rohitwaghchaure/fixed-support-35746
...
fix: serial no validation for stock reconciliation
2025-04-10 11:05:45 +05:30
Rohit Waghchaure
eaa297475f
perf: stock ageing report generation
...
(cherry picked from commit 7a74dac2c2 )
2025-04-10 05:34:42 +00:00
rohitwaghchaure
ac7700dff0
Merge pull request #46983 from rohitwaghchaure/fixed-stock-ageing-report
...
perf: stock ageing report generation
2025-04-10 11:03:40 +05:30
Rohit Waghchaure
7a74dac2c2
perf: stock ageing report generation
2025-04-10 10:10:09 +05:30
Rohit Waghchaure
a3d4d34454
fix: serial no validation for stock reconciliation
2025-04-09 17:14:40 +05:30
barredterra
443ed5b2ce
chore: add missing german translation
...
(cherry picked from commit d94ebd0c78 )
2025-04-08 14:12:41 +00:00
barredterra
033fa09eb4
fix: remove redundant letter head
...
(cherry picked from commit 7896f8a855 )
2025-04-08 14:12:41 +00:00
barredterra
056cc35379
fix: go for lower case "on" because we already have translations for that
...
(cherry picked from commit 7cf83ffce7 )
2025-04-08 14:12:40 +00:00
barredterra
f1a864349e
fix: make report's "printed on" translatable
...
(cherry picked from commit 18e9a9881c )
2025-04-08 14:12:40 +00:00
Frappe PR Bot
24681bd64f
chore(release): Bumped to Version 14.85.0
...
# [14.85.0](https://github.com/frappe/erpnext/compare/v14.84.0...v14.85.0 ) (2025-04-08)
### Bug Fixes
* **accounting:** update outstanding amount based on update_outstanding_for_self ([8e2bfc6 ](8e2bfc6bcb ))
* don't filter payment entries on Bank Account in Payment Clearance ([576ce7e ](576ce7e882 ))
* empty party filter on change of party type in General Ledger Report. ([14b4d14 ](14b4d147a8 ))
* improved rounding adjustment when applying discount (backport [#46720 ](https://github.com/frappe/erpnext/issues/46720 )) ([06c3299 ](06c32993ea ))
* incorrect condition ([d1f9444 ](d1f9444be7 ))
* make message translatable (backport [#46863 ](https://github.com/frappe/erpnext/issues/46863 )) ([#46865 ](https://github.com/frappe/erpnext/issues/46865 )) ([70d117e ](70d117e858 ))
* **payment term:** allocate payment amount when payment term is fetched from order ([36b951d ](36b951d018 ))
* remove against_voucher from General Ledger Report ([9e3a041 ](9e3a04136c ))
* removed customer_group query in customer.js ([3be0f00 ](3be0f00b3b ))
* Translate UnReconcile dialog title (backport [#46818 ](https://github.com/frappe/erpnext/issues/46818 )) ([#46862 ](https://github.com/frappe/erpnext/issues/46862 )) ([5f467be ](5f467be0c8 ))
* update outstanding with precision ([698d5be ](698d5be840 ))
* update payment amount if automatically_fetch_payment_terms is enabled ([dda35b8 ](dda35b8e51 ))
* update posting date before running validations ([430d1e8 ](430d1e8b2e ))
* use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals` (backport [#46829 ](https://github.com/frappe/erpnext/issues/46829 )) ([233e0d8 ](233e0d8049 ))
* user permissions in sales and purchase report ([f26b22e ](f26b22ee7f ))
### Features
* asset filter in asset depreciation and balances report ([#46848 ](https://github.com/frappe/erpnext/issues/46848 )) ([2fe9fa7 ](2fe9fa7ef7 ))
2025-04-08 13:05:14 +00:00
ruthra kumar
b0c742b64e
Merge pull request #46941 from frappe/version-14-hotfix
...
chore: release v14
2025-04-08 18:33:42 +05:30
mergify[bot]
18282b2632
chore: fix german translations (backport #46912 ) ( #46914 )
...
* chore: fix german translations (#46912 )
(cherry picked from commit 8276e8e8b3 )
# Conflicts:
# erpnext/translations/de.csv
* chore: resolve conflicts
* chore: delete duplicate translations
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-08 13:16:35 +02:00
ruthra kumar
46115d6f71
Merge pull request #46937 from frappe/mergify/bp/version-14-hotfix/pr-46631
...
fix: update outstanding for self (backport #46631 )
2025-04-08 16:21:45 +05:30
ruthra kumar
f62905f7a7
chore: pass individual range
2025-04-08 15:53:30 +05:30
ruthra kumar
88facb7523
refactor: pass both doctype and name
2025-04-08 15:13:59 +05:30
ruthra kumar
512877ab46
chore: resolve conflicts
2025-04-08 14:34:59 +05:30
Bhavan23
c7e6b2356f
test: add unit test to validate outstanding amount for update_outstanding_for_self checkbox enabled
...
(cherry picked from commit 7b0882600a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2025-04-08 08:59:05 +00:00
Bhavan23
8e2bfc6bcb
fix(accounting): update outstanding amount based on update_outstanding_for_self
...
fix(accounting): against voucher has been already paid show proper message and update update_outstanding_for_self as 1
(cherry picked from commit 222f1834f1 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2025-04-08 08:59:04 +00:00
ruthra kumar
98260b990c
Merge pull request #46931 from frappe/mergify/bp/version-14-hotfix/pr-46821
...
fix: removed customer_group query in customer.js (backport #46821 )
2025-04-08 13:10:04 +05:30
ljain112
3be0f00b3b
fix: removed customer_group query in customer.js
...
(cherry picked from commit f49adfdd98 )
2025-04-08 07:28:33 +00:00
ruthra kumar
f44478db78
Merge pull request #46924 from frappe/mergify/bp/version-14-hotfix/pr-46709
...
fix: user permissions in sales and purchase report (backport #46709 )
2025-04-08 11:53:08 +05:30
ruthra kumar
db8cb70bd8
chore: resolve conflict
2025-04-08 11:13:44 +05:30
ljain112
f26b22ee7f
fix: user permissions in sales and purchase report
...
(cherry picked from commit f4bc1dfd00 )
# Conflicts:
# erpnext/accounts/report/purchase_register/purchase_register.py
2025-04-08 05:40:47 +00:00
ruthra kumar
1e4807f16d
Merge pull request #46920 from frappe/mergify/bp/version-14-hotfix/pr-46804
...
fix: update outstanding with precision (backport #46804 )
2025-04-08 11:07:45 +05:30
ljain112
698d5be840
fix: update outstanding with precision
...
(cherry picked from commit aadda9f606 )
2025-04-08 04:29:31 +00:00
ruthra kumar
59e46e22d3
Merge pull request #46904 from frappe/mergify/bp/version-14-hotfix/pr-46895
...
fix: empty party filter on change of party type in General Ledger Report (backport #46895 )
2025-04-07 17:55:56 +05:30
ljain112
14b4d147a8
fix: empty party filter on change of party type in General Ledger Report.
...
(cherry picked from commit 9c68bc22fa )
2025-04-07 12:12:55 +00:00
ruthra kumar
2bed1c8336
Merge pull request #46901 from frappe/mergify/bp/version-14-hotfix/pr-46900
...
fix: remove against_voucher and against_voucher_type column from General Ledger Report (backport #46900 )
2025-04-07 17:38:42 +05:30
ljain112
9e3a04136c
fix: remove against_voucher from General Ledger Report
...
(cherry picked from commit 6d1f119a0f )
2025-04-07 17:14:49 +05:30
ruthra kumar
dcc53cea55
Merge pull request #46896 from frappe/mergify/bp/version-14-hotfix/pr-46728
...
fix: update posting date before running validations (backport #46728 )
2025-04-07 14:54:37 +05:30
Dany Robert
430d1e8b2e
fix: update posting date before running validations
...
(cherry picked from commit d04dbd8ed9 )
2025-04-07 09:01:56 +00:00
ruthra kumar
36a366d962
Merge pull request #46890 from frappe/mergify/bp/version-14-hotfix/pr-46637
...
fix(payment term): allocate payment amount when payment term is fetched from order (backport #46637 )
2025-04-07 11:25:58 +05:30
venkat102
dda35b8e51
fix: update payment amount if automatically_fetch_payment_terms is enabled
...
(cherry picked from commit 7bf1a39861 )
2025-04-07 05:34:19 +00:00
venkat102
4e0d7d88ec
test: validate payment schedule based on invoice amount
...
(cherry picked from commit 7785296573 )
2025-04-07 05:34:19 +00:00
venkat102
36b951d018
fix(payment term): allocate payment amount when payment term is fetched from order
...
(cherry picked from commit 5618859bd8 )
2025-04-07 05:34:18 +00:00
mergify[bot]
233e0d8049
fix: use grand_total_diff instead of rounding_adjustment in taxes_and_totals (backport #46829 )
...
* fix: use `grand_total_diff` instead of `rounding_adjustment` in `taxes_and_totals`
(cherry picked from commit fd252da6b1 )
* test: ensure correct grand total
---------
Co-authored-by: vishakhdesai <vishakhdesai@gmail.com >
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2025-04-06 09:11:06 +05:30
mergify[bot]
5f467be0c8
fix: Translate UnReconcile dialog title (backport #46818 ) ( #46862 )
...
fix: Translate UnReconcile dialog title
(cherry picked from commit f2cfb03c2c )
Co-authored-by: Corentin Forler <corentin@dokos.io >
2025-04-05 17:37:16 +02:00
mergify[bot]
70d117e858
fix: make message translatable (backport #46863 ) ( #46865 )
...
fix: make message translatable (#46863 )
(cherry picked from commit 7d12e9afd4 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-04-05 17:36:16 +02:00
Khushi Rawat
2fe9fa7ef7
feat: asset filter in asset depreciation and balances report ( #46848 )
2025-04-04 10:39:16 +05:30
Sagar Vora
b4ca51ad4c
Merge pull request #46813 from frappe/mergify/bp/version-14-hotfix/pr-46812
...
fix: revert resetting `rounding_adjustment` (backport #46812 )
2025-03-31 15:56:27 +05:30
Vishakh Desai
fb5777cf10
Merge pull request #46812 from vishakhdesai/fix-taxes-and-totals
...
fix: revert resetting `rounding_adjustment`
(cherry picked from commit 3a9dca0563 )
2025-03-31 10:25:00 +00:00
mergify[bot]
06c32993ea
fix: improved rounding adjustment when applying discount (backport #46720 )
...
* fix: improved rounding adjustment when applying discount (#46720 )
* fix: rounding adjustment in apply_discount_amount taxes_and_totals
* refactor: minor changes
* fix: set the rounding difference while calculating tax total in the last tax row and add test case
* fix: failing test case
* fix: made changes in get_total_for_discount_amount in taxes_and_totals
* fix: failing test cases
* fix: changes as per review
* refactor: remove unnecessary use of flt
* refactor: improve logic
* refactor: minor change
* refactor: minor changes
* fix: add a test case for applying discount with previous row total in taxes
* fix: failing test case
* refactor: flatter code, remove `flt` usage for accuracy
---------
Co-authored-by: Vishakh Desai <78500008+vishakhdesai@users.noreply.github.com >
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2025-03-31 15:54:09 +05:30
rohitwaghchaure
466c6ee3d4
Merge pull request #46780 from frappe/mergify/bp/version-14-hotfix/pr-46777
...
fix: incorrect condition (backport #46777 )
2025-03-29 12:17:59 +05:30
rohitwaghchaure
a8831351e3
chore: fix conflicts
2025-03-29 12:16:17 +05:30
Rohit Waghchaure
d1f9444be7
fix: incorrect condition
...
(cherry picked from commit 0c1a8e9c58 )
# Conflicts:
# erpnext/public/js/controllers/transaction.js
2025-03-28 18:19:41 +00:00
rohitwaghchaure
ceaea16d84
Merge pull request #46751 from frappe/mergify/bp/version-14/pr-46748
...
Revert "perf: timeout while renaming cost center (backport #46641 )" (backport #46748 )
2025-03-27 13:13:59 +05:30
rohitwaghchaure
119f2e7074
Revert "perf: timeout while renaming cost center (backport #46641 )"
...
(cherry picked from commit da6affbba7 )
2025-03-27 06:53:19 +00:00
rohitwaghchaure
9cadb89678
Merge pull request #46748 from frappe/revert-46646-mergify/bp/version-14-hotfix/pr-46641
...
Revert "perf: timeout while renaming cost center (backport #46641 )"
2025-03-27 12:16:56 +05:30
rohitwaghchaure
da6affbba7
Revert "perf: timeout while renaming cost center (backport #46641 )"
2025-03-27 11:57:24 +05:30
Sagar Vora
6293b08540
Merge pull request #46729 from vishakhdesai/bank-clearance-fix-v14-backport
...
fix: don't filter payment entries on Bank Account in Payment Clearance (backport #46669 )
2025-03-26 13:00:57 +05:30
vishakhdesai
576ce7e882
fix: don't filter payment entries on Bank Account in Payment Clearance
2025-03-26 11:41:35 +05:30
Frappe PR Bot
67d7ffa430
chore(release): Bumped to Version 14.84.0
...
# [14.84.0](https://github.com/frappe/erpnext/compare/v14.83.4...v14.84.0 ) (2025-03-25)
### Bug Fixes
* assign dialog instance to a variable in update_child_items function ([690a939 ](690a939572 ))
* customer credit limit check based on `bypass_credit_limit_check` in Journal Entry ([331ecc1 ](331ecc1964 ))
* do not validate if conversion rate is 1 for different currency ([c3447c0 ](c3447c030a ))
* fix lint issues with trailing whitespaces ([df64d2e ](df64d2ef4e ))
* removed test case ([509c5c4 ](509c5c4d17 ))
### Features
* repost accounting ledger for purchase receipt ([88e664b ](88e664b79f ))
### Performance Improvements
* timeout while renaming cost center ([b9b08c3 ](b9b08c35ef ))
2025-03-25 12:25:57 +00:00
ruthra kumar
d90c8a9150
Merge pull request #46714 from frappe/version-14-hotfix
...
chore: release v14
2025-03-25 17:54:27 +05:30
ruthra kumar
15bb1fdb24
Merge pull request #46712 from frappe/mergify/bp/version-14-hotfix/pr-46616
...
fix: do not validate if conversion rate is 1 for different currency (backport #46616 )
2025-03-25 16:06:08 +05:30
ljain112
509c5c4d17
fix: removed test case
2025-03-25 15:22:19 +05:30
ruthra kumar
cb028b8740
chore: resolve conflict
2025-03-25 14:26:14 +05:30
ljain112
c3447c030a
fix: do not validate if conversion rate is 1 for different currency
...
(cherry picked from commit e8a66d03bc )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2025-03-25 08:42:17 +00:00
ruthra kumar
1d65f995e7
Merge pull request #46646 from frappe/mergify/bp/version-14-hotfix/pr-46641
...
perf: timeout while renaming cost center (backport #46641 )
2025-03-25 13:27:09 +05:30
ruthra kumar
3a6d8cd9a1
Merge pull request #46704 from frappe/mergify/bp/version-14-hotfix/pr-46622
...
feat: repost accounting ledger for purchase receipt (backport #46622 )
2025-03-25 12:13:50 +05:30
ljain112
88e664b79f
feat: repost accounting ledger for purchase receipt
...
(cherry picked from commit b36e356469 )
2025-03-25 06:19:33 +00:00
ruthra kumar
090ee7f042
Merge pull request #46690 from IMS94/fix-46686-so-update-items
...
fix: assign dialog instance to a variable in update_child_items function
2025-03-25 11:18:45 +05:30
mergify[bot]
b311b6eb7f
ci: apply label "skip-release-notes" based on PR title (backport #46694 ) ( #46696 )
...
ci: apply label "skip-release-notes" based on PR title (#46694 )
Workflow copied from frappe/frappe
(cherry picked from commit eb350012b0 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-03-24 16:55:07 +01:00
Imesha Sudasingha
df64d2ef4e
fix: fix lint issues with trailing whitespaces
2025-03-24 12:50:48 +00:00
Imesha Sudasingha
690a939572
fix: assign dialog instance to a variable in update_child_items function
...
`dialog` is being referred in `onchange` handlers of the fields. Without this fix, they are failing because `dialog` is not defined.
2025-03-24 12:42:42 +00:00
ruthra kumar
a3639b055c
Merge pull request #46676 from frappe/mergify/bp/version-14-hotfix/pr-46577
...
fix: customer credit limit check based on `bypass_credit_limit_check` in Journal Entry (backport #46577 )
2025-03-24 13:58:00 +05:30
ljain112
331ecc1964
fix: customer credit limit check based on bypass_credit_limit_check in Journal Entry
...
(cherry picked from commit 8a84faebed )
2025-03-24 08:01:38 +00:00
rohitwaghchaure
736b125e14
chore: fix conflicts
2025-03-22 20:49:56 +05:30
Rohit Waghchaure
b9b08c35ef
perf: timeout while renaming cost center
...
(cherry picked from commit 92be7cbbbf )
# Conflicts:
# erpnext/accounts/doctype/gl_entry/gl_entry.json
2025-03-21 12:38:52 +00:00
Frappe PR Bot
7e8d2dc0fc
chore(release): Bumped to Version 14.83.4
...
## [14.83.4](https://github.com/frappe/erpnext/compare/v14.83.3...v14.83.4 ) (2025-03-19)
### Bug Fixes
* fetch quality inspection parameter group ([6e497f7 ](6e497f73f1 ))
* not able to make PR against stand alone Debit Note ([16fe53b ](16fe53b8c7 ))
* order by condition ([af3089b ](af3089b96e ))
* repost future sle and gle after capitalization ([#46576 ](https://github.com/frappe/erpnext/issues/46576 )) ([805549f ](805549f793 ))
* set stock adjustment account in difference account ([6f0c67a ](6f0c67a242 ))
* **Transaction Deletion Record:** sql syntax error while fetching lead address ([20b43b4 ](20b43b4d93 ))
2025-03-19 11:04:55 +00:00
ruthra kumar
39af6bd143
Merge pull request #46581 from frappe/version-14-hotfix
...
chore: release v14
2025-03-19 16:33:27 +05:30
rohitwaghchaure
300f1a860b
Merge pull request #46609 from rohitwaghchaure/fixed-support-33137
...
fix: order by condition
2025-03-19 15:36:43 +05:30
rohitwaghchaure
1441ef2532
Merge pull request #46610 from frappe/mergify/bp/version-14-hotfix/pr-46595
...
fix: not able to make PR against stand alone Debit Note (backport #46595 )
2025-03-19 15:36:15 +05:30
rohitwaghchaure
64fd5c0ba9
chore: fix conflicts
2025-03-19 15:31:05 +05:30
Rohit Waghchaure
16fe53b8c7
fix: not able to make PR against stand alone Debit Note
...
(cherry picked from commit 6a52c30591 )
# Conflicts:
# erpnext/public/js/controllers/buying.js
2025-03-19 08:05:24 +00:00
Rohit Waghchaure
af3089b96e
fix: order by condition
2025-03-19 13:20:56 +05:30
rohitwaghchaure
3cb29fc035
Merge pull request #46583 from frappe/mergify/bp/version-14-hotfix/pr-46575
...
fix: fetch quality inspection parameter group (backport #46575 )
2025-03-18 17:28:54 +05:30
rohitwaghchaure
8a93057844
Merge pull request #46586 from frappe/mergify/bp/version-14-hotfix/pr-46576
...
fix: repost future sle and gle after capitalization (backport #46576 )
2025-03-18 17:28:15 +05:30
Khushi Rawat
805549f793
fix: repost future sle and gle after capitalization ( #46576 )
...
(cherry picked from commit 29d77aa19f )
2025-03-18 10:31:48 +00:00
Mihir Kandoi
6e497f73f1
fix: fetch quality inspection parameter group
...
(cherry picked from commit 0a482c7ea8 )
2025-03-18 10:27:29 +00:00
ruthra kumar
33f090a8c8
Merge pull request #46561 from frappe/mergify/bp/version-14-hotfix/pr-46557
...
fix(Transaction Deletion Record): sql syntax error while deleting lead address (backport #46557 )
2025-03-17 17:00:49 +05:30
venkat102
20b43b4d93
fix(Transaction Deletion Record): sql syntax error while fetching lead address
...
(cherry picked from commit af0d6eeae8 )
2025-03-17 11:08:38 +00:00
ruthra kumar
5c1f6f0107
Merge pull request #46511 from aerele/fix-v14/item-stock-difference-account
...
fix: set stock adjustment account in difference account (backport #45606 )
2025-03-14 09:23:52 +05:30
Bhavan23
6f0c67a242
fix: set stock adjustment account in difference account
2025-03-13 17:01:55 +05:30
Frappe PR Bot
609bfaefba
chore(release): Bumped to Version 14.83.3
...
## [14.83.3](https://github.com/frappe/erpnext/compare/v14.83.2...v14.83.3 ) (2025-03-12)
### Bug Fixes
* **account:** update account number from parent company ([1f54c27 ](1f54c272ac ))
* not able to save work order with alternative item ([6ca1f9b ](6ca1f9bc73 ))
2025-03-12 14:13:24 +00:00
ruthra kumar
2546589b4c
Merge pull request #46445 from frappe/version-14-hotfix
...
chore: release v14
2025-03-12 19:41:47 +05:30
Shanuka Hewage
f311a0fc1c
Fix: add parenttype condition to payment schedule query in accounts receivable report ( #46370 )
...
fix: add parenttype condition to payment schedule query in accounts receivable report
2025-03-12 16:07:07 +05:30
mergify[bot]
a1585b3c53
ci: ignore PRs labeled with "skip-release-notes" when generating release notes (backport #46453 ) ( #46456 )
...
ci: ignore PRs labeled with "skip-release-notes" when generating release notes
(cherry picked from commit 57007bf937 )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2025-03-12 10:33:07 +05:30
ruthra kumar
05c0bf5d99
Merge pull request #46449 from frappe/mergify/bp/version-14-hotfix/pr-46398
...
chore: rename print and stationery account (backport #46398 )
2025-03-11 18:12:08 +05:30
chethank1407
247a006b5a
chore: rename print and stationery account
...
(cherry picked from commit 615997b774 )
2025-03-11 12:03:21 +00:00
ruthra kumar
e0cf6393ee
Merge pull request #46438 from frappe/mergify/bp/version-14-hotfix/pr-46372
...
fix(account): update account number from parent company (backport #46372 )
2025-03-11 11:24:35 +05:30
venkat102
1f54c272ac
fix(account): update account number from parent company
...
(cherry picked from commit 4a4894bc01 )
2025-03-11 05:32:05 +00:00
rohitwaghchaure
9a1321ab02
Merge pull request #46414 from rohitwaghchaure/fixed-support-32397
...
fix: not able to save work order with alternative item
2025-03-10 17:38:37 +05:30
Rohit Waghchaure
6ca1f9bc73
fix: not able to save work order with alternative item
2025-03-10 12:46:45 +05:30
Frappe PR Bot
b404f00ece
chore(release): Bumped to Version 14.83.2
...
## [14.83.2](https://github.com/frappe/erpnext/compare/v14.83.1...v14.83.2 ) (2025-03-05)
### Bug Fixes
* Add permission check in POS's `Toggle Recent Orders` (backport [#46010 ](https://github.com/frappe/erpnext/issues/46010 )) ([#46273 ](https://github.com/frappe/erpnext/issues/46273 )) ([557a05b ](557a05b0ad ))
* auto allocation for negative amount outstanding for Customers in Payment Entry ([8e02dcf ](8e02dcfcaa ))
* change voucher_type and voucher_no field type to data ([df4f4d9 ](df4f4d9a31 ))
* consolidate gl entries by project in General Ledger Report (backport [#46314 ](https://github.com/frappe/erpnext/issues/46314 )) ([#46320 ](https://github.com/frappe/erpnext/issues/46320 )) ([b3b7e62 ](b3b7e62a90 ))
* do not include opening invoices in billed items to be received report ([cedf577 ](cedf577b4c ))
* don't allow renaming account while system is actively in use (backport [#46176 ](https://github.com/frappe/erpnext/issues/46176 )) ([#46209 ](https://github.com/frappe/erpnext/issues/46209 )) ([167069b ](167069b823 ))
* exclude cancelled gl entries ([369a692 ](369a692af9 ))
* incorrect batch picked in the pick list ([ac25d3e ](ac25d3e1c4 ))
* incorrectly billed amount in the purchase receipt ([ca94ad3 ](ca94ad3a24 ))
* inventory dimension for maintence visit ([69a8e0d ](69a8e0dfac ))
* only include submitted docs for internal received quantity validation (backport [#46262 ](https://github.com/frappe/erpnext/issues/46262 )) ([#46303 ](https://github.com/frappe/erpnext/issues/46303 )) ([90b5f0b ](90b5f0b7bf ))
* **patch:** Ensure SLE indexes (backport [#46131 ](https://github.com/frappe/erpnext/issues/46131 )) ([#46134 ](https://github.com/frappe/erpnext/issues/46134 )) ([f8bbcab ](f8bbcab3a5 ))
### Performance Improvements
* don't track seen for POS Invoice (backport [#46187 ](https://github.com/frappe/erpnext/issues/46187 )) ([#46188 ](https://github.com/frappe/erpnext/issues/46188 )) ([b41ee66 ](b41ee667b9 ))
2025-03-05 13:28:51 +00:00
ruthra kumar
0f56fbcf6d
Merge pull request #46264 from frappe/version-14-hotfix
...
chore: release v14
2025-03-05 18:57:30 +05:30
mergify[bot]
b3b7e62a90
fix: consolidate gl entries by project in General Ledger Report (backport #46314 ) ( #46320 )
...
fix: consolidate gl entries by project in General Ledger Report (#46314 )
(cherry picked from commit 1f685efcaf )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-03-05 16:18:34 +05:30
rohitwaghchaure
35a728d22b
Merge pull request #46316 from rohitwaghchaure/fixed-support-31024-v14
...
fix: incorrect batch picked in the pick list
2025-03-05 15:43:04 +05:30
Rohit Waghchaure
ac25d3e1c4
fix: incorrect batch picked in the pick list
2025-03-05 14:29:22 +05:30
mergify[bot]
90b5f0b7bf
fix: only include submitted docs for internal received quantity validation (backport #46262 ) ( #46303 )
...
fix: only include submitted docs for internal received quantity validation (#46262 )
(cherry picked from commit 88fcdbb81e )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-03-05 13:17:17 +05:30
mergify[bot]
557a05b0ad
fix: Add permission check in POS's Toggle Recent Orders (backport #46010 ) ( #46273 )
...
* fix: use get_list to check permissions
(cherry picked from commit a08bc6b913 )
# Conflicts:
# erpnext/selling/page/point_of_sale/point_of_sale.py
* fix: resolve conflicts
---------
Co-authored-by: Sanket322 <shahsanket322003.com>
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-03-05 12:04:39 +05:30
mergify[bot]
b41ee667b9
perf: don't track seen for POS Invoice (backport #46187 ) ( #46188 )
...
* perf: don't track seen for POS Invoice (#46187 )
This is a moving doctype. Do people even browse the list view?
It doesn't make much sense, either. POS INvoices are rarely "reviewed" by multiple users.
(cherry picked from commit ded0aab680 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.json
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 12:03:27 +05:30
mergify[bot]
fbf6d8c9e2
chore: erpnext.com -> frappe.io/erpnext (backport #46288 ) ( #46289 )
...
* chore: erpnext.com -> frappe.io/erpnext (#46288 )
(cherry picked from commit 41fe30ea6e )
# Conflicts:
# README.md
# pyproject.toml
* Update README.md
* Update pyproject.toml
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 11:37:49 +05:30
mergify[bot]
167069b823
fix: don't allow renaming account while system is actively in use (backport #46176 ) ( #46209 )
...
* fix: don't allow renaming account while system is actively in use (#46176 )
(cherry picked from commit 999f1cf96d )
# Conflicts:
# erpnext/accounts/doctype/account/account.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2025-03-05 10:37:56 +05:30
Lakshit Jain
2d72a37d0c
Merge pull request #46275 from frappe/mergify/bp/version-14-hotfix/pr-46039
...
fix: Ensure new line is added regardless of postal code presence (backport #46039 )
2025-03-04 19:14:28 +05:30
Lakshit Jain
77ad224cf6
Merge pull request #46267 from frappe/mergify/bp/version-14-hotfix/pr-45896
...
fix: auto allocation for negative amount outstanding for Customers in Payment Entry (backport #45896 )
2025-03-04 18:17:28 +05:30
Lakshit Jain
b5b55fad6c
Merge pull request #46269 from frappe/mergify/bp/version-14-hotfix/pr-46260
...
fix: do not include opening invoices in billed items to be received report (backport #46260 )
2025-03-04 18:16:57 +05:30
Sanket322
7cde990d69
refactor: add new line ragardless of postal code
...
(cherry picked from commit 746adfd057 )
2025-03-04 12:36:40 +00:00
ljain112
cedf577b4c
fix: do not include opening invoices in billed items to be received report
...
(cherry picked from commit c1ddf444c6 )
2025-03-04 11:24:08 +00:00
ljain112
8e02dcfcaa
fix: auto allocation for negative amount outstanding for Customers in Payment Entry
...
(cherry picked from commit 6275b44a0b )
2025-03-04 11:20:12 +00:00
Smit Vora
399ed331e3
Merge pull request #46247 from frappe/mergify/bp/version-14-hotfix/pr-46192
...
fix: Exclude Cancelled GL Entries (backport #46192 )
2025-03-04 16:39:47 +05:30
ruthra kumar
59236bc5bf
Merge pull request #46265 from frappe/mergify/bp/version-14-hotfix/pr-45751
...
fix: change voucher_type and voucher_name field type to data (backport #45751 )
2025-03-04 16:12:16 +05:30
ruthra kumar
1089cdf213
chore: resolve conflicts
2025-03-04 15:46:05 +05:30
Sugesh393
df4f4d9a31
fix: change voucher_type and voucher_no field type to data
...
(cherry picked from commit f8ab021920 )
# Conflicts:
# erpnext/accounts/doctype/tax_withheld_vouchers/tax_withheld_vouchers.json
# erpnext/accounts/doctype/tax_withheld_vouchers/tax_withheld_vouchers.py
2025-03-04 10:10:04 +00:00
mergify[bot]
f8bbcab3a5
fix(patch): Ensure SLE indexes (backport #46131 ) ( #46134 )
...
* fix(patch): Ensure SLE indexes (#46131 )
Because of the way this change was pushed in parts, some sites don't see
this as "update" and don't have the new indexes.
(cherry picked from commit f62aa8fc57 )
# Conflicts:
# erpnext/patches.txt
* fix: resolved conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-03-03 21:36:57 +05:30
Ninad1306
369a692af9
fix: exclude cancelled gl entries
...
(cherry picked from commit 3251a331dd )
2025-03-03 11:31:08 +00:00
rohitwaghchaure
8cc92e9ca0
Merge pull request #46241 from frappe/mergify/bp/version-14-hotfix/pr-46239
...
fix: incorrectly billed amount in the purchase receipt (backport #46239 )
2025-03-03 16:16:38 +05:30
rohitwaghchaure
eebf6cf877
chore: fix conflicts
2025-03-03 14:48:07 +05:30
Rohit Waghchaure
ca94ad3a24
fix: incorrectly billed amount in the purchase receipt
...
(cherry picked from commit a5271fdb2e )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2025-03-03 09:15:48 +00:00
rohitwaghchaure
1a8bf0cf3d
Merge pull request #46040 from frappe/mergify/bp/version-14-hotfix/pr-46037
...
fix: inventory dimension for maintenance visit (backport #46037 )
2025-02-28 14:53:56 +05:30
Frappe PR Bot
19604e91c6
chore(release): Bumped to Version 14.83.1
...
## [14.83.1](https://github.com/frappe/erpnext/compare/v14.83.0...v14.83.1 ) (2025-02-26)
### Bug Fixes
* incorrect stock value difference for adjustment entry ([c734373 ](c734373c9f ))
2025-02-26 12:43:06 +00:00
ruthra kumar
4f40939c15
Merge pull request #46133 from frappe/version-14-hotfix
...
chore: release v14
2025-02-26 18:11:42 +05:30
rohitwaghchaure
811953b9b0
chore: fix conflicts
2025-02-23 19:47:06 +05:30
rohitwaghchaure
6748780591
Merge pull request #46027 from frappe/mergify/bp/version-14-hotfix/pr-46021
...
fix: incorrect stock value difference for adjustment entry (backport #46021 )
2025-02-20 13:06:07 +05:30
Rohit Waghchaure
69a8e0dfac
fix: inventory dimension for maintence visit
...
(cherry picked from commit cd4ba69262 )
# Conflicts:
# erpnext/stock/doctype/inventory_dimension/inventory_dimension.py
2025-02-20 06:13:14 +00:00
Frappe PR Bot
11da4372e2
chore(release): Bumped to Version 14.83.0
...
# [14.83.0](https://github.com/frappe/erpnext/compare/v14.82.2...v14.83.0 ) (2025-02-19)
### Bug Fixes
* '0' rate LDC's Invoice net totals should be ignored (backport [#45639 ](https://github.com/frappe/erpnext/issues/45639 )) ([#45783 ](https://github.com/frappe/erpnext/issues/45783 )) ([534b25c ](534b25c448 ))
* add is_new in if condition ([ef37388 ](ef37388993 ))
* fetch child account data for selected parent ([#45904 ](https://github.com/frappe/erpnext/issues/45904 )) ([e7d9786 ](e7d97865e5 ))
* include missing payment_gateway parameter in Payment Request URL ([a344b8b ](a344b8b9ae ))
* millisecond issue for posting datetime ([fc6f568 ](fc6f568a6c ))
* on selection of batch qty is not fetching ([44a16bb ](44a16bb544 ))
* pos return validation on v14 ([#45859 ](https://github.com/frappe/erpnext/issues/45859 )) ([84432fc ](84432fc035 ))
* **report:** add options to multiselectlist fields ([aa0ada9 ](aa0ada9670 ))
* **send_message:** escape HTML in the text ([703fd81 ](703fd816d1 ))
* serial no is mandatory for zero qty validation ([6f6133f ](6f6133f2e2 ))
* set default value to 0 as per new logic ([4b16272 ](4b16272a01 ))
* tests ([e515b91 ](e515b91988 ))
### Features
* added ability to use custom html format for process statement of accounts ([#45746 ](https://github.com/frappe/erpnext/issues/45746 )) ([a0cd08e ](a0cd08e9ea ))
* added option to enforce free item qty in pricing rule ([2edf083 ](2edf083c35 ))
2025-02-19 11:48:59 +00:00
ruthra kumar
4c74ac8738
Merge pull request #45982 from frappe/version-14-hotfix
...
chore: release v14
2025-02-19 17:17:34 +05:30
Akhil Narang
3e21e343d3
Merge pull request #46024 from frappe/mergify/bp/version-14-hotfix/pr-46003
...
fix(send_message): escape HTML in the text (backport #46003 )
2025-02-19 16:43:09 +05:30
Rohit Waghchaure
c734373c9f
fix: incorrect stock value difference for adjustment entry
...
(cherry picked from commit df83e427a3 )
2025-02-19 11:11:09 +00:00
Akhil Narang
703fd816d1
fix(send_message): escape HTML in the text
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
(cherry picked from commit 448a5db20f )
2025-02-19 10:45:28 +00:00
rohitwaghchaure
101c71c508
Merge pull request #46004 from frappe/mergify/bp/version-14-hotfix/pr-45750
...
feat: added option to enforce free item qty in pricing rule (backport #45750 )
2025-02-19 15:45:14 +05:30
Steve Wilson
a0cd08e9ea
feat: added ability to use custom html format for process statement of accounts ( #45746 )
...
* feat: added ability to use custom print format for process statement of accounts documents.
* fix: handles missing hook issues
* chore: linter changes
---------
Co-authored-by: Boy4099 <mashtawayne4099@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2025-02-19 15:19:36 +05:30
rohitwaghchaure
57a0717778
chore: fix conflicts
2025-02-19 15:12:08 +05:30
rohitwaghchaure
0cf9c94a37
chore: fix conflicts
2025-02-19 15:10:34 +05:30
ruthra kumar
e48a03f130
Merge pull request #46009 from frappe/mergify/bp/version-14-hotfix/pr-45904
...
fix: fetch child account data for selected parent (backport #45904 )
2025-02-19 14:21:34 +05:30
Bhavansathru
e7d97865e5
fix: fetch child account data for selected parent ( #45904 )
...
* fix: fetch child account data for selected parent
* fix: change reference name
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
(cherry picked from commit 73e82b7afa )
2025-02-19 08:29:00 +00:00
Mihir Kandoi
4b16272a01
fix: set default value to 0 as per new logic
...
(cherry picked from commit 844f1636c0 )
2025-02-19 07:21:39 +00:00
Mihir Kandoi
1ff0edd492
refactor: rename field
...
(cherry picked from commit f3d598881c )
2025-02-19 07:21:39 +00:00
Mihir Kandoi
ef37388993
fix: add is_new in if condition
...
(cherry picked from commit 4dcac56486 )
2025-02-19 07:21:39 +00:00
Mihir Kandoi
116798df96
test: added test
...
(cherry picked from commit ac3259b8f1 )
2025-02-19 07:21:38 +00:00
Mihir Kandoi
e515b91988
fix: tests
...
(cherry picked from commit 366ae85d85 )
# Conflicts:
# erpnext/stock/doctype/pick_list/test_pick_list.py
2025-02-19 07:21:38 +00:00
Mihir Kandoi
2edf083c35
feat: added option to enforce free item qty in pricing rule
...
(cherry picked from commit 19c01b1457 )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/pricing_rule.py
2025-02-19 07:21:38 +00:00
rohitwaghchaure
86ddabeae6
Merge pull request #45985 from rohitwaghchaure/fixed-support-31935-1
...
fix: millisecond issue for posting datetime
2025-02-18 20:11:28 +05:30
Rohit Waghchaure
fc6f568a6c
fix: millisecond issue for posting datetime
2025-02-18 18:54:17 +05:30
rohitwaghchaure
cd3a411401
Merge pull request #45931 from rohitwaghchaure/fixed-support-31345-1
...
fix: serial no is mandatory for zero qty validation
2025-02-15 22:01:40 +05:30
Rohit Waghchaure
6f6133f2e2
fix: serial no is mandatory for zero qty validation
2025-02-15 15:34:37 +05:30
rohitwaghchaure
5a8b81409e
Merge pull request #45920 from rohitwaghchaure/fixed-support-31326
...
fix: on selection of batch qty is not fetching
2025-02-14 17:34:21 +05:30
Rohit Waghchaure
44a16bb544
fix: on selection of batch qty is not fetching
2025-02-14 17:26:50 +05:30
ruthra kumar
206d0f1856
Merge pull request #45918 from frappe/mergify/bp/version-14-hotfix/pr-45912
...
fix: include missing payment_gateway parameter in Payment Request URL (backport #45912 )
2025-02-14 17:13:20 +05:30
Diptanil Saha
84432fc035
fix: pos return validation on v14 ( #45859 )
...
fix: pos return validation v-14
2025-02-14 17:11:03 +05:30
Navin-S-R
a344b8b9ae
fix: include missing payment_gateway parameter in Payment Request URL
...
(cherry picked from commit dbac8cfc94 )
2025-02-14 11:20:17 +00:00
ruthra kumar
c65f421da9
Merge pull request #45893 from frappe/mergify/bp/version-14-hotfix/pr-45804
...
fix(report): add options to multiselectlist fields (backport #45804 )
2025-02-13 14:27:22 +05:30
ruthra kumar
5c6028340f
chore: resolve conflicts
2025-02-13 14:25:41 +05:30
venkat102
aa0ada9670
fix(report): add options to multiselectlist fields
...
(cherry picked from commit 8785342fce )
# Conflicts:
# erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.js
# erpnext/accounts/report/gross_profit/gross_profit.js
# erpnext/accounts/report/supplier_ledger_summary/supplier_ledger_summary.js
# erpnext/stock/report/serial_and_batch_summary/serial_and_batch_summary.js
2025-02-13 08:46:55 +00:00
mergify[bot]
534b25c448
fix: '0' rate LDC's Invoice net totals should be ignored (backport #45639 ) ( #45783 )
...
* fix: '0' rate LDC's Invoice net totals should be ignored
(cherry picked from commit 325c4e3536 )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py
* test: ldc @ 0 rate
(cherry picked from commit 0cdd346f8f )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/test_tax_withholding_category.py
* chore: resolve conflicts
* fix: incorrect parameters
* fix: ignore 0 rate ldc invoices
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2025-02-13 13:19:34 +05:30
Frappe PR Bot
f109303f85
chore(release): Bumped to Version 14.82.2
...
## [14.82.2](https://github.com/frappe/erpnext/compare/v14.82.1...v14.82.2 ) (2025-02-12)
### Bug Fixes
* add total row in non_grouped_invoices ([49074aa ](49074aa2fa ))
* correct amt in account currency for lcv with manually distributed charges. (backport [#45532 ](https://github.com/frappe/erpnext/issues/45532 )) ([#45863 ](https://github.com/frappe/erpnext/issues/45863 )) ([c61e4e2 ](c61e4e2ddf ))
* do not allow "Finance Book" in Accounting Dimensions (backport [#45696 ](https://github.com/frappe/erpnext/issues/45696 )) ([#45855 ](https://github.com/frappe/erpnext/issues/45855 )) ([08ba775 ](08ba77538b ))
* do not validate party against Receivable and Payable account for cancelled gl entries ([9f79da0 ](9f79da0015 ))
* map project from rfq to supplier quotation (backport [#45745 ](https://github.com/frappe/erpnext/issues/45745 )) ([#45827 ](https://github.com/frappe/erpnext/issues/45827 )) ([c4358c0 ](c4358c049a ))
* Party name in Supplier Portal for Purchase Order (backport [#45772 ](https://github.com/frappe/erpnext/issues/45772 )) ([#45857 ](https://github.com/frappe/erpnext/issues/45857 )) ([46eba50 ](46eba50c8c ))
* pos numpad editable action buttons (backport [#45823 ](https://github.com/frappe/erpnext/issues/45823 )) ([#45825 ](https://github.com/frappe/erpnext/issues/45825 )) ([6b9dad7 ](6b9dad7768 ))
* **regional:** removed payment schedule validation in sales invoice for italy (backport [#45852 ](https://github.com/frappe/erpnext/issues/45852 )) ([#45853 ](https://github.com/frappe/erpnext/issues/45853 )) ([de14bf1 ](de14bf1010 ))
* skip warning for free items ([2ed3bdc ](2ed3bdcc2e ))
* unable to remove image from employee ([91caca0 ](91caca05bb ))
* update ctx to args ([573ce64 ](573ce645b2 ))
### Performance Improvements
* Ignore is_opening column in GL Queries ([#45327 ](https://github.com/frappe/erpnext/issues/45327 )) ([9985a03 ](9985a03f39 ))
2025-02-12 12:08:02 +00:00
ruthra kumar
ab8fceb68d
Merge pull request #45861 from frappe/version-14-hotfix
...
chore: release v14
2025-02-12 17:36:33 +05:30
rohitwaghchaure
e53a78c2bd
Merge pull request #45883 from frappe/mergify/bp/version-14-hotfix/pr-45786
...
fix: skip warning for free items (backport #45786 )
2025-02-12 15:16:15 +05:30
barredterra
2ed3bdcc2e
fix: skip warning for free items
...
(cherry picked from commit 772776ad8a )
2025-02-12 09:20:04 +00:00
mergify[bot]
c61e4e2ddf
fix: correct amt in account currency for lcv with manually distributed charges. (backport #45532 ) ( #45863 )
...
fix: correct amt in account currency for lcv with manually distributed charges.
(cherry picked from commit db38e7bf5a )
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-02-11 16:05:35 +05:30
mergify[bot]
08ba77538b
fix: do not allow "Finance Book" in Accounting Dimensions (backport #45696 ) ( #45855 )
...
fix: do not allow "Finance Book" in Accounting Dimensions
(cherry picked from commit a44be73a98 )
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-02-11 15:42:27 +05:30
mergify[bot]
de14bf1010
fix(regional): removed payment schedule validation in sales invoice for italy (backport #45852 ) ( #45853 )
...
fix(regional): removed payment schedule validation in sales invoice for italy (#45852 )
(cherry picked from commit 494310293c )
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
2025-02-11 15:41:39 +05:30
mergify[bot]
46eba50c8c
fix: Party name in Supplier Portal for Purchase Order (backport #45772 ) ( #45857 )
...
fix: Party name in Supplier Portal for Purchase Order
(cherry picked from commit fc8663421b )
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-02-11 15:41:04 +05:30
mergify[bot]
c4358c049a
fix: map project from rfq to supplier quotation (backport #45745 ) ( #45827 )
...
* fix: map project from rfq to supplier quotation
(cherry picked from commit d0479036bb )
* fix: add project field map from mr to rfq
(cherry picked from commit 8fa39bec61 )
---------
Co-authored-by: HenningWendtland <156231187+HenningWendtland@users.noreply.github.com >
2025-02-11 14:52:21 +05:30
ruthra kumar
a43f1badd5
Merge pull request #45846 from frappe/mergify/bp/version-14-hotfix/pr-45792
...
fix: do not validate party against Receivable and Payable account for cancelled gl entries (backport #45792 )
2025-02-11 12:53:20 +05:30
ljain112
9f79da0015
fix: do not validate party against Receivable and Payable account for cancelled gl entries
...
(cherry picked from commit 0809e00455 )
2025-02-11 06:44:37 +00:00
ruthra kumar
ca9df9db07
Merge pull request #45843 from frappe/mergify/bp/version-14-hotfix/pr-45781
...
fix: Added Total Row for `Gross Profit` Report in Non-Grouped Invoices (backport #45781 )
2025-02-11 10:55:37 +05:30
Sanket322
49074aa2fa
fix: add total row in non_grouped_invoices
...
(cherry picked from commit 2d32ddacc3 )
2025-02-11 04:51:32 +00:00
mergify[bot]
6b9dad7768
fix: pos numpad editable action buttons (backport #45823 ) ( #45825 )
...
fix: pos numpad editable action buttons (#45823 )
(cherry picked from commit 0b9c28620f )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-02-10 16:33:21 +05:30
ruthra kumar
9e36cac0d1
Merge pull request #45812 from frappe/mergify/bp/version-14-hotfix/pr-45793
...
fix: unable to remove image from employee (backport #45793 )
2025-02-10 11:01:25 +05:30
ruthra kumar
256318bb1c
chore: resolve conflict
2025-02-10 10:37:50 +05:30
Asmita Hase
91caca05bb
fix: unable to remove image from employee
...
fix: employee image disappears when newly created user_id is linked to employee
(cherry picked from commit 0207d2d7b6 )
# Conflicts:
# erpnext/setup/doctype/employee/employee.json
2025-02-10 05:02:53 +00:00
Frappe PR Bot
f5a1041de2
chore(release): Bumped to Version 14.82.1
...
## [14.82.1](https://github.com/frappe/erpnext/compare/v14.82.0...v14.82.1 ) (2025-02-07)
### Bug Fixes
* update ctx to args ([1e13806 ](1e138064a8 ))
2025-02-07 14:27:35 +00:00
ruthra kumar
4880a83538
Merge pull request #45797 from frappe/mergify/bp/version-14/pr-45796
...
Fix: Update `ctx` to `args` for compatibility. (copy #45770 ) (backport #45796 )
2025-02-07 19:56:10 +05:30
Sanket322
1e138064a8
fix: update ctx to args
...
(cherry picked from commit d4bc3d182f )
(cherry picked from commit 573ce645b2 )
2025-02-07 14:21:46 +00:00
ruthra kumar
ceb5997256
Merge pull request #45796 from frappe/mergify/copy/version-14-hotfix/pr-45770
...
Fix: Update `ctx` to `args` for compatibility. (copy #45770 )
2025-02-07 19:50:15 +05:30
Sanket322
573ce645b2
fix: update ctx to args
...
(cherry picked from commit d4bc3d182f )
2025-02-07 14:15:35 +00:00
ruthra kumar
09cefd9d63
Merge pull request #45785 from frappe/mergify/bp/version-14-hotfix/pr-45327
...
perf: Ignore is_opening column in GL Queries (backport #45327 )
2025-02-07 17:15:58 +05:30
ruthra kumar
222bd9351d
chore: resolve conflicts
2025-02-07 15:39:21 +05:30
Deepesh Garg
9985a03f39
perf: Ignore is_opening column in GL Queries ( #45327 )
...
* perf: Ignore is_opening column in GL Queries
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
* chore: Remove unwanted changes
(cherry picked from commit 993f40fa43 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
# erpnext/accounts/doctype/accounts_settings/accounts_settings.py
2025-02-07 10:06:07 +00:00
Frappe PR Bot
35fab8c23f
chore(release): Bumped to Version 14.82.0
...
# [14.82.0](https://github.com/frappe/erpnext/compare/v14.81.0...v14.82.0 ) (2025-02-05)
### Bug Fixes
* allow multiple email ids ([9510758 ](9510758ce4 ))
* bind this to function ([83bce78 ](83bce785ff ))
* check billing address ([2f33f6b ](2f33f6bdf5 ))
* closing stock balance report not generating ([3f6beeb ](3f6beebeec ))
* correct error message in payment entry ([9f5d7e4 ](9f5d7e41ec ))
* default payment terms template selected while duplicating ([82cfafb ](82cfafb610 ))
* Gross Profit Report with Correct Totals and Gross Margin (backport [#45548 ](https://github.com/frappe/erpnext/issues/45548 )) ([#45597 ](https://github.com/frappe/erpnext/issues/45597 )) ([0086656 ](0086656748 ))
* handling company in bank reconciliation tool ([#45582 ](https://github.com/frappe/erpnext/issues/45582 )) ([7823f1b ](7823f1b06f ))
* payment schedule table is empty while duplicating record ([d0ff91b ](d0ff91b0e0 ))
* **pos:** add item in the existing item row when discount is applied ([3c6ed0a ](3c6ed0a565 ))
* posting_date to posting_datetime in stock related queries ([bf3d68e ](bf3d68e76d ))
* renamed Commments Tab to Notes tab in Lead doctype ([0eddd1e ](0eddd1e2d7 ))
* track employee changes ([#45674 ](https://github.com/frappe/erpnext/issues/45674 )) ([43a5c33 ](43a5c33dbf ))
### Features
* set bank account of company to default company bank account from masters ([dac5307 ](dac53074f2 ))
2025-02-05 11:45:31 +00:00
ruthra kumar
21b7833d57
Merge pull request #45704 from frappe/version-14-hotfix
...
chore: release v14
2025-02-05 17:14:10 +05:30
ruthra kumar
b217a7ee3e
Merge pull request #45736 from frappe/mergify/bp/version-14-hotfix/pr-45717
...
fix(Purchase Invoice): default payment terms template selected while duplicating (backport #45717 )
2025-02-05 15:30:42 +05:30
ruthra kumar
49787b6d84
chore: resolve conflicts
2025-02-05 15:22:13 +05:30
Ejaaz Khan
95903c9f96
refactor: remove log
...
(cherry picked from commit bfc01441a0 )
2025-02-05 09:47:58 +00:00
Ejaaz Khan
d0ff91b0e0
fix: payment schedule table is empty while duplicating record
...
(cherry picked from commit fb3f08a441 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
2025-02-05 09:47:58 +00:00
Ejaaz Khan
82cfafb610
fix: default payment terms template selected while duplicating
...
(cherry picked from commit 18127603fe )
2025-02-05 09:47:57 +00:00
ruthra kumar
d14acb4f58
Merge pull request #45729 from frappe/mergify/bp/version-14-hotfix/pr-45686
...
fix: allow multiple email ids (backport #45686 )
2025-02-05 14:27:57 +05:30
ruthra kumar
202693d4c3
Merge pull request #45730 from frappe/mergify/bp/version-14-hotfix/pr-45447
...
fix(pos): add item in the existing item row when discount is applied (backport #45447 )
2025-02-05 14:10:21 +05:30
venkat102
3c6ed0a565
fix(pos): add item in the existing item row when discount is applied
...
(cherry picked from commit bee2c04d0b )
2025-02-05 14:03:54 +05:30
Sudharsanan11
2f33f6bdf5
fix: check billing address
...
(cherry picked from commit 9950e4aa0c )
2025-02-05 08:19:59 +00:00
Sudharsanan11
9510758ce4
fix: allow multiple email ids
...
(cherry picked from commit 423decb93c )
2025-02-05 08:19:58 +00:00
ruthra kumar
f01765db6f
Merge pull request #45722 from frappe/mergify/bp/version-14-hotfix/pr-45721
...
fix: closing stock balance report not generating (backport #45721 )
2025-02-05 10:38:34 +05:30
Rohit Waghchaure
3f6beebeec
fix: closing stock balance report not generating
...
(cherry picked from commit 47d1c3b5a3 )
2025-02-05 03:16:09 +00:00
ruthra kumar
8a9d554c32
Merge pull request #45712 from frappe/mergify/bp/version-14-hotfix/pr-45582
...
fix: handling company in bank reconciliation tool (backport #45582 )
2025-02-04 17:32:26 +05:30
Aayush Dalal
7823f1b06f
fix: handling company in bank reconciliation tool ( #45582 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit d1c927530e )
2025-02-04 11:45:02 +00:00
ruthra kumar
4d5becbd7c
Merge pull request #45676 from frappe/mergify/bp/version-14-hotfix/pr-45674
...
fix: track employee changes (backport #45674 )
2025-02-03 15:27:16 +05:30
Ankush Menat
43a5c33dbf
fix: track employee changes ( #45674 )
...
closes https://github.com/frappe/erpnext/issues/45571
(cherry picked from commit 827afbfa2e )
2025-02-03 08:52:37 +00:00
ruthra kumar
50c26ba017
Merge pull request #45668 from frappe/mergify/bp/version-14-hotfix/pr-45619
...
feat: set bank account of company to default company bank account fro… (backport #45619 )
2025-02-03 14:05:38 +05:30
ruthra kumar
7bfe0526a1
Merge pull request #45670 from frappe/mergify/bp/version-14-hotfix/pr-44790
...
refactor: configurable posting date for Exc Gain / Loss journal (backport #44790 )
2025-02-03 14:04:56 +05:30
Shariq Ansari
235b38a3af
Merge pull request #45672 from frappe/mergify/bp/version-14-hotfix/pr-45637
...
fix: renamed Comments Tab to Notes tab in Lead doctype (backport #45637 )
2025-02-03 13:27:22 +05:30
Shariq Ansari
c6ed82a304
chore: resolved conflict
2025-02-03 13:25:10 +05:30
ruthra kumar
e9d934d378
chore: resolve conflicts
2025-02-03 13:24:27 +05:30
Shariq Ansari
0eddd1e2d7
fix: renamed Commments Tab to Notes tab in Lead doctype
...
(cherry picked from commit 018df3135a )
# Conflicts:
# erpnext/crm/doctype/lead/lead.json
2025-02-03 07:53:25 +00:00
ruthra kumar
cc275318e3
refactor: support JE posting date in semi-auto reconciilation tool
...
(cherry picked from commit a71718883e )
# Conflicts:
# erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
# erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.py
2025-02-03 07:29:24 +00:00
ruthra kumar
620cdc2489
test: exc gain/loss posting date based on configuration
...
(cherry picked from commit 2f3281579a )
# Conflicts:
# erpnext/controllers/tests/test_accounts_controller.py
2025-02-03 07:29:24 +00:00
ruthra kumar
ef6e264887
refactor: only apply configuration on normal payments
...
patch to update default value
(cherry picked from commit b2c3da135e )
# Conflicts:
# erpnext/controllers/accounts_controller.py
# erpnext/patches.txt
2025-02-03 07:29:24 +00:00
ruthra kumar
5a62bd6e85
refactor: allow reconciliation date for exchange gain / loss
...
(cherry picked from commit 95af63e305 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2025-02-03 07:29:23 +00:00
ruthra kumar
035139d4c7
refactor: configurable posting date for Exc Gain / Loss journal
...
(cherry picked from commit 5257413a93 )
2025-02-03 07:29:23 +00:00
ruthra kumar
b5637c43fa
refactor: configurable posting date for Exc Gain / Loss journal
...
(cherry picked from commit 3fbd2ca0d9 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
# erpnext/accounts/doctype/accounts_settings/accounts_settings.py
2025-02-03 07:29:23 +00:00
Mihir Kandoi
dac53074f2
feat: set bank account of company to default company bank account from masters
...
(cherry picked from commit ce7702cc19 )
2025-02-03 06:31:55 +00:00
rohitwaghchaure
b6a6bced61
Merge pull request #45666 from frappe/mergify/bp/version-14-hotfix/pr-45621
...
fix: delivered button of purchase order (backport #45621 )
2025-02-03 12:01:11 +05:30
rohitwaghchaure
7b3c35c167
chore: fix conflicts
2025-02-03 11:58:10 +05:30
Mihir Kandoi
83bce785ff
fix: bind this to function
...
(cherry picked from commit 41649cf52d )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.js
2025-02-03 06:22:42 +00:00
mergify[bot]
0086656748
fix: Gross Profit Report with Correct Totals and Gross Margin (backport #45548 ) ( #45597 )
...
* fix: Gross Profit Report with Correct Totals and Gross Margin (#45548 )
Co-authored-by: Sanket322 <shahsanket322003.com>
(cherry picked from commit aaf720ab61 )
# Conflicts:
# erpnext/accounts/report/gross_profit/test_gross_profit.py
# erpnext/patches.txt
* fix: conflicts
---------
Co-authored-by: Sanket Shah <113279972+Sanket322@users.noreply.github.com >
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-01-31 16:10:25 +05:30
rohitwaghchaure
36b1c436ea
Merge pull request #45618 from frappe/mergify/bp/version-14-hotfix/pr-45612
...
fix: posting_date to posting_datetime in stock related queries (backport #45612 )
2025-01-31 14:43:40 +05:30
ruthra kumar
9f4b3e86b3
Merge pull request #45635 from frappe/mergify/bp/version-14-hotfix/pr-45615
...
fix: correct error message in payment entry (backport #45615 )
2025-01-31 14:18:49 +05:30
ljain112
9f5d7e41ec
fix: correct error message in payment entry
...
(cherry picked from commit 592704cfd0 )
2025-01-31 07:27:37 +00:00
rohitwaghchaure
50aa4ed55a
chore: fix conflicts
2025-01-31 12:01:45 +05:30
rohitwaghchaure
dee6e2b697
chore: fix conflicts
2025-01-31 10:38:08 +05:30
rohitwaghchaure
9217e919c3
chore: fix conflicts
2025-01-31 10:36:25 +05:30
Rohit Waghchaure
bf3d68e76d
fix: posting_date to posting_datetime in stock related queries
...
(cherry picked from commit e61ab48145 )
# Conflicts:
# erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py
# erpnext/stock/report/stock_ledger/stock_ledger.py
2025-01-30 15:50:38 +00:00
Frappe PR Bot
4eaaffe550
chore(release): Bumped to Version 14.81.0
...
# [14.81.0](https://github.com/frappe/erpnext/compare/v14.80.0...v14.81.0 ) (2025-01-29)
### Bug Fixes
* add condition to check if item is delivered by supplier in make_purchase_order_for_default_supplier() ([#45370 ](https://github.com/frappe/erpnext/issues/45370 )) ([69464ab ](69464ab7ff ))
* add multiple item issue in stock entry (backport [#45544 ](https://github.com/frappe/erpnext/issues/45544 )) ([#45579 ](https://github.com/frappe/erpnext/issues/45579 )) ([1160df9 ](1160df9350 ))
* currency decimal on POS Past Order List (backport [#45524 ](https://github.com/frappe/erpnext/issues/45524 )) ([#45526 ](https://github.com/frappe/erpnext/issues/45526 )) ([4d2352a ](4d2352af00 ))
* fix creating documents from sales invoice (backport [#45346 ](https://github.com/frappe/erpnext/issues/45346 )) ([#45407 ](https://github.com/frappe/erpnext/issues/45407 )) ([452b205 ](452b205021 ))
* get stock balance filtered by company for validating stock value in jv (backport [#45549 ](https://github.com/frappe/erpnext/issues/45549 )) ([#45577 ](https://github.com/frappe/erpnext/issues/45577 )) ([e682d2c ](e682d2c9ae ))
* heatmap for Customer and Supplier not rendering ([#44717 ](https://github.com/frappe/erpnext/issues/44717 )) ([ecdff8f ](ecdff8f320 ))
* Merge Conflicts ([35f801f ](35f801feda ))
* remove applied pricing rule ([c484563 ](c484563bea ))
* resolved pos return setting to default mode of payment instead of user selection ([#45377 ](https://github.com/frappe/erpnext/issues/45377 )) ([#45436 ](https://github.com/frappe/erpnext/issues/45436 )) ([24dc1bf ](24dc1bf1a3 ))
* secure bulk transaction (backport [#45386 ](https://github.com/frappe/erpnext/issues/45386 )) ([#45425 ](https://github.com/frappe/erpnext/issues/45425 )) ([c6bc928 ](c6bc928f50 ))
* set company related values ([03068ab ](03068ab96c ))
* set preferred email in Employee via backend controller (backport [#45320 ](https://github.com/frappe/erpnext/issues/45320 )) ([#45378 ](https://github.com/frappe/erpnext/issues/45378 )) ([1622fc8 ](1622fc8728 ))
* update fields on change of item code In `Update Items` of `Sales Order` ([#45125 ](https://github.com/frappe/erpnext/issues/45125 )) ([8befe7f ](8befe7f244 ))
* update voucher outstanding from payment ledger ([a015527 ](a0155279e0 ))
* use user defined discount amount or default ([914f4bf ](914f4bffea ))
* Wrong `bank_ac_no` filter + simplify convoluted logic ([b6b453c ](b6b453ca5d ))
### Features
* add company level validation for accounting dimension ([cca5fbd ](cca5fbd81a ))
2025-01-29 11:30:28 +00:00
ruthra kumar
2c693c638d
Merge pull request #45567 from frappe/version-14-hotfix
...
chore: release v14
2025-01-29 16:58:57 +05:30
ruthra kumar
39e82dfbc1
Merge pull request #45593 from frappe/mergify/bp/version-14-hotfix/pr-45569
...
fix: update voucher outstanding from payment ledger (backport #45569 )
2025-01-29 16:33:00 +05:30
ljain112
a0155279e0
fix: update voucher outstanding from payment ledger
...
(cherry picked from commit dd77070351 )
2025-01-29 10:42:17 +00:00
mergify[bot]
e682d2c9ae
fix: get stock balance filtered by company for validating stock value in jv (backport #45549 ) ( #45577 )
...
* fix: get stock balance filtered by company for validating stock value in jv (#45549 )
* fix: get stock balance filtered by company for validating stock value in jv
* test: error is raised on validate
(cherry picked from commit 9f20854bd9 )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/test_journal_entry.py
* fix: conflict
---------
Co-authored-by: Lakshit Jain <108322669+ljain112@users.noreply.github.com >
Co-authored-by: ljain112 <ljain112@gmail.com >
2025-01-29 12:46:13 +05:30
mergify[bot]
1160df9350
fix: add multiple item issue in stock entry (backport #45544 ) ( #45579 )
...
fix: add multiple item issue in stock entry (#45544 )
(cherry picked from commit 5a023dc8d4 )
Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com >
2025-01-29 12:45:48 +05:30
ruthra kumar
80ed2fb1fb
Merge pull request #45538 from frappe/mergify/bp/version-14-hotfix/pr-45345
...
fix: maintain existing discounts in get_pricing_rule_for_item (backport #45345 )
2025-01-29 12:26:52 +05:30
ruthra kumar
9eda931b97
chore: resolve conflicts
2025-01-29 11:58:21 +05:30
ruthra kumar
30f001edea
Merge pull request #45556 from frappe/mergify/bp/version-14-hotfix/pr-45125
...
fix: update fields on change of item code In `Update Items` of `Sales Order` (backport #45125 )
2025-01-28 11:32:08 +05:30
Sanket Shah
8befe7f244
fix: update fields on change of item code In Update Items of Sales Order ( #45125 )
...
* fix: update fields on change of item code
* fix: minor update
* fix: set the new values always
* Revert "fix: set the new values always"
This reverts commit 44daa0a641 .
---------
Co-authored-by: Sanket322 <shahsanket322003.com>
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit 9933d3c8ff )
2025-01-28 05:58:26 +00:00
mergify[bot]
de531a81b6
chore: bump actions/cache to v4 (backport #45541 ) ( #45545 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-01-27 15:57:05 +01:00
ruthra kumar
ecbeaaf533
Merge pull request #45533 from frappe/mergify/bp/version-14-hotfix/pr-45302
...
feat: add company level validation for accounting dimension (backport #45302 )
2025-01-27 17:30:52 +05:30
ruthra kumar
befc16cc97
refactor(test): update test data
2025-01-27 16:12:18 +05:30
ruthra kumar
b8e4d80b4e
chore: resolve conflicts
2025-01-27 16:12:18 +05:30
Sugesh393
9767dc61a6
chore: update variable names for improved readability
...
(cherry picked from commit 36bae55299 )
2025-01-27 16:12:18 +05:30
Sugesh393
03068ab96c
fix: set company related values
...
(cherry picked from commit 454067198e )
2025-01-27 16:12:12 +05:30
Sanket322
c484563bea
fix: remove applied pricing rule
...
(cherry picked from commit 50223c6bec )
# Conflicts:
# erpnext/public/js/controllers/transaction.js
2025-01-27 10:32:53 +00:00
Sanket322
914f4bffea
fix: use user defined discount amount or default
...
(cherry picked from commit e2a32b7257 )
2025-01-27 10:32:52 +00:00
Sugesh393
2fb1aaa5c3
test: add new unit test for company validation in accounting dimension
...
(cherry picked from commit c94091d68f )
# Conflicts:
# erpnext/controllers/tests/test_accounts_controller.py
2025-01-27 09:24:59 +00:00
Sugesh393
cca5fbd81a
feat: add company level validation for accounting dimension
...
(cherry picked from commit 60efd3e219 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2025-01-27 09:24:59 +00:00
mergify[bot]
4d2352af00
fix: currency decimal on POS Past Order List (backport #45524 ) ( #45526 )
...
fix: currency decimal on POS Past Order List (#45524 )
* fix: currency decimal on POS
* fix: removed precision
(cherry picked from commit 2ac8c92e7f )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-27 13:21:34 +05:30
Diptanil Saha
24dc1bf1a3
fix: resolved pos return setting to default mode of payment instead of user selection ( #45377 ) ( #45436 )
...
* fix: resolved pos return setting to default mode of payment instead of user selection
* refactor: removed console log statement
* refactor: moved get_payment_data to sales_and_purchase_return.py
2025-01-24 22:51:22 +05:30
mergify[bot]
c6bc928f50
fix: secure bulk transaction (backport #45386 ) ( #45425 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: secure bulk transaction (#45386 )
2025-01-24 17:19:17 +01:00
ruthra kumar
9518063a81
Merge pull request #45401 from frappe/mergify/bp/version-14-hotfix/pr-45129
...
fix: Wrong `bank_ac_no` filter + simplify logic in automatch (backport #45129 )
2025-01-24 10:43:32 +05:30
mergify[bot]
452b205021
fix: fix creating documents from sales invoice (backport #45346 ) ( #45407 )
...
* fix: fix creating documents from sales invoice (#45346 )
Co-authored-by: Meike Nedwidek <nedwidek@kk-software.de >
(cherry picked from commit 1758e125e0 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.js
* fix: resolved conflict
---------
Co-authored-by: meike289 <63092915+meike289@users.noreply.github.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2025-01-23 18:19:32 +05:30
marination
35f801feda
fix: Merge Conflicts
2025-01-23 13:28:21 +01:00
Shanuka Hewage
69464ab7ff
fix: add condition to check if item is delivered by supplier in make_purchase_order_for_default_supplier() ( #45370 )
2025-01-23 17:57:04 +05:30
marination
b6b453ca5d
fix: Wrong bank_ac_no filter + simplify convoluted logic
...
(cherry picked from commit 8521796811 )
# Conflicts:
# erpnext/accounts/doctype/bank_transaction/auto_match_party.py
2025-01-23 11:13:05 +00:00
mergify[bot]
1622fc8728
fix: set preferred email in Employee via backend controller (backport #45320 ) ( #45378 )
...
fix: set preferred email in Employee via backend controller (#45320 )
fix: set preferred email in Employee (backend)
Set "Preferred Email" for Employee via validate. Unset value when
prefered_contact_email is also unset.
(cherry picked from commit 4481ca83ff )
Co-authored-by: gavin <gavin18d@gmail.com >
2025-01-23 11:15:13 +05:30
HENRY Florian
ecdff8f320
fix: heatmap for Customer and Supplier not rendering ( #44717 )
2025-01-22 12:11:16 +05:30
Frappe PR Bot
a22d3b9895
chore(release): Bumped to Version 14.80.0
...
# [14.80.0](https://github.com/frappe/erpnext/compare/v14.79.0...v14.80.0 ) (2025-01-22)
### Bug Fixes
* do not reset picked items ([fe5de30 ](fe5de30256 ))
* include pos invoice in modifing key for returned item validation ([431fa22 ](431fa225e3 ))
* pos search by term items price (backport [#45006 ](https://github.com/frappe/erpnext/issues/45006 )) ([#45102 ](https://github.com/frappe/erpnext/issues/45102 )) ([524a8d7 ](524a8d77f7 ))
* **Project:** re-phrase welcome email ([#45175 ](https://github.com/frappe/erpnext/issues/45175 )) ([77e92b3 ](77e92b38eb ))
* round off tax withholding amount ([#45271 ](https://github.com/frappe/erpnext/issues/45271 )) ([667e659 ](667e659e3f ))
* update query ([49e3865 ](49e3865265 ))
* validate linked sales person ([f9420db ](f9420db3ca ))
### Features
* add difference_posting_date field ([1753509 ](17535095e2 ))
* use difference_posting_date for journal entry posting_date ([0fdd681 ](0fdd6817a6 ))
### Reverts
* avoid change to translatable string ([20bb151 ](20bb15167d ))
2025-01-22 03:34:40 +00:00
ruthra kumar
ad960c1470
Merge pull request #45358 from frappe/version-14-hotfix
...
chore: release v14
2025-01-22 09:03:17 +05:30
ruthra kumar
0c7219159a
Merge pull request #45359 from frappe/mergify/bp/version-14-hotfix/pr-45242
...
fix: include pos invoice in modifing key for returned item validation (backport #45242 )
2025-01-21 16:58:13 +05:30
venkat102
431fa225e3
fix: include pos invoice in modifing key for returned item validation
...
(cherry picked from commit 2936139c79 )
2025-01-21 11:06:02 +00:00
ruthra kumar
f27e35c8f4
Merge pull request #45351 from frappe/mergify/bp/version-14-hotfix/pr-44808
...
feat: Added difference_posting_date field in Sales Invoice Advance and Purchase Invoice Advance (backport #44808 )
2025-01-21 14:48:27 +05:30
ruthra kumar
5fbffcbd7b
Merge pull request #45311 from frappe/mergify/bp/version-14-hotfix/pr-45175
...
fix(Project): re-phrase welcome email (backport #45175 )
2025-01-21 13:56:30 +05:30
ruthra kumar
bb949da334
Merge pull request #45313 from frappe/mergify/bp/version-14-hotfix/pr-45271
...
fix: round off tax withholding amount (backport #45271 )
2025-01-21 13:55:19 +05:30
ruthra kumar
8764a321c7
chore: resolve conflicts
2025-01-21 12:57:10 +05:30
rs-rethik
49e3865265
fix: update query
...
(cherry picked from commit 854e37c05c )
2025-01-21 06:54:23 +00:00
rs-rethik
33a1da8194
refactor: convert sql query to query builder
...
(cherry picked from commit 2d58e845e6 )
2025-01-21 06:54:23 +00:00
rs-rethik
52309fe0b6
test: add unit test to validate journal entry posting date
...
(cherry picked from commit c14a2d73bf )
# Conflicts:
# erpnext/controllers/tests/test_accounts_controller.py
2025-01-21 06:54:23 +00:00
rs-rethik
0fdd6817a6
feat: use difference_posting_date for journal entry posting_date
...
(cherry picked from commit ff1d040a6e )
2025-01-21 06:54:22 +00:00
rs-rethik
17535095e2
feat: add difference_posting_date field
...
(cherry picked from commit 225e56cbca )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.json
# erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.py
# erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.json
# erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.py
2025-01-21 06:54:22 +00:00
ruthra kumar
4d74597f94
Merge pull request #45336 from frappe/mergify/bp/version-14-hotfix/pr-45167
...
fix: validate linked sales person (backport #45167 )
2025-01-20 12:10:39 +05:30
Sudharsanan11
f9420db3ca
fix: validate linked sales person
...
(cherry picked from commit e614f07795 )
2025-01-20 06:20:20 +00:00
rohitwaghchaure
8996685f44
Merge pull request #45326 from frappe/mergify/bp/version-14-hotfix/pr-44783
...
fix: do not reset picked items (backport #44783 )
2025-01-19 15:07:00 +05:30
rohitwaghchaure
7046a01921
chore: fix test case
2025-01-19 14:22:52 +05:30
rohitwaghchaure
0b8cf3a369
chore: fix conflicts
2025-01-19 13:52:49 +05:30
Rohit Waghchaure
fe5de30256
fix: do not reset picked items
...
(cherry picked from commit 34a80bfcd3 )
# Conflicts:
# erpnext/stock/doctype/pick_list/test_pick_list.py
2025-01-18 10:15:22 +00:00
barredterra
20bb15167d
revert: avoid change to translatable string
2025-01-17 14:38:27 +01:00
barredterra
1ccf30d97b
chore: resolve confilcts
2025-01-17 14:38:03 +01:00
mergify[bot]
524a8d77f7
fix: pos search by term items price (backport #45006 ) ( #45102 )
...
* fix: load price list rate for pos search term
(cherry picked from commit 4b6cae156e )
# Conflicts:
# erpnext/selling/page/point_of_sale/point_of_sale.py
* fix: load search term price with customer default price list
(cherry picked from commit 2beb485d77 )
* chore: resolve conflict
---------
Co-authored-by: diptanilsaha <diptanil.dev@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2025-01-17 17:02:34 +05:30
Lakshit Jain
667e659e3f
fix: round off tax withholding amount ( #45271 )
...
(cherry picked from commit ada272a29b )
2025-01-17 11:21:09 +00:00
Patrick Eißler
77e92b38eb
fix(Project): re-phrase welcome email ( #45175 )
...
(cherry picked from commit 8d66142865 )
# Conflicts:
# erpnext/projects/doctype/project/project.py
2025-01-17 11:19:03 +00:00
Frappe PR Bot
ff3425ead1
chore(release): Bumped to Version 14.79.0
...
# [14.79.0](https://github.com/frappe/erpnext/compare/v14.78.9...v14.79.0 ) (2025-01-15)
### Bug Fixes
* deduct tds on excess amount if checked ([6a52f79 ](6a52f79cce ))
* do not add ordered items from Quotation to new Sales Order ([d42173b ](d42173beb5 ))
* **Timesheet:** ignore permissions when updating Task and Project (backport [#45168 ](https://github.com/frappe/erpnext/issues/45168 )) ([#45171 ](https://github.com/frappe/erpnext/issues/45171 )) ([49ffecc ](49ffeccafa ))
* typo ([#45233 ](https://github.com/frappe/erpnext/issues/45233 )) ([6bc210d ](6bc210d9f4 ))
### Features
* validate discount date in payment schedule (backport [#44646 ](https://github.com/frappe/erpnext/issues/44646 )) ([#44726 ](https://github.com/frappe/erpnext/issues/44726 )) ([f4b7fa8 ](f4b7fa8980 ))
2025-01-15 12:09:13 +00:00
rohitwaghchaure
d098fd3fc3
Merge pull request #45264 from frappe/version-14-hotfix
...
chore: release v14
2025-01-15 17:37:57 +05:30
ruthra kumar
a66d475b56
Merge pull request #45253 from frappe/mergify/bp/version-14-hotfix/pr-45001
...
fix: deduct tds on excess amount if checked (backport #45001 )
2025-01-14 10:28:19 +05:30
ljain112
6a52f79cce
fix: deduct tds on excess amount if checked
...
(cherry picked from commit a203e3ffaf )
2025-01-14 04:33:09 +00:00
mergify[bot]
49ffeccafa
fix(Timesheet): ignore permissions when updating Task and Project (backport #45168 ) ( #45171 )
...
* fix(Timesheet): ignore permissions when updating Task and Project (#45168 )
(cherry picked from commit 9e760e54a5 )
# Conflicts:
# erpnext/projects/doctype/timesheet/timesheet.py
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2025-01-13 12:08:26 +05:30
Nabin Hait
6bc210d9f4
fix: typo ( #45233 )
2025-01-13 12:04:40 +05:30
mergify[bot]
f4b7fa8980
feat: validate discount date in payment schedule (backport #44646 ) ( #44726 )
...
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2025-01-09 18:51:27 +01:00
rohitwaghchaure
c331a4fa84
Merge pull request #45185 from frappe/mergify/bp/version-14-hotfix/pr-45180
...
fix: do not add ordered items from Quotation to new Sales Order (backport #45180 )
2025-01-09 16:27:15 +05:30
Rohit Waghchaure
d42173beb5
fix: do not add ordered items from Quotation to new Sales Order
...
(cherry picked from commit 2e930eb97b )
2025-01-09 09:09:56 +00:00
Frappe PR Bot
611c1f1ec2
chore(release): Bumped to Version 14.78.9
...
## [14.78.9](https://github.com/frappe/erpnext/compare/v14.78.8...v14.78.9 ) (2025-01-08)
### Bug Fixes
* add monthly distributation and write query in qb ([7d1d0c8 ](7d1d0c8e0c ))
* discount resetting on date change ([01d2794 ](01d2794968 )), closes [#44989 ](https://github.com/frappe/erpnext/issues/44989 )
* header_img field schema ([eb55051 ](eb5505187e ))
* Missing company filter breaks `get_account_balance` in Bank Reco ([821cfe2 ](821cfe2c39 ))
* Override pre-commit behaviour due to conflicts with CI ([46894a5 ](46894a5b86 ))
* **Project:** make status in confirmation dialog translatable ([#45118 ](https://github.com/frappe/erpnext/issues/45118 )) ([07653c5 ](07653c54f3 ))
* Returned Qty in Work Order Consumed Materials report ([affa67e ](affa67e74d ))
* update customer contact details on pos (backport [#45071 ](https://github.com/frappe/erpnext/issues/45071 )) ([#45105 ](https://github.com/frappe/erpnext/issues/45105 )) ([2d63fc9 ](2d63fc98d0 ))
2025-01-08 10:27:38 +00:00
ruthra kumar
a05fb916ff
Merge pull request #45132 from frappe/version-14-hotfix
...
chore: release v14
2025-01-08 15:56:16 +05:30
ruthra kumar
b2d35fae10
Merge pull request #45156 from frappe/revert-45152-mergify/bp/version-14-hotfix/pr-45112
...
Revert "fix: Missing company filter breaks `get_account_balance` in Bank Reco (backport #45112 )"
2025-01-08 09:01:37 +05:30
ruthra kumar
8d13ef050e
Revert "fix: Missing company filter breaks get_account_balance in Bank Reco (backport #45112 )"
2025-01-08 09:00:21 +05:30
ruthra kumar
8ac40f07e3
Merge pull request #45152 from frappe/mergify/bp/version-14-hotfix/pr-45112
...
fix: Missing company filter breaks `get_account_balance` in Bank Reco (backport #45112 )
2025-01-08 08:59:22 +05:30
marination
46894a5b86
fix: Override pre-commit behaviour due to conflicts with CI
...
(cherry picked from commit d7bf73cffa )
2025-01-08 02:46:51 +00:00
marination
821cfe2c39
fix: Missing company filter breaks get_account_balance in Bank Reco
...
(cherry picked from commit 8de0fe78ea )
2025-01-08 02:46:51 +00:00
ruthra kumar
b8b76a5b58
Merge pull request #45122 from frappe/mergify/bp/version-14-hotfix/pr-45121
...
fix: discount resetting on date change (backport #45121 )
2025-01-07 11:26:24 +05:30
ruthra kumar
01d2794968
fix: discount resetting on date change
...
revert #44989
(cherry picked from commit 886281f81a )
2025-01-07 05:51:46 +00:00
ruthra kumar
02cfb589a2
Merge pull request #45108 from frappe/mergify/bp/version-14-hotfix/pr-45107
...
fix: Returned Qty in Work Order Consumed Materials report (backport #45107 )
2025-01-07 10:12:56 +05:30
ruthra kumar
caf5faceda
Merge pull request #45119 from frappe/mergify/bp/version-14-hotfix/pr-45118
...
fix(Project): make status in confirmation dialog translatable (backport #45118 )
2025-01-07 10:12:04 +05:30
Raffael Meyer
07653c54f3
fix(Project): make status in confirmation dialog translatable ( #45118 )
...
(cherry picked from commit 9eede907f8 )
2025-01-06 22:13:47 +00:00
Rohit Waghchaure
affa67e74d
fix: Returned Qty in Work Order Consumed Materials report
...
(cherry picked from commit 30d68a31e0 )
2025-01-06 10:37:28 +00:00
mergify[bot]
2d63fc98d0
fix: update customer contact details on pos (backport #45071 ) ( #45105 )
...
fix: update customer contact details on pos (#45071 )
* fix: update customer contact details on pos
* refactor: removed console log statement
(cherry picked from commit d79e561248 )
Co-authored-by: Diptanil Saha <diptanil@frappe.io >
2025-01-06 14:58:36 +05:30
ruthra kumar
8bb4415f65
Merge pull request #45079 from frappe/mergify/bp/version-14-hotfix/pr-44983
...
fix: add monthly distributation and write query in qb (backport #44983 )
2025-01-06 10:28:45 +05:30
ruthra kumar
90b2ec9aba
Merge pull request #42438 from trustedcomputer/version-14-hotfix
...
fix: header_img field schema (backport payments #83 )
2025-01-04 05:20:58 +05:30
ruthra kumar
24ae74ebb3
refactor: store result in variable before enumeration
...
helps to inspect result while debugging
(cherry picked from commit b60bd17d1d )
2025-01-03 23:48:31 +00:00
Sanket322
7d1d0c8e0c
fix: add monthly distributation and write query in qb
...
(cherry picked from commit 27195c7c96 )
2025-01-03 23:48:30 +00:00
Frappe PR Bot
1f39bb9c7a
chore(release): Bumped to Version 14.78.8
...
## [14.78.8](https://github.com/frappe/erpnext/compare/v14.78.7...v14.78.8 ) (2025-01-03)
### Bug Fixes
* BOM cost update issue ([4977843 ](49778432ea ))
* removed unused code ([9efc1de ](9efc1de40e ))
* slow stock transactions (backport [#45025 ](https://github.com/frappe/erpnext/issues/45025 )) ([#45026 ](https://github.com/frappe/erpnext/issues/45026 )) ([b7509e3 ](b7509e326e ))
2025-01-03 01:21:42 +00:00
ruthra kumar
9e60f67d25
Merge pull request #45064 from frappe/version-14-hotfix
...
chore: release v14
2025-01-03 06:50:19 +05:30
ruthra kumar
6a91f9155f
Merge pull request #45059 from frappe/mergify/bp/version-14/pr-45056
...
chore: partial revert #44989 (backport #45056 )
2025-01-02 21:04:58 +05:30
ruthra kumar
b3d545f91a
Merge pull request #45057 from frappe/mergify/bp/version-14-hotfix/pr-45056
...
chore: partial revert #44989 (backport #45056 )
2025-01-02 21:04:16 +05:30
ruthra kumar
77f612354f
chore: partial revert #44989
...
(cherry picked from commit 63d547fb4a )
2025-01-02 15:29:53 +00:00
ruthra kumar
7b0e19499b
chore: partial revert #44989
...
(cherry picked from commit 63d547fb4a )
2025-01-02 15:27:38 +00:00
rohitwaghchaure
34504a23ec
Merge pull request #45041 from frappe/mergify/bp/version-14-hotfix/pr-45039
...
fix: removed unused code (backport #45039 )
2025-01-02 13:32:23 +05:30
rohitwaghchaure
b603adce5e
chore: fix conflicts
2025-01-02 12:21:03 +05:30
Rohit Waghchaure
9efc1de40e
fix: removed unused code
...
(cherry picked from commit dc5f2d35ac )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.py
2025-01-02 06:47:37 +00:00
rohitwaghchaure
ff622ef552
Merge pull request #45037 from frappe/mergify/bp/version-14-hotfix/pr-45036
...
fix: Auto BOM cost update issue (backport #45036 )
2025-01-02 12:15:37 +05:30
Rohit Waghchaure
49778432ea
fix: BOM cost update issue
...
(cherry picked from commit 28ea3ddd51 )
2025-01-02 04:55:15 +00:00
Frappe PR Bot
0e8a04f2cc
chore(release): Bumped to Version 14.78.7
...
## [14.78.7](https://github.com/frappe/erpnext/compare/v14.78.6...v14.78.7 ) (2025-01-01)
### Bug Fixes
* slow stock transactions (backport [#45025 ](https://github.com/frappe/erpnext/issues/45025 )) ([#45026 ](https://github.com/frappe/erpnext/issues/45026 )) ([a85a103 ](a85a103bad ))
2025-01-01 10:48:12 +00:00
rohitwaghchaure
2a40845f65
Merge pull request #45029 from frappe/mergify/bp/version-14/pr-45026
...
fix: slow stock transactions (backport #45025 ) (backport #45026 )
2025-01-01 16:16:46 +05:30
mergify[bot]
a85a103bad
fix: slow stock transactions (backport #45025 ) ( #45026 )
...
* fix: slow stock transactions (#45025 )
(cherry picked from commit e92af10f14 )
# Conflicts:
# erpnext/stock/stock_ledger.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit b7509e326e )
2025-01-01 10:00:11 +00:00
mergify[bot]
b7509e326e
fix: slow stock transactions (backport #45025 ) ( #45026 )
...
* fix: slow stock transactions (#45025 )
(cherry picked from commit e92af10f14 )
# Conflicts:
# erpnext/stock/stock_ledger.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-01-01 15:29:06 +05:30
Frappe PR Bot
76ea858e72
chore(release): Bumped to Version 14.78.6
...
## [14.78.6](https://github.com/frappe/erpnext/compare/v14.78.5...v14.78.6 ) (2025-01-01)
### Bug Fixes
* apply apply_pricing_rule date change ([cca507f ](cca507f0bd ))
* clear payment schedule in purchase invoice for is_paid ([cdd3763 ](cdd3763a8b ))
* duplicate validate for closing stock balance (backport [#45015 ](https://github.com/frappe/erpnext/issues/45015 )) ([#45021 ](https://github.com/frappe/erpnext/issues/45021 )) ([e2b6615 ](e2b6615e72 ))
* failing tests fixed ([498abf7 ](498abf7c83 ))
* get item tax template based on posting date ([56d0686 ](56d06861d0 ))
* load customer default price list in pos during item selection (backport [#44991 ](https://github.com/frappe/erpnext/issues/44991 )) ([#44992 ](https://github.com/frappe/erpnext/issues/44992 )) ([0f687f1 ](0f687f1db7 ))
* pos payment using non-default mode of payment (backport [#44920 ](https://github.com/frappe/erpnext/issues/44920 )) ([#44970 ](https://github.com/frappe/erpnext/issues/44970 )) ([a0063b3 ](a0063b31c2 )), closes [#41108 ](https://github.com/frappe/erpnext/issues/41108 )
* refactor query in get_total_allocated_amount in bank_transaction ([cc0a478 ](cc0a478559 ))
* resolve conflicts ([443a0b8 ](443a0b81f9 ))
* set paid amount in party currency in bank reco payment entry ([43a40b1 ](43a40b1e66 ))
* Show order tax amount in customer currency on the portal (backport [#44915 ](https://github.com/frappe/erpnext/issues/44915 )) ([#44922 ](https://github.com/frappe/erpnext/issues/44922 )) ([78e0799 ](78e0799a06 ))
* update item_tax_rate in backend ([cf980a1 ](cf980a1304 ))
* update payment amount for partial pos return (backport [#44065 ](https://github.com/frappe/erpnext/issues/44065 )) ([#44961 ](https://github.com/frappe/erpnext/issues/44961 )) ([1da4712 ](1da4712919 ))
2025-01-01 08:56:51 +00:00
ruthra kumar
97487eb6e1
Merge pull request #45004 from frappe/version-14-hotfix
...
chore: release v14
2025-01-01 14:25:31 +05:30
ruthra kumar
97612ebbf7
Merge pull request #45007 from frappe/mergify/bp/version-14-hotfix/pr-44884
...
fix: update item_tax_rate in backend (backport #44884 )
2025-01-01 13:48:40 +05:30
ruthra kumar
02a0bf35ea
chore: remove tests for 'Tax Detail' report
2025-01-01 13:08:08 +05:30
ruthra kumar
0d17cf115a
Merge pull request #45022 from frappe/mergify/bp/version-14-hotfix/pr-44989
...
fix: apply apply_pricing_rule on date change (backport #44989 )
2025-01-01 10:18:10 +05:30
DHINESH00
cca507f0bd
fix: apply apply_pricing_rule date change
...
(cherry picked from commit 2cbab9b875 )
2025-01-01 04:42:47 +00:00
mergify[bot]
e2b6615e72
fix: duplicate validate for closing stock balance (backport #45015 ) ( #45021 )
...
fix: duplicate validate for closing stock balance (#45015 )
(cherry picked from commit 8d650e56ba )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2025-01-01 09:32:51 +05:30
ruthra kumar
fd2a1a0ba0
refactor: use correct method parameters
2024-12-31 17:10:30 +05:30
ruthra kumar
514835b5dd
Merge pull request #45009 from frappe/mergify/bp/version-14-hotfix/pr-44903
...
fix: set paid amount in party currency in bank reco payment entry (backport #44903 )
2024-12-31 16:16:06 +05:30
ruthra kumar
bcd3b36821
chore: resolve conflict
2024-12-31 15:55:03 +05:30
ljain112
43a40b1e66
fix: set paid amount in party currency in bank reco payment entry
...
(cherry picked from commit 70b1077286 )
2024-12-31 10:23:34 +00:00
ljain112
cf980a1304
fix: update item_tax_rate in backend
...
(cherry picked from commit de54c0b41f )
# Conflicts:
# erpnext/controllers/taxes_and_totals.py
2024-12-31 10:21:30 +00:00
mergify[bot]
0f687f1db7
fix: load customer default price list in pos during item selection (backport #44991 ) ( #44992 )
...
fix: load customer default price list in pos during item selection (#44991 )
fix: load customer default price list in pos
(cherry picked from commit d1ae0d784e )
Co-authored-by: Diptanil Saha <diptanil.dev@gmail.com >
2024-12-31 12:52:36 +05:30
mergify[bot]
a0063b31c2
fix: pos payment using non-default mode of payment (backport #44920 ) ( #44970 )
...
fix: pos payment using non-default mode of payment (#44920 )
* fix: pos payment using non-default mode of payment (#41108 )
* fix: included css syntax
* refactor: created a function to sanitize the class name
* refactor: reusing method to sanitize class name
* refactor: function rename
(cherry picked from commit 98cbb7e900 )
Co-authored-by: Diptanil Saha <diptanil.dev@gmail.com >
2024-12-30 13:57:08 +05:30
ruthra kumar
47e2699315
Merge pull request #44965 from frappe/mergify/bp/version-14-hotfix/pr-44921
...
fix: get item tax template based on posting date (backport #44921 )
2024-12-30 13:09:06 +05:30
ruthra kumar
899acc3601
Merge pull request #44962 from vishakhdesai/backport-v14-#44787
...
fix: refactor query in get_total_allocated_amount in bank_transaction (backport #44787 )
2024-12-30 13:08:38 +05:30
ljain112
56d06861d0
fix: get item tax template based on posting date
...
(cherry picked from commit 976e35d547 )
2024-12-30 12:33:40 +05:30
ruthra kumar
45bf65f37c
Merge pull request #44959 from frappe/mergify/bp/version-14-hotfix/pr-44958
...
refactor(test): make manufacturing test idempotent (backport #44958 )
2024-12-30 12:28:08 +05:30
vishakhdesai
443a0b81f9
fix: resolve conflicts
2024-12-30 12:27:14 +05:30
ruthra kumar
d348d587e2
refactor(test): make manufacturing test idempotent
...
(cherry picked from commit f3be246df3 )
2024-12-30 12:04:36 +05:30
mergify[bot]
1da4712919
fix: update payment amount for partial pos return (backport #44065 ) ( #44961 )
...
fix: update payment amount for partial pos return
(cherry picked from commit 53ef6336b6 )
Co-authored-by: Kavin <78342682+kavin0411@users.noreply.github.com >
2024-12-30 11:54:14 +05:30
ruthra kumar
3dcb7c1380
Merge pull request #44934 from frappe/mergify/bp/version-14-hotfix/pr-44892
...
fix: clear payment schedule in purchase invoice for is_paid (backport #44892 )
2024-12-27 14:44:51 +05:30
ruthra kumar
ce7dc5ecb3
chore: resolve conflicts
2024-12-27 13:51:11 +05:30
ruthra kumar
d5f30202b4
refactor: early return is always better
...
validate_advance_entries() has a heavy IO bound operation. Early
return on unwanted cases is always better.
(cherry picked from commit 0589fa7f3e )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2024-12-27 07:54:39 +00:00
Sanket322
cdd3763a8b
fix: clear payment schedule in purchase invoice for is_paid
...
(cherry picked from commit e1fc239f3d )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
# erpnext/controllers/accounts_controller.py
2024-12-27 07:54:38 +00:00
mergify[bot]
78e0799a06
fix: Show order tax amount in customer currency on the portal (backport #44915 ) ( #44922 )
...
* fix: Show order tax amount in customer currency on the portal (#44915 )
(cherry picked from commit b998933ef0 )
# Conflicts:
# erpnext/templates/includes/order/order_taxes.html
* fix: resolved conflict
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-12-27 11:25:59 +05:30
Frappe PR Bot
27b7de4854
chore(release): Bumped to Version 14.78.5
...
## [14.78.5](https://github.com/frappe/erpnext/compare/v14.78.4...v14.78.5 ) (2024-12-25)
### Bug Fixes
* 'str' object has no attribute 'get_sql' ([510e3ce ](510e3cebc9 ))
* added docs.frappe.io in documentation_url ([#44776 ](https://github.com/frappe/erpnext/issues/44776 )) ([82a3fd1 ](82a3fd13f2 ))
* buying rate for service item in gross profit report ([7fa3a78 ](7fa3a789b1 ))
* closing stock balance permissions (backport [#44791 ](https://github.com/frappe/erpnext/issues/44791 )) ([#44792 ](https://github.com/frappe/erpnext/issues/44792 )) ([4cb27b9 ](4cb27b97b4 ))
* correct tds rate with lower deduction certificate ([d55fe7d ](d55fe7d33f ))
* do not set cost_center update_voucher_balance as it is set in init_voucher_balance ([97d5d18 ](97d5d18041 ))
* fetch tax withholding category from the voucher ([1093c22 ](1093c227f1 ))
* permissions for marking Quotation as lost ([0179358 ](0179358f07 ))
* Remove typo ([422ada2 ](422ada2726 ))
* show profit and loss after period closing ([1a089da ](1a089da51a ))
* slow posting datetime update (backport [#44799 ](https://github.com/frappe/erpnext/issues/44799 )) ([#44804 ](https://github.com/frappe/erpnext/issues/44804 )) ([d2ede71 ](d2ede713e4 ))
* update correct cost center in Accounts Receivable Report ([197b13e ](197b13eb87 ))
* use utility method to generate url ([d042330 ](d042330c30 ))
* **ux:** purchase invoice link in error message ([#44797 ](https://github.com/frappe/erpnext/issues/44797 )) ([c9d43f4 ](c9d43f4c88 ))
* Warehouse wise Stock Value chart roles (backport [#44865 ](https://github.com/frappe/erpnext/issues/44865 )) ([#44866 ](https://github.com/frappe/erpnext/issues/44866 )) ([177ca6f ](177ca6f431 ))
2024-12-25 03:34:28 +00:00
ruthra kumar
1b5384f8d4
Merge pull request #44886 from frappe/version-14-hotfix
...
chore: release v14
2024-12-25 09:03:10 +05:30
vishakhdesai
498abf7c83
fix: failing tests fixed
...
(cherry picked from commit 2ce07865d3 )
# Conflicts:
# erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.py
2024-12-24 12:23:59 +00:00
vishakhdesai
cc0a478559
fix: refactor query in get_total_allocated_amount in bank_transaction
...
(cherry picked from commit 6b847cdb62 )
# Conflicts:
# erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.py
# erpnext/accounts/doctype/bank_transaction/bank_transaction.py
2024-12-24 12:23:59 +00:00
ruthra kumar
07947eb3f4
Merge pull request #44893 from frappe/mergify/bp/version-14-hotfix/pr-44878
...
fix: show profit and loss after period closing (backport #44878 )
2024-12-24 17:52:45 +05:30
venkat102
1a089da51a
fix: show profit and loss after period closing
...
(cherry picked from commit dc5cd93bf0 )
2024-12-24 11:33:39 +00:00
ruthra kumar
67c9872146
Merge pull request #44881 from frappe/mergify/bp/version-14-hotfix/pr-44794
...
fix: correct tds rate with lower deduction certificate (backport #44794 )
2024-12-24 14:37:27 +05:30
ljain112
d55fe7d33f
fix: correct tds rate with lower deduction certificate
...
(cherry picked from commit cb9c12d495 )
2024-12-24 08:15:49 +00:00
mergify[bot]
177ca6f431
fix: Warehouse wise Stock Value chart roles (backport #44865 ) ( #44866 )
...
fix: Warehouse wise Stock Value chart roles (#44865 )
(cherry picked from commit 7d41805d0e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 22:30:45 +05:30
ruthra kumar
8915c804c1
Merge pull request #44848 from frappe/mergify/bp/version-14-hotfix/pr-44797
...
fix(ux): purchase invoice link in error message (backport #44797 )
2024-12-23 15:17:58 +05:30
ruthra kumar
d506589d10
Merge pull request #44846 from frappe/mergify/bp/version-14-hotfix/pr-44738
...
fix: fetch tax withholding category from the voucher (backport #44738 )
2024-12-23 15:03:12 +05:30
ruthra kumar
7ef15ec082
Merge pull request #44842 from frappe/mergify/bp/version-14-hotfix/pr-44813
...
fix: update correct cost center in Accounts Receivable Report (backport #44813 )
2024-12-23 14:55:56 +05:30
Nijith anil
c9d43f4c88
fix(ux): purchase invoice link in error message ( #44797 )
...
* fix(ux): purchase invoice link in error message
* chore: fix linter
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit 6f00a87a9c )
2024-12-23 09:19:26 +00:00
venkat102
1093c227f1
fix: fetch tax withholding category from the voucher
...
(cherry picked from commit 09e64594db )
2024-12-23 09:06:02 +00:00
venkat102
d0c60343cd
chore: use get function
...
(cherry picked from commit 1663c7983e )
2024-12-23 09:06:01 +00:00
vishakhdesai
97d5d18041
fix: do not set cost_center update_voucher_balance as it is set in init_voucher_balance
...
(cherry picked from commit 3b36ce560c )
2024-12-23 08:51:37 +00:00
vishakhdesai
197b13eb87
fix: update correct cost center in Accounts Receivable Report
...
(cherry picked from commit 09776e9a5a )
2024-12-23 08:51:37 +00:00
ruthra kumar
0986434871
Merge pull request #44837 from frappe/mergify/bp/version-14-hotfix/pr-44751
...
fix: buying rate for service item in gross profit report (backport #44751 )
2024-12-23 12:08:12 +05:30
ljain112
7fa3a789b1
fix: buying rate for service item in gross profit report
...
(cherry picked from commit 8d6e79a16f )
2024-12-23 06:16:21 +00:00
ruthra kumar
647f039598
Merge pull request #44833 from frappe/mergify/bp/version-14-hotfix/pr-44644
...
fix: permissions for marking Quotation as lost (backport #44644 )
2024-12-23 11:41:55 +05:30
ruthra kumar
00baa6a07f
Merge pull request #44829 from frappe/mergify/bp/version-14-hotfix/pr-44826
...
fix: Remove typo from `Bank Account` on trash (backport #44826 )
2024-12-23 11:26:29 +05:30
ruthra kumar
67ba639ae1
chore: resolve conflicts
2024-12-23 11:16:04 +05:30
barredterra
0179358f07
fix: permissions for marking Quotation as lost
...
(cherry picked from commit 4d5241486f )
# Conflicts:
# erpnext/crm/doctype/competitor/competitor.json
# erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.json
2024-12-23 05:41:57 +00:00
mergify[bot]
4cb27b97b4
fix: closing stock balance permissions (backport #44791 ) ( #44792 )
...
* fix: closing stock balance permissions (#44791 )
(cherry picked from commit 3662a6a41d )
# Conflicts:
# erpnext/stock/doctype/closing_stock_balance/closing_stock_balance.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-23 10:54:34 +05:30
Abdeali Chharchhoda
422ada2726
fix: Remove typo
...
(cherry picked from commit ba28f6bf73 )
2024-12-23 04:52:05 +00:00
mergify[bot]
d2ede713e4
fix: slow posting datetime update (backport #44799 ) ( #44804 )
...
fix: slow posting datetime update
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-12-20 13:37:00 +05:30
ruthra kumar
e48022f2fe
Merge pull request #44777 from frappe/mergify/bp/version-14-hotfix/pr-44776
...
fix: added docs.frappe.io in documentation_url (backport #44776 )
2024-12-18 17:53:22 +05:30
Nabin Hait
82a3fd13f2
fix: added docs.frappe.io in documentation_url ( #44776 )
...
(cherry picked from commit febdf4c61e )
2024-12-18 11:59:32 +00:00
Frappe PR Bot
561fe5a171
chore(release): Bumped to Version 14.78.4
...
## [14.78.4](https://github.com/frappe/erpnext/compare/v14.78.3...v14.78.4 ) (2024-12-18)
### Bug Fixes
* 'str' object has no attribute 'get_sql' ([bd20ff5 ](bd20ff581b ))
2024-12-18 09:07:38 +00:00
ruthra kumar
f8f2c39ed5
Merge pull request #44768 from frappe/mergify/bp/version-14/pr-44765
...
fix: 'str' object has no attribute 'get_sql' (backport #44765 )
2024-12-18 14:36:18 +05:30
ruthra kumar
becd64fccb
Merge pull request #44769 from frappe/mergify/bp/version-14-hotfix/pr-44765
...
fix: 'str' object has no attribute 'get_sql' (backport #44765 )
2024-12-18 14:34:21 +05:30
ljain112
510e3cebc9
fix: 'str' object has no attribute 'get_sql'
...
(cherry picked from commit 9a43acb65c )
2024-12-18 08:43:18 +00:00
ljain112
bd20ff581b
fix: 'str' object has no attribute 'get_sql'
...
(cherry picked from commit 9a43acb65c )
2024-12-18 08:43:15 +00:00
ruthra kumar
b4faee24da
Merge pull request #44759 from frappe/mergify/bp/version-14-hotfix/pr-44758
...
fix: use utility method to generate url (backport #44758 )
2024-12-18 11:17:18 +05:30
ruthra kumar
d042330c30
fix: use utility method to generate url
...
(cherry picked from commit b970eb8b15 )
2024-12-18 05:33:03 +00:00
Frappe PR Bot
d241862f14
chore(release): Bumped to Version 14.78.3
...
## [14.78.3](https://github.com/frappe/erpnext/compare/v14.78.2...v14.78.3 ) (2024-12-18)
### Bug Fixes
* allow all dispatch address for drop ship invoice ([0688c0a ](0688c0ab6b ))
* better indicator base amount for Tax Witholding in Journal Entry ([4a261b5 ](4a261b5cef ))
* broken CI ([c86174d ](c86174d0f2 ))
* incorrect status of the purchase receipt ([#44689 ](https://github.com/frappe/erpnext/issues/44689 )) ([4b4d5df ](4b4d5dfa63 ))
* purchase return entry issue (backport [#44721 ](https://github.com/frappe/erpnext/issues/44721 )) ([#44736 ](https://github.com/frappe/erpnext/issues/44736 )) ([744f345 ](744f3457de ))
* remove invalid filter in Account Receivable report ([b571c7a ](b571c7af87 ))
* set company bank account if default account not set in mode of payment ([2d12f2c ](2d12f2cebd ))
* Stock Entry uses incorrect company when generated from Pick List ([#44679 ](https://github.com/frappe/erpnext/issues/44679 )) ([00898be ](00898be8e4 ))
* update discount when pricing rule is changed ([0a7832d ](0a7832d8d3 ))
* User permissions in financial statements ([8a9c457 ](8a9c457d37 ))
* using query.walk() for escaping ([3a7e335 ](3a7e335d4b ))
* Wrong allocated_amount for sales_team in gross_profit report ([#42989 ](https://github.com/frappe/erpnext/issues/42989 )) ([d83cc57 ](d83cc57e58 ))
2024-12-18 05:01:40 +00:00
ruthra kumar
8e34e20b27
Merge pull request #44740 from frappe/version-14-hotfix
...
chore: release v14
2024-12-18 10:30:20 +05:30
ruthra kumar
caea52c280
Merge pull request #44752 from frappe/mergify/bp/version-14-hotfix/pr-44695
...
fix: User permissions in financial statements (backport #44695 )
2024-12-17 21:18:53 +05:30
ruthra kumar
4473b74e1b
Merge pull request #44754 from frappe/mergify/bp/version-14-hotfix/pr-44708
...
fix: update discount when pricing rule is changed (backport #44708 )
2024-12-17 21:10:41 +05:30
venkat102
0a7832d8d3
fix: update discount when pricing rule is changed
...
(cherry picked from commit 8338d1d5b4 )
2024-12-17 15:13:03 +00:00
ljain112
3a7e335d4b
fix: using query.walk() for escaping
...
(cherry picked from commit 5ea131c763 )
2024-12-17 15:09:08 +00:00
ljain112
8a9c457d37
fix: User permissions in financial statements
...
(cherry picked from commit a626372d66 )
2024-12-17 15:09:08 +00:00
ruthra kumar
13be763105
Merge pull request #44749 from ruthra-kumar/backport_v14_pr_44581
...
fix: allow all dispatch address for drop ship invoice (backport #44581 )
2024-12-17 20:39:05 +05:30
ruthra kumar
0688c0ab6b
fix: allow all dispatch address for drop ship invoice
2024-12-17 20:34:10 +05:30
ruthra kumar
7e00e55d18
Merge pull request #44734 from frappe/mergify/bp/version-14-hotfix/pr-44660
...
fix: better indicator base amount for Tax Witholding in Journal Entry (backport #44660 )
2024-12-17 17:45:43 +05:30
ruthra kumar
ecca59c8a8
Merge pull request #44747 from frappe/mergify/bp/version-14-hotfix/pr-44685
...
fix: set company bank account if default account not set in mode of p… (backport #44685 )
2024-12-17 17:29:15 +05:30
venkat102
2d12f2cebd
fix: set company bank account if default account not set in mode of payment
...
(cherry picked from commit 91c7e3d5f3 )
2024-12-17 11:50:04 +00:00
ruthra kumar
c86174d0f2
fix: broken CI
...
- pin ubuntu-22.04
2024-12-17 16:28:15 +05:30
mergify[bot]
744f3457de
fix: purchase return entry issue (backport #44721 ) ( #44736 )
...
fix: purchase return entry issue (#44721 )
(cherry picked from commit 1f5d7072e7 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-17 14:48:59 +05:30
Smit Vora
4a261b5cef
fix: better indicator base amount for Tax Witholding in Journal Entry
...
(cherry picked from commit 56a0a0db18 )
2024-12-17 06:20:32 +00:00
ruthra kumar
bad744194f
Merge pull request #44699 from ruthra-kumar/backport_v14_pr_44676
...
fix: remove invalid filter in Account Receivable report (backport #44676 )
2024-12-13 17:53:28 +05:30
ljain112
b571c7af87
fix: remove invalid filter in Account Receivable report
2024-12-13 17:29:17 +05:30
rohitwaghchaure
4b4d5dfa63
fix: incorrect status of the purchase receipt ( #44689 )
2024-12-13 12:44:03 +05:30
ruthra kumar
4c8b4419b6
Merge pull request #44687 from ruthra-kumar/backport_v14_pr_42989
...
fix: Wrong allocated_amount for sales_team in gross_profit report (backport #43989 )
2024-12-13 12:39:28 +05:30
Diógenes Souza
d83cc57e58
fix: Wrong allocated_amount for sales_team in gross_profit report ( #42989 )
...
* fix: Wrong allocated_amount for sales_team in gross_profit report
* style: Removes whitespaces
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2024-12-13 12:01:04 +05:30
Nicolas Pereira
00898be8e4
fix: Stock Entry uses incorrect company when generated from Pick List ( #44679 )
2024-12-13 10:21:30 +05:30
Frappe PR Bot
225d4ccb63
chore(release): Bumped to Version 14.78.2
...
## [14.78.2](https://github.com/frappe/erpnext/compare/v14.78.1...v14.78.2 ) (2024-12-12)
### Bug Fixes
* add docstatus for translation ([0a4090a ](0a4090a771 ))
* add label strings for translation in pos_controller.js ([8233e22 ](8233e22d8b ))
* add labels for translation in production_analytics.py ([1a7f195 ](1a7f195d8f ))
* add labels for translation in purchase_order_analysis.py ([f9974f9 ](f9974f9eb0 ))
* add labels for translation in quality_inspection_summary.py ([9986c26 ](9986c26a0c ))
* add labels for translation in sales_order_analysis.py ([bad1b2a ](bad1b2a164 ))
* add labels for translation in sales_order.js ([3620dda ](3620ddab34 ))
* add string for translation in delayed_tasks_summary.py ([ce04f6d ](ce04f6d7c9 ))
* add strings for translation in pos_item_cart.js ([1f0f31a ](1f0f31a773 ))
* add strings for translation payment_terms_status_for_sales_order.py ([17dad01 ](17dad01ab7 ))
* add title for translation in asset.js ([aed90f7 ](aed90f73d7 ))
* **Bank Transaction:** error in party matching should not block submitting (backport [#44416 ](https://github.com/frappe/erpnext/issues/44416 )) ([#44573 ](https://github.com/frappe/erpnext/issues/44573 )) ([ebc8bed ](ebc8bede7f ))
* description overwrite on qty change (backport [#44606 ](https://github.com/frappe/erpnext/issues/44606 )) ([#44608 ](https://github.com/frappe/erpnext/issues/44608 )) ([a460bf9 ](a460bf9433 ))
* incorrect stock UOM for BOM raw materials (backport [#44528 ](https://github.com/frappe/erpnext/issues/44528 )) ([#44530 ](https://github.com/frappe/erpnext/issues/44530 )) ([ecc756b ](ecc756bd52 ))
* inv dimensions fields not creating for standard doctype (backport [#44504 ](https://github.com/frappe/erpnext/issues/44504 )) ([#44514 ](https://github.com/frappe/erpnext/issues/44514 )) ([c502b56 ](c502b562db ))
* prevent set_payment_schedule on return documents ([3c8b637 ](3c8b637a8b ))
* required by date in the reorder material request (backport [#44497 ](https://github.com/frappe/erpnext/issues/44497 )) ([#44508 ](https://github.com/frappe/erpnext/issues/44508 )) ([15e3663 ](15e3663633 ))
* strings for translation in pos_past_order_summary.js ([dfbb227 ](dfbb2279b6 ))
* variant qty while making work order from BOM (backport [#44548 ](https://github.com/frappe/erpnext/issues/44548 )) ([#44550 ](https://github.com/frappe/erpnext/issues/44550 )) ([e2aedc8 ](e2aedc85b4 ))
2024-12-12 10:37:15 +00:00
ruthra kumar
e09232234e
Merge pull request #44639 from frappe/version-14-hotfix
...
chore: release v14
2024-12-12 16:05:12 +05:30
mergify[bot]
a460bf9433
fix: description overwrite on qty change (backport #44606 ) ( #44608 )
...
* fix: description overwrite on qty change (#44606 )
(cherry picked from commit 9ad79625e0 )
# Conflicts:
# erpnext/stock/doctype/material_request/material_request.js
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-09 19:12:09 +05:30
ruthra kumar
30151da57c
Merge pull request #44611 from ruthra-kumar/backport_v14_44495
...
fix: prevent set_payment_schedule on return documents
2024-12-09 13:34:15 +05:30
ruthra kumar
3c8b637a8b
fix: prevent set_payment_schedule on return documents
2024-12-09 13:00:56 +05:30
ruthra kumar
6fa338bfb7
Merge pull request #44602 from frappe/mergify/bp/version-14-hotfix/pr-44582
...
fix: add doc.status for translation (backport #44582 )
2024-12-09 12:56:05 +05:30
ruthra kumar
9664790272
chore: fix linter
2024-12-09 12:08:54 +05:30
mahsem
0a4090a771
fix: add docstatus for translation
...
(cherry picked from commit dda272220b )
2024-12-09 05:51:35 +00:00
mergify[bot]
ebc8bede7f
fix(Bank Transaction): error in party matching should not block submitting (backport #44416 ) ( #44573 )
...
fix(Bank Transaction): error in party matching should not block submitting (#44416 )
(cherry picked from commit 72256565bb )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-12-06 11:57:52 +01:00
ruthra kumar
19b64496b1
Merge pull request #44571 from frappe/mergify/bp/version-14-hotfix/pr-44538
...
fix: add labels for translation in purchase_order_analysis.py (backport #44538 )
2024-12-06 12:21:04 +05:30
mahsem
f9974f9eb0
fix: add labels for translation in purchase_order_analysis.py
...
(cherry picked from commit 342a398bec )
2024-12-06 06:49:54 +00:00
ruthra kumar
0eccb01b7b
Merge pull request #44565 from frappe/mergify/bp/version-14-hotfix/pr-44558
...
fix: add string for translation in delayed_tasks_summary.py (backport #44558 )
2024-12-06 12:18:52 +05:30
mahsem
ce04f6d7c9
fix: add string for translation in delayed_tasks_summary.py
...
(cherry picked from commit 84b54f549a )
2024-12-06 12:17:50 +05:30
ruthra kumar
424d585962
Merge pull request #44569 from frappe/mergify/bp/version-14-hotfix/pr-44539
...
fix: add labels for translation in production_analytics.py (backport #44539 )
2024-12-06 12:16:58 +05:30
mahsem
1a7f195d8f
fix: add labels for translation in production_analytics.py
...
(cherry picked from commit 9b09116576 )
2024-12-06 06:46:26 +00:00
ruthra kumar
5b0222615d
Merge pull request #44567 from frappe/mergify/bp/version-14-hotfix/pr-44541
...
fix: add labels for translation in quality_inspection_summary.py (backport #44541 )
2024-12-06 12:15:39 +05:30
mahsem
9986c26a0c
fix: add labels for translation in quality_inspection_summary.py
...
(cherry picked from commit 6ff4704345 )
2024-12-06 06:44:58 +00:00
ruthra kumar
e0c1e3474e
Merge pull request #44563 from frappe/mergify/bp/version-14-hotfix/pr-44559
...
fix: add strings for translation payment_terms_status_for_sales_order.py (backport #44559 )
2024-12-06 12:12:57 +05:30
mahsem
17dad01ab7
fix: add strings for translation payment_terms_status_for_sales_order.py
...
(cherry picked from commit 7d244051c8 )
2024-12-06 06:38:29 +00:00
ruthra kumar
9515625135
Merge pull request #44561 from frappe/mergify/bp/version-14-hotfix/pr-44560
...
fix: add labels for translation in sales_order_analysis.py (backport #44560 )
2024-12-06 12:07:05 +05:30
mahsem
bad1b2a164
fix: add labels for translation in sales_order_analysis.py
...
(cherry picked from commit 8a554a5538 )
2024-12-06 06:09:28 +00:00
mergify[bot]
e2aedc85b4
fix: variant qty while making work order from BOM (backport #44548 ) ( #44550 )
...
fix: variant qty while making work order from BOM (#44548 )
(cherry picked from commit 1571dff3ef )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 16:01:49 +05:30
Khushi Rawat
68fe3b4165
Merge pull request #44543 from frappe/mergify/bp/version-14-hotfix/pr-44537
...
fix: add title for translation in asset.js (backport #44537 )
2024-12-05 15:42:11 +05:30
mahsem
aed90f73d7
fix: add title for translation in asset.js
...
(cherry picked from commit 61439132a4 )
2024-12-05 09:47:58 +00:00
Frappe PR Bot
7a2b07a2a3
chore(release): Bumped to Version 14.78.1
...
## [14.78.1](https://github.com/frappe/erpnext/compare/v14.78.0...v14.78.1 ) (2024-12-05)
### Bug Fixes
* required by date in the reorder material request (backport [#44497 ](https://github.com/frappe/erpnext/issues/44497 )) ([#44508 ](https://github.com/frappe/erpnext/issues/44508 )) ([e0b8c27 ](e0b8c2788b ))
2024-12-05 08:18:33 +00:00
rohitwaghchaure
86ff1545ce
Merge pull request #44535 from frappe/mergify/bp/version-14/pr-44508
...
fix: required by date in the reorder material request (backport #44497 ) (backport #44508 )
2024-12-05 13:47:02 +05:30
mergify[bot]
e0b8c2788b
fix: required by date in the reorder material request (backport #44497 ) ( #44508 )
...
* fix: required by date in the reorder material request (#44497 )
(cherry picked from commit 4001166ecc )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 15e3663633 )
2024-12-05 07:24:59 +00:00
mergify[bot]
ecc756bd52
fix: incorrect stock UOM for BOM raw materials (backport #44528 ) ( #44530 )
...
fix: incorrect stock UOM for BOM raw materials (#44528 )
fix: incorrect stock uom for BOM raw materials
(cherry picked from commit 5413cf9f1f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 12:51:39 +05:30
ruthra kumar
0891399916
Merge pull request #44527 from frappe/mergify/bp/version-14-hotfix/pr-44503
...
fix: add strings for translation in pos_item_cart.js (backport #44503 )
2024-12-05 10:24:51 +05:30
ruthra kumar
1436fda041
Merge pull request #44519 from frappe/mergify/bp/version-14-hotfix/pr-44500
...
fix: add labels for translation in sales_order.js (backport #44500 )
2024-12-05 10:19:02 +05:30
ruthra kumar
639a71ffd0
chore: linter fix
...
(cherry picked from commit 31efaf6dbf )
2024-12-05 04:49:01 +00:00
mahsem
1f0f31a773
fix: add strings for translation in pos_item_cart.js
...
(cherry picked from commit 4b72b60f1a )
2024-12-05 04:49:00 +00:00
ruthra kumar
3bb4699754
Merge pull request #44525 from frappe/mergify/bp/version-14-hotfix/pr-44512
...
fix: add label strings for translation in pos_controller.js (backport #44512 )
2024-12-05 10:17:40 +05:30
mahsem
3620ddab34
fix: add labels for translation in sales_order.js
...
(cherry picked from commit d544328ffe )
2024-12-05 10:16:48 +05:30
mahsem
8233e22d8b
fix: add label strings for translation in pos_controller.js
...
(cherry picked from commit bd77a5557d )
2024-12-05 04:42:44 +00:00
ruthra kumar
1f293edc9e
Merge pull request #44523 from frappe/mergify/bp/version-14-hotfix/pr-44501
...
fix: strings for translation in pos_past_order_summary.js (backport #44501 )
2024-12-05 10:12:41 +05:30
ruthra kumar
13cd12e1e2
Merge pull request #44521 from frappe/mergify/bp/version-14-hotfix/pr-42081
...
Use better description in pos_payment.js (backport #42081 )
2024-12-05 10:12:11 +05:30
mahsem
dfbb2279b6
fix: strings for translation in pos_past_order_summary.js
...
(cherry picked from commit 23c846d4b9 )
2024-12-05 04:31:29 +00:00
mahsem
e1d288321f
refactor: translatable label on pos payments ( #42081 )
...
* Use better description in pos_payment.js
Use Change Amount instead of Change and To Be Paid in pos_payment.js and be consistent with other strings
* change_amount_pos_payment.js
(cherry picked from commit 138ffc4e93 )
2024-12-05 04:30:46 +00:00
mergify[bot]
c502b562db
fix: inv dimensions fields not creating for standard doctype (backport #44504 ) ( #44514 )
...
fix: inv dimensions fields not creating for standard doctype (#44504 )
(cherry picked from commit 353610ce61 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-05 09:45:29 +05:30
mergify[bot]
15e3663633
fix: required by date in the reorder material request (backport #44497 ) ( #44508 )
...
* fix: required by date in the reorder material request (#44497 )
(cherry picked from commit 4001166ecc )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-12-04 19:03:09 +05:30
Frappe PR Bot
c1a1346e2a
chore(release): Bumped to Version 14.78.0
...
# [14.78.0](https://github.com/frappe/erpnext/compare/v14.77.3...v14.78.0 ) (2024-12-04)
### Bug Fixes
* Add filter for `outstanding_amount` to fetch open PRs ([7e847f2 ](7e847f27dd ))
* Add translation for showing mandatory fields in error msg ([de5b253 ](de5b253215 ))
* added fieldname to avoid fieldname to translate ([d7caa8d ](d7caa8d51b ))
* Added translation for `Account` column ([2061c7c ](2061c7ca46 ))
* adjusted incoming rate for zero rated item in purchase receipt ([d7583e3 ](d7583e3993 ))
* correct buying amount for product bundel ([91f6393 ](91f6393104 ))
* Dashboard for `Payment Request` ([c911a70 ](c911a70a84 ))
* Data Should be Computed in Backend to Maintain Consistent Behaviour ([#44195 ](https://github.com/frappe/erpnext/issues/44195 )) ([8529eb4 ](8529eb4573 ))
* handle multi currency in common party journal entry ([bed6dab ](bed6dabecb ))
* incorrect Gross Margin on project ([#44461 ](https://github.com/frappe/erpnext/issues/44461 )) ([5533592 ](5533592b2b ))
* remove queries ([7d724d7 ](7d724d7647 ))
* show "Send SMS" only when enabled (backport [#43941 ](https://github.com/frappe/erpnext/issues/43941 )) ([#43969 ](https://github.com/frappe/erpnext/issues/43969 )) ([9ae04df ](9ae04dfed3 ))
* source warehouse not set in required items of WO (backport [#44426 ](https://github.com/frappe/erpnext/issues/44426 )) ([#44433 ](https://github.com/frappe/erpnext/issues/44433 )) ([cbce4e7 ](cbce4e72d9 ))
* Translate `Party Account` column label ([c4103d2 ](c4103d26be ))
* typeerror on transaction.js ([147eb04 ](147eb047aa ))
### Features
* add Company Contact Person in selling transactions (backport [#44362 ](https://github.com/frappe/erpnext/issues/44362 )) ([#44397 ](https://github.com/frappe/erpnext/issues/44397 )) ([78ab44c ](78ab44ce1a ))
### Performance Improvements
* cache product bundle items at document level ([#44440 ](https://github.com/frappe/erpnext/issues/44440 )) ([df0dac5 ](df0dac5610 ))
* reduce queries during transaction save ([f884cf8 ](f884cf8a5e ))
### Reverts
* remove default `Payment Request` indicator color ([9baaaca ](9baaaca924 ))
2024-12-04 04:36:03 +00:00
ruthra kumar
1e02d06424
Merge pull request #44482 from frappe/version-14-hotfix
...
chore: release v14
2024-12-04 10:04:44 +05:30
ruthra kumar
2812eae589
Merge pull request #44484 from frappe/mergify/bp/version-14-hotfix/pr-44467
...
fix: Multiple Fixes in Gross Profit Report (backport #44467 )
2024-12-03 19:15:34 +05:30
ruthra kumar
a94e3cd433
chore: fix typo
...
(cherry picked from commit fc0122ce76 )
2024-12-03 12:00:36 +00:00
ljain112
91f6393104
fix: correct buying amount for product bundel
...
(cherry picked from commit 4e6a5893e7 )
2024-12-03 12:00:36 +00:00
ljain112
7d724d7647
fix: remove queries
...
(cherry picked from commit a86b223aed )
2024-12-03 12:00:35 +00:00
ruthra kumar
e4b811be23
Merge pull request #44469 from frappe/mergify/bp/version-14-hotfix/pr-44461
...
fix: incorrect Gross Margin on project (backport #44461 )
2024-12-03 15:32:04 +05:30
rohitwaghchaure
ccd7992e99
chore: fix conflicts
2024-12-03 15:08:38 +05:30
rohitwaghchaure
86ff3e0c10
chore: fix conflicts
2024-12-03 15:06:16 +05:30
ruthra kumar
96fe3f4a2c
Merge pull request #44479 from frappe/mergify/bp/version-14-hotfix/pr-44415
...
fix: adjusted incoming rate for zero rated item in purchase receipt (backport #44415 )
2024-12-03 14:48:24 +05:30
ljain112
d7583e3993
fix: adjusted incoming rate for zero rated item in purchase receipt
...
(cherry picked from commit 3182c6981c )
2024-12-03 08:56:06 +00:00
rohitwaghchaure
5533592b2b
fix: incorrect Gross Margin on project ( #44461 )
...
(cherry picked from commit 7de9c14a2c )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2024-12-02 10:10:31 +00:00
ruthra kumar
ba19e06e64
Merge pull request #44464 from frappe/mergify/bp/version-14-hotfix/pr-44412
...
fix: handle multi currency in common party journal entry (backport #44412 )
2024-12-02 14:03:21 +05:30
ruthra kumar
1988c23539
chore: resolve conflict
2024-12-02 13:42:27 +05:30
ruthra kumar
70cac3186b
Merge pull request #44462 from frappe/mergify/bp/version-14-hotfix/pr-44437
...
fix: Added translation for `Account` column (backport #44437 )
2024-12-02 13:39:59 +05:30
ljain112
bed6dabecb
fix: handle multi currency in common party journal entry
...
(cherry picked from commit e371f68d66 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2024-12-02 07:10:05 +00:00
Abdeali Chharchhoda
c4103d26be
fix: Translate Party Account column label
...
(cherry picked from commit a4f8315602 )
2024-12-02 06:53:37 +00:00
Abdeali Chharchhoda
2061c7ca46
fix: Added translation for Account column
...
(cherry picked from commit de6cbd382f )
2024-12-02 06:53:37 +00:00
Sagar Vora
84bd0c8c50
Merge pull request #44446 from frappe/mergify/bp/version-14-hotfix/pr-44443
...
perf: reduce queries during transaction save (backport #44443 )
2024-11-30 00:47:53 +05:30
Sagar Vora
f884cf8a5e
perf: reduce queries during transaction save
...
(cherry picked from commit b6b8a06fda )
2024-11-29 19:17:26 +00:00
Sagar Vora
54782d41be
Merge pull request #44444 from frappe/mergify/bp/version-14-hotfix/pr-44439
...
fix: added fieldname to avoid fieldname to translate (backport #44439 )
2024-11-30 00:29:47 +05:30
Abdeali Chharchhoda
d7caa8d51b
fix: added fieldname to avoid fieldname to translate
...
(cherry picked from commit b80022133c )
2024-11-29 18:56:31 +00:00
Sagar Vora
9e8150554f
Merge pull request #44441 from frappe/mergify/bp/version-14-hotfix/pr-44440
...
perf: cache product bundle items at document level (backport #44440 )
2024-11-29 23:04:01 +05:30
Sagar Vora
df0dac5610
perf: cache product bundle items at document level ( #44440 )
...
(cherry picked from commit 6de7320ef4 )
2024-11-29 17:22:51 +00:00
mergify[bot]
cbce4e72d9
fix: source warehouse not set in required items of WO (backport #44426 ) ( #44433 )
...
* fix: source warehouse not set in required items of WO (#44426 )
fix: source warehouse not set in required items of WO on data import
(cherry picked from commit 4050ea07eb )
# Conflicts:
# erpnext/manufacturing/doctype/work_order/work_order.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-29 18:13:25 +05:30
ruthra kumar
2c2a204a06
Merge pull request #44390 from frappe/mergify/bp/version-14-hotfix/pr-44386
...
fix: Add translation for showing mandatory fields in error msg (backport #44386 )
2024-11-29 15:38:52 +05:30
ruthra kumar
da5b57e4af
Merge pull request #44424 from frappe/mergify/bp/version-14-hotfix/pr-44302
...
fix: Minor Updates in `Payment Request` and `Payment Entry` (backport #44302 )
2024-11-29 15:38:11 +05:30
Abdeali Chharchhoda
de5b253215
fix: Add translation for showing mandatory fields in error msg
...
(cherry picked from commit f42ec6a124 )
2024-11-29 14:57:21 +05:30
ruthra kumar
a8ef90b40c
chore: resolve conflict
2024-11-29 14:51:46 +05:30
Abdeali Chharchhoda
7e847f27dd
fix: Add filter for outstanding_amount to fetch open PRs
...
(cherry picked from commit 214dfab269 )
2024-11-29 09:11:07 +00:00
Abdeali Chharchhoda
eb809847f1
refactor: Move PR link filters to client side
...
(cherry picked from commit 2db2c8bce1 )
2024-11-29 09:11:06 +00:00
Abdeali Chharchhoda
9baaaca924
revert: remove default Payment Request indicator color
...
(cherry picked from commit 37ceb09955 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request_list.js
2024-11-29 09:11:06 +00:00
Abdeali Chharchhoda
c911a70a84
fix: Dashboard for Payment Request
...
(cherry picked from commit 91955e27c3 )
2024-11-29 09:11:06 +00:00
Abdeali Chharchhoda
e2728db5c2
refactor: Used object to get payment request status indicator
...
(cherry picked from commit e1c4d6e1e6 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request_list.js
2024-11-29 09:11:06 +00:00
Smit Vora
f6f1052a80
Merge pull request #44409 from frappe/mergify/bp/version-14-hotfix/pr-44195
...
fix: Data Should be Computed in Backend to Maintain Consistent Behaviour (backport #44195 )
2024-11-28 16:27:16 +05:30
Ninad Parikh
8529eb4573
fix: Data Should be Computed in Backend to Maintain Consistent Behaviour ( #44195 )
...
(cherry picked from commit 69bd90b038 )
2024-11-28 10:31:28 +00:00
ruthra kumar
a73fedbaca
Merge pull request #44406 from frappe/mergify/bp/version-14-hotfix/pr-44405
...
fix: typeerror on transaction.js (backport #44405 )
2024-11-28 15:13:27 +05:30
ruthra kumar
147eb047aa
fix: typeerror on transaction.js
...
(cherry picked from commit 46ce8780f2 )
2024-11-28 15:02:35 +05:30
mergify[bot]
9ae04dfed3
fix: show "Send SMS" only when enabled (backport #43941 ) ( #43969 )
...
fix: show "Send SMS" only when enabled (#43941 )
(cherry picked from commit 65088cbb1b )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-11-27 23:52:12 +01:00
mergify[bot]
78ab44ce1a
feat: add Company Contact Person in selling transactions (backport #44362 ) ( #44397 )
...
* feat: add Company Contact Person in selling transactions (#44362 )
(cherry picked from commit f6776c7d6b )
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-11-27 17:09:09 +01:00
Frappe PR Bot
0079bd282e
chore(release): Bumped to Version 14.77.3
...
## [14.77.3](https://github.com/frappe/erpnext/compare/v14.77.2...v14.77.3 ) (2024-11-27)
### Bug Fixes
* correct placeholder index in message ([d7e6b0e ](d7e6b0e1b7 ))
* added Stock UOM field for RM in work order (backport [#44185 ](https://github.com/frappe/erpnext/issues/44185 )) ([#44236 ](https://github.com/frappe/erpnext/issues/44236 )) ([ee647f2 ](ee647f2381 ))
* billed qty and received amount in PO analysis report (backport [#44349 ](https://github.com/frappe/erpnext/issues/44349 )) ([#44353 ](https://github.com/frappe/erpnext/issues/44353 )) ([6aebe98 ](6aebe98020 ))
* change asset status correctly ([841df3b ](841df3b1ce ))
* Get submitted documents in validate_for_closed_fiscal_year ([b9efeeb ](b9efeeb71a ))
* gp for return invoice ([6e56343 ](6e563438bd ))
* include current invoice amount when tax_on_excess_amount is checked ([071adcf ](071adcf291 ))
* incorrect GL entry on sale of fully depreciated asset ([cc5ada1 ](cc5ada194e ))
* make free qty round on large transaction qty ([2eb7002 ](2eb70026ae ))
* patch ([#44191 ](https://github.com/frappe/erpnext/issues/44191 )) ([3643c60 ](3643c60c67 ))
* test case ([7eafe7f ](7eafe7f853 ))
* unify company address query in sales transactions (backport [#44361 ](https://github.com/frappe/erpnext/issues/44361 )) ([#44366 ](https://github.com/frappe/erpnext/issues/44366 )) ([fef7cfb ](fef7cfb888 ))
* update gross profit for returned invoices ([0eb5e00 ](0eb5e001e1 ))
* Used `Fiscal Dates` instead of year's `Start` and `End` dates ([4f806f9 ](4f806f9a72 ))
2024-11-27 15:25:06 +00:00
ruthra kumar
2db54f0bb1
Merge pull request #44342 from frappe/version-14-hotfix
...
chore: release v14
2024-11-27 20:53:38 +05:30
ruthra kumar
627a50e7bc
Merge pull request #44384 from frappe/mergify/bp/version-14-hotfix/pr-44323
...
fix: update gross profit for returned invoices (backport #44323 )
2024-11-27 17:21:13 +05:30
ljain112
7eafe7f853
fix: test case
...
(cherry picked from commit af5a3e5a48 )
2024-11-27 11:20:16 +00:00
ljain112
6e563438bd
fix: gp for return invoice
...
(cherry picked from commit 00403515a8 )
2024-11-27 11:20:16 +00:00
ljain112
0eb5e001e1
fix: update gross profit for returned invoices
...
(cherry picked from commit 8a42601e99 )
2024-11-27 11:20:15 +00:00
ruthra kumar
0dfb9ddb85
Merge pull request #44380 from frappe/mergify/bp/version-14-hotfix/pr-44377
...
fix: correct placeholder index in message (backport #44377 )
2024-11-27 15:38:39 +05:30
ljain112
d7e6b0e1b7
fix: correct placeholder index in message
...
(cherry picked from commit d61cb9a4bf )
2024-11-27 09:26:10 +00:00
Raffael Meyer
fef7cfb888
fix: unify company address query in sales transactions (backport #44361 ) ( #44366 )
...
* fix: unify company address query in sales transactions (backport #44361 )
* style: add whitespace
2024-11-26 21:11:27 +01:00
Khushi Rawat
aa442da2f6
Merge pull request #44329 from khushi8112/incorrect-gl-entry-on-asset-sale
...
fix: incorrect GL entry on sale of fully depreciated asset
2024-11-27 01:09:33 +05:30
mergify[bot]
6aebe98020
fix: billed qty and received amount in PO analysis report (backport #44349 ) ( #44353 )
...
* fix: billed qty and received amount in PO analysis report (#44349 )
(cherry picked from commit 2ab7ec5437 )
# Conflicts:
# erpnext/buying/report/purchase_order_analysis/purchase_order_analysis.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-26 21:18:38 +05:30
Khushi Rawat
841df3b1ce
fix: change asset status correctly
2024-11-26 14:06:07 +05:30
Khushi Rawat
cc5ada194e
fix: incorrect GL entry on sale of fully depreciated asset
2024-11-26 01:39:42 +05:30
Smit Vora
edccb746f0
Merge pull request #44294 from Abdeali099/fix-fiscal-dates
2024-11-25 16:15:04 +05:30
ruthra kumar
506fd97a2c
Merge pull request #44314 from frappe/mergify/bp/version-14-hotfix/pr-44297
...
refactor: added translate function for some columns of report (backport #44297 )
2024-11-25 10:39:49 +05:30
Abdeali Chharchhoda
6c9485fb13
refactor: added translate function for some columns of report
...
(cherry picked from commit e545c913b5 )
2024-11-25 04:39:26 +00:00
Abdeali Chharchhoda
4f806f9a72
fix: Used Fiscal Dates instead of year's Start and End dates
2024-11-22 18:09:23 +05:30
Frappe PR Bot
4723fbfd57
chore(release): Bumped to Version 14.77.2
...
## [14.77.2](https://github.com/frappe/erpnext/compare/v14.77.1...v14.77.2 ) (2024-11-22)
### Bug Fixes
* patch ([#44191 ](https://github.com/frappe/erpnext/issues/44191 )) ([d1295d1 ](d1295d1c79 ))
2024-11-22 11:28:10 +00:00
rohitwaghchaure
ab49ee2e05
Merge pull request #44289 from frappe/mergify/bp/version-14/pr-44288
...
fix: patch (backport #44191 ) (backport #44288 )
2024-11-22 16:56:24 +05:30
rohitwaghchaure
d1295d1c79
fix: patch ( #44191 )
...
(cherry picked from commit 495528a758 )
(cherry picked from commit 3643c60c67 )
2024-11-22 10:56:37 +00:00
ruthra kumar
8a45258778
Merge pull request #44286 from frappe/mergify/bp/version-14-hotfix/pr-44246
...
fix: Get submitted documents in validate_for_closed_fiscal_year (backport #44246 )
2024-11-22 16:25:37 +05:30
rohitwaghchaure
d10a9d3225
Merge pull request #44288 from frappe/mergify/bp/version-14-hotfix/pr-44191
...
fix: patch (backport #44191 )
2024-11-22 16:25:03 +05:30
rohitwaghchaure
3643c60c67
fix: patch ( #44191 )
...
(cherry picked from commit 495528a758 )
2024-11-22 10:51:44 +00:00
ruthra kumar
92e252e37a
Merge pull request #44284 from frappe/mergify/bp/version-14-hotfix/pr-44266
...
fix: make free qty round on large transaction qty (backport #44266 )
2024-11-22 16:15:19 +05:30
vimalraj27
b9efeeb71a
fix: Get submitted documents in validate_for_closed_fiscal_year
...
(cherry picked from commit c607e5f940 )
2024-11-22 15:56:34 +05:30
venkat102
d695fb5723
test: add unit test to validate free qty round on large transaction qty
...
(cherry picked from commit 013a6fc6ec )
2024-11-22 10:20:54 +00:00
venkat102
2eb70026ae
fix: make free qty round on large transaction qty
...
(cherry picked from commit f9b8165385 )
2024-11-22 10:20:53 +00:00
Frappe PR Bot
46a8500361
chore(release): Bumped to Version 14.77.1
...
## [14.77.1](https://github.com/frappe/erpnext/compare/v14.77.0...v14.77.1 ) (2024-11-22)
### Bug Fixes
* include current invoice amount when tax_on_excess_amount is checked ([43f59da ](43f59da0a9 ))
2024-11-22 06:01:07 +00:00
ruthra kumar
88ba24f1cf
Merge pull request #44270 from frappe/mergify/bp/version-14/pr-44194
...
fix: include current invoice amount when tax_on_excess_amount is checked (backport #44194 )
2024-11-22 11:29:50 +05:30
ruthra kumar
18cbc956bb
Merge pull request #44271 from frappe/mergify/bp/version-14-hotfix/pr-44194
...
fix: include current invoice amount when tax_on_excess_amount is checked (backport #44194 )
2024-11-22 11:29:21 +05:30
venkat102
47e4fd3c76
test: add unit test for tax on excess amount
...
(cherry picked from commit 4820273595 )
2024-11-22 05:37:26 +00:00
venkat102
071adcf291
fix: include current invoice amount when tax_on_excess_amount is checked
...
(cherry picked from commit b74f2896cd )
2024-11-22 05:37:26 +00:00
venkat102
87bb403159
test: add unit test for tax on excess amount
...
(cherry picked from commit 4820273595 )
2024-11-22 05:37:12 +00:00
venkat102
43f59da0a9
fix: include current invoice amount when tax_on_excess_amount is checked
...
(cherry picked from commit b74f2896cd )
2024-11-22 05:37:12 +00:00
mergify[bot]
ee647f2381
fix: added Stock UOM field for RM in work order (backport #44185 ) ( #44236 )
...
* fix: added Stock UOM field for RM in work order (#44185 )
fix: added UOM field for RM in work order
(cherry picked from commit cc571aca8f )
# Conflicts:
# erpnext/manufacturing/doctype/work_order_item/work_order_item.json
# erpnext/manufacturing/doctype/work_order_item/work_order_item.py
# erpnext/patches.txt
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-21 14:52:18 +05:30
Frappe PR Bot
2c865bcd49
chore(release): Bumped to Version 14.77.0
...
# [14.77.0](https://github.com/frappe/erpnext/compare/v14.76.0...v14.77.0 ) (2024-11-20)
### Bug Fixes
* added test cases ([5fa4fd8 ](5fa4fd8825 ))
* apply posting date sorting to invoices in Payment Reconciliation similar to payments ([cc9b22c ](cc9b22ce9f ))
* backport german translations from develop ([#44046 ](https://github.com/frappe/erpnext/issues/44046 )) ([c23868a ](c23868a14d ))
* broken apply on other item pricing rule ([f03e301 ](f03e301250 ))
* broken UI on currency exchange ([36898f6 ](36898f6797 ))
* check if pricing rule matches with coupon code ([#44104 ](https://github.com/frappe/erpnext/issues/44104 )) ([24b5b3c ](24b5b3c8e0 ))
* correctly set 'cannot_add_rows' property on allocations table field ([137ef78 ](137ef78d96 ))
* disable conversion to user tz for sales order calender ([356da69 ](356da69179 ))
* Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue ([33e835c](33e835c4d3 ))
* linters ([c3e2ff2 ](c3e2ff2fa5 ))
* non group pos warehouse ([ec40131 ](ec40131d4d ))
* payment reco for jv with negative dr or cr amount ([23fb4f3 ](23fb4f348f ))
* remove trailing whitespace ([1019d98 ](1019d98c5a ))
* set conversion factor before applying price list ([e09f101 ](e09f101336 ))
* set default party type in Payment Entry ([f3cbbef ](f3cbbef346 ))
* stock ledger variance report filter options (backport [#44137 ](https://github.com/frappe/erpnext/issues/44137 )) ([#44149 ](https://github.com/frappe/erpnext/issues/44149 )) ([f871f08 ](f871f08f47 ))
* validate sales team to ensure all sales person are enabled ([bd0f11e ](bd0f11ef4f ))
### Features
* new DocTypes "Code List" and "Common Code" (backport [#43425 ](https://github.com/frappe/erpnext/issues/43425 )) ([#44172 ](https://github.com/frappe/erpnext/issues/44172 )) ([a7de8c1 ](a7de8c1143 ))
2024-11-20 08:37:41 +00:00
ruthra kumar
fc783f5acf
Merge pull request #44210 from frappe/version-14-hotfix
...
chore: release v14
2024-11-20 14:06:14 +05:30
ruthra kumar
24126b03dd
Merge pull request #44244 from frappe/mergify/bp/version-14-hotfix/pr-44197
...
fix: payment reco for jv with negative dr or cr amount (backport #44197 )
2024-11-20 13:12:55 +05:30
ljain112
5fa4fd8825
fix: added test cases
...
(cherry picked from commit 6f9ea6422d )
2024-11-20 07:18:19 +00:00
ljain112
23fb4f348f
fix: payment reco for jv with negative dr or cr amount
...
(cherry picked from commit fee79b9445 )
2024-11-20 07:18:19 +00:00
ruthra kumar
227c912ece
Merge pull request #44241 from frappe/mergify/bp/version-14-hotfix/pr-44240
...
fix: non group pos warehouse (backport #44240 )
2024-11-20 12:17:33 +05:30
ruthra kumar
5bfbdb805c
Merge pull request #44238 from frappe/mergify/bp/version-14-hotfix/pr-44220
...
refactor: Update `Payment Request` search query in PE's reference (backport #44220 )
2024-11-20 12:16:21 +05:30
Nihantra C. Patel
ec40131d4d
fix: non group pos warehouse
...
(cherry picked from commit d526be0394 )
2024-11-20 06:41:34 +00:00
ruthra kumar
859672c419
Merge pull request #44232 from frappe/mergify/bp/version-14-hotfix/pr-44207
...
fix: validate sales team to ensure all sales person are enabled (backport #44207 )
2024-11-20 11:51:56 +05:30
Abdeali Chharchhoda
e8c3617628
refactor: Update Payment Request search query in PE's reference
...
(cherry picked from commit 4ab3499a17 )
2024-11-20 06:21:41 +00:00
ruthra kumar
09b21b8cb4
Merge pull request #44234 from frappe/mergify/bp/version-14-hotfix/pr-44203
...
fix: disable conversion to user tz for sales order calender (backport #44203 )
2024-11-20 11:51:21 +05:30
ljain112
356da69179
fix: disable conversion to user tz for sales order calender
...
(cherry picked from commit cdf098c193 )
2024-11-20 05:17:52 +00:00
ljain112
bd0f11ef4f
fix: validate sales team to ensure all sales person are enabled
...
(cherry picked from commit 548dbb33eb )
2024-11-20 05:11:35 +00:00
ruthra kumar
9f3dfb3d18
Merge pull request #44216 from frappe/mergify/bp/version-14-hotfix/pr-44104
...
fix: check if pricing rule matches with coupon code (backport #44104 )
2024-11-19 17:37:33 +05:30
Nikolas Beckel
24b5b3c8e0
fix: check if pricing rule matches with coupon code ( #44104 )
...
* fix: check if pricing rule matches with coupon code
* fix: correct linting error
(cherry picked from commit 9d31bf7647 )
2024-11-19 11:41:48 +00:00
mergify[bot]
a7de8c1143
feat: new DocTypes "Code List" and "Common Code" (backport #43425 ) ( #44172 )
...
Co-authored-by: David <dgx.arnold@gmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-11-18 20:59:41 +01:00
ruthra kumar
2fcab327aa
Merge pull request #44181 from frappe/mergify/bp/version-14-hotfix/pr-44127
...
fix: set default Party Type based on Payment Type in Payment Entry (backport #44127 )
2024-11-18 10:49:10 +05:30
vishakhdesai
f3cbbef346
fix: set default party type in Payment Entry
...
(cherry picked from commit 19222690d3 )
2024-11-18 10:16:59 +05:30
ruthra kumar
339beff023
Merge pull request #44179 from frappe/mergify/bp/version-14-hotfix/pr-44147
...
fix: set conversion factor before applying price list (backport #44147 )
2024-11-18 10:14:34 +05:30
ruthra kumar
85d398efcc
Merge pull request #44177 from frappe/mergify/bp/version-14-hotfix/pr-44157
...
fix: apply "cannot_add_rows" directly to table field for more efficient solution (backport #44157 )
2024-11-18 10:14:12 +05:30
vishakhdesai
e09f101336
fix: set conversion factor before applying price list
...
(cherry picked from commit 9749fe23cc )
2024-11-18 04:38:32 +00:00
UmakanthKaspa
f9b52b292e
refactor: set 'cannot_add_rows' directly in the allocations table field (optimized approach)
...
(cherry picked from commit 5dd8eafdfc )
2024-11-18 04:36:12 +00:00
Türker Tunalı
8a94d7bea8
fix:Unable to pause job card ( #42839 )
...
fix: unable to pause job card
Pause operation creates "Value missing for: Completed Qty" error. That field was mandatory but it's non mandatory in v15.
2024-11-15 17:29:58 +05:30
mergify[bot]
f871f08f47
fix: stock ledger variance report filter options (backport #44137 ) ( #44149 )
...
fix: stock ledger variance report filter options (#44137 )
(cherry picked from commit e8bbf6492f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-15 15:05:03 +05:30
ruthra kumar
313ea3983f
Merge pull request #44161 from frappe/mergify/bp/version-14-hotfix/pr-43414
...
fix: Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue fixed (backport #43414 )
2024-11-15 13:09:35 +05:30
Vishakh Desai
c3e2ff2fa5
fix: linters
...
(cherry picked from commit 9cc22b4cac )
2024-11-15 07:18:49 +00:00
Vishakh Desai
33e835c4d3
fix: Get Entries not showing accounts with no gain or loss in Exchange Rate Revaluation issue
...
(cherry picked from commit 6de6f55b39 )
2024-11-15 07:18:49 +00:00
ruthra kumar
c9fa4af4fe
Merge pull request #44159 from frappe/mergify/bp/version-14-hotfix/pr-44158
...
fix: broken UI on currency exchange (backport #44158 )
2024-11-15 12:28:18 +05:30
ruthra kumar
36898f6797
fix: broken UI on currency exchange
...
(cherry picked from commit e91b65e7bd )
2024-11-15 06:52:40 +00:00
ruthra kumar
b9a0f4fed8
Merge pull request #44154 from frappe/mergify/bp/version-14-hotfix/pr-44089
...
fix: apply posting date sorting to invoices in Payment Reconciliation similar to payments (backport #44089 )
2024-11-15 10:54:40 +05:30
UmakanthKaspa
1019d98c5a
fix: remove trailing whitespace
...
(cherry picked from commit d6703eb88b )
2024-11-15 05:00:03 +00:00
UmakanthKaspa
cc9b22ce9f
fix: apply posting date sorting to invoices in Payment Reconciliation similar to payments
...
(cherry picked from commit 0bd83d920d )
2024-11-15 05:00:02 +00:00
ruthra kumar
f5135cd4a4
Merge pull request #44152 from frappe/mergify/bp/version-14-hotfix/pr-44148
...
Fix: Disable "Add Row" button in allocations table during UnReconcile process (backport #44148 )
2024-11-15 10:22:43 +05:30
UmakanthKaspa
137ef78d96
fix: correctly set 'cannot_add_rows' property on allocations table field
...
(cherry picked from commit 13ca2700f8 )
2024-11-15 04:47:46 +00:00
ruthra kumar
5452f8ac4a
Merge pull request #44139 from frappe/mergify/bp/version-14-hotfix/pr-43189
...
fix: broken apply on other item (backport #43189 )
2024-11-14 13:45:41 +05:30
ruthra kumar
f03e301250
fix: broken apply on other item pricing rule
...
(cherry picked from commit e5119a749c )
2024-11-14 07:54:10 +00:00
Raffael Meyer
c23868a14d
fix: backport german translations from develop ( #44046 )
2024-11-13 18:17:50 +01:00
Frappe PR Bot
75d785f6b6
chore(release): Bumped to Version 14.76.0
...
# [14.76.0](https://github.com/frappe/erpnext/compare/v14.75.2...v14.76.0 ) (2024-11-13)
### Bug Fixes
* Drop Shipping address based on customer shopping address ([ea38a1f ](ea38a1f36a ))
* exception on register reports when filtered on cost center ([599581e ](599581e09d ))
* NoneType while updating ordered_qty in SO for removed items ([1446aa3 ](1446aa3636 ))
* populate payment schedule from payment terms (backport [#44082 ](https://github.com/frappe/erpnext/issues/44082 )) ([#44084 ](https://github.com/frappe/erpnext/issues/44084 )) ([6b149f5 ](6b149f5ddf ))
* subcontracting receipt has no reference field for purchase order ([b1e205f ](b1e205f4d1 ))
* task path (backport [#44073 ](https://github.com/frappe/erpnext/issues/44073 )) ([#44077 ](https://github.com/frappe/erpnext/issues/44077 )) ([c12d5f6 ](c12d5f613a ))
* tyeerror while saving pick list ([d73cc83 ](d73cc83b91 ))
* update per_billed value in Purchase Receipt while creating Debit Note ([#43977 ](https://github.com/frappe/erpnext/issues/43977 )) ([da6c6dc ](da6c6dcfcb ))
### Features
* Partly billed status in Purchase Receipt ([#39543 ](https://github.com/frappe/erpnext/issues/39543 )) ([3e2fa16 ](3e2fa16d84 ))
2024-11-13 15:00:34 +00:00
ruthra kumar
a63a0e0d37
Merge pull request #44102 from frappe/version-14-hotfix
...
chore: release v14
2024-11-13 20:29:06 +05:30
ruthra kumar
ddac2c59ab
Merge pull request #44114 from frappe/mergify/bp/version-14-hotfix/pr-43977
...
fix: update per_billed value in Purchase Receipt while creating Debit Note (backport #43977 )
2024-11-13 19:01:04 +05:30
rohitwaghchaure
030df0d7e8
chore: fix conflicts
2024-11-13 18:27:41 +05:30
NaviN
da6c6dcfcb
fix: update per_billed value in Purchase Receipt while creating Debit Note ( #43977 )
...
* fix: update per_billed value in Purchase Receipt while creating Debit Note
* test: add unit test for validating per_billed value for partial Debit Note
(cherry picked from commit 494fd7ceea )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2024-11-13 18:27:41 +05:30
ruthra kumar
cbe92fef0c
Merge pull request #44128 from frappe/mergify/bp/version-14-hotfix/pr-39543
...
feat: Partly billed status in Purchase Receipt (backport #39543 )
2024-11-13 18:04:39 +05:30
Deepesh Garg
3e2fa16d84
feat: Partly billed status in Purchase Receipt ( #39543 )
...
(cherry picked from commit a673220feb )
2024-11-13 12:13:37 +00:00
ruthra kumar
44988c8bfa
Merge pull request #44126 from frappe/mergify/copy/version-14-hotfix/pr-44124
...
refactor: 'Partly Billed' status for Purchase Receipt (copy #44124 )
2024-11-13 17:22:41 +05:30
ruthra kumar
2acee05a0a
refactor: 'Partly Billed' status for Purchase Receipt
...
(cherry picked from commit c58bbd25f2 )
2024-11-13 17:00:20 +05:30
Nihantra C. Patel
d258684b8d
Merge pull request #44119 from frappe/mergify/bp/version-14-hotfix/pr-44116
...
fix: Drop Shipping address based on customer shopping address (backport #44116 )
2024-11-13 15:51:55 +05:30
Nihantra Patel
ea38a1f36a
fix: Drop Shipping address based on customer shopping address
...
(cherry picked from commit c7499f3528 )
2024-11-13 10:01:42 +00:00
ruthra kumar
7fb5f17100
Merge pull request #44087 from frappe/mergify/bp/version-14-hotfix/pr-43695
...
fix: exception on register reports when filtered on cost center (backport #43695 )
2024-11-11 17:05:32 +05:30
ruthra kumar
fd9fd8f46f
chore: filter report output
2024-11-11 16:42:42 +05:30
ruthra kumar
558fac6843
chore: use FrappeTestCase
2024-11-11 15:07:46 +05:30
ruthra kumar
71a1e50314
refactor(test): assertion refactoring and exact decimals
...
(cherry picked from commit 1d11131afe )
2024-11-11 09:18:08 +00:00
ruthra kumar
4f7d534cab
refactor(test): pass all mandatory fields
...
(cherry picked from commit c53e9637dd )
2024-11-11 09:18:08 +00:00
ruthra kumar
a8a89f971d
refactor(test): fix incorrect assertion
...
(cherry picked from commit d6030e7112 )
2024-11-11 09:18:07 +00:00
ruthra kumar
964ac05e74
test: journals with cost center
...
(cherry picked from commit c255f34eea )
2024-11-11 09:18:07 +00:00
ruthra kumar
a98fe7a72b
test: basic report output
...
(cherry picked from commit 657201b324 )
2024-11-11 09:18:07 +00:00
Vishv-silveroak
599581e09d
fix: exception on register reports when filtered on cost center
...
1
(cherry picked from commit f01e1a8e20 )
2024-11-11 09:18:07 +00:00
mergify[bot]
6b149f5ddf
fix: populate payment schedule from payment terms (backport #44082 ) ( #44084 )
...
fix: populate payment schedule from payment terms (#44082 )
(cherry picked from commit c81eb6c824 )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-11-11 13:12:39 +05:30
mergify[bot]
f2aa71cd6c
chore: update CODEOWNERS (backport #44074 ) ( #44080 )
...
* chore: update `CODEOWNERS` (#44074 )
(cherry picked from commit 9a758ea826 )
# Conflicts:
# CODEOWNERS
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2024-11-11 13:06:26 +05:30
mergify[bot]
c12d5f613a
fix: task path (backport #44073 ) ( #44077 )
...
fix: task path (#44073 )
(cherry picked from commit 8c99acb1b9 )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-11-11 13:00:43 +05:30
rohitwaghchaure
3df783bfff
Merge pull request #44069 from frappe/mergify/bp/version-14-hotfix/pr-44058
...
fix: type error while saving pick list (backport #44058 )
2024-11-11 12:27:00 +05:30
vishnu
d73cc83b91
fix: tyeerror while saving pick list
...
(cherry picked from commit 22de0ecbdc )
2024-11-11 06:24:53 +00:00
Frappe PR Bot
e46834095b
chore(release): Bumped to Version 14.75.2
...
## [14.75.2](https://github.com/frappe/erpnext/compare/v14.75.1...v14.75.2 ) (2024-11-08)
### Bug Fixes
* subcontracting receipt has no reference field for purchase order ([1633a31 ](1633a3176c ))
2024-11-08 07:22:01 +00:00
rohitwaghchaure
2f969478e9
Merge pull request #44032 from frappe/mergify/bp/version-14/pr-44014
...
fix: Subcontracting Receipt has no reference field for Purchase Order (backport #44014 )
2024-11-08 12:49:15 +05:30
Ninad1306
1633a3176c
fix: subcontracting receipt has no reference field for purchase order
...
(cherry picked from commit b1e205f4d1 )
2024-11-08 06:53:14 +00:00
ruthra kumar
093b4f9845
Merge pull request #44026 from frappe/mergify/bp/version-14-hotfix/pr-43873
...
fix: add missing fields to field_no_map array (backport #43873 )
2024-11-08 11:52:24 +05:30
Ravindu Nethmina
440ada1bdc
refactor: add "margin_type" and "margin_rate_or_amount" to no copy
...
(cherry picked from commit 70f090c1ec )
2024-11-08 06:00:28 +00:00
ruthra kumar
82cd42bbdf
Merge pull request #44023 from frappe/mergify/bp/version-14-hotfix/pr-43762
...
fix: handle NoneType error when updating ordered_qty in SO for remove… (backport #43762 )
2024-11-08 11:11:18 +05:30
bhaveshkumar.j
1446aa3636
fix: NoneType while updating ordered_qty in SO for removed items
...
(cherry picked from commit 442cdd7ce4 )
2024-11-08 05:10:39 +00:00
Sagar Vora
0cdb4cb927
Merge pull request #44014 from Ninad1306/dashboard_links
2024-11-07 18:16:06 +05:30
Frappe PR Bot
ea634ec230
chore(release): Bumped to Version 14.75.1
...
## [14.75.1](https://github.com/frappe/erpnext/compare/v14.75.0...v14.75.1 ) (2024-11-07)
### Bug Fixes
* ensure list has items ([5c8af85 ](5c8af85086 ))
* error when saving POS merge log ([#43989 ](https://github.com/frappe/erpnext/issues/43989 )) ([657bd37 ](657bd3712b ))
* removed single quotes from deferred revenue ([#43985 ](https://github.com/frappe/erpnext/issues/43985 )) ([aee8a23 ](aee8a23626 ))
* serial no ledger report ([#44006 ](https://github.com/frappe/erpnext/issues/44006 )) ([9838eaa ](9838eaa332 ))
* task showing limit in customer portal (backport [#44003 ](https://github.com/frappe/erpnext/issues/44003 )) ([#44004 ](https://github.com/frappe/erpnext/issues/44004 )) ([bc9f0f8 ](bc9f0f8368 ))
2024-11-07 12:44:44 +00:00
Sagar Vora
33a9c5e88d
Merge pull request #44007 from frappe/version-14-hotfix
2024-11-07 18:13:19 +05:30
Ninad1306
b1e205f4d1
fix: subcontracting receipt has no reference field for purchase order
2024-11-07 16:34:14 +05:30
rohitwaghchaure
9838eaa332
fix: serial no ledger report ( #44006 )
2024-11-07 13:12:46 +05:30
mergify[bot]
bc9f0f8368
fix: task showing limit in customer portal (backport #44003 ) ( #44004 )
...
fix: task showing limit in customer portal (#44003 )
(cherry picked from commit 44832c3b5c )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-11-07 12:49:42 +05:30
Sagar Vora
478b49cc49
Merge pull request #43994 from frappe/mergify/bp/version-14-hotfix/pr-43993
...
fix: ensure list has items (backport #43993 )
2024-11-06 14:08:21 +05:30
Sagar Vora
5c8af85086
fix: ensure list has items
...
(cherry picked from commit e13e688987 )
2024-11-06 08:37:20 +00:00
Sagar Vora
876af6dca5
Merge pull request #43990 from frappe/mergify/bp/version-14-hotfix/pr-43989
...
fix: error when saving POS merge log (backport #43989 )
2024-11-06 13:26:09 +05:30
Sagar Vora
657bd3712b
fix: error when saving POS merge log ( #43989 )
...
(cherry picked from commit c62596b323 )
2024-11-06 07:52:12 +00:00
Sagar Vora
0a166a813a
Merge pull request #43988 from frappe/mergify/bp/version-14-hotfix/pr-43985
...
fix: removed single quotes from deferred revenue (backport #43985 )
2024-11-06 12:08:14 +05:30
Nihantra C. Patel
aee8a23626
fix: removed single quotes from deferred revenue ( #43985 )
...
(cherry picked from commit 834d18840c )
2024-11-06 06:37:02 +00:00
Frappe PR Bot
710771edf4
chore(release): Bumped to Version 14.75.0
...
# [14.75.0](https://github.com/frappe/erpnext/compare/v14.74.8...v14.75.0 ) (2024-11-06)
### Bug Fixes
* SO link on PO and add in missing dashboard references on both ([4f8a8a5 ](4f8a8a5e99 ))
### Features
* remove Payroll Entry from Bank Account dashboard (backport [#43931 ](https://github.com/frappe/erpnext/issues/43931 )) ([#43932 ](https://github.com/frappe/erpnext/issues/43932 )) ([42c2b84 ](42c2b84b28 ))
### Performance Improvements
* too many writes error during reposting (backport [#43978 ](https://github.com/frappe/erpnext/issues/43978 )) ([#43982 ](https://github.com/frappe/erpnext/issues/43982 )) ([57d35ec ](57d35ec20e ))
2024-11-06 05:11:31 +00:00
ruthra kumar
e6b97cad89
Merge pull request #43974 from frappe/version-14-hotfix
...
chore: release v14
2024-11-06 10:40:10 +05:30
mergify[bot]
57d35ec20e
perf: too many writes error during reposting (backport #43978 ) ( #43982 )
...
perf: too many writes error during reposting (#43978 )
perf: too many writes error
(cherry picked from commit 134c24b9c5 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-11-06 10:05:36 +05:30
ruthra kumar
1e2bea82f9
Merge pull request #43964 from frappe/mergify/bp/version-14-hotfix/pr-43388
...
fix: SO link on PO and add in missing dashboard references on both (backport #43388 )
2024-11-04 15:34:04 +05:30
ruthra kumar
0f4c5dd26c
chore: resolve conflicts
...
Stock Reservation Entry is unavailable in v14
2024-11-04 14:17:04 +05:30
CaseSolved
7906c21bdf
chore: linting
...
(cherry picked from commit be6970c850 )
2024-11-04 08:32:22 +00:00
CaseSolved
4f8a8a5e99
fix: SO link on PO and add in missing dashboard references on both
...
(cherry picked from commit 2017fd80d1 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order_dashboard.py
# erpnext/selling/doctype/sales_order/sales_order_dashboard.py
2024-11-04 08:32:22 +00:00
mergify[bot]
42c2b84b28
feat: remove Payroll Entry from Bank Account dashboard (backport #43931 ) ( #43932 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2024-10-30 15:49:21 +01:00
Frappe PR Bot
80f2f5cd2f
chore(release): Bumped to Version 14.74.8
...
## [14.74.8](https://github.com/frappe/erpnext/compare/v14.74.7...v14.74.8 ) (2024-10-30)
### Bug Fixes
* add company filter for project ([d3e29fe ](d3e29fe828 ))
* add parenttype clause to invoice tax query in sales_register report ([cbe704c ](cbe704c73c ))
* added validation for UOM must be whole number (backport [#43710 ](https://github.com/frappe/erpnext/issues/43710 )) ([#43711 ](https://github.com/frappe/erpnext/issues/43711 )) ([aaae81f ](aaae81f7e8 ))
* basic rate not editable in Stock Entry Detail (backport [#43837 ](https://github.com/frappe/erpnext/issues/43837 )) ([#43839 ](https://github.com/frappe/erpnext/issues/43839 )) ([51c1d03 ](51c1d032ba ))
* calculate tds with net amount when invoice exceeds single threshold amount (backport [#43869 ](https://github.com/frappe/erpnext/issues/43869 )) ([#43919 ](https://github.com/frappe/erpnext/issues/43919 )) ([55c5f30 ](55c5f30d54 ))
* do not check for payment terms details for return invoices. ([fd63ace ](fd63ace6c7 ))
* do not set payment terms for return invoices ([bd34a67 ](bd34a67871 ))
* get stock accounts from the doc instead of db in validate_stock_accounts ([ad04610 ](ad04610c94 ))
* hide payment terms for return and paid purchase invoices ([78db8c0 ](78db8c0029 ))
* not able to submit stock entry ([#43890 ](https://github.com/frappe/erpnext/issues/43890 )) ([0742e6e ](0742e6e193 ))
* purchase return validation issue ([#43871 ](https://github.com/frappe/erpnext/issues/43871 )) ([a7cc7b2 ](a7cc7b28c0 ))
* remarks field in payment reconciliation ([93243b1 ](93243b1d95 ))
* **RFQ:** make strings translatable (backport [#43843 ](https://github.com/frappe/erpnext/issues/43843 )) ([#43847 ](https://github.com/frappe/erpnext/issues/43847 )) ([895f1bf ](895f1bff01 ))
* set bill_no before `against_voucher` gets concatenated ([2f3c3d5 ](2f3c3d5519 ))
* work order finish button not showing (backport [#43875 ](https://github.com/frappe/erpnext/issues/43875 )) ([#43877 ](https://github.com/frappe/erpnext/issues/43877 )) ([76530de ](76530de786 ))
2024-10-30 09:52:54 +00:00
ruthra kumar
4e85a79e42
Merge pull request #43892 from frappe/version-14-hotfix
...
chore: release v14
2024-10-30 15:21:35 +05:30
mergify[bot]
55c5f30d54
fix: calculate tds with net amount when invoice exceeds single threshold amount (backport #43869 ) ( #43919 )
...
* fix: calculate tds with net amount when invoice exceeds single threshold amount
(cherry picked from commit ef694a40a1 )
* test: add unit test to validate purchase invoice exceeding single threshold value
(cherry picked from commit 94badb464d )
---------
Co-authored-by: venkat102 <venkatesharunachalam659@gmail.com >
2024-10-30 11:26:08 +05:30
ruthra kumar
cc85f5de26
Merge pull request #43916 from frappe/mergify/bp/version-14-hotfix/pr-43886
...
fix: remarks field in payment reconciliation (backport #43886 )
2024-10-30 10:51:39 +05:30
ruthra kumar
15881ea718
chore: resolve conflicts
2024-10-30 10:30:48 +05:30
Ahmed Shareef
93243b1d95
fix: remarks field in payment reconciliation
...
(cherry picked from commit 2d5b079949 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.json
# erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.py
2024-10-30 04:50:23 +00:00
mergify[bot]
76530de786
fix: work order finish button not showing (backport #43875 ) ( #43877 )
...
* fix: work order finish button not showing (#43875 )
(cherry picked from commit 0a70be5b99 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.js
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-29 22:00:36 +05:30
ruthra kumar
d04396b697
Merge pull request #43896 from frappe/mergify/bp/version-14-hotfix/pr-43856
...
fix: add parenttype clause to invoice tax query in sales_register report (backport #43856 )
2024-10-29 16:12:46 +05:30
ruthra kumar
e552df31d6
Merge pull request #43894 from frappe/mergify/bp/version-14-hotfix/pr-43698
...
fix: Project name instead of ID in chart (backport #43698 )
2024-10-29 16:12:32 +05:30
Imesha Sudasingha
cbe704c73c
fix: add parenttype clause to invoice tax query in sales_register report
...
(cherry picked from commit e30ab141f4 )
2024-10-29 10:10:37 +00:00
rohitwaghchaure
0742e6e193
fix: not able to submit stock entry ( #43890 )
2024-10-29 15:35:19 +05:30
lukas.brandhoff
3fa392ebdf
refactor: include 'Project Name' in Project summary report
...
Keep name field for backwards compatibility
(cherry picked from commit 736d1a1105 )
2024-10-29 09:54:26 +00:00
ruthra kumar
a3c2121870
Merge pull request #43863 from frappe/mergify/bp/version-14-hotfix/pr-43685
...
fix: do not check for payment terms details for return invoices. (backport #43685 )
2024-10-28 15:53:06 +05:30
mergify[bot]
aaae81f7e8
fix: added validation for UOM must be whole number (backport #43710 ) ( #43711 )
...
* fix: added validation for UOM must be whole number (#43710 )
(cherry picked from commit 4fd4a37dc9 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
* chore: fix conflicts
* chore: fix linters issue
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-28 15:12:16 +05:30
rohitwaghchaure
a7cc7b28c0
fix: purchase return validation issue ( #43871 )
2024-10-28 15:11:07 +05:30
mergify[bot]
51c1d032ba
fix: basic rate not editable in Stock Entry Detail (backport #43837 ) ( #43839 )
...
* fix: basic rate not editable in Stock Entry Detail (#43837 )
(cherry picked from commit 5a967bc868 )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.js
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-28 14:02:23 +05:30
ruthra kumar
c695959902
chore: resolve conflicts
2024-10-28 13:32:30 +05:30
ruthra kumar
83f5a24520
Merge pull request #43868 from frappe/mergify/bp/version-14-hotfix/pr-43862
...
refactor: fix garbage title, desc and name in razorpay (backport #43862 )
2024-10-28 12:47:42 +05:30
ruthra kumar
627832fe5b
refactor: fix garbage title, desc and name in razorpay
...
(cherry picked from commit 7332ec8fbd )
2024-10-28 06:55:08 +00:00
ljain112
78db8c0029
fix: hide payment terms for return and paid purchase invoices
...
(cherry picked from commit 912e1e3f3d )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2024-10-28 05:53:55 +00:00
ljain112
bd34a67871
fix: do not set payment terms for return invoices
...
(cherry picked from commit 8b700eadc7 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
# erpnext/accounts/doctype/sales_invoice/sales_invoice.js
2024-10-28 05:53:54 +00:00
ljain112
fd63ace6c7
fix: do not check for payment terms details for return invoices.
...
(cherry picked from commit 6703b7d1ae )
2024-10-28 05:53:54 +00:00
ruthra kumar
36fdd540c0
Merge pull request #43858 from frappe/mergify/bp/version-14-hotfix/pr-43833
...
refactor: query for expense_account moved to setup hook in purchase invoice (backport #43833 )
2024-10-28 09:59:55 +05:30
ruthra kumar
b81dc2bf5e
chore: resolve conflict
2024-10-28 09:55:04 +05:30
ljain112
7e7cc807a5
refactor: query for expense_account moved to setup hook in purchase invoice
...
(cherry picked from commit a9ac0cc223 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
2024-10-28 04:14:14 +00:00
mergify[bot]
895f1bff01
fix(RFQ): make strings translatable (backport #43843 ) ( #43847 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix(RFQ): make strings translatable (#43843 )
2024-10-26 19:51:31 +02:00
ruthra kumar
53c4b5f752
Merge pull request #43832 from frappe/mergify/bp/version-14-hotfix/pr-43830
...
fix: set bill_no before `against_voucher` gets concatenated (backport #43830 )
2024-10-25 14:28:44 +05:30
ruthra kumar
2f3c3d5519
fix: set bill_no before against_voucher gets concatenated
...
(cherry picked from commit 7bade7f1fe )
2024-10-25 14:05:15 +05:30
ruthra kumar
6ddff1b168
Merge pull request #43806 from frappe/mergify/bp/version-14-hotfix/pr-43755
...
fix: Add Company Filter (backport #43755 )
2024-10-23 17:57:42 +05:30
IamSaiyyamChhetri
d3e29fe828
fix: add company filter for project
...
- In Project dt Sales Order field
- In Sales Order dt Project field
(cherry picked from commit 9909d760a5 )
2024-10-23 17:31:44 +05:30
Smit Vora
3ace876c1f
Merge pull request #43784 from frappe/mergify/bp/version-14-hotfix/pr-43462
...
fix: get stock accounts from the doc in `validate_stock_accounts` in Journal Entry (backport #43462 )
2024-10-23 10:36:30 +05:30
Frappe PR Bot
8c7ed37afd
chore(release): Bumped to Version 14.74.7
...
## [14.74.7](https://github.com/frappe/erpnext/compare/v14.74.6...v14.74.7 ) (2024-10-23)
### Bug Fixes
* "show_remarks" checkbox in Process statement of accounts ([0833823 ](083382399f ))
* coupon code validation logic ([c18beae ](c18beaea6b ))
* **deferred_revenue:** Escape account in query ([3d082c9 ](3d082c93bc ))
* Freeze Screen on load invoices on POS Closing Entry ([725b6be ](725b6beff3 ))
* get period estimate till service end date ([35c257a ](35c257a7ae ))
* incorrect amount in bank clearance ([98362d9 ](98362d9183 ))
* party_balance based on company in payment entry ([5333f33 ](5333f33c21 ))
* remove extra space ([719565c ](719565c897 ))
* use correct variable in error message (backport [#43790 ](https://github.com/frappe/erpnext/issues/43790 )) ([#43791 ](https://github.com/frappe/erpnext/issues/43791 )) ([5b0a8fd ](5b0a8fd2ce ))
2024-10-23 04:45:56 +00:00
ruthra kumar
9da08df3ca
Merge pull request #43773 from frappe/version-14-hotfix
...
chore: release v14
2024-10-23 10:14:40 +05:30
mergify[bot]
5b0a8fd2ce
fix: use correct variable in error message (backport #43790 ) ( #43791 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: use correct variable in error message (#43790 )
2024-10-22 19:43:13 +02:00
Sagar Vora
f5f6c7609a
test: fix test case
2024-10-22 20:27:06 +05:30
Vishakh Desai
ad04610c94
fix: get stock accounts from the doc instead of db in validate_stock_accounts
...
(cherry picked from commit 30954586d8 )
2024-10-22 14:07:06 +00:00
ruthra kumar
1a4a329c1d
Merge pull request #43779 from frappe/mergify/bp/version-14-hotfix/pr-43778
...
refactor: validate_return_against_account (backport #43778 )
2024-10-22 17:36:37 +05:30
Raffael Meyer
411f7c3a2c
refactor: validate_return_against_account ( #43778 )
...
(cherry picked from commit c4faa0e101 )
2024-10-22 11:45:49 +00:00
ruthra kumar
c55d473c92
Merge pull request #43776 from frappe/mergify/bp/version-14-hotfix/pr-43775
...
fix(deferred_revenue): Escape account in query (backport #43775 )
2024-10-22 16:40:02 +05:30
Corentin Forler
3d082c93bc
fix(deferred_revenue): Escape account in query
...
(cherry picked from commit c7b3ae41d4 )
2024-10-22 10:42:08 +00:00
ruthra kumar
a3e8cc6abe
Merge pull request #43767 from frappe/mergify/bp/version-14-hotfix/pr-43766
...
refactor: allow unreconcile on bank and cash entry type journals (backport #43766 )
2024-10-22 12:12:52 +05:30
ruthra kumar
0dcb5a4fbb
refactor: allow unreconcile on bank and cash entry type journals
...
(cherry picked from commit 2c4f37f488 )
2024-10-22 06:35:37 +00:00
ruthra kumar
14a589eb2f
Merge pull request #43764 from frappe/mergify/bp/version-14-hotfix/pr-43761
...
fix: coupon code validation logic (backport #43761 )
2024-10-22 10:39:10 +05:30
ruthra kumar
2af36383cc
chore: resolve conflict
2024-10-22 10:16:57 +05:30
bhaveshkumar.j
719565c897
fix: remove extra space
...
(cherry picked from commit 1561a9e1bf )
2024-10-22 04:37:48 +00:00
bhaveshkumar.j
c18beaea6b
fix: coupon code validation logic
...
(cherry picked from commit d04257a32d )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/utils.py
2024-10-22 04:37:48 +00:00
ruthra kumar
3d5c15df0a
Merge pull request #43741 from frappe/mergify/bp/version-14-hotfix/pr-43726
...
fix: "show_remarks" checkbox in Process statement of accounts (backport #43726 )
2024-10-21 13:09:04 +05:30
ruthra kumar
0cf172c0da
Merge pull request #43743 from frappe/mergify/bp/version-14-hotfix/pr-43727
...
fix: get period estimate till service end date (backport #43727 )
2024-10-21 13:08:44 +05:30
ruthra kumar
5289022351
Merge pull request #43745 from frappe/mergify/bp/version-14-hotfix/pr-43720
...
fix: party_balance based on company in payment entry (backport #43720 )
2024-10-21 13:08:22 +05:30
ruthra kumar
bbce58524e
Merge pull request #43747 from frappe/mergify/bp/version-14-hotfix/pr-42461
...
fix: Freeze Screen on load invoices on POS Closing Entry (backport #42461 )
2024-10-21 13:08:02 +05:30
HarryPaulo
725b6beff3
fix: Freeze Screen on load invoices on POS Closing Entry
...
(cherry picked from commit 486d396174 )
2024-10-21 06:57:51 +00:00
ljain112
5333f33c21
fix: party_balance based on company in payment entry
...
(cherry picked from commit 97c9adf06b )
2024-10-21 06:53:31 +00:00
ruthra kumar
beb5318446
chore: resolve conflict
2024-10-21 12:21:51 +05:30
venkat102
35c257a7ae
fix: get period estimate till service end date
...
(cherry picked from commit a7ba7e9c28 )
2024-10-21 06:50:26 +00:00
ljain112
083382399f
fix: "show_remarks" checkbox in Process statement of accounts
...
(cherry picked from commit f4600df1f7 )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
2024-10-21 06:44:35 +00:00
ruthra kumar
a05d6de2be
Merge pull request #43716 from frappe/mergify/bp/version-14-hotfix/pr-42898
...
fix: incorrect amount in bank clearance (backport #42898 )
2024-10-18 11:01:11 +05:30
NIYAZ RAZAK
98362d9183
fix: incorrect amount in bank clearance
...
(cherry picked from commit 9a11df59fc )
2024-10-18 10:37:17 +05:30
Frappe PR Bot
e401ad5b8f
chore(release): Bumped to Version 14.74.6
...
## [14.74.6](https://github.com/frappe/erpnext/compare/v14.74.5...v14.74.6 ) (2024-10-16)
### Bug Fixes
* added parentheses for correct query formation for logical OR condition ([0f738de ](0f738de5e5 ))
* added string for translation in bank reconciliation statement ([32f6eb7 ](32f6eb7ee7 ))
* conversion factor issue (backport [#43645 ](https://github.com/frappe/erpnext/issues/43645 )) ([#43675 ](https://github.com/frappe/erpnext/issues/43675 )) ([1262c32 ](1262c322d1 ))
* delete invalid pricing rule on change of applicable_for ([c7c2bdd ](c7c2bdd159 ))
* ignore free item when qty is zero ([ae47fb9 ](ae47fb9617 ))
* missing child company accounts in consolidated balance sheet ([bb774ce ](bb774cec58 ))
* removed unused query ([dcbfd4a ](dcbfd4ae1d ))
* run gl_entries and closing voucher processes in same function ([59c314c ](59c314c98a ))
* update formatings ([a8ad608 ](a8ad608fd8 ))
* update formatings ([699b098 ](699b09846a ))
* update item details with actual quantity. ([c520a7c ](c520a7c6c1 ))
* Use `ref_doc.get()` for `party_account_currency` ([01d6c10 ](01d6c1081b ))
* validation for corrective job card (backport [#43555 ](https://github.com/frappe/erpnext/issues/43555 )) (backport [#43558 ](https://github.com/frappe/erpnext/issues/43558 )) ([#43628 ](https://github.com/frappe/erpnext/issues/43628 )) ([1f09975 ](1f099752d2 ))
* zero incoming rate for delivery note return ([#43642 ](https://github.com/frappe/erpnext/issues/43642 )) ([7eac9cc ](7eac9cc1db ))
2024-10-16 05:02:55 +00:00
ruthra kumar
9106c2fdd8
Merge pull request #43668 from frappe/version-14-hotfix
...
chore: release v14
2024-10-16 10:31:35 +05:30
ruthra kumar
2e6ead30e0
Merge pull request #43683 from frappe/mergify/bp/version-14-hotfix/pr-43661
...
fix: missing child company accounts in consolidated balance sheet (backport #43661 )
2024-10-15 17:38:11 +05:30
ruthra kumar
70050081ff
Merge pull request #43681 from frappe/mergify/bp/version-14-hotfix/pr-43663
...
fix: run gl_entries and closing voucher processes in same function (backport #43663 )
2024-10-15 17:28:04 +05:30
ljain112
bb774cec58
fix: missing child company accounts in consolidated balance sheet
...
(cherry picked from commit 7fae9d57d2 )
2024-10-15 11:37:52 +00:00
ruthra kumar
7c549e60d6
Merge pull request #43679 from frappe/mergify/bp/version-14-hotfix/pr-43602
...
fix: added parentheses for correct query formation for logical OR condition (backport #43602 )
2024-10-15 17:07:17 +05:30
ljain112
59c314c98a
fix: run gl_entries and closing voucher processes in same function
...
(cherry picked from commit af4daa5b0f )
2024-10-15 11:35:55 +00:00
ljain112
0f738de5e5
fix: added parentheses for correct query formation for logical OR condition
...
(cherry picked from commit c0da8f11f7 )
2024-10-15 11:15:40 +00:00
ruthra kumar
8701cb73ef
Merge pull request #43677 from frappe/mergify/bp/version-14-hotfix/pr-43600
...
fix: added string for translation in bank reconciliation statement (backport #43600 )
2024-10-15 16:40:53 +05:30
ljain112
32f6eb7ee7
fix: added string for translation in bank reconciliation statement
...
(cherry picked from commit c99d9f7037 )
2024-10-15 11:02:29 +00:00
mergify[bot]
1262c322d1
fix: conversion factor issue (backport #43645 ) ( #43675 )
...
fix: conversion factor issue (#43645 )
(cherry picked from commit a52756f1d4 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-15 16:08:37 +05:30
ruthra kumar
aa85c3abee
Merge pull request #43669 from frappe/mergify/bp/version-14-hotfix/pr-43557
...
fix: delete invalid pricing rule on change of applicable_for values (backport #43557 )
2024-10-15 15:56:29 +05:30
ljain112
5d9474c98c
test: added test for change in applicable_for_value in promotional scheme
...
(cherry picked from commit 2613bdd868 )
2024-10-15 09:55:31 +00:00
ljain112
c7c2bdd159
fix: delete invalid pricing rule on change of applicable_for
...
(cherry picked from commit 42746fc630 )
2024-10-15 09:55:31 +00:00
ruthra kumar
1913caf2b0
Merge pull request #43665 from frappe/mergify/bp/version-14-hotfix/pr-43662
...
fix: removed unused query (backport #43662 )
2024-10-15 13:55:52 +05:30
ruthra kumar
5aff4242e3
Merge pull request #43657 from frappe/mergify/bp/version-14-hotfix/pr-43570
...
fix: update item details with actual quantity (backport #43570 )
2024-10-15 13:52:23 +05:30
ruthra kumar
e7f630fc74
chore: resolve conflict
2024-10-15 13:34:37 +05:30
ruthra kumar
9697cb066c
Merge pull request #43659 from frappe/mergify/bp/version-14-hotfix/pr-43642
...
fix: zero incoming rate for delivery note return (backport #43642 )
2024-10-15 13:26:03 +05:30
ruthra kumar
be78e17e8c
chore: resolve conflict
2024-10-15 13:25:14 +05:30
ljain112
dcbfd4ae1d
fix: removed unused query
...
(cherry picked from commit 5f590ddfa2 )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py
2024-10-15 07:53:40 +00:00
rohitwaghchaure
a585a7029f
chore: fix conflicts
2024-10-15 12:08:24 +05:30
rohitwaghchaure
7eac9cc1db
fix: zero incoming rate for delivery note return ( #43642 )
...
(cherry picked from commit 6087a57b0c )
# Conflicts:
# erpnext/stock/doctype/delivery_note/test_delivery_note.py
2024-10-15 06:28:36 +00:00
Bhavan23
a8ad608fd8
fix: update formatings
...
(cherry picked from commit 5044297321 )
2024-10-15 06:27:42 +00:00
Bhavan23
699b09846a
fix: update formatings
...
(cherry picked from commit 5f4a523340 )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order.py
2024-10-15 06:27:41 +00:00
Bhavan23
dc2483bb92
test: Validate the actual quantity when creating a material request from the sales order
...
(cherry picked from commit 17fdd42645 )
2024-10-15 06:27:41 +00:00
Bhavan23
c520a7c6c1
fix: update item details with actual quantity.
...
(cherry picked from commit 9dbdfec9b7 )
2024-10-15 06:27:40 +00:00
ruthra kumar
475c9b8450
Merge pull request #43653 from frappe/mergify/bp/version-14-hotfix/pr-43601
...
refactor: remove 'format:' based naming (backport #43601 )
2024-10-15 07:34:49 +05:30
ruthra kumar
2cce2cfdbe
Merge pull request #43649 from frappe/mergify/bp/version-14-hotfix/pr-43614
...
fix: ignore free item when qty is zero (backport #43614 )
2024-10-15 06:01:44 +05:30
ruthra kumar
065465626e
chore: resolve conflict
2024-10-15 06:00:47 +05:30
venkat102
fc7207bcd3
refactor: remove 'format:' based naming
...
(cherry picked from commit e8e1ec0e85 )
# Conflicts:
# erpnext/accounts/doctype/unreconcile_payment/unreconcile_payment.json
2024-10-14 15:45:57 +00:00
Ninad1306
3b1f0c191e
test: test case to validate free item is ignored when qty is zero
...
(cherry picked from commit a2b41a0c16 )
2024-10-14 10:51:00 +00:00
Ninad1306
ae47fb9617
fix: ignore free item when qty is zero
...
(cherry picked from commit 7ae98f77ee )
2024-10-14 10:51:00 +00:00
Smit Vora
16d9ca72e8
Merge pull request #43640 from frappe/mergify/bp/version-14-hotfix/pr-43638
...
fix: Use `ref_doc.get()` for `party_account_currency` (backport #43638 )
2024-10-14 13:59:05 +05:30
Abdeali Chharchhoda
01d6c1081b
fix: Use ref_doc.get() for party_account_currency
...
(cherry picked from commit b79549422a )
2024-10-14 06:09:08 +00:00
Frappe PR Bot
7404911940
chore(release): Bumped to Version 14.74.5
...
## [14.74.5](https://github.com/frappe/erpnext/compare/v14.74.4...v14.74.5 ) (2024-10-12)
### Bug Fixes
* validation for corrective job card (backport [#43555 ](https://github.com/frappe/erpnext/issues/43555 )) (backport [#43558 ](https://github.com/frappe/erpnext/issues/43558 )) ([#43628 ](https://github.com/frappe/erpnext/issues/43628 )) ([ea0f044 ](ea0f044c48 ))
2024-10-12 15:51:49 +00:00
rohitwaghchaure
136adcb793
Merge pull request #43629 from frappe/mergify/bp/version-14/pr-43628
...
fix: validation for corrective job card (backport #43555 ) (backport #43558 ) (backport #43628 )
2024-10-12 21:20:29 +05:30
mergify[bot]
ea0f044c48
fix: validation for corrective job card (backport #43555 ) (backport #43558 ) ( #43628 )
...
fix: validation for corrective job card (backport #43555 ) (#43558 )
* fix: validation for corrective job card (#43555 )
(cherry picked from commit 7a0a893d08 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
* chore: fix linters issue
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit cf0fa0db7b )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 1f099752d2 )
2024-10-12 13:04:35 +00:00
mergify[bot]
1f099752d2
fix: validation for corrective job card (backport #43555 ) (backport #43558 ) ( #43628 )
...
fix: validation for corrective job card (backport #43555 ) (#43558 )
* fix: validation for corrective job card (#43555 )
(cherry picked from commit 7a0a893d08 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.py
* chore: fix conflicts
* chore: fix linters issue
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit cf0fa0db7b )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-10-12 18:32:30 +05:30
Frappe PR Bot
e9dbbbe324
chore(release): Bumped to Version 14.74.4
...
## [14.74.4](https://github.com/frappe/erpnext/compare/v14.74.3...v14.74.4 ) (2024-10-10)
### Bug Fixes
* add parenttype condition for item table in Purchase Register Report ([4586f03 ](4586f03bdc ))
* Add removed test code `b41f10c1b9 ` ([8f5c191 ](8f5c191136 ))
* create Account Closing Balance even though there are no transaction in period ([2fc776d ](2fc776d0f5 ))
* deduct advances adjusted for threshold check for tcs ([de15728 ](de15728741 ))
* do not include advances for tds vouchers ([9d950a9 ](9d950a9b77 ))
* get company from ref doc as it's not available in payment request ([078eb46 ](078eb46eb8 ))
* multiple issues in Payment Request ([#42427 ](https://github.com/frappe/erpnext/issues/42427 )) ([ef52be2 ](ef52be2f17 ))
* Remove `advance_payment_status` uses ([36b4f68 ](36b4f68566 ))
* Remove unreference method ([d4421da ](d4421dade1 ))
* Remove unused field ([3a51cf4 ](3a51cf4e1a ))
* Remove unused function `get_paid_amount_against_order` ([677aadd ](677aadde7c ))
* Separate `on_submit` and `before_submit` of PR ([d828ea6 ](d828ea6a1a ))
2024-10-10 00:48:02 +00:00
ruthra kumar
4b1e3c96c2
Merge pull request #43562 from frappe/version-14-hotfix
...
chore: release v14
2024-10-10 06:16:42 +05:30
Sagar Vora
8714ec608b
Merge pull request #43571 from frappe/mergify/bp/version-14-hotfix/pr-43271
...
fix: deduct advances adjusted for threshold check for tcs (backport #43271 )
2024-10-09 18:38:07 +05:30
Sagar Vora
e7518414cb
Merge pull request #43595 from ljain112/fix-pr-43271
2024-10-09 17:44:37 +05:30
ljain112
d5c82ccbab
test: fixed account settings in test case
2024-10-09 17:34:59 +05:30
ljain112
f5a7c8b0b0
test: added test cases for the tcs deduction for advances adjusted.
...
(cherry picked from commit efe238cefd )
2024-10-08 12:05:48 +00:00
ljain112
de15728741
fix: deduct advances adjusted for threshold check for tcs
...
(cherry picked from commit 767c8f92be )
2024-10-08 12:05:48 +00:00
Smit Vora
d6f9909ba5
Merge pull request #43552 from frappe/mergify/bp/version-14-hotfix/pr-43397
...
fix: do not include advances for tds vouchers (backport #43397 )
2024-10-08 11:29:48 +05:30
ljain112
9d950a9b77
fix: do not include advances for tds vouchers
...
(cherry picked from commit 7ef918421e )
2024-10-08 05:09:01 +00:00
Smit Vora
0336e7ac45
Merge pull request #43529 from frappe/mergify/bp/version-14-hotfix/pr-43407
...
fix: multiple issues in Payment Request (backport #43407 )
2024-10-08 10:38:50 +05:30
Smit Vora
078eb46eb8
fix: get company from ref doc as it's not available in payment request
2024-10-07 22:55:58 +05:30
Smit Vora
1d21f428c1
Merge pull request #43526 from frappe/mergify/bp/version-14-hotfix/pr-43391
...
fix: create Account Closing Balance even though there are no transaction in period (backport #43391 )
2024-10-07 22:34:37 +05:30
Smit Vora
71ee88dc79
Merge pull request #43524 from frappe/mergify/bp/version-14-hotfix/pr-43384
...
fix: add parenttype condition for item table in Purchase Register Report (backport #43384 )
2024-10-07 22:34:23 +05:30
Smit Vora
f6b91969b2
chore: resolve conflicts, remove additional new fields
2024-10-07 22:31:49 +05:30
Smit Vora
3f5f37fa73
chore: resolve conflicts visible prima-facie
2024-10-07 22:15:26 +05:30
Smit Vora
d4258fff9d
chore: remove unused filed
...
(cherry picked from commit 0c599c2b6d )
2024-10-07 16:17:06 +00:00
Abdeali Chharchhoda
54608bdff9
test: Change Accounts Settings for multi currency ( https://github.com/frappe/erpnext/pull/42427#discussion_r1789859737 )
...
(cherry picked from commit 62cc86114b )
2024-10-07 16:17:05 +00:00
Abdeali Chharchhoda
4d00d2b87b
test: Remove Payment Gateway settings from test
...
(cherry picked from commit 3d9d56ab50 )
2024-10-07 16:17:05 +00:00
Abdeali Chharchhoda
d828ea6a1a
fix: Separate on_submit and before_submit of PR
...
(cherry picked from commit dbd7b83204 )
2024-10-07 16:17:05 +00:00
Abdeali Chharchhoda
677aadde7c
fix: Remove unused function get_paid_amount_against_order
...
(cherry picked from commit 75916629c8 )
2024-10-07 16:17:04 +00:00
Abdeali Chharchhoda
3a51cf4e1a
fix: Remove unused field
...
(cherry picked from commit e785928c0f )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.json
2024-10-07 16:17:04 +00:00
Abdeali Chharchhoda
7d0a094515
test: Removed initial PR status assertion
...
(cherry picked from commit 67bd540135 )
2024-10-07 16:17:03 +00:00
Abdeali Chharchhoda
8f5c191136
fix: Add removed test code b41f10c1b9
...
(cherry picked from commit 30fd11f138 )
2024-10-07 16:17:02 +00:00
Abdeali Chharchhoda
d4421dade1
fix: Remove unreference method
...
(cherry picked from commit 770bc1c293 )
2024-10-07 16:17:02 +00:00
Abdeali Chharchhoda
36b4f68566
fix: Remove advance_payment_status uses
...
(cherry picked from commit 907e3af1b0 )
2024-10-07 16:17:02 +00:00
Abdeali Chharchhodawala
ef52be2f17
fix: multiple issues in Payment Request ( #42427 )
...
* fix: multiple issues in Payment Request
* chore: minor changes
* fix: remove bug
* fix: replace `round` with `flt`
* fix: update `set_advance_payment_status()` logic
* fix: removed bug of `set_advance_payment_status`
* fix: changes as per review
* refactor: replace sql query of `matched_payment_requests` to query builder
* fix: replace `locals` with `get_doc` in set_query
* fix: changes during review
* fix: minor review changes
* fix: remove unnecessary code for setting payment entry received amount
* fix: logic for ser payment_request if PE made from transaction
* fix: Use rounded total to make Payment Request from `Sales Invoice` or `Purchase Invoice`
* refactor: enhance logic of `set_open_payment_requests_to_references`
* fix: added one optional arg `created_from_payment_request`
* fix: handle multiple allocation of PR at PE's reference
* fix: logic for PR if outstanding docs fetch
* fix: formatted Link field for `Payment Request` for PE's references
* fix: replace `get_all()` with `get_list()` for getting Payment Request for Link field
* fix: replace `get_all()` with `get_list()` for getting Payment Request for Link field
* chore: format `payment_entry.js` file
* style: Show preview popup of `Payment Request`
* fix: remove minor bug
* fix: add virtual field for Payment Term and Request `outstanding_amount` in PE's reference
* fix: get outstanding amount in PE's reference on realtime
* fix: move allocation of allocated_amount to server side (no change)
* fix: some minor changes to allocation
* fix: Split `Payment Request` if PE is created from PR and there are `Payment Terms`
* fix: minor logic changes
* fix: Allocation of allocated_amount if `paid_amount` is changes
* fix: improve logic of allocation
* fix: set matched payment request if unset
* fix: minor changes
* fix: Allocate single Payment Request if PE created from PR
* fix: improve code logic
* fix: Removed duplication code
* fix: proper message title
* refactor: Rename method of Allocation Amount to References
* refactor: Changing `grand_total` description based on `party_type`
* refactor: update Payment Request
* fix: Remove virtual property of payment_term_oustanding from references
* fix: fetch party account currency for creating payment request
* fix: use transaction currency as base in payment request
* fix: party amount for creating payment entry
* fix: allow for proportional amount paid by bank
* fix: Changed field order in Payment Request
* fix: Minor refactor in Payment Entry Reference table data
* test: Added test cases for allow Payment at `Partially Paid` status for PR
* test: Update partial paid status test case
* test: Update test case for same currency PR
* refactor: Wider the `msgprint` dialog for after save PE
* test: Update PR test cases
* chore: Remove dirty lines
* test: Checking `Advance Payment Status`
* fix: formatting update
* fix: Use `flt` where doing subtraction
* test: PR test case with Payment Term for same currency
* fix: remove redundant `flt`
* test: Add test cases for PR
---------
Co-authored-by: Sagar Vora <sagar@resilient.tech >
(cherry picked from commit ea69ba7cd8 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
# erpnext/accounts/doctype/payment_entry/payment_entry.py
# erpnext/accounts/doctype/payment_entry_reference/payment_entry_reference.json
# erpnext/accounts/doctype/payment_entry_reference/payment_entry_reference.py
# erpnext/accounts/doctype/payment_request/payment_request.json
# erpnext/accounts/doctype/payment_request/payment_request.py
2024-10-07 16:17:01 +00:00
ljain112
2fc776d0f5
fix: create Account Closing Balance even though there are no transaction in period
...
(cherry picked from commit 43deaea96b )
2024-10-07 16:12:19 +00:00
ljain112
4586f03bdc
fix: add parenttype condition for item table in Purchase Register Report
...
(cherry picked from commit 28abf191fc )
2024-10-07 15:55:42 +00:00
Frappe PR Bot
96cb08dba8
chore(release): Bumped to Version 14.74.3
...
## [14.74.3](https://github.com/frappe/erpnext/compare/v14.74.2...v14.74.3 ) (2024-10-04)
### Bug Fixes
* add company filter in Warehouse wise Item Balance Age and Value ([3cb8502 ](3cb85028d0 ))
* adjustmen entry for stock reco ([57925a1 ](57925a1315 ))
* conflicts ([02ce528 ](02ce528501 ))
* **Dunning:** logic for fetching text (backport [#43160 ](https://github.com/frappe/erpnext/issues/43160 )) ([#43489 ](https://github.com/frappe/erpnext/issues/43489 )) ([31ecdb2 ](31ecdb2104 ))
* Fix API endpoint for Frankfurter ([1c0843c ](1c0843caee ))
* patch to update Currency Exchange Settings for `frankfurter.app` ([b4706db ](b4706db816 ))
* set margin fields for purchase documents when updating items ([97edadf ](97edadfc4b ))
* Stock Ledger Invariant Check report ([4426384 ](44263842f5 ))
2024-10-04 03:04:09 +00:00
ruthra kumar
b18ad94071
Merge pull request #43468 from frappe/version-14-hotfix
...
chore: release v14
2024-10-04 08:32:45 +05:30
mergify[bot]
31ecdb2104
fix(Dunning): logic for fetching text (backport #43160 ) ( #43489 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix(Dunning): logic for fetching text (#43160 )
2024-10-03 20:28:59 +01:00
Sagar Vora
3b550ca419
Merge pull request #43484 from frappe/mergify/bp/version-14-hotfix/pr-43475
...
fix: set margin fields for purchase documents when updating items (backport #43475 )
2024-10-02 15:24:03 +05:30
Sagar Vora
97edadfc4b
fix: set margin fields for purchase documents when updating items
...
(cherry picked from commit 7be4d56be2 )
2024-10-02 09:51:45 +00:00
Sagar Vora
824ccfb10c
Merge pull request #43482 from frappe/mergify/bp/version-14-hotfix/pr-43481
...
fix: patch to update Currency Exchange Settings for `frankfurter.app` (backport #43481 )
2024-10-02 15:14:46 +05:30
Sagar Vora
02ce528501
fix: conflicts
2024-10-02 15:14:16 +05:30
Sagar Vora
b4706db816
fix: patch to update Currency Exchange Settings for frankfurter.app
...
(cherry picked from commit c5889c5d2e )
# Conflicts:
# erpnext/patches.txt
2024-10-02 09:43:14 +00:00
Sagar Vora
f608ba55ab
Merge pull request #43477 from frappe/mergify/bp/version-14-hotfix/pr-43476
...
fix: Fix API endpoint for Frankfurter (backport #43476 )
2024-10-02 14:43:07 +05:30
Sagar Vora
b18b4c1e35
test: update test for API change
...
(cherry picked from commit c444de017a )
2024-10-02 09:11:47 +00:00
Corentin Forler
1c0843caee
fix: Fix API endpoint for Frankfurter
...
(cherry picked from commit 33e72111c7 )
2024-10-02 09:11:47 +00:00
Nihantra C. Patel
7b158accec
Merge pull request #43458 from frappe/mergify/bp/version-14-hotfix/pr-43455
...
fix: add company filter in Warehouse wise Item Balance Age and Value (backport #43455 )
2024-10-01 11:46:54 +05:30
Nihantra Patel
3cb85028d0
fix: add company filter in Warehouse wise Item Balance Age and Value
...
(cherry picked from commit 75950f86cf )
2024-10-01 05:47:33 +00:00
rohitwaghchaure
619550942f
Merge pull request #43439 from frappe/mergify/bp/version-14-hotfix/pr-43437
...
fix: adjustment entry for stock reco (backport #43437 )
2024-09-30 15:38:09 +05:30
Rohit Waghchaure
57925a1315
fix: adjustmen entry for stock reco
...
(cherry picked from commit 4e463b7d6d )
2024-09-30 08:57:50 +00:00
rohitwaghchaure
a201c56b38
Merge pull request #43432 from frappe/mergify/bp/version-14-hotfix/pr-43420
...
fix: Stock Ledger Invariant Check report (backport #43420 )
2024-09-30 13:39:47 +05:30
Rohit Waghchaure
44263842f5
fix: Stock Ledger Invariant Check report
...
(cherry picked from commit d7daedc5b2 )
2024-09-29 17:07:35 +00:00
Frappe PR Bot
20f9549247
chore(release): Bumped to Version 14.74.2
...
## [14.74.2](https://github.com/frappe/erpnext/compare/v14.74.1...v14.74.2 ) (2024-09-25)
### Bug Fixes
* add currency in financial statement ([6becaba ](6becaba672 ))
* AR / AP report to ignore 0.0 outstanding ([79f95ba ](79f95ba507 ))
* **Bank Account:** dashboard connections (backport [#43365 ](https://github.com/frappe/erpnext/issues/43365 )) ([#43366 ](https://github.com/frappe/erpnext/issues/43366 )) ([4146bdf ](4146bdf324 ))
* change dynamic link doctype fieldtype to data ([c0dfda6 ](c0dfda6ccc ))
* incorrect outstanding on non-pos invoice with write_off_account ([79235cd ](79235cd688 ))
* incorrect stock balance for inventory dimension (backport [#43284 ](https://github.com/frappe/erpnext/issues/43284 )) ([#43289 ](https://github.com/frappe/erpnext/issues/43289 )) ([1bdbcc6 ](1bdbcc6703 ))
* partial return on POS invoice ([50e0f56 ](50e0f56d18 ))
* partial return on POS invoice ([ef7d4fe ](ef7d4fe84a ))
* Payment Ledger Report currency fieldtype fix ([7ac39dc ](7ac39dc233 ))
* **Payment Reconciliation:** German translations ([32d4f96 ](32d4f96e02 ))
* Serial No reserved against historical sales order - unable to sell again ([#43294 ](https://github.com/frappe/erpnext/issues/43294 )) ([8abc1f4 ](8abc1f4da9 ))
* show chart tool tip in report currency ([92438f8 ](92438f8dba ))
* translate in js ([e43c357 ](e43c357c08 ))
* Translation for button SO to PO ([a8b5bcf ](a8b5bcfe02 ))
* Translation for button SO to PO --conflicts ([b6ce922 ](b6ce9222aa ))
2024-09-25 04:38:46 +00:00
ruthra kumar
644ada8225
Merge pull request #43362 from frappe/version-14-hotfix
...
chore: release v14
2024-09-25 10:07:32 +05:30
mergify[bot]
4146bdf324
fix(Bank Account): dashboard connections (backport #43365 ) ( #43366 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
fix(Bank Account): dashboard connections (#43365 )
2024-09-24 16:20:05 +02:00
ruthra kumar
c36b40ad8c
Merge pull request #43363 from frappe/mergify/bp/version-14-hotfix/pr-43356
...
fix: AR / AP report to ignore 0.0 outstanding (backport #43356 )
2024-09-24 16:58:26 +05:30
ruthra kumar
79f95ba507
fix: AR / AP report to ignore 0.0 outstanding
...
(cherry picked from commit 6e2cf79e2c )
2024-09-24 10:14:49 +00:00
Nihantra C. Patel
5ba9fb73bb
Merge pull request #43342 from frappe/mergify/bp/version-14-hotfix/pr-43253
...
fix: partial return on POS invoice (backport #43253 )
2024-09-23 23:36:25 +05:30
ruthra kumar
43ba79f0e5
Merge pull request #43299 from barredterra/de-payment-reco
...
fix(Payment Reconciliation): German translations
2024-09-23 20:03:02 +05:30
ruthra kumar
5ce4dae204
chore: resolve conflict
2024-09-23 20:02:10 +05:30
Nihantra C. Patel
50e0f56d18
fix: partial return on POS invoice
...
(cherry picked from commit 18bdd06652 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.py
2024-09-23 14:26:05 +00:00
Nihantra C. Patel
ef7d4fe84a
fix: partial return on POS invoice
...
(cherry picked from commit 76289fa8dc )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.py
2024-09-23 14:26:05 +00:00
ruthra kumar
8f81fdba4f
Merge pull request #43335 from frappe/mergify/bp/version-14-hotfix/pr-43316
...
fix: incorrect outstanding on non-pos invoice with write_off_account (backport #43316 )
2024-09-23 18:22:39 +05:30
ruthra kumar
5434d4bb1c
Merge pull request #43337 from frappe/mergify/bp/version-14-hotfix/pr-43308
...
fix: show chart tool tip in report currency (backport #43308 )
2024-09-23 18:22:17 +05:30
ruthra kumar
54d0162fef
Merge pull request #43339 from frappe/mergify/bp/version-14-hotfix/pr-43307
...
fix: change dynamic link doctype fieldtype to data (backport #43307 )
2024-09-23 18:21:57 +05:30
venkat102
c0dfda6ccc
fix: change dynamic link doctype fieldtype to data
...
(cherry picked from commit 1e46f7344a )
2024-09-23 12:23:01 +00:00
venkat102
6becaba672
fix: add currency in financial statement
...
(cherry picked from commit 91a27bda84 )
2024-09-23 12:11:47 +00:00
venkat102
92438f8dba
fix: show chart tool tip in report currency
...
(cherry picked from commit 827b3f4542 )
2024-09-23 12:11:46 +00:00
ruthra kumar
79235cd688
fix: incorrect outstanding on non-pos invoice with write_off_account
...
(cherry picked from commit d5e2906e59 )
2024-09-23 12:09:50 +00:00
barredterra
32d4f96e02
fix(Payment Reconciliation): German translations
2024-09-19 13:57:55 +02:00
mergify[bot]
1bdbcc6703
fix: incorrect stock balance for inventory dimension (backport #43284 ) ( #43289 )
...
* fix: incorrect stock balance for inventory dimension (#43284 )
(cherry picked from commit 3e7a7a54bf )
# Conflicts:
# erpnext/stock/report/stock_balance/stock_balance.js
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-19 10:20:58 +05:30
rohitwaghchaure
8abc1f4da9
fix: Serial No reserved against historical sales order - unable to sell again ( #43294 )
2024-09-19 09:37:08 +05:30
ruthra kumar
2e2a4d9c70
Merge pull request #43292 from frappe/mergify/bp/version-14-hotfix/pr-43274
...
fix: translate in js (backport #43274 )
2024-09-19 09:01:04 +05:30
Doğancan
e43c357c08
fix: translate in js
...
(cherry picked from commit 25faec5662 )
2024-09-19 03:27:14 +00:00
ruthra kumar
66349d0877
Merge pull request #43288 from frappe/mergify/bp/version-14-hotfix/pr-43213
...
fix: Payment Ledger Report currency fieldtype fix (backport #43213 )
2024-09-19 08:50:19 +05:30
sameer Chauhan
7ac39dc233
fix: Payment Ledger Report currency fieldtype fix
...
(cherry picked from commit ad2d6a1625 )
2024-09-19 01:36:31 +00:00
Nihantra C. Patel
02f414e0aa
Merge pull request #43277 from frappe/mergify/bp/version-14-hotfix/pr-43276
...
fix: Translation for button SO to PO (backport #43276 )
2024-09-18 21:49:31 +05:30
Nihantra C. Patel
b6ce9222aa
fix: Translation for button SO to PO --conflicts
2024-09-18 21:47:30 +05:30
Nihantra C. Patel
a8b5bcfe02
fix: Translation for button SO to PO
...
(cherry picked from commit a5275e9f28 )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order.js
2024-09-18 16:14:06 +00:00
Frappe PR Bot
481610d400
chore(release): Bumped to Version 14.74.1
...
## [14.74.1](https://github.com/frappe/erpnext/compare/v14.74.0...v14.74.1 ) (2024-09-18)
### Bug Fixes
* add currency in options for rate field in pricing rule ([c9467f4 ](c9467f4c1f ))
* cancel cost center allocation and journal entry after test ([4646f11 ](4646f11829 ))
* delete exchange gain loss journal entry while deleting payment entry ([62f1286 ](62f12861f1 ))
* fetch cost center allocation percentage only from the applicable allocation ([a26f0e9 ](a26f0e9973 ))
* hide and reset discount control on new POS order ([5434432 ](5434432cfc ))
* invalid gp calculation ([9af2df3 ](9af2df3810 ))
2024-09-18 07:32:40 +00:00
ruthra kumar
829a42d679
Merge pull request #43255 from frappe/version-14-hotfix
...
chore: release v14
2024-09-18 13:01:22 +05:30
ruthra kumar
c442dc6b8e
Merge pull request #43267 from frappe/mergify/bp/version-14-hotfix/pr-43239
...
fix: add currency in options for rate field in pricing rule (backport #43239 )
2024-09-18 12:39:25 +05:30
ruthra kumar
fff8f8b83f
chore: resolve conflict
2024-09-18 12:12:06 +05:30
krishna
c9467f4c1f
fix: add currency in options for rate field in pricing rule
...
(cherry picked from commit 636c0131fa )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/pricing_rule.json
2024-09-18 06:29:34 +00:00
ruthra kumar
eed7eba695
Merge pull request #43265 from frappe/mergify/bp/version-14-hotfix/pr-43216
...
fix: get cost center allocation percentage only from the applicable allocation (backport #43216 )
2024-09-18 11:40:10 +05:30
venkat102
4646f11829
fix: cancel cost center allocation and journal entry after test
...
(cherry picked from commit 3c65b98b49 )
2024-09-18 05:49:31 +00:00
venkat102
872c150ea7
test: add unit test for validating multiple cost center allocation with different child cost center
...
(cherry picked from commit 4d5d6150e1 )
2024-09-18 05:49:30 +00:00
venkat102
a26f0e9973
fix: fetch cost center allocation percentage only from the applicable allocation
...
(cherry picked from commit 36e5945c66 )
2024-09-18 05:49:30 +00:00
ruthra kumar
dc6d3cca70
Merge pull request #43248 from frappe/mergify/bp/version-14-hotfix/pr-43188
...
fix: invalid gp calculation (backport #43188 )
2024-09-17 14:35:06 +05:30
Dany Robert
9af2df3810
fix: invalid gp calculation
...
(cherry picked from commit c79851239c )
2024-09-17 06:33:14 +00:00
Smit Vora
84447caac7
Merge pull request #43240 from frappe/mergify/bp/version-14-hotfix/pr-43176
...
fix: hide and reset discount control on new POS order (backport #43176 )
2024-09-16 20:01:15 +05:30
ljain112
5434432cfc
fix: hide and reset discount control on new POS order
...
(cherry picked from commit 5b0053f8dd )
2024-09-16 14:25:19 +00:00
ruthra kumar
2193395072
Merge pull request #43201 from frappe/mergify/bp/version-14-hotfix/pr-43191
...
fix: delete exchange gain loss journal entry while deleting payment entry (backport #43191 )
2024-09-13 11:22:56 +05:30
ruthra kumar
73821ac647
Merge pull request #43203 from frappe/mergify/bp/version-14-hotfix/pr-43192
...
refactor(test): use test fixture on pricing rule test suite (backport #43192 )
2024-09-13 11:22:29 +05:30
ruthra kumar
2e323cc126
refactor(test): use test fixture on pricing rule test suite
...
(cherry picked from commit 0ea1d6d960 )
2024-09-13 05:20:23 +00:00
Navin-S-R
95a66b8d8f
test: add unit test for deletion of gain loss jv while deleting payment entry
...
(cherry picked from commit 7855d3034b )
2024-09-13 05:19:04 +00:00
Navin-S-R
62f12861f1
fix: delete exchange gain loss journal entry while deleting payment entry
...
(cherry picked from commit 9886cf0d46 )
2024-09-13 05:19:03 +00:00
ruthra kumar
77bdf18c23
Merge pull request #43170 from frappe/mergify/copy/version-14-hotfix/pr-43169
...
refactor: enable no-copy on Purchase Invoice status (copy #43169 )
2024-09-11 14:20:38 +05:30
ruthra kumar
097eae478d
refactor: enable no-copy on Purchase Invoice status
...
(cherry picked from commit 0d9741fdd7 )
2024-09-11 07:56:59 +00:00
Frappe PR Bot
8f02b88119
chore(release): Bumped to Version 14.74.0
...
# [14.74.0](https://github.com/frappe/erpnext/compare/v14.73.2...v14.74.0 ) (2024-09-11)
### Bug Fixes
* `default_advance_account` field in Process Payment Reconciliation ([3691a50 ](3691a500eb ))
* bom cost update is not working (backport [#43155 ](https://github.com/frappe/erpnext/issues/43155 )) ([#43156 ](https://github.com/frappe/erpnext/issues/43156 )) ([9110534 ](91105344bb ))
* cancel common party advance jv while canceling the invoice ([f506952 ](f5069524f3 ))
* check multi-currency on jv for common party accounting with foreign currency ([a3a40fe ](a3a40febf3 ))
* **Delivery Note:** translatability of validation errors ([5e33961 ](5e33961448 ))
* incorrect actual cost in Procurement Tracker report (backport [#43109 ](https://github.com/frappe/erpnext/issues/43109 )) ([#43137 ](https://github.com/frappe/erpnext/issues/43137 )) ([a4b9dda ](a4b9dda4b2 ))
* incorrect qty after transaction in SLE (backport [#43103 ](https://github.com/frappe/erpnext/issues/43103 )) ([#43104 ](https://github.com/frappe/erpnext/issues/43104 )) ([77892f4 ](77892f4e24 ))
* return type of `get_party_details` (backport [#43131 ](https://github.com/frappe/erpnext/issues/43131 )) ([#43135 ](https://github.com/frappe/erpnext/issues/43135 )) ([e8aae50 ](e8aae5018a ))
* set today in 'On This Date' in Available Batch Report ([36f65fc ](36f65fc592 ))
* uncomment internal parties ([4dd06b6 ](4dd06b69a1 ))
* unreconcile allocation child table redirect url voucher no issue ([53496ed ](53496ed79f ))
### Features
* utility report to identify invalid ledger entries ([37b8715 ](37b8715096 ))
2024-09-11 05:11:21 +00:00
ruthra kumar
a91fb260e1
Merge pull request #43150 from frappe/version-14-hotfix
...
chore: release v14
2024-09-11 10:39:50 +05:30
mergify[bot]
91105344bb
fix: bom cost update is not working (backport #43155 ) ( #43156 )
...
fix: bom cost update is not working (#43155 )
(cherry picked from commit 05f9015c0b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-10 23:07:52 +05:30
ruthra kumar
6895efe577
Merge pull request #43147 from frappe/mergify/bp/version-14-hotfix/pr-43144
...
feat: utility report for identifying invalid ledger entries (backport #43144 )
2024-09-10 16:00:10 +05:30
ruthra kumar
2a890f9061
refactor: allow all accounts
...
(cherry picked from commit 43198c946b )
2024-09-10 09:06:14 +00:00
ruthra kumar
b2d361b495
refactor: fetch as dictionary
...
(cherry picked from commit 2126b10a92 )
2024-09-10 09:06:14 +00:00
ruthra kumar
d51cf281c3
refactor: barebones methods with basic logic
...
(cherry picked from commit b05b378ef0 )
2024-09-10 09:06:14 +00:00
ruthra kumar
3574d11946
refactor: standard filters
...
(cherry picked from commit dccbc1f432 )
2024-09-10 09:06:14 +00:00
ruthra kumar
37b8715096
feat: utility report to identify invalid ledger entries
...
(cherry picked from commit 832c4aaf82 )
2024-09-10 09:06:13 +00:00
mergify[bot]
e8aae5018a
fix: return type of get_party_details (backport #43131 ) ( #43135 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: return type of `get_party_details` (#43131 )
2024-09-09 19:26:21 +02:00
mergify[bot]
a4b9dda4b2
fix: incorrect actual cost in Procurement Tracker report (backport #43109 ) ( #43137 )
...
fix: incorrect actual cost in Procurement Tracker report (#43109 )
(cherry picked from commit 80f101f92e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-09 20:35:14 +05:30
ruthra kumar
a5a0c0cb07
Merge pull request #43128 from frappe/mergify/bp/version-14-hotfix/pr-42801
...
fix(Delivery Note): translatability of validation errors (backport #42801 )
2024-09-09 15:15:36 +05:30
barredterra
14ae3edc1d
refactor: extract common validation method
...
(cherry picked from commit 08646b7ab7 )
2024-09-09 09:14:01 +00:00
barredterra
5e33961448
fix(Delivery Note): translatability of validation errors
...
(cherry picked from commit 34df6e39dc )
2024-09-09 09:14:00 +00:00
ruthra kumar
2db15d7375
Merge pull request #43126 from frappe/mergify/bp/version-14-hotfix/pr-43051
...
fix: unreconcile allocation child table redirect url voucher no issue (backport #43051 )
2024-09-09 14:34:11 +05:30
Prashant Kamble
53496ed79f
fix: unreconcile allocation child table redirect url voucher no issue
...
(cherry picked from commit 5d6f6a2fb9 )
2024-09-09 09:00:19 +00:00
ruthra kumar
4536e8bc47
Merge pull request #43124 from frappe/mergify/bp/version-14-hotfix/pr-43121
...
fix: set today in 'On This Date' in Available Batch Report (backport #43121 )
2024-09-09 14:14:26 +05:30
Nihantra C. Patel
36f65fc592
fix: set today in 'On This Date' in Available Batch Report
...
(cherry picked from commit 9fd55e4c83 )
2024-09-09 08:27:14 +00:00
ruthra kumar
c237f3c4c4
Merge pull request #43119 from frappe/mergify/bp/version-14-hotfix/pr-43095
...
fix: check multi-currency on jv for common party accounting with foreign currency (backport #43095 )
2024-09-09 11:24:00 +05:30
ruthra kumar
cf78f9702c
chore: resolve conflict
2024-09-09 11:01:54 +05:30
ruthra kumar
de0b8c07f6
refactor(test): use change_settings decorator
...
(cherry picked from commit ee94fb37c8 )
2024-09-09 05:06:22 +00:00
venkat102
4dd06b69a1
fix: uncomment internal parties
...
(cherry picked from commit 454e18ad5f )
2024-09-09 05:06:21 +00:00
venkat102
b6f352a024
test: add unit test for common party with foreign currency
...
(cherry picked from commit 740a04a704 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2024-09-09 05:06:21 +00:00
venkat102
a3a40febf3
fix: check multi-currency on jv for common party accounting with foreign currency
...
(cherry picked from commit 00938bfd4d )
2024-09-09 05:06:21 +00:00
Smit Vora
6bfc8a0152
Merge pull request #43091 from frappe/mergify/bp/version-14-hotfix/pr-43013
...
fix: `default_advance_account` field in Process Payment Reconciliation (backport #43013 )
2024-09-09 08:00:21 +05:30
Smit Vora
5113b0063e
chore: resolve conflicts with backport
2024-09-09 06:58:34 +05:30
Smit Vora
9e77a0245a
chore: resolve conflicts with backport
2024-09-09 06:51:30 +05:30
Frappe PR Bot
7c37d4c71a
chore(release): Bumped to Version 14.73.2
...
## [14.73.2](https://github.com/frappe/erpnext/compare/v14.73.1...v14.73.2 ) (2024-09-07)
### Bug Fixes
* incorrect qty after transaction in SLE (backport [#43103 ](https://github.com/frappe/erpnext/issues/43103 )) ([#43104 ](https://github.com/frappe/erpnext/issues/43104 )) ([f054261 ](f0542613e0 ))
2024-09-07 12:40:10 +00:00
rohitwaghchaure
873962a109
Merge pull request #43108 from frappe/mergify/bp/version-14/pr-43104
...
fix: incorrect qty after transaction in SLE (backport #43103 ) (backport #43104 )
2024-09-07 18:08:45 +05:30
mergify[bot]
f0542613e0
fix: incorrect qty after transaction in SLE (backport #43103 ) ( #43104 )
...
fix: incorrect qty after transaction in SLE (#43103 )
(cherry picked from commit 5ff87edc85 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 77892f4e24 )
2024-09-07 12:05:10 +00:00
mergify[bot]
77892f4e24
fix: incorrect qty after transaction in SLE (backport #43103 ) ( #43104 )
...
fix: incorrect qty after transaction in SLE (#43103 )
(cherry picked from commit 5ff87edc85 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-07 17:34:22 +05:30
ruthra kumar
4bd7ce3e0b
Merge pull request #43096 from frappe/mergify/bp/version-14-hotfix/pr-43077
...
fix: cancel common party advance jv while canceling the invoice (backport #43077 )
2024-09-06 20:48:51 +05:30
venkat102
e7b17e05b0
test: add unit test for canceling the common party advance jv created from sales invoice
...
(cherry picked from commit 8c6e3f3c12 )
2024-09-06 14:50:05 +00:00
venkat102
f5069524f3
fix: cancel common party advance jv while canceling the invoice
...
(cherry picked from commit 6a928b92df )
2024-09-06 14:50:04 +00:00
ruthra kumar
202ebbe140
refactor: fetch advance account on party seleection
...
(cherry picked from commit c4ed04cb31 )
2024-09-06 09:48:47 +00:00
ljain112
3691a500eb
fix: default_advance_account field in Process Payment Reconciliation
...
(cherry picked from commit 143209f91a )
# Conflicts:
# erpnext/accounts/doctype/process_payment_reconciliation/process_payment_reconciliation.json
# erpnext/accounts/doctype/process_payment_reconciliation/process_payment_reconciliation.py
2024-09-06 09:48:47 +00:00
ruthra kumar
f4032b64c9
Merge pull request #43073 from frappe/mergify/bp/version-14-hotfix/pr-43070
...
fix: AP filter to simulate employee advance as a ledger impacting voucher (backport #43070 )
2024-09-06 10:09:21 +05:30
ruthra kumar
2913785bac
refactor: filter to toggle employee advance scenario in AP
...
(cherry picked from commit 257e13c299 )
2024-09-05 11:44:02 +00:00
ruthra kumar
3a57ef4c5f
refactor: Handle Emp Advance as separate row in AP report
...
(cherry picked from commit eedf22b07a )
2024-09-05 11:44:02 +00:00
Frappe PR Bot
610f74ca62
chore(release): Bumped to Version 14.73.1
...
## [14.73.1](https://github.com/frappe/erpnext/compare/v14.73.0...v14.73.1 ) (2024-09-04)
### Bug Fixes
* adjust price insertion logic for internal suppliers/customers ([#42988 ](https://github.com/frappe/erpnext/issues/42988 )) ([3912c68 ](3912c688ac ))
* default fiscal year in report v14 ([#42960 ](https://github.com/frappe/erpnext/issues/42960 )) ([9db7f7b ](9db7f7b033 ))
* Discount and taxes in return document should follow the reference document (backport [#41911 ](https://github.com/frappe/erpnext/issues/41911 )) ([#42573 ](https://github.com/frappe/erpnext/issues/42573 )) ([c55f8e3 ](c55f8e3388 ))
* indentation ([e8cfb4d ](e8cfb4d602 ))
* removed extra filter condition ([db319f9 ](db319f95f1 ))
* resolve gl entries duplication in asset purchase workflow ([#41845 ](https://github.com/frappe/erpnext/issues/41845 )) ([b3c9697 ](b3c9697b7c ))
* retain date filter when redirecting in Profit and Loss report ([c87f2d2 ](c87f2d2f7c ))
* set up filters for dimensions ([450b3f3 ](450b3f338e ))
* typeerror on Payment Entry ([dda4002 ](dda4002da4 ))
* typerror on default_currency ([22b283d ](22b283d4a8 ))
2024-09-04 14:59:27 +00:00
ruthra kumar
012248bd12
Merge pull request #43025 from frappe/version-14-hotfix
...
chore: release v14
2024-09-04 20:28:07 +05:30
Smit Vora
ed185a6171
Merge pull request #43045 from frappe/mergify/bp/version-14-hotfix/pr-42988
...
fix: adjust price insertion logic for internal suppliers/customers (backport #42988 )
2024-09-04 13:19:09 +05:30
Lakshit Jain
3912c688ac
fix: adjust price insertion logic for internal suppliers/customers ( #42988 )
...
* fix: adjust price insertion logic for internal suppliers/customers
* refactor: correct indentation, specify conditions within function
* fix: typo
---------
Co-authored-by: Smit Vora <smitvora203@gmail.com >
(cherry picked from commit 38f925b376 )
2024-09-04 07:26:53 +00:00
ruthra kumar
c7fb6e5f61
Merge pull request #43032 from frappe/mergify/bp/version-14-hotfix/pr-43030
...
fix: typerror on default_currency (backport #43030 )
2024-09-03 16:51:31 +05:30
ruthra kumar
22b283d4a8
fix: typerror on default_currency
...
(cherry picked from commit 4a7cc4da87 )
2024-09-03 11:11:30 +00:00
ruthra kumar
56b4e79305
Merge pull request #43027 from frappe/mergify/bp/version-14-hotfix/pr-42974
...
fix: retain date filter when redirecting in Profit and Loss report (backport #42974 )
2024-09-03 15:51:57 +05:30
vishnu
e8cfb4d602
fix: indentation
...
(cherry picked from commit 598e9c1390 )
2024-09-03 10:14:32 +00:00
vishnu
c87f2d2f7c
fix: retain date filter when redirecting in Profit and Loss report
...
(cherry picked from commit bb29fc4c3d )
2024-09-03 10:14:32 +00:00
Khushi Rawat
ec00b2cf48
Merge pull request #42965 from frappe/mergify/bp/version-14-hotfix/pr-41845
...
fix: resolve gl entries duplication in asset purchase workflow (backport #41845 )
2024-09-02 16:35:19 +05:30
mergify[bot]
c55f8e3388
fix: Discount and taxes in return document should follow the reference document (backport #41911 ) ( #42573 )
...
* fix: Discount and taxes in return document should follow the reference document (#41911 )
* fix: Discount and taxes in return document should follow the reference document
* fix: Ignore Pricing rule on debit/credit note if created against PI/SI with test cases
* fix: linter issue
(cherry picked from commit 281198456d )
# Conflicts:
# erpnext/controllers/sales_and_purchase_return.py
* fix: resolved conflict
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-09-02 11:12:22 +05:30
Khushi Rawat
4951d01102
Merge pull request #42766 from frappe/mergify/bp/version-14-hotfix/pr-42765
...
fix: set up filters for dimensions (backport #42765 )
2024-08-30 13:43:51 +05:30
ruthra kumar
a2d5024d3f
Merge pull request #42984 from frappe/mergify/bp/version-14-hotfix/pr-42983
...
refactor: link utility report with bank reconciliation statement (backport #42983 )
2024-08-29 16:16:37 +05:30
ruthra kumar
ef7a83c354
refactor: link utility report with bank reconciliation statement
...
(cherry picked from commit 00eac65712 )
2024-08-29 10:42:52 +00:00
ruthra kumar
810bc65e30
Merge pull request #42980 from frappe/mergify/bp/version-14-hotfix/pr-42979
...
refactor: better UX on Bank Clearance tool (backport #42979 )
2024-08-29 14:15:47 +05:30
ruthra kumar
cfb5a6592c
chore: resolve conflict
2024-08-29 14:11:28 +05:30
ruthra kumar
9afbd43f05
refactor: better UX on Bank Clearance tool
...
(cherry picked from commit 6a06e26d04 )
# Conflicts:
# erpnext/accounts/doctype/bank_clearance/bank_clearance.js
2024-08-29 08:25:09 +00:00
Khushi Rawat
6fda0e8e1b
chore: linters check
2024-08-28 15:22:07 +05:30
Nicolas Pereira
9db7f7b033
fix: default fiscal year in report v14 ( #42960 )
...
* loads the fiscal year from the calendar year
* loads the fiscal year from the calendar year
* loads the fiscal year from the calendar year
* loads the fiscal year from the calendar year
* fix: default fiscal year in report v14
* fix: default fiscal year in report v14 --prettier
---------
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-08-28 14:18:55 +05:30
ruthra kumar
82b2046805
Merge pull request #42967 from frappe/mergify/bp/version-14-hotfix/pr-42966
...
fix: typeerror on Payment Entry (backport #42966 )
2024-08-28 13:27:24 +05:30
ruthra kumar
6cb9ae2035
chore: resolve conflict
2024-08-28 13:23:49 +05:30
ruthra kumar
dda4002da4
fix: typeerror on Payment Entry
...
(cherry picked from commit e9cf8937cd )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
2024-08-28 06:57:56 +00:00
Khushi Rawat
91bff147e0
chore: resolved conflicts
2024-08-28 12:05:25 +05:30
Khushi Rawat
b3c9697b7c
fix: resolve gl entries duplication in asset purchase workflow ( #41845 )
...
* fix: resolve gl entries duplication in asset purchase workflow
* fix: prevent duplicate entry when creating purchase receipt from purchase invoice
* chore: test case added
* fix: fixed missing asset category issue
(cherry picked from commit 55a4bd469b )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2024-08-28 06:29:56 +00:00
Frappe PR Bot
7648d8db80
chore(release): Bumped to Version 14.73.0
...
# [14.73.0](https://github.com/frappe/erpnext/compare/v14.72.2...v14.73.0 ) (2024-08-28)
### Bug Fixes
* call 'process' directly instead of creating 'process_subscripti ([8412938 ](8412938442 ))
* currency symbol on `amount` field suppose to show as `Company`'s currency not as default company's currency ([333c757 ](333c7577eb ))
* do not copy date fields in opportunity doctype ([5186872 ](5186872b9b ))
* german translations for incoterms ([003653c ](003653c572 ))
* get amount with taxes and charges from payment entry ([094411f ](094411f5f0 ))
* same posting date and time, creation causing incorrect balance qty (backport [#42904 ](https://github.com/frappe/erpnext/issues/42904 )) ([#42919 ](https://github.com/frappe/erpnext/issues/42919 )) ([c0b5f7c ](c0b5f7c8eb ))
* specify precision for net_amount ([#39481 ](https://github.com/frappe/erpnext/issues/39481 )) ([cf34219 ](cf34219c71 ))
* stock reco with incorrect serial numbers ([#42865 ](https://github.com/frappe/erpnext/issues/42865 )) ([54842ea ](54842ea0b3 ))
* timeout while submitting stock entry (backport [#42929 ](https://github.com/frappe/erpnext/issues/42929 )) ([#42930 ](https://github.com/frappe/erpnext/issues/42930 )) ([73eab91 ](73eab91631 ))
* unsupported operand type(s) for *: 'float' and 'NoneType' (backport [#42916 ](https://github.com/frappe/erpnext/issues/42916 )) ([#42917 ](https://github.com/frappe/erpnext/issues/42917 )) ([2f4f2a8](2f4f2a8eec ))
* update dimesions in exchange_gain_loss jv based on base document ([820dcd7 ](820dcd79bb ))
* Update get_amount to return currency precision grand total ([0c2d7f2 ](0c2d7f2d9a ))
* use of incorrect attribute ([ff14d72 ](ff14d72a46 ))
### Features
* report to identify incorrectly cleared cheques ([c29b95e ](c29b95e306 ))
### Performance Improvements
* data import for stock entries (backport [#42711 ](https://github.com/frappe/erpnext/issues/42711 )) ([#42903 ](https://github.com/frappe/erpnext/issues/42903 )) ([12d5e24 ](12d5e247c5 ))
2024-08-28 05:02:39 +00:00
ruthra kumar
578f9b61c6
Merge pull request #42938 from frappe/version-14-hotfix
...
chore: release v14
2024-08-28 10:31:18 +05:30
ruthra kumar
23c5edaf08
Merge pull request #42788 from kurogeek/fix-share_transfer-amount-currency-symbol
...
fix: share_transfer amount currency symbol field
2024-08-28 10:05:19 +05:30
Raffael Meyer
35c10fa97f
Merge pull request #42671 from frappe/mergify/bp/version-14-hotfix/pr-42669
...
fix: german translations for incoterms (backport #42669 )
2024-08-27 16:54:22 +02:00
ruthra kumar
10025a2c8d
Merge pull request #42946 from frappe/mergify/bp/version-14-hotfix/pr-42923
...
fix: get amount with taxes and charges from payment entry (backport #42923 )
2024-08-27 17:39:22 +05:30
ruthra kumar
813b699d5e
Merge pull request #42948 from frappe/mergify/bp/version-14-hotfix/pr-42936
...
fix: remove unnecessary condition on 'voucher_no' (backport #42936 )
2024-08-27 17:09:06 +05:30
ruthra kumar
94b09bb836
Merge pull request #42945 from frappe/mergify/bp/version-14-hotfix/pr-42453
...
fix: Update get_amount to return currency precision grand total (backport #42453 )
2024-08-27 17:07:24 +05:30
ruthra kumar
ff14d72a46
fix: use of incorrect attribute
...
(cherry picked from commit fb32d2cafb )
2024-08-27 11:05:50 +00:00
Syed Mujeer Hashmi
0c2d7f2d9a
fix: Update get_amount to return currency precision grand total
...
In case of multi-currency purchase invoice, we are getting the error "Total Payment Request amount cannot be greater than Purchase Invoice amount" because of rounding difference.
(cherry picked from commit 976abf7b3c )
2024-08-27 16:31:56 +05:30
venkat102
094411f5f0
fix: get amount with taxes and charges from payment entry
...
(cherry picked from commit b3a901b631 )
2024-08-27 11:01:27 +00:00
mergify[bot]
c0b5f7c8eb
fix: same posting date and time, creation causing incorrect balance qty (backport #42904 ) ( #42919 )
...
* fix: same posting date and time, creation causing incorrect balance qty (#42904 )
fix: same posting date and time, creation causing incorrect balance quantity
(cherry picked from commit 27364b7e6b )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
# erpnext/stock/stock_ledger.py
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-27 14:33:56 +05:30
mergify[bot]
73eab91631
fix: timeout while submitting stock entry (backport #42929 ) ( #42930 )
...
* fix: timeout while submitting stock entry (#42929 )
(cherry picked from commit ca2fde891e )
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-27 14:29:41 +05:30
mergify[bot]
2f4f2a8eec
fix: unsupported operand type(s) for *: 'float' and 'NoneType' (backport #42916 ) ( #42917 )
...
fix: unsupported operand type(s) for *: 'float' and 'NoneType' (#42916 )
(cherry picked from commit 10434742e9 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-27 09:30:01 +05:30
ruthra kumar
6a2210e46a
Merge pull request #42914 from frappe/mergify/bp/version-14-hotfix/pr-42887
...
fix: update dimesions in exchange_gain_loss jv based on base document (backport #42887 )
2024-08-26 17:56:18 +05:30
ljain112
820dcd79bb
fix: update dimesions in exchange_gain_loss jv based on base document
...
(cherry picked from commit 96df19149d )
2024-08-26 12:01:01 +00:00
ruthra kumar
97205ce355
Merge pull request #42906 from frappe/mergify/bp/version-14-hotfix/pr-42905
...
refactor: better err msg on clearance tool (backport #42905 )
2024-08-26 16:34:06 +05:30
ruthra kumar
8207b12f11
Merge pull request #42911 from frappe/mergify/bp/version-14-hotfix/pr-42910
...
feat: utility report to better diagnose incorrectly cleared Cheques and Deposits (backport #42910 )
2024-08-26 16:32:41 +05:30
ruthra kumar
09946c7ea7
refactor: build dictionary for Journal
...
remove redundant filter
(cherry picked from commit 2144e0337d )
2024-08-26 10:11:09 +00:00
ruthra kumar
15aeec8a2d
chore: remove redundant column
...
(cherry picked from commit 74b36db24e )
2024-08-26 10:11:09 +00:00
ruthra kumar
29fe7bea6d
refactor: build dict for payment entry
...
(cherry picked from commit 784dec24c8 )
2024-08-26 10:11:09 +00:00
ruthra kumar
c58987ba38
refactor: working state with minimum functions
...
(cherry picked from commit 4cd023444a )
2024-08-26 10:11:09 +00:00
ruthra kumar
ef93c96f43
refactor: barebones functions
...
(cherry picked from commit ceaa1be729 )
2024-08-26 10:11:08 +00:00
ruthra kumar
c29b95e306
feat: report to identify incorrectly cleared cheques
...
(cherry picked from commit 28890fa833 )
2024-08-26 10:11:08 +00:00
ruthra kumar
e6438b293d
chore: resolve conflict
2024-08-26 15:30:53 +05:30
ruthra kumar
18a75fef9a
refactor: better err msg on clearance tool
...
(cherry picked from commit 092411b54f )
# Conflicts:
# erpnext/accounts/doctype/bank_clearance/bank_clearance.py
2024-08-26 08:55:01 +00:00
mergify[bot]
12d5e247c5
perf: data import for stock entries (backport #42711 ) ( #42903 )
...
* perf: data import for stock entries (#42711 )
(cherry picked from commit 1511280464 )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
* chore: fix conflicts
* chore: fix linters issue
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-26 13:53:23 +05:30
Smit Vora
72cc42997b
Merge pull request #42891 from frappe/mergify/bp/version-14-hotfix/pr-42848
...
fix: do not copy date fields in opportunity doctype (backport #42848 )
2024-08-24 13:12:27 +05:30
Smit Vora
3a02800fbc
chore: resolve conflicts
2024-08-24 12:38:11 +05:30
ruthra kumar
6cf248578f
Merge pull request #42817 from frappe/mergify/bp/version-14-hotfix/pr-39481
...
fix: specify precision for net_amount (backport #39481 )
2024-08-24 07:53:43 +05:30
ljain112
5186872b9b
fix: do not copy date fields in opportunity doctype
...
(cherry picked from commit 74afa57a9f )
# Conflicts:
# erpnext/crm/doctype/opportunity/opportunity.json
2024-08-23 08:48:29 +00:00
rohitwaghchaure
54842ea0b3
fix: stock reco with incorrect serial numbers ( #42865 )
2024-08-22 19:33:44 +05:30
ruthra kumar
a95a0524d9
Merge pull request #42870 from frappe/mergify/bp/version-14-hotfix/pr-42867
...
fix: call 'process' directly instead of creating 'process_subscription' (backport #42867 )
2024-08-22 17:51:25 +05:30
ruthra kumar
dffd5f291d
Merge pull request #42868 from frappe/mergify/bp/version-14-hotfix/pr-42851
...
refactor: Allow equity type Account in Payment Entry for shareholders (backport #42851 )
2024-08-22 17:50:51 +05:30
ruthra kumar
164b417136
chore: resolve conflict
2024-08-22 17:34:31 +05:30
ruthra kumar
8412938442
fix: call 'process' directly instead of creating 'process_subscripti
...
reason: 'process' follows simple DB transaction model.
(cherry picked from commit b4d22c2936 )
2024-08-22 11:53:32 +00:00
ruthra kumar
30ad25d86c
refactor: filter shareholder on company
...
(cherry picked from commit 63ad9f4f86 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
2024-08-22 11:40:37 +00:00
ruthra kumar
651e853156
refactor: allow equity types on Payment Entry
...
(cherry picked from commit 6cbf98294a )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
2024-08-22 11:40:37 +00:00
ruthra kumar
c2fdef4d5b
refactor(test): update grand total
2024-08-21 17:36:11 +05:30
ruthra kumar
678f08898a
refactor(test): update tast case of rounding value
2024-08-21 15:26:47 +05:30
Frappe PR Bot
c79088f46a
chore(release): Bumped to Version 14.72.2
...
## [14.72.2](https://github.com/frappe/erpnext/compare/v14.72.1...v14.72.2 ) (2024-08-21)
### Bug Fixes
* disable rename from warehouse ([ed568fb ](ed568fb01d ))
* disable rename from warehouse ([a520d06 ](a520d06c3f ))
* **patch:** replace repost with direct sql to update 'against_voucher ([c98ab15 ](c98ab15a44 ))
2024-08-21 05:21:14 +00:00
ruthra kumar
d5896cd8a0
Merge pull request #42833 from frappe/version-14-hotfix
...
chore: release v14
2024-08-21 10:49:56 +05:30
ruthra kumar
c5dedab304
chore: resolve conflicts
2024-08-19 13:53:29 +05:30
Dany Robert
cf34219c71
fix: specify precision for net_amount ( #39481 )
...
* fix: specify precision for net_amount
* fix: correct existing test to account for precision
* fix: rounding issue in test cases
* fix: optional grand total manipulation
* fix: use `grand_total_diff` for manipulation
* fix: patch to set default for grand total manipulation
* fix: wrong rounding assertion for USD
* fix: undefined this.frm error
* chore: linters
* fix: `net_amount` percision and method rename
* fix: missing frm reference
* chore: minor cleanups and depr message
* refactor: remove optional adjusting of grand total
(cherry picked from commit 50d56db0c2 )
# Conflicts:
# erpnext/public/js/controllers/accounts.js
# erpnext/public/js/controllers/taxes_and_totals.js
2024-08-19 04:36:52 +00:00
Frappe PR Bot
79edcb2a94
chore(release): Bumped to Version 14.72.1
...
## [14.72.1](https://github.com/frappe/erpnext/compare/v14.72.0...v14.72.1 ) (2024-08-16)
### Bug Fixes
* **patch:** replace repost with direct sql to update 'against_voucher ([f6f341a ](f6f341ad58 ))
2024-08-16 11:09:57 +00:00
ruthra kumar
bd2f408f00
Merge pull request #42795 from frappe/mergify/bp/version-14/pr-42791
...
fix(patch): Use sql to update 'against_voucher' rather than reposting (backport #42791 )
2024-08-16 16:38:39 +05:30
ruthra kumar
3b02f80a4e
chore: resolve conflict
2024-08-16 16:04:52 +05:30
ruthra kumar
bebd1a0426
chore: update patches.txt
...
(cherry picked from commit 1721175a20 )
# Conflicts:
# erpnext/patches.txt
2024-08-16 10:26:22 +00:00
ruthra kumar
f6f341ad58
fix(patch): replace repost with direct sql to update 'against_voucher
...
(cherry picked from commit 13bb48434f )
2024-08-16 10:26:22 +00:00
ruthra kumar
752f93c630
Merge pull request #42793 from frappe/mergify/bp/version-14-hotfix/pr-42791
...
fix(patch): Use sql to update 'against_voucher' rather than reposting (backport #42791 )
2024-08-16 15:55:22 +05:30
ruthra kumar
d14e386e18
chore: resolve conflict
2024-08-16 15:34:48 +05:30
ruthra kumar
9f687eee4e
chore: update patches.txt
...
(cherry picked from commit 1721175a20 )
# Conflicts:
# erpnext/patches.txt
2024-08-16 10:02:34 +00:00
ruthra kumar
c98ab15a44
fix(patch): replace repost with direct sql to update 'against_voucher
...
(cherry picked from commit 13bb48434f )
2024-08-16 10:02:33 +00:00
kurogeek
333c7577eb
fix: currency symbol on amount field suppose to show as Company's currency not as default company's currency
2024-08-16 13:52:54 +07:00
Khushi Rawat
ea7c82c6a3
chore: resolved conflicts
2024-08-15 13:12:38 +05:30
Nihantra C. Patel
54815b44e7
Merge pull request #42770 from frappe/mergify/bp/version-14-hotfix/pr-42769
...
fix: disable rename from warehouse (backport #42769 )
2024-08-14 17:15:39 +05:30
Nihantra C. Patel
ed568fb01d
fix: disable rename from warehouse
2024-08-14 16:35:34 +05:30
Nihantra C. Patel
a520d06c3f
fix: disable rename from warehouse
...
(cherry picked from commit c1812f74e8 )
# Conflicts:
# erpnext/stock/doctype/warehouse/warehouse.json
2024-08-14 11:03:41 +00:00
Khushi Rawat
47a9325177
chore: linters check
...
(cherry picked from commit 0d42793397 )
# Conflicts:
# erpnext/assets/doctype/asset_capitalization/asset_capitalization.js
2024-08-14 09:07:34 +00:00
Khushi Rawat
db319f95f1
fix: removed extra filter condition
...
(cherry picked from commit 6fa29376a0 )
2024-08-14 09:07:34 +00:00
Khushi Rawat
450b3f338e
fix: set up filters for dimensions
...
(cherry picked from commit 2fd8de2f76 )
# Conflicts:
# erpnext/assets/doctype/asset_capitalization/asset_capitalization.js
2024-08-14 09:07:34 +00:00
Frappe PR Bot
2796aa8b57
chore(release): Bumped to Version 14.72.0
...
# [14.72.0](https://github.com/frappe/erpnext/compare/v14.71.0...v14.72.0 ) (2024-08-14)
### Bug Fixes
* dimensions in common party journal entry ([b73df8f ](b73df8f5f0 ))
* expense causing p&l test case to fail ([a9fa9e8 ](a9fa9e86ea ))
* force fetch updates for subcription ([f35bc43 ](f35bc43242 ))
* german translation of exit ([db27dd8 ](db27dd8702 ))
* ledger entries for pos return with update outstanding for self ([714a432 ](714a432c1c ))
* Maintain same rate on qty change on Quotation to Sales Order ([29449cb ](29449cbaf9 ))
* missing def expense if no exp in first month ([7cd6deb ](7cd6debd0e ))
* patch to fix incorrect against_voucher references in ledger ([5473546 ](54735469c1 ))
* pre-commit for better code formatting ([8f19832 ](8f19832aa5 ))
* Sort lists before calling itertools.groupby ([29cfb7c ](29cfb7cf25 ))
* test case for zero deferred expense ([186701b ](186701b54f ))
* text color in sales funnel report based on theme ([2509618 ](25096185c9 ))
* typeerror on payment entry ([c4c001b ](c4c001b6f9 ))
* update 'Paid Amount' on forex payment request ([365ef6b ](365ef6b88a ))
* warning message for negative stock (backport [#42683 ](https://github.com/frappe/erpnext/issues/42683 )) ([#42709 ](https://github.com/frappe/erpnext/issues/42709 )) ([e44daf7 ](e44daf73fb ))
### Features
* changes in opportunity.py to show contacts and addresses from referenced and opportunities ([8d7e150 ](8d7e150afb ))
2024-08-14 08:00:58 +00:00
ruthra kumar
a5ca5b5081
Merge pull request #42744 from frappe/version-14-hotfix
...
chore: release v14
2024-08-14 13:29:41 +05:30
ruthra kumar
695297b917
Merge pull request #42760 from frappe/mergify/bp/version-14-hotfix/pr-42720
...
fix: incorrect 'against_voucher' for Pos return with 'Update Outstanding for Self' disabled. (backport #42720 )
2024-08-14 12:27:13 +05:30
ruthra kumar
8882b85888
chore: resolve conflict
2024-08-14 12:04:30 +05:30
ruthra kumar
1cddb4ff39
refactor: move patch to v14 and update patches.txt
...
(cherry picked from commit da2286802a )
# Conflicts:
# erpnext/patches.txt
2024-08-14 06:26:35 +00:00
ruthra kumar
aaa6d66666
test: against_voucher for pos_returns without updating for self
...
(cherry picked from commit 3fb0858321 )
2024-08-14 06:26:35 +00:00
ruthra kumar
fa44b0d745
refactor: update patches.txt
...
(cherry picked from commit 4dc0d3a003 )
# Conflicts:
# erpnext/patches.txt
2024-08-14 06:26:35 +00:00
ruthra kumar
54735469c1
fix: patch to fix incorrect against_voucher references in ledger
...
(cherry picked from commit 487d0a55f5 )
# Conflicts:
# erpnext/patches/v14_0/update_pos_return_ledger_entries.py
2024-08-14 06:26:34 +00:00
ruthra kumar
714a432c1c
fix: ledger entries for pos return with update outstanding for self
...
(cherry picked from commit 2cd9b28e5b )
2024-08-14 06:26:34 +00:00
ruthra kumar
367b4177c6
Merge pull request #42748 from frappe/mergify/bp/version-14-hotfix/pr-42221
...
fix: Force Fetching updates on Subscriptions (backport #42221 )
2024-08-13 17:24:50 +05:30
ruthra kumar
2d0dca943a
chore: resolve conflict
2024-08-13 16:54:35 +05:30
ruthra kumar
456f5b644b
Merge pull request #42740 from frappe/mergify/bp/version-14-hotfix/pr-42726
...
fix: text color in sales funnel report based on theme (backport #42726 )
2024-08-13 16:49:01 +05:30
ruthra kumar
cca5aa8a96
chore: resolve conflict
2024-08-13 16:28:07 +05:30
ruthra kumar
366f383d1f
refactor: test for force-fetch on future subscription
...
(cherry picked from commit fd680380bb )
# Conflicts:
# erpnext/accounts/doctype/subscription/test_subscription.py
2024-08-13 10:53:15 +00:00
ruthra kumar
7752de3a1c
chore: minor naming change
...
(cherry picked from commit d8b6767697 )
2024-08-13 10:53:14 +00:00
ruthra kumar
f0f663e552
refactor: don't process future subscriptions
...
(cherry picked from commit 3a11577411 )
2024-08-13 10:53:14 +00:00
ruthra kumar
f35bc43242
fix: force fetch updates for subcription
...
(cherry picked from commit 1ef890db73 )
# Conflicts:
# erpnext/accounts/doctype/subscription/subscription.js
2024-08-13 10:53:14 +00:00
ruthra kumar
b0b5b25a53
chore: resolve conflict
2024-08-13 14:38:44 +05:30
ljain112
25096185c9
fix: text color in sales funnel report based on theme
...
(cherry picked from commit 61bc0925d5 )
# Conflicts:
# erpnext/selling/page/sales_funnel/sales_funnel.js
2024-08-13 08:36:21 +00:00
ruthra kumar
a5b5b5e62c
Merge pull request #42734 from frappe/mergify/bp/version-14-hotfix/pr-42733
...
refactor: add a new filter flag in Process Statement of Accounts (backport #42733 )
2024-08-13 11:49:19 +05:30
ruthra kumar
e421e16fdc
chore: resolve conflicts
2024-08-13 11:22:52 +05:30
ruthra kumar
cef3573d79
refactor: pass filter to General Ledger
...
(cherry picked from commit 90880c8c01 )
2024-08-13 05:41:19 +00:00
ruthra kumar
1ebcc33cdd
refactor: cr and dr note filter in Statement of Accounts
...
(cherry picked from commit 0cf478c4c2 )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
2024-08-13 05:41:19 +00:00
ruthra kumar
a9871e379a
refactor: combine vouchers from both ignore
...
(cherry picked from commit 4cc5cd5a71 )
2024-08-13 05:41:19 +00:00
ruthra kumar
34662e6e3c
Merge pull request #42724 from frappe/mergify/bp/version-14-hotfix/pr-42672
...
fix: update 'Paid Amount' on forex payment request (backport #42672 )
2024-08-12 16:36:28 +05:30
ruthra kumar
1844cb60a4
chore: resolve conflict
2024-08-12 16:14:29 +05:30
ruthra kumar
71416902f6
test: currency conversion on foreign currency account
...
(cherry picked from commit f913c0fde1 )
2024-08-12 10:38:33 +00:00
ruthra kumar
e289793308
test: make use of test fixture
...
(cherry picked from commit d6d0a1b38d )
# Conflicts:
# erpnext/accounts/doctype/payment_request/test_payment_request.py
2024-08-12 10:38:33 +00:00
ruthra kumar
365ef6b88a
fix: update 'Paid Amount' on forex payment request
...
(cherry picked from commit 7b0dfb2a05 )
2024-08-12 10:38:33 +00:00
mergify[bot]
e44daf73fb
fix: warning message for negative stock (backport #42683 ) ( #42709 )
...
* fix: warning message for negative stock (#42683 )
(cherry picked from commit deccb007c1 )
# Conflicts:
# erpnext/stock/stock_ledger.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-12 11:20:44 +05:30
ruthra kumar
a43136da5d
Merge pull request #42694 from frappe/mergify/bp/version-14-hotfix/pr-42428
...
fix: Sort lists before calling itertools.groupby (backport #42428 )
2024-08-09 12:44:24 +05:30
ruthra kumar
d0fbb4d532
Merge pull request #42692 from frappe/mergify/bp/version-14-hotfix/pr-42691
...
fix: typeerror on payment entry (backport #42691 )
2024-08-09 11:55:49 +05:30
Corentin Forler
29cfb7cf25
fix: Sort lists before calling itertools.groupby
...
(cherry picked from commit 45a6ecbd38 )
2024-08-09 06:23:57 +00:00
ruthra kumar
c4c001b6f9
fix: typeerror on payment entry
...
(cherry picked from commit 9cdca0d662 )
2024-08-09 11:53:35 +05:30
Raffael Meyer
93d8e3f3b0
Merge pull request #42687 from frappe/mergify/bp/version-14-hotfix/pr-42684
...
fix: german translation of exit (backport #42684 )
2024-08-08 23:25:58 +02:00
barredterra
db27dd8702
fix: german translation of exit
...
(cherry picked from commit a2df276880 )
2024-08-08 21:15:03 +00:00
ruthra kumar
cc97d4e869
Merge pull request #42651 from frappe/mergify/bp/version-14-hotfix/pr-40865
...
fix: missing def expense if no exp in first month (backport #40865 )
2024-08-08 14:37:39 +05:30
ruthra kumar
eb26610d54
Merge pull request #42677 from frappe/mergify/bp/version-14-hotfix/pr-42673
...
fix: Maintain same rate on qty change on Quotation to Sales Order (backport #42673 )
2024-08-08 13:37:48 +05:30
ruthra kumar
29449cbaf9
fix: Maintain same rate on qty change on Quotation to Sales Order
...
(cherry picked from commit 91ce9fce9b )
2024-08-08 08:03:37 +00:00
Shariq Ansari
f29cad695a
Merge pull request #42667 from frappe/mergify/bp/version-14-hotfix/pr-42596
...
fix: changes in opportunity.py to show contacts and addresses created from opportunity (backport #42596 )
2024-08-08 11:39:47 +05:30
barredterra
003653c572
fix: german translations for incoterms
...
(cherry picked from commit 9789648175 )
2024-08-07 18:54:36 +00:00
Dietmar Fischer
8f19832aa5
fix: pre-commit for better code formatting
...
(cherry picked from commit 511a0b9f37 )
2024-08-07 14:29:48 +00:00
Dietmar Fischer
8d7e150afb
feat: changes in opportunity.py to show contacts and addresses from referenced and opportunities
...
(cherry picked from commit 61576ca030 )
2024-08-07 14:29:48 +00:00
ruthra kumar
4a77653e94
Merge pull request #42660 from frappe/mergify/bp/version-14-hotfix/pr-42578
...
fix: dimensions in common party journal entry (backport #42578 )
2024-08-07 16:23:45 +05:30
ruthra kumar
fa74efc1fc
test: dimension inheritance on Exc Gain/Loss JV on Common party
...
(cherry picked from commit 8040544216 )
2024-08-07 10:33:23 +00:00
ljain112
b73df8f5f0
fix: dimensions in common party journal entry
...
(cherry picked from commit ac629ede79 )
2024-08-07 10:33:22 +00:00
Frappe PR Bot
a8a8a033a1
chore(release): Bumped to Version 14.71.0
...
# [14.71.0](https://github.com/frappe/erpnext/compare/v14.70.14...v14.71.0 ) (2024-08-07)
### Bug Fixes
* 'undefined' in PL and BS report summary on Consolidated report ([a5e1432 ](a5e14324da ))
* company filter for filtring tax withheld vouchers ([b7731c8 ](b7731c8fd7 ))
* do not update item price and last purchase rate for inter transf… (backport [#42616 ](https://github.com/frappe/erpnext/issues/42616 )) ([#42632 ](https://github.com/frappe/erpnext/issues/42632 )) ([5c5349e ](5c5349ed16 ))
* filter condition in item-wise purchase register ([bc9b461 ](bc9b46126b ))
* fixed depreciation calculation as per income tax act ([8df1079 ](8df1079618 ))
* item_code filter in item-wise sales register ([f0f8a2f ](f0f8a2f01b ))
* min height for rows in sales funnel ([7086a96 ](7086a96462 ))
* set query filters for sales / purchase tax template on PE ([c8d8536 ](c8d85364b9 ))
* slowness in reposting dependent vouchers. (backport [#42282 ](https://github.com/frappe/erpnext/issues/42282 )) ([#42569 ](https://github.com/frappe/erpnext/issues/42569 )) ([3fb6f97 ](3fb6f97f66 ))
### Features
* expiry date column in Available Batch Report (backport [#42628 ](https://github.com/frappe/erpnext/issues/42628 )) ([#42641 ](https://github.com/frappe/erpnext/issues/42641 )) ([83928bb ](83928bbf78 ))
2024-08-07 09:27:57 +00:00
ruthra kumar
f0230b2dfd
Merge pull request #42648 from frappe/version-14-hotfix
...
chore: release v14
2024-08-07 14:56:41 +05:30
Khushi Rawat
f4811c3846
Merge pull request #42629 from khushi8112/depreciation-adjustment-issue-when-field-for-income-tax-enabled
...
fix: depreciation calculation as per income tax act
2024-08-06 19:15:03 +05:30
Dany Robert
a9fa9e86ea
fix: expense causing p&l test case to fail
...
(cherry picked from commit 01888c98bc )
2024-08-06 11:01:41 +00:00
Dany Robert
c67be05280
chore: semgrep
...
(cherry picked from commit 581af4eced )
2024-08-06 11:01:41 +00:00
Dany Robert
186701b54f
fix: test case for zero deferred expense
...
(cherry picked from commit 7ef4dbcaf6 )
2024-08-06 11:01:41 +00:00
Dany Robert
7cd6debd0e
fix: missing def expense if no exp in first month
...
(cherry picked from commit 5c9ce575f6 )
2024-08-06 11:01:41 +00:00
Nihantra C. Patel
f8fd354d75
Merge pull request #42650 from Nihantra-Patel/fix_item_sales_purchase_register
...
fix: item_code filter in item-wise sales-purchase register v14
2024-08-06 16:19:16 +05:30
Nihantra Patel
bc9b46126b
fix: filter condition in item-wise purchase register
2024-08-06 15:56:00 +05:30
Nihantra Patel
f0f8a2f01b
fix: item_code filter in item-wise sales register
2024-08-06 15:54:05 +05:30
mergify[bot]
83928bbf78
feat: expiry date column in Available Batch Report (backport #42628 ) ( #42641 )
...
* feat: expiry date column in Available Batch Report (#42628 )
(cherry picked from commit faff84c6e5 )
# Conflicts:
# erpnext/stock/report/available_batch_report/available_batch_report.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-06 15:24:37 +05:30
ruthra kumar
bc50512c97
Merge pull request #42645 from frappe/mergify/bp/version-14-hotfix/pr-42592
...
fix: company filter for filtring tax withheld vouchers (backport #42592 )
2024-08-06 13:39:17 +05:30
ljain112
b7731c8fd7
fix: company filter for filtring tax withheld vouchers
...
(cherry picked from commit cfe2ae604b )
2024-08-06 07:47:21 +00:00
ruthra kumar
8667bcd86b
Merge pull request #42643 from frappe/mergify/bp/version-14-hotfix/pr-42545
...
fix: min height for rows in sales funnel (backport #42545 )
2024-08-06 13:09:39 +05:30
ljain112
7086a96462
fix: min height for rows in sales funnel
...
(cherry picked from commit fd71d8af52 )
2024-08-06 07:33:07 +00:00
ruthra kumar
2a38e14cca
Merge pull request #42637 from frappe/mergify/bp/version-14-hotfix/pr-42636
...
refactor: posting date should not be considered for ignore filters in GL (backport #42636 )
2024-08-06 11:43:54 +05:30
ruthra kumar
f4ba879203
refactor: posting date is not considered for ignore filters in GL
...
(cherry picked from commit c930f8ba9d )
2024-08-06 05:26:26 +00:00
mergify[bot]
5c5349ed16
fix: do not update item price and last purchase rate for inter transf… (backport #42616 ) ( #42632 )
...
fix: do not update item price and last purchase rate for inter transf… (#42616 )
fix: do not update item price and last purchase rate for inter transfer transaction
(cherry picked from commit c8af544ef3 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-06 08:19:46 +05:30
Khushi Rawat
8df1079618
fix: fixed depreciation calculation as per income tax act
2024-08-05 18:04:06 +05:30
Khushi Rawat
38739bec45
Merge pull request #42630 from khushi8112/fix-semgrep
...
ci: fix semgrep version in linters
2024-08-05 18:01:50 +05:30
Khushi Rawat
6ceb3476a6
ci: fix semgrep version in linters
2024-08-05 17:37:29 +05:30
ruthra kumar
6cba69c7da
Merge pull request #42625 from frappe/mergify/bp/version-14-hotfix/pr-42555
...
refactor: date filters should be mandatory in Sales Pipeline Analytics report (backport #42555 )
2024-08-05 15:32:28 +05:30
ruthra kumar
ffd3aea07e
refactor(test): use test fixture and supply from and to dates
...
(cherry picked from commit 4253caf910 )
2024-08-05 09:39:27 +00:00
ruthra kumar
989ef52f59
refactor: consider empty-string as Not Assigned
...
(cherry picked from commit 213b2ba942 )
2024-08-05 09:39:27 +00:00
ruthra kumar
baa36c6d5e
refactor: report columns should be based on from and to dates
...
(cherry picked from commit 751a25c4b7 )
2024-08-05 09:39:27 +00:00
ruthra kumar
f7f191fe50
refactor: make 'from_date' and 'to_date' mandatory
...
(cherry picked from commit 3617b41b95 )
2024-08-05 09:39:27 +00:00
ruthra kumar
703f58ceac
refactor: date filters should be explicit
...
(cherry picked from commit 40c166a0a0 )
2024-08-05 09:39:27 +00:00
ruthra kumar
e1da019fe7
Merge pull request #42613 from frappe/mergify/bp/version-14-hotfix/pr-42597
...
refactor: filter to ignore system generated cr / dr reconciliation journals on general ledger (backport #42597 )
2024-08-05 13:20:25 +05:30
ruthra kumar
f0bdc41a94
refactor(test): clear old records
2024-08-05 12:58:21 +05:30
ruthra kumar
392ba36dcf
refactor(test): filter and reconcile concerned vouchers
...
(cherry picked from commit 9ade269b7a )
2024-08-05 05:43:50 +00:00
ruthra kumar
1b6539c3c5
test: clear old data
...
(cherry picked from commit 991069bfbc )
2024-08-05 05:43:50 +00:00
ruthra kumar
1da744dc4d
refactor: make use of date filters on ignore filterss
...
(cherry picked from commit 03f3ab522f )
2024-08-05 05:43:50 +00:00
ruthra kumar
ac763f8c19
test: ignore filter for system generated cr / dr note journals
...
(cherry picked from commit 3ffac73598 )
2024-08-05 05:43:50 +00:00
ruthra kumar
0a83c8b00c
refactor: ignore system generated cr / dr notes on general ledger
...
(cherry picked from commit bb8c9b5a58 )
2024-08-05 05:43:50 +00:00
ruthra kumar
b20b15af74
refactor: ignore filter in general ledger for cr / dr notes
...
(cherry picked from commit 59d5beee20 )
2024-08-05 05:43:50 +00:00
Frappe PR Bot
4089af5a7b
chore(release): Bumped to Version 14.70.14
...
## [14.70.14](https://github.com/frappe/erpnext/compare/v14.70.13...v14.70.14 ) (2024-08-01)
### Bug Fixes
* slowness in reposting dependent vouchers. (backport [#42282 ](https://github.com/frappe/erpnext/issues/42282 )) ([#42569 ](https://github.com/frappe/erpnext/issues/42569 )) ([cccfbf1 ](cccfbf193e ))
2024-08-01 09:12:20 +00:00
rohitwaghchaure
06c73ef2da
Merge pull request #42570 from frappe/mergify/bp/version-14/pr-42569
...
fix: slowness in reposting dependent vouchers. (backport #42282 ) (backport #42569 )
2024-08-01 14:40:58 +05:30
mergify[bot]
cccfbf193e
fix: slowness in reposting dependent vouchers. (backport #42282 ) ( #42569 )
...
fix: slowness in reposting dependent vouchers. (#42282 )
(cherry picked from commit b17696a8ae )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 3fb6f97f66 )
2024-08-01 07:52:46 +00:00
mergify[bot]
3fb6f97f66
fix: slowness in reposting dependent vouchers. (backport #42282 ) ( #42569 )
...
fix: slowness in reposting dependent vouchers. (#42282 )
(cherry picked from commit b17696a8ae )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-01 13:21:37 +05:30
ruthra kumar
35f6657bae
Merge pull request #42565 from frappe/mergify/bp/version-14-hotfix/pr-42563
...
fix: set query filters for sales / purchase tax template on PE (backport #42563 )
2024-07-31 17:28:45 +05:30
ruthra kumar
e82c441326
chore: resolve conflict
2024-07-31 17:14:26 +05:30
ruthra kumar
c8d85364b9
fix: set query filters for sales / purchase tax template on PE
...
(cherry picked from commit 9fe47ac101 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
2024-07-31 11:39:09 +00:00
ruthra kumar
64234a571e
Merge pull request #42559 from frappe/mergify/bp/version-14-hotfix/pr-42558
...
fix: 'undefined' in PL and BS report summary on Consolidated report (backport #42558 )
2024-07-31 16:19:17 +05:30
ruthra kumar
a5e14324da
fix: 'undefined' in PL and BS report summary on Consolidated report
...
(cherry picked from commit dd5a5e4919 )
2024-07-31 10:03:56 +00:00
Frappe PR Bot
37a7da3371
chore(release): Bumped to Version 14.70.13
...
## [14.70.13](https://github.com/frappe/erpnext/compare/v14.70.12...v14.70.13 ) (2024-07-31)
### Bug Fixes
* builtins.KeyError: ('ABC', 'Store - CP') (backport [#42505 ](https://github.com/frappe/erpnext/issues/42505 )) ([#42508 ](https://github.com/frappe/erpnext/issues/42508 )) ([0256c64 ](0256c64634 ))
* consider payment entries for checking if tds is deducted ([e7432fc ](e7432fc60d ))
* dynamic condition in the pricing rule not working (backport [#42467 ](https://github.com/frappe/erpnext/issues/42467 )) ([#42543 ](https://github.com/frappe/erpnext/issues/42543 )) ([53034c3 ](53034c332b ))
* **gross profit:** incorrect valuation rate on different warehouses ([1a7efbb ](1a7efbb654 ))
* ignore duplicates while creating default templates ([99bc8e8 ](99bc8e849c ))
* incorrect cost_center on AR/AP report ([0e2abbd ](0e2abbd08e ))
* keep status as In Progress for RIV for Timeout Error (backport [#42274 ](https://github.com/frappe/erpnext/issues/42274 )) ([#42504 ](https://github.com/frappe/erpnext/issues/42504 )) ([8e8d0c7 ](8e8d0c7bd0 ))
* parenttype in item wise purchase and sales register ([97f2e88 ](97f2e88f4c ))
* performance issue for the report Purchase Order Analysis report (backport [#42503 ](https://github.com/frappe/erpnext/issues/42503 )) ([#42506 ](https://github.com/frappe/erpnext/issues/42506 )) ([f42f1bb ](f42f1bb35f ))
* price_list_currency not found error (backport [#42534 ](https://github.com/frappe/erpnext/issues/42534 )) ([#42538 ](https://github.com/frappe/erpnext/issues/42538 )) ([3ba6f40 ](3ba6f40063 ))
* warehouse filter in Product Bundle Balance (backport [#42532 ](https://github.com/frappe/erpnext/issues/42532 )) ([#42536 ](https://github.com/frappe/erpnext/issues/42536 )) ([0441984 ](0441984405 ))
2024-07-31 06:00:37 +00:00
ruthra kumar
81c362dbe4
Merge pull request #42542 from frappe/version-14-hotfix
...
chore: release v14
2024-07-31 11:29:23 +05:30
mergify[bot]
53034c332b
fix: dynamic condition in the pricing rule not working (backport #42467 ) ( #42543 )
...
fix: dynamic condition in the pricing rule not working (#42467 )
(cherry picked from commit 0e817f42ef )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 17:01:24 +05:30
mergify[bot]
0441984405
fix: warehouse filter in Product Bundle Balance (backport #42532 ) ( #42536 )
...
fix: warehouse filter in Product Bundle Balance (#42532 )
(cherry picked from commit 0ecfa709d8 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 14:53:31 +05:30
mergify[bot]
3ba6f40063
fix: price_list_currency not found error (backport #42534 ) ( #42538 )
...
fix: price_list_currency not found error (#42534 )
(cherry picked from commit 23fed831a0 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 14:52:45 +05:30
mergify[bot]
8e8d0c7bd0
fix: keep status as In Progress for RIV for Timeout Error (backport #42274 ) ( #42504 )
...
* fix: keep status as In Progress for RIV for Timeout Error (#42274 )
(cherry picked from commit 10280d6140 )
# Conflicts:
# erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 14:25:51 +05:30
mergify[bot]
f42f1bb35f
fix: performance issue for the report Purchase Order Analysis report (backport #42503 ) ( #42506 )
...
* fix: performance issue for the report Purchase Order Analysis report (#42503 )
(cherry picked from commit cb522f8f22 )
# Conflicts:
# erpnext/buying/report/purchase_order_analysis/purchase_order_analysis.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 14:25:23 +05:30
mergify[bot]
0256c64634
fix: builtins.KeyError: ('ABC', 'Store - CP') (backport #42505 ) ( #42508 )
...
fix: builtins.KeyError: ('ABC', 'Store - CP') (#42505 )
(cherry picked from commit 25dac1f18e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 14:25:01 +05:30
ruthra kumar
e4f583d25a
Merge pull request #42529 from frappe/mergify/bp/version-14-hotfix/pr-42528
...
chore: button name should reflect what it creates (backport #42528 )
2024-07-30 12:12:32 +05:30
ruthra kumar
7259c0fe30
chore: button name should reflect what it creates
...
(cherry picked from commit 0b6e7f83cd )
2024-07-30 06:31:17 +00:00
ruthra kumar
02547115e5
Merge pull request #42335 from frappe/mergify/bp/version-14-hotfix/pr-42330
...
fix: incorrect valuation rate for items from different warehouses in Gross Profit (backport #42330 )
2024-07-29 10:17:04 +05:30
ruthra kumar
0bc9825238
Merge pull request #42491 from frappe/mergify/bp/version-14-hotfix/pr-42477
...
fix: incorrect cost_center on AR/AP report (backport #42477 )
2024-07-26 20:10:43 +05:30
ruthra kumar
bb66126dfa
test: invoice cost center reported in AR/AP report
...
(cherry picked from commit 9a0894fd65 )
2024-07-26 14:14:32 +00:00
ruthra kumar
0e2abbd08e
fix: incorrect cost_center on AR/AP report
...
(cherry picked from commit 3e19041fa3 )
2024-07-26 14:14:32 +00:00
Smit Vora
ff78fab176
Merge pull request #42483 from frappe/mergify/bp/version-14-hotfix/pr-42305
...
fix: consider payment entries for checking if tds is deducted (backport #42305 )
2024-07-26 15:17:05 +05:30
Smit Vora
04840762dd
Merge pull request #42481 from frappe/mergify/bp/version-14-hotfix/pr-42444
...
fix: parenttype in purchase and sales item query (backport #42444 )
2024-07-26 15:16:44 +05:30
ljain112
e7432fc60d
fix: consider payment entries for checking if tds is deducted
...
(cherry picked from commit 40b59de4cd )
2024-07-26 09:11:50 +00:00
ljain112
97f2e88f4c
fix: parenttype in item wise purchase and sales register
...
(cherry picked from commit 35981b8730 )
2024-07-26 08:56:42 +00:00
ruthra kumar
37f24ae763
Merge pull request #42473 from frappe/mergify/bp/version-14-hotfix/pr-42472
...
refactor: index on Purchase Invoice 'release_date' (backport #42472 )
2024-07-25 21:51:16 +05:30
ruthra kumar
25b9127bae
refactor: index on Purchase Invoice 'release_date'
...
(cherry picked from commit 764dd12b10 )
2024-07-25 15:57:59 +00:00
ruthra kumar
6e74e6f314
Merge pull request #42464 from frappe/mergify/bp/version-14-hotfix/pr-42462
...
refactor: provision for re-evaluating Exchange Rates in monthly frequency (backport #42462 )
2024-07-24 22:11:22 +05:30
ruthra kumar
240118ee8b
chore: resolve conflict
2024-07-24 18:48:32 +05:30
ruthra kumar
c1fd95ac66
refactor: hooks for monthly re-evaluation jobs
...
(cherry picked from commit fc4e5f165c )
# Conflicts:
# erpnext/hooks.py
2024-07-24 13:15:15 +00:00
ruthra kumar
8e340bb7fd
refactor: provision for monthly re-evaluation
...
(cherry picked from commit ce2b9e0f1a )
# Conflicts:
# erpnext/setup/doctype/company/company.json
# erpnext/setup/doctype/company/company.py
2024-07-24 13:15:15 +00:00
ruthra kumar
96a6172999
Merge pull request #42455 from frappe/mergify/bp/version-14-hotfix/pr-42390
...
refactor: cleaning up stale code related to reposting (backport #42390 )
2024-07-24 17:35:24 +05:30
Smit Vora
d0d587432d
Merge pull request #42439 from frappe/mergify/bp/version-14-hotfix/pr-42377
...
fix: ignore duplicates while creating default templates (backport #42377 )
2024-07-24 14:25:46 +05:30
ruthra kumar
07509b5e99
chore: resolve conflicts
2024-07-24 13:07:15 +05:30
ruthra kumar
99d5b6dc71
chore: resolve conflicts
2024-07-24 13:04:57 +05:30
ruthra kumar
56b1582027
refactor(test): remove assert on 'repost_required'
...
(cherry picked from commit e71cb4eab7 )
2024-07-24 07:29:10 +00:00
ruthra kumar
149109649d
refactor: remove attribute check on 'repost_required'
...
(cherry picked from commit 07fc952a43 )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.py
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2024-07-24 07:29:09 +00:00
ruthra kumar
0284328e2c
refactor: repost without checking on flag
...
(cherry picked from commit 09f429ffba )
2024-07-24 07:29:09 +00:00
ruthra kumar
a243873ab0
chore: remove stale UI code related to repost
...
(cherry picked from commit fe46e1d089 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
2024-07-24 07:29:09 +00:00
ruthra kumar
197e043fc9
chore: remove 'repost_required' from Journal Entry
...
(cherry picked from commit e81373bb6a )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.json
# erpnext/accounts/doctype/journal_entry/journal_entry.py
2024-07-24 07:29:09 +00:00
ruthra kumar
925a164101
chore: remove 'repost_required' from purchase invoice
...
(cherry picked from commit a467888a67 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
2024-07-24 07:29:08 +00:00
ruthra kumar
8f1a4b9717
chore: remove stale 'repost_required' flag from sales invoice
...
(cherry picked from commit 06c5334f2a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2024-07-24 07:29:08 +00:00
ruthra kumar
67d4020241
chore: remove stale code from sales invoice
...
(cherry picked from commit f3fda9ce98 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.js
2024-07-24 07:29:08 +00:00
Frappe PR Bot
fe4b2e36cc
chore(release): Bumped to Version 14.70.12
...
## [14.70.12](https://github.com/frappe/erpnext/compare/v14.70.11...v14.70.12 ) (2024-07-24)
### Bug Fixes
* missing cr/dr notes on payment reconciliation ([90ee21f ](90ee21f868 ))
* remove proprietorship and update it with individual (backport [#42307 ](https://github.com/frappe/erpnext/issues/42307 )) ([8c1f619 ](8c1f6196b8 ))
* set pos data if not return doc ([6ecb064 ](6ecb064264 ))
* Show the rows in AR/AP report where outstanding equals to 0.01 ([2936988 ](2936988cc6 ))
2024-07-24 07:26:52 +00:00
ruthra kumar
6759b90f85
Merge pull request #42448 from frappe/version-14-hotfix
...
chore: release v14
2024-07-24 12:55:36 +05:30
Smit Vora
99bc8e849c
fix: ignore duplicates while creating default templates
...
(cherry picked from commit cf55c2ab3d )
2024-07-23 04:56:31 +00:00
trustedcomputer
eb5505187e
fix: header_img field schema
2024-07-22 12:35:46 -07:00
ruthra kumar
7a25d33547
Merge pull request #42408 from frappe/mergify/bp/version-14-hotfix/pr-42407
...
test: basic test case for item-wise purchase register (backport #42407 )
2024-07-21 20:08:19 +05:30
ruthra kumar
2466e28bf5
test: basic test case for item-wise purchase register
...
(cherry picked from commit c3c5d3f615 )
2024-07-19 11:21:08 +00:00
ruthra kumar
1096528bb9
Merge pull request #42401 from frappe/mergify/bp/version-14-hotfix/pr-42386
...
fix: set pos data if not return doc (backport #42386 )
2024-07-19 10:57:20 +05:30
ljain112
6ecb064264
fix: set pos data if not return doc
...
(cherry picked from commit 65d672da65 )
2024-07-19 04:56:26 +00:00
ruthra kumar
92300b27c9
Merge pull request #42384 from frappe/mergify/bp/version-14-hotfix/pr-42374
...
fix: Show the rows in AR/AP report where outstanding equals to 0.01 (backport #42374 )
2024-07-18 15:08:55 +05:30
ruthra kumar
4fa9626de0
chore: resolve conflict
2024-07-18 14:41:09 +05:30
ruthra kumar
9b828b829a
test: AR/AP report on miniscule outstanding
...
(cherry picked from commit bb9e42cce2 )
2024-07-18 08:15:39 +00:00
Nabin Hait
2936988cc6
fix: Show the rows in AR/AP report where outstanding equals to 0.01
...
(cherry picked from commit e1dedc5402 )
# Conflicts:
# erpnext/patches.txt
2024-07-18 08:15:38 +00:00
ruthra kumar
9fca232578
Merge pull request #42382 from frappe/mergify/bp/version-14-hotfix/pr-42369
...
fix: missing cr/dr notes on payment reconciliation (backport #42369 )
2024-07-18 13:43:36 +05:30
ruthra kumar
fac22e93d0
chore: resolve conflict
2024-07-18 12:44:34 +05:30
ruthra kumar
3109efaf09
test: payment filter should not affect dr/cr notes
...
(cherry picked from commit 2d686c06ea )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/test_payment_reconciliation.py
2024-07-18 07:12:45 +00:00
ruthra kumar
90ee21f868
fix: missing cr/dr notes on payment reconciliation
...
(cherry picked from commit a30af68e9e )
2024-07-18 07:12:45 +00:00
Smit Vora
36c46bb344
Merge pull request #42366 from vorasmit/update-prop-backport
...
fix: remove redundant proprietorship field from customer type and supplier type (backport #42307 )
2024-07-17 18:55:40 +05:30
Sanket322
8c1f6196b8
fix: remove proprietorship and update it with individual (backport #42307 )
2024-07-17 14:03:52 +05:30
Frappe PR Bot
12a31de25a
chore(release): Bumped to Version 14.70.11
...
## [14.70.11](https://github.com/frappe/erpnext/compare/v14.70.10...v14.70.11 ) (2024-07-17)
### Bug Fixes
* missing discount on POS Credit Notes ([ac48c3d ](ac48c3d4e7 ))
2024-07-17 05:11:39 +00:00
ruthra kumar
3b9400755e
Merge pull request #42353 from frappe/version-14-hotfix
...
chore: release v14
2024-07-17 10:40:24 +05:30
ruthra kumar
2ce7300c3c
Merge pull request #42337 from frappe/mergify/bp/version-14-hotfix/pr-42294
...
refactor: make reposting implicit (backport #42294 )
2024-07-15 15:41:23 +05:30
ruthra kumar
b96b3b51b6
chore: resolve conflicts
2024-07-15 15:22:06 +05:30
ruthra kumar
8f03769bf2
chore: contextual comments
...
(cherry picked from commit 794a62aecb )
2024-07-15 09:41:56 +00:00
ruthra kumar
d20f3ab492
refactor(test): reposting happens implicitly
...
(cherry picked from commit c283cda169 )
2024-07-15 09:41:56 +00:00
ruthra kumar
980ca1d8c5
refactor(test): no need to assert repost_required flag
...
Reposting happens implicitly upon 'Update After Submit'
(cherry picked from commit 8f135e9859 )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/test_journal_entry.py
2024-07-15 09:41:56 +00:00
ruthra kumar
4668a2d7d8
refactor: make reposting implicit
...
(cherry picked from commit 722ef92324 )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.py
2024-07-15 09:41:56 +00:00
ruthra kumar
1a7efbb654
fix(gross profit): incorrect valuation rate on different warehouses
...
(cherry picked from commit f9d2dd0a62 )
2024-07-15 08:50:15 +00:00
ruthra kumar
ccc2a47e73
Merge pull request #42290 from frappe/mergify/bp/version-14-hotfix/pr-42192
...
refactor: tests for item wise sales register report (backport #42192 )
2024-07-12 09:28:05 +05:30
ruthra kumar
f98716cc2a
refactor(test): clear old records
2024-07-11 21:03:29 +05:30
ruthra kumar
7903e8d669
refactor(test): use each instance UOM for assertion
...
(cherry picked from commit cf4fbfb601 )
2024-07-11 12:34:13 +00:00
ruthra kumar
9a50a0a129
refactor: test suite for item-wise sales register
...
(cherry picked from commit 3aaa22e672 )
2024-07-11 12:34:12 +00:00
ruthra kumar
1646517dc4
chore: rename test suite for payable report
...
(cherry picked from commit 9474f72776 )
2024-07-11 12:34:12 +00:00
ruthra kumar
38811e792c
Merge pull request #42288 from frappe/mergify/bp/version-14-hotfix/pr-42287
...
fix: missing discount on POS Credit Notes (backport #42287 )
2024-07-11 17:33:26 +05:30
ruthra kumar
edfb408464
chore: resolve conflict
2024-07-11 17:31:20 +05:30
ruthra kumar
ac48c3d4e7
fix: missing discount on POS Credit Notes
...
(cherry picked from commit 1049550951 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.js
2024-07-11 11:58:57 +00:00
Frappe PR Bot
1d66b7e5a3
chore(release): Bumped to Version 14.70.10
...
## [14.70.10](https://github.com/frappe/erpnext/compare/v14.70.9...v14.70.10 ) (2024-07-10)
### Bug Fixes
* add missing german translations ([d5c1c62 ](d5c1c62622 ))
* empty item-wise sales/purchase register reports on initial load ([13895fa ](13895fa060 ))
* fetch expence account from asset category ([4d6a71a ](4d6a71ab4b ))
* group by in item-wise purchase register ([62ad466 ](62ad466a3b ))
* **Holiday List:** sort holidays on save to avoid disorienting the user (backport [#42236 ](https://github.com/frappe/erpnext/issues/42236 )) ([#42251 ](https://github.com/frappe/erpnext/issues/42251 )) ([fcf6500 ](fcf6500144 ))
* manual pick allow to pick more than available stock (backport [#42155 ](https://github.com/frappe/erpnext/issues/42155 )) ([#42158 ](https://github.com/frappe/erpnext/issues/42158 )) ([454e147 ](454e147592 ))
* multiple free items on same Item Group ([701dd9e ](701dd9e19b ))
* removed max discount validation for sales return ([4195c50 ](4195c50f02 ))
* stock qty validation in SCR (backport [#42124 ](https://github.com/frappe/erpnext/issues/42124 )) ([#42224 ](https://github.com/frappe/erpnext/issues/42224 )) ([e2f8e02 ](e2f8e02c73 ))
* tax on stock_rbnb on repost of Purchase Receipt ([106c154 ](106c154a16 ))
* **tds:** use doctype reference when mapping keys across multiple doctypes ([51cbbee ](51cbbee4ca ))
* updated logic for calculating tax_withholding_net_total in payment entry ([49e5066 ](49e50662b6 ))
* use standard method to get `_doc_before_save` ([9fde733 ](9fde7330e0 ))
2024-07-10 10:43:56 +00:00
ruthra kumar
ab9bde86f9
Merge pull request #42254 from frappe/version-14-hotfix
...
chore: release v14
2024-07-10 16:12:40 +05:30
ruthra kumar
5c75bb8775
Merge pull request #42271 from frappe/mergify/bp/version-14-hotfix/pr-42247
...
fix: don't merge tax into stock account on purchase receipt repost (backport #42247 )
2024-07-10 15:52:00 +05:30
ruthra kumar
115a0123ed
chore: resolve conflict
2024-07-10 15:30:24 +05:30
ruthra kumar
fdf1dfe46e
test: tax account heads on PR report without LCV
...
(cherry picked from commit 9562628ed6 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2024-07-10 09:58:30 +00:00
ruthra kumar
106c154a16
fix: tax on stock_rbnb on repost of Purchase Receipt
...
(cherry picked from commit 8633080dff )
2024-07-10 09:58:30 +00:00
Smit Vora
00e8b862dd
Merge pull request #42264 from frappe/mergify/bp/version-14-hotfix/pr-42127
...
fix: removed max discount validation for sales return (backport #42127 )
2024-07-10 15:22:51 +05:30
ljain112
4195c50f02
fix: removed max discount validation for sales return
...
(cherry picked from commit db807d433b )
2024-07-10 07:01:54 +00:00
Smit Vora
fdb8e5b379
Merge pull request #42262 from ljain112/fix-tds-backport
...
fix(tds): use doctype reference when mapping keys across multiple doctype (backport #42258 )
2024-07-10 12:27:28 +05:30
ljain112
51cbbee4ca
fix(tds): use doctype reference when mapping keys across multiple doctypes
2024-07-10 11:55:35 +05:30
Sagar Vora
5000c09759
Merge pull request #42261 from frappe/mergify/bp/version-14-hotfix/pr-42060
...
fix: updated logic for calculating tax_withholding_net_total in payment entry (backport #42060 )
2024-07-10 11:24:31 +05:30
ljain112
49e50662b6
fix: updated logic for calculating tax_withholding_net_total in payment entry
...
(cherry picked from commit c8a34cde7f )
2024-07-10 05:53:37 +00:00
ruthra kumar
f2f1f32826
Merge pull request #42163 from frappe/mergify/bp/version-14-hotfix/pr-42162
...
refactor: remove obsolete function call (backport #42162 )
2024-07-10 10:28:37 +05:30
mergify[bot]
fcf6500144
fix(Holiday List): sort holidays on save to avoid disorienting the user (backport #42236 ) ( #42251 )
...
* fix(Holiday List): sort holidays on save to avoid disorienting the user (#42236 )
fix: sort holidays on save to avoid disorienting the user
(cherry picked from commit ad137250fc )
# Conflicts:
# erpnext/setup/doctype/holiday_list/holiday_list.py
* chore: fix conflicts
---------
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2024-07-09 18:44:08 +05:30
Raffael Meyer
f2d5a69af4
Merge pull request #42237 from frappe/mergify/bp/version-14-hotfix/pr-42235
...
fix: add missing german translations (backport #42235 )
2024-07-08 19:53:18 +02:00
barredterra
d5c1c62622
fix: add missing german translations
...
(cherry picked from commit 2f89461ace )
2024-07-08 17:51:41 +00:00
mergify[bot]
e2f8e02c73
fix: stock qty validation in SCR (backport #42124 ) ( #42224 )
...
* fix: stock qty validation in SCR (#42124 )
(cherry picked from commit 99f2735ad3 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-08 17:06:23 +05:30
Frappe PR Bot
30cba7ee2c
chore(release): Bumped to Version 14.70.9
...
## [14.70.9](https://github.com/frappe/erpnext/compare/v14.70.8...v14.70.9 ) (2024-07-05)
### Bug Fixes
* blank item-wise sales/purchase register reports on first load ([0f275a9 ](0f275a9ff0 ))
* group by in item-wise purchase register ([1840267 ](18402677da ))
2024-07-05 02:47:14 +00:00
ruthra kumar
21a60c9927
Merge pull request #42190 from frappe/mergify/bp/version-14/pr-41975
...
fix: group by in item-wise purchase register (backport #41975 )
2024-07-05 08:15:53 +05:30
ruthra kumar
0f275a9ff0
fix: blank item-wise sales/purchase register reports on first load
2024-07-05 07:50:37 +05:30
Nihantra C. Patel
18402677da
fix: group by in item-wise purchase register
...
(cherry picked from commit 3fab00135b )
2024-07-05 02:05:26 +00:00
ruthra kumar
e9357c193d
Merge pull request #42184 from frappe/mergify/bp/version-14-hotfix/pr-42183
...
fix: empty item-wise sales/purchase register reports on initial load (backport #42183 )
2024-07-04 15:10:30 +05:30
ruthra kumar
13895fa060
fix: empty item-wise sales/purchase register reports on initial load
...
(cherry picked from commit ee862126e4 )
2024-07-04 09:36:58 +00:00
ruthra kumar
64f8498576
Merge pull request #42180 from frappe/mergify/bp/version-14-hotfix/pr-41975
...
fix: group by in item-wise purchase register (backport #41975 )
2024-07-04 14:59:50 +05:30
Nihantra C. Patel
62ad466a3b
fix: group by in item-wise purchase register
...
(cherry picked from commit 3fab00135b )
2024-07-04 09:09:07 +00:00
Khushi Rawat
45899b3017
Merge pull request #42174 from khushi8112/fetch-expence-account-from-asset-category
...
fix: fetch expense account from asset category
2024-07-04 13:14:39 +05:30
ruthra kumar
d92a042bf7
Merge pull request #42172 from frappe/mergify/bp/version-14-hotfix/pr-42143
...
refactor: validation to prevent recursion with mixed conditions (backport #42143 )
2024-07-04 09:20:35 +05:30
Khushi Rawat
4d6a71ab4b
fix: fetch expence account from asset category
2024-07-04 01:45:01 +05:30
ruthra kumar
d5fa968078
chore: resolve conflicts
2024-07-03 20:59:27 +05:30
ruthra kumar
71cbebd31b
test: validation on mixed condition and recursion on pricing rule
...
(cherry picked from commit eb4af58bf0 )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/test_pricing_rule.py
2024-07-03 15:26:56 +00:00
ruthra kumar
99317768f6
test: validation on mixed condition with recursion
...
(cherry picked from commit 9bd4e7b709 )
# Conflicts:
# erpnext/accounts/doctype/promotional_scheme/test_promotional_scheme.py
2024-07-03 15:26:56 +00:00
ruthra kumar
9fde7330e0
fix: use standard method to get _doc_before_save
...
(cherry picked from commit 9d7be293ae )
2024-07-03 15:26:56 +00:00
ruthra kumar
49fb6bec6a
refactor: validation to prevent recursion with mixed conditions
...
(cherry picked from commit 406dfd528f )
2024-07-03 15:26:55 +00:00
ruthra kumar
0f1f5b6f3d
Merge pull request #42169 from frappe/mergify/bp/version-14-hotfix/pr-42165
...
fix: multiple free items on same Item Group (backport #42165 )
2024-07-03 20:55:34 +05:30
mergify[bot]
454e147592
fix: manual pick allow to pick more than available stock (backport #42155 ) ( #42158 )
...
* fix: manual pick allow to pick more than available stock (#42155 )
(cherry picked from commit 938dd4b2aa )
# Conflicts:
# erpnext/stock/doctype/pick_list/test_pick_list.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-03 19:28:18 +05:30
ruthra kumar
701dd9e19b
fix: multiple free items on same Item Group
...
(cherry picked from commit c4ae0d283f )
2024-07-03 12:28:35 +00:00
Markus Lobedann
2cf82561f6
refactor: remove obsolete function call ( #42162 )
...
(cherry picked from commit 4512432816 )
2024-07-03 10:22:23 +00:00
Frappe PR Bot
f2d113dcf2
chore(release): Bumped to Version 14.70.8
...
## [14.70.8](https://github.com/frappe/erpnext/compare/v14.70.7...v14.70.8 ) (2024-07-03)
### Bug Fixes
* always post to tax account heads if LCV is booked ([650b25f ](650b25fc23 ))
* asset value correction in fixed asset register ([#41943 ](https://github.com/frappe/erpnext/issues/41943 )) ([a2ee463 ](a2ee4631cc ))
* consistent query field name in item wise purchase register with item wise sales register ([9665212 ](9665212607 ))
* **Delivery Note:** only show permitted actions ([0aa246c ](0aa246c39e ))
* dynamic_link for party in customer and supplier dashboard ([6de7a8d ](6de7a8de10 ))
* incorrect against_account upon reposting ([6028a19 ](6028a19e6b ))
* Re-open allows SO's to be over credit limit ([952a7b4 ](952a7b46d5 ))
* **Sales Order:** only show permitted actions ([5468a3b ](5468a3b0b7 ))
* timeout while cancelling LCV ([#42030 ](https://github.com/frappe/erpnext/issues/42030 )) ([21bf7fd ](21bf7fd1f8 ))
2024-07-03 05:02:59 +00:00
ruthra kumar
97e4495f1f
Merge pull request #42141 from frappe/version-14-hotfix
...
chore: release v14
2024-07-03 10:31:45 +05:30
ruthra kumar
26c99351fd
Merge pull request #42150 from frappe/mergify/bp/version-14-hotfix/pr-42073
...
fix: always post to tax account heads if LCV is booked (backport #42073 )
2024-07-03 07:44:36 +05:30
ruthra kumar
4d99449aa8
chore: resolve conflict
2024-07-03 07:16:08 +05:30
ruthra kumar
72b93805fd
refactor(test): fix flaky test
...
(cherry picked from commit 0e256b8b29 )
2024-07-03 01:34:50 +00:00
ruthra kumar
f31ed75578
refactor(test): cleanup test data
...
(cherry picked from commit 6ba6b5aa33 )
2024-07-03 01:34:50 +00:00
ruthra kumar
003d7e9f3e
test: Repost should not merge expense accounts from LCV
...
(cherry picked from commit fa56555150 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2024-07-03 01:34:49 +00:00
ruthra kumar
650b25fc23
fix: always post to tax account heads if LCV is booked
...
(cherry picked from commit 0fcd5d5130 )
2024-07-03 01:34:49 +00:00
ruthra kumar
d5366c5873
Merge pull request #42131 from frappe/mergify/bp/version-14-hotfix/pr-42126
...
fix: Re-open allows SO's to be over credit limit (backport #42126 )
2024-07-01 17:25:50 +05:30
ruthra kumar
bf36b4fa11
chore: resolve conflict
2024-07-01 17:05:56 +05:30
ruthra kumar
f4fc26b52e
test: credit check on Sales Order re-open
...
(cherry picked from commit 60694e09c4 )
# Conflicts:
# erpnext/selling/doctype/sales_order/test_sales_order.py
2024-07-01 11:33:36 +00:00
ruthra kumar
952a7b46d5
fix: Re-open allows SO's to be over credit limit
...
(cherry picked from commit 5eed781263 )
2024-07-01 11:33:35 +00:00
Smit Vora
cc9857affd
Merge pull request #42064 from frappe/mergify/bp/version-14-hotfix/pr-41979
...
fix: dynamic_link for party in customer and supplier dashboard (backport #41979 )
2024-06-28 13:04:35 +05:30
ljain112
6de7a8de10
fix: dynamic_link for party in customer and supplier dashboard
...
(cherry picked from commit c0a8800832 )
2024-06-28 06:35:17 +00:00
Frappe PR Bot
b593f57637
chore: release v14 ( #42023 )
...
* fix(Sales Order): only show permitted actions
(cherry picked from commit c29d955371 )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order.js
* fix(Delivery Note): only show permitted actions
(cherry picked from commit 418bdc1dcc )
# Conflicts:
# erpnext/stock/doctype/delivery_note/delivery_note.js
* fix: consistent query field name in item wise purchase register with item wise sales register
* chore: resolve conflicts
* refactor: remove use of can_create for Payment Request (#41647 )
(cherry picked from commit 47bc5691a1 )
* fix: incorrect against_account upon reposting
(cherry picked from commit 20c4098399 )
* fix: asset value correction in fixed asset register (#41943 )
* fix: timeout while cancelling LCV (#42030 )
fix: timeout while canelling LCV
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
Co-authored-by: ljain112 <ljain112@gmail.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2024-06-26 18:02:23 +05:30
rohitwaghchaure
21bf7fd1f8
fix: timeout while cancelling LCV ( #42030 )
...
fix: timeout while canelling LCV
2024-06-25 17:38:03 +05:30
Khushi Rawat
a2ee4631cc
fix: asset value correction in fixed asset register ( #41943 )
2024-06-25 16:04:20 +05:30
ruthra kumar
92ca6c6538
Merge pull request #41983 from frappe/mergify/bp/version-14-hotfix/pr-41981
...
fix: incorrect against_account upon reposting (backport #41981 )
2024-06-21 19:10:41 +05:30
ruthra kumar
6028a19e6b
fix: incorrect against_account upon reposting
...
(cherry picked from commit 20c4098399 )
2024-06-21 12:30:39 +00:00
Raffael Meyer
87dc586543
Merge pull request #41440 from frappe/mergify/bp/version-14-hotfix/pr-41384
...
fix(SO, DN): only show permitted actions (backport #41384 )
2024-06-20 15:51:18 +02:00
barredterra
22216b275c
refactor: remove use of can_create for Payment Request ( #41647 )
...
(cherry picked from commit 47bc5691a1 )
2024-06-20 14:21:30 +02:00
barredterra
0e6edf763e
chore: resolve conflicts
2024-06-20 14:15:26 +02:00
barredterra
e77534ba2b
Merge remote-tracking branch 'upstream/version-14-hotfix' into mergify/bp/version-14-hotfix/pr-41384
2024-06-20 13:47:58 +02:00
rohitwaghchaure
ae14b86a8c
Merge pull request #41954 from ljain112/fix-41927
...
fix: consistent query field name in item wise purchase register with …
2024-06-20 14:03:12 +05:30
ljain112
9665212607
fix: consistent query field name in item wise purchase register with item wise sales register
2024-06-20 11:11:43 +05:30
Frappe PR Bot
5ae9ec2657
chore(release): Bumped to Version 14.70.7
...
## [14.70.7](https://github.com/frappe/erpnext/compare/v14.70.6...v14.70.7 ) (2024-06-19)
### Bug Fixes
* add LCV flag to determine negative expenses ([20b8ee1 ](20b8ee1e90 ))
* allow Auditor to read a Fiscal Year ([b1a911a ](b1a911aa9c ))
* allow Auditor to select a company ([18b6d50 ](18b6d50a31 ))
* allow Employee role to select Department (backport [#41877 ](https://github.com/frappe/erpnext/issues/41877 )) ([#41880 ](https://github.com/frappe/erpnext/issues/41880 )) ([245c6d8 ](245c6d8672 ))
* migrate lead notes ([8f5278e ](8f5278e3d4 ))
* only show user and date if available ([598c581 ](598c581623 ))
* parameters for PI references ([d484553 ](d48455393e ))
* regional overide for updating item valution ([6441bc7 ](6441bc7862 ))
* reposting validation related PCV ([bcfc83d ](bcfc83d8d5 ))
* reset perpetual inventory flag after test ([eae5f27 ](eae5f27ec8 ))
2024-06-19 06:25:45 +00:00
ruthra kumar
890289563a
Merge pull request #41942 from frappe/version-14-hotfix
...
chore: release v14
2024-06-19 11:54:25 +05:30
Raffael Meyer
ee49e83020
Merge pull request #41944 from frappe/mergify/bp/version-14-hotfix/pr-41421
...
fix: migrate lead notes (backport #41421 )
2024-06-19 01:17:48 +02:00
barredterra
598c581623
fix: only show user and date if available
...
(cherry picked from commit 895aede590 )
2024-06-18 22:57:20 +00:00
barredterra
8f5278e3d4
fix: migrate lead notes
...
(cherry picked from commit 382d0ff453 )
2024-06-18 22:57:19 +00:00
Raffael Meyer
aa38f69a67
Merge pull request #40543 from frappe/mergify/bp/version-14-hotfix/pr-40542
2024-06-18 12:51:55 +02:00
ruthra kumar
57a81c4012
Merge pull request #41937 from frappe/mergify/bp/version-14-hotfix/pr-41900
...
refactor: ignore unreconcile doc for PO and SO on cancel/delete (backport #41900 )
2024-06-18 11:57:27 +05:30
ruthra kumar
2fabcb0c50
chore: resolve conflicts
2024-06-18 10:43:07 +05:30
ljain112
f833923f2f
refactor: ignore unreconcile doc for PO and SO on cancel/delete
...
(cherry picked from commit b618d685c6 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.js
# erpnext/selling/doctype/sales_order/sales_order.js
2024-06-18 04:57:52 +00:00
rohitwaghchaure
077cb9e983
Merge pull request #41934 from frappe/mergify/bp/version-14-hotfix/pr-41931
...
fix: reposting validation related PCV (backport #41931 )
2024-06-18 09:41:58 +05:30
Rohit Waghchaure
bcfc83d8d5
fix: reposting validation related PCV
...
(cherry picked from commit 194f1dc674 )
2024-06-17 12:22:00 +00:00
ruthra kumar
a5d1feef02
Merge pull request #41912 from frappe/mergify/bp/version-14-hotfix/pr-40187
...
fix: valuation tax entries on LCV after billing PR (backport #40187 )
2024-06-17 13:54:06 +05:30
ruthra kumar
b050110544
chore: resolve conflicts
2024-06-17 07:12:51 +05:30
Gursheen Anand
e8f5c45751
chore: resolve conflicts
...
(cherry picked from commit 54a58e9205 )
2024-06-15 15:12:23 +00:00
Gursheen Anand
eae5f27ec8
fix: reset perpetual inventory flag after test
...
(cherry picked from commit 0b36cbe307 )
2024-06-15 15:12:23 +00:00
Gursheen Anand
d48455393e
fix: parameters for PI references
...
(cherry picked from commit 8b3d46610e )
2024-06-15 15:12:23 +00:00
Gursheen Anand
7c699c8a38
test: LCV entries after billing
...
(cherry picked from commit 53642e7417 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2024-06-15 15:12:23 +00:00
Gursheen Anand
20b8ee1e90
fix: add LCV flag to determine negative expenses
...
(cherry picked from commit baa3fee1bf )
# Conflicts:
# erpnext/controllers/stock_controller.py
2024-06-15 15:12:22 +00:00
Smit Vora
f9a7bb0544
Merge pull request #41889 from frappe/mergify/bp/version-14-hotfix/pr-41842
...
fix: regional overide for updating item valution (backport #41842 )
2024-06-15 09:16:18 +05:30
ljain112
6441bc7862
fix: regional overide for updating item valution
...
(cherry picked from commit 1a10f0bcbd )
2024-06-13 08:09:01 +00:00
Raffael Meyer
a5df0f2c94
Merge pull request #41660 from frappe/mergify/bp/version-14-hotfix/pr-41659
...
fix: Auditor permissions (backport #41659 )
2024-06-12 17:47:30 +02:00
mergify[bot]
e33416a4a7
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-41659
2024-06-12 12:13:11 +00:00
mergify[bot]
245c6d8672
fix: allow Employee role to select Department (backport #41877 ) ( #41880 )
...
* fix: allow Employee role to select Department (#41877 )
(cherry picked from commit 56082f5a29 )
# Conflicts:
# erpnext/setup/doctype/department/department.json
* chore: fix conflicts
---------
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2024-06-12 17:19:16 +05:30
Frappe PR Bot
32fba94b2a
chore(release): Bumped to Version 14.70.6
...
## [14.70.6](https://github.com/frappe/erpnext/compare/v14.70.5...v14.70.6 ) (2024-06-11)
### Bug Fixes
* Add additional condition application ([e79e9e9 ](e79e9e94d0 ))
* fixing Item-wise sales register ([5d97c7c ](5d97c7cff9 ))
* fixing Item-wise sales register [#41373 ](https://github.com/frappe/erpnext/issues/41373 ) ([ab90b81 ](ab90b815e3 ))
* fixing Item-wise sales register and purchase register [#41373 ](https://github.com/frappe/erpnext/issues/41373 ) ([ee47440 ](ee47440063 ))
* Item-wise Sales and Purchase register with no item codes [#41373 ](https://github.com/frappe/erpnext/issues/41373 ) ([bc24e75 ](bc24e75c24 ))
* terms and conditions for material request (backport [#41834 ](https://github.com/frappe/erpnext/issues/41834 )) ([#41836 ](https://github.com/frappe/erpnext/issues/41836 )) ([7234625 ](7234625d65 ))
2024-06-11 13:07:24 +00:00
rohitwaghchaure
a6ed10b712
Merge pull request #41853 from frappe/version-14-hotfix
...
chore: release v14
2024-06-11 18:36:07 +05:30
mergify[bot]
7234625d65
fix: terms and conditions for material request (backport #41834 ) ( #41836 )
...
fix: terms and conditions for material request (#41834 )
(cherry picked from commit 4b026d66dc )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-06-10 15:17:06 +05:30
Frappe PR Bot
0c4a2af9ab
chore(release): Bumped to Version 14.70.5
...
## [14.70.5](https://github.com/frappe/erpnext/compare/v14.70.4...v14.70.5 ) (2024-06-10)
### Bug Fixes
* Add additional condition application ([810378c ](810378c899 ))
* fixing Item-wise sales register ([3823e0e ](3823e0e494 ))
* fixing Item-wise sales register [#41373 ](https://github.com/frappe/erpnext/issues/41373 ) ([e8286d7 ](e8286d7b3c ))
* fixing Item-wise sales register and purchase register [#41373 ](https://github.com/frappe/erpnext/issues/41373 ) ([fd73a8a ](fd73a8a348 ))
* Item-wise Sales and Purchase register with no item codes [#41373 ](https://github.com/frappe/erpnext/issues/41373 ) ([91de469 ](91de46922d ))
2024-06-10 04:55:25 +00:00
Deepesh Garg
5ba0082bc7
Merge pull request #41832 from frappe/mergify/bp/version-14/pr-41829
...
fix: Item-wise Sales and Purchase register with no item codes (#41424 )
2024-06-10 10:24:04 +05:30
Deepesh Garg
47b3e96a37
chore: resolve conflicts
...
(cherry picked from commit e9b7d00afb )
2024-06-10 04:53:29 +00:00
Deepesh Garg
810378c899
fix: Add additional condition application
...
(cherry picked from commit 8ec364df6f )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
(cherry picked from commit e79e9e94d0 )
2024-06-10 04:53:29 +00:00
Deepesh Garg
bdf198c94f
chore: update condition queries in qb
...
(cherry picked from commit d2af36e1eb )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
# erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
(cherry picked from commit e94e15259b )
2024-06-10 04:53:29 +00:00
Poorvi-R-Bhat
e8286d7b3c
fix: fixing Item-wise sales register #41373
...
(cherry picked from commit eafa88b8e9 )
# Conflicts:
# erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
(cherry picked from commit ab90b815e3 )
2024-06-10 04:53:29 +00:00
Poorvi-R-Bhat
fd73a8a348
fix: fixing Item-wise sales register and purchase register #41373
...
(cherry picked from commit 76073ae228 )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
(cherry picked from commit ee47440063 )
2024-06-10 04:53:29 +00:00
Poorvi-R-Bhat
91de46922d
fix: Item-wise Sales and Purchase register with no item codes #41373
...
(cherry picked from commit 1b45ecfcae )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
# erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
(cherry picked from commit bc24e75c24 )
2024-06-10 04:53:29 +00:00
Poorvi
3823e0e494
fix: fixing Item-wise sales register
...
(cherry picked from commit c90185f533 )
(cherry picked from commit 5d97c7cff9 )
2024-06-10 04:53:28 +00:00
Deepesh Garg
625aa4ef6b
Merge pull request #41829 from frappe/mergify/bp/version-14-hotfix/pr-41424
...
fix: Item-wise Sales and Purchase register with no item codes (#41424 )
2024-06-09 22:38:15 +05:30
Deepesh Garg
e9b7d00afb
chore: resolve conflicts
2024-06-09 22:17:30 +05:30
Deepesh Garg
e79e9e94d0
fix: Add additional condition application
...
(cherry picked from commit 8ec364df6f )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
2024-06-09 14:13:27 +00:00
Deepesh Garg
e94e15259b
chore: update condition queries in qb
...
(cherry picked from commit d2af36e1eb )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
# erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
2024-06-09 14:13:27 +00:00
Poorvi-R-Bhat
ab90b815e3
fix: fixing Item-wise sales register #41373
...
(cherry picked from commit eafa88b8e9 )
# Conflicts:
# erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
2024-06-09 14:13:25 +00:00
Poorvi-R-Bhat
ee47440063
fix: fixing Item-wise sales register and purchase register #41373
...
(cherry picked from commit 76073ae228 )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
2024-06-09 14:13:24 +00:00
Poorvi-R-Bhat
bc24e75c24
fix: Item-wise Sales and Purchase register with no item codes #41373
...
(cherry picked from commit 1b45ecfcae )
# Conflicts:
# erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py
# erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
2024-06-09 14:13:23 +00:00
Poorvi
5d97c7cff9
fix: fixing Item-wise sales register
...
(cherry picked from commit c90185f533 )
2024-06-09 14:13:23 +00:00
ruthra kumar
e38383a757
Merge pull request #41806 from frappe/mergify/bp/version-14-hotfix/pr-41804
...
chore: repost settings permission overhaul (backport #41804 )
2024-06-06 16:34:18 +05:30
ruthra kumar
a5bda0180e
chore: repost settings permission overhaul
...
(cherry picked from commit 458d8f5ed8 )
2024-06-06 16:13:55 +05:30
Frappe PR Bot
b6648eebfa
chore(release): Bumped to Version 14.70.4
...
## [14.70.4](https://github.com/frappe/erpnext/compare/v14.70.3...v14.70.4 ) (2024-06-05)
### Bug Fixes
* Filters in account balance report ([570985f ](570985f40e ))
* get assets received but not billed account only if any asset item is received ([#41734 ](https://github.com/frappe/erpnext/issues/41734 )) ([39885b2 ](39885b2b01 ))
* Ignore disabling default currency field while creating new company (backport [#41699 ](https://github.com/frappe/erpnext/issues/41699 )) ([#41760 ](https://github.com/frappe/erpnext/issues/41760 )) ([5ab5bd1 ](5ab5bd138f ))
* payment term when creating PO from SO (backport [#41376 ](https://github.com/frappe/erpnext/issues/41376 )) ([#41743 ](https://github.com/frappe/erpnext/issues/41743 )) ([dc32657 ](dc3265751c ))
2024-06-05 01:17:52 +00:00
ruthra kumar
faa3c7c3a4
Merge pull request #41774 from frappe/version-14-hotfix
...
chore: release v14
2024-06-05 06:46:34 +05:30
mergify[bot]
5ab5bd138f
fix: Ignore disabling default currency field while creating new company (backport #41699 ) ( #41760 )
...
fix: Ignore disabling default currency field while creating new company (#41699 )
(cherry picked from commit 80f6228d45 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-06-04 11:55:42 +05:30
mergify[bot]
dc3265751c
fix: payment term when creating PO from SO (backport #41376 ) ( #41743 )
...
fix: payment term when creating PO from SO (#41376 )
* fix: payment term when creating PO from SO
* fix: payment term when creating PO from SO
* fix: payment term when creating PO from SO
* fix: payment term when creating PO from SO
(cherry picked from commit 441596f795 )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-06-03 18:37:26 +05:30
ruthra kumar
cf8f0e4096
Merge pull request #41745 from frappe/mergify/bp/version-14-hotfix/pr-41742
...
chore: System Manager should have submit permission for repost doctypes (backport #41742 )
2024-06-03 18:33:55 +05:30
ruthra kumar
8c09968e1b
chore: Sys Manager shluld have submit permission for repost doctypes
...
(cherry picked from commit 4558f64c0f )
2024-06-03 12:20:56 +00:00
Nabin Hait
39885b2b01
fix: get assets received but not billed account only if any asset item is received ( #41734 )
...
fix: get assets received but not billed account only if any asset item received
2024-06-03 14:05:57 +05:30
Deepesh Garg
6a6a6971ba
Merge pull request #41679 from frappe/mergify/bp/version-14-hotfix/pr-41676
...
fix: Filters in account balance report (#41676 )
2024-05-31 20:02:35 +05:30
Frappe PR Bot
13dfbe3d80
chore(release): Bumped to Version 14.70.3
...
## [14.70.3](https://github.com/frappe/erpnext/compare/v14.70.2...v14.70.3 ) (2024-05-29)
### Bug Fixes
* add in some indices to speed up Purchase Order deletion ([c16c41e ](c16c41ee59 ))
* Add to Cart button width for Mobile/Tablet ([819ced4 ](819ced4cb3 ))
* cost center filter according to the company in project ([7035969 ](7035969db7 ))
* cost center filter according to the company in project ([0cf97f2 ](0cf97f2559 ))
* cost center filter according to the company in project ([459d136 ](459d136368 ))
* dict can not be used as parameter ([#41598 ](https://github.com/frappe/erpnext/issues/41598 )) ([649c192 ](649c192abe ))
* Fetch outstanding and total amount for reference journal entry ([50f6afd ](50f6afd588 ))
* set expense account as Assets RBNB only if it is booked in linked PR ([#41368 ](https://github.com/frappe/erpnext/issues/41368 )) ([014486d ](014486de39 ))
* Update depreciation schedule via asset repair ([#41344 ](https://github.com/frappe/erpnext/issues/41344 )) ([eb418e8 ](eb418e8659 ))
2024-05-29 07:52:36 +00:00
ruthra kumar
7e3c15e0b6
Merge pull request #41665 from frappe/version-14-hotfix
...
chore: release v14
2024-05-29 13:21:18 +05:30
Deepesh Garg
570985f40e
fix: Filters in account balance report
...
(cherry picked from commit 1c9fe691ea )
2024-05-29 07:20:48 +00:00
Nabin Hait
eb418e8659
fix: Update depreciation schedule via asset repair ( #41344 )
...
* fix: Update depreciation schedule via asset repair
* fix: test cases related to modified depreciation schedule
2024-05-29 11:07:03 +05:30
Nabin Hait
014486de39
fix: set expense account as Assets RBNB only if it is booked in linked PR ( #41368 )
...
* fix: set expense account as Assets RBNB only if it is booked in linked PR
* fix: broken translations
2024-05-29 10:46:06 +05:30
barredterra
a53a80f01d
chore: resolve conflicts
2024-05-27 18:54:17 +02:00
barredterra
b1a911aa9c
fix: allow Auditor to read a Fiscal Year
...
(cherry picked from commit eaa4efbc45 )
# Conflicts:
# erpnext/accounts/doctype/fiscal_year/fiscal_year.json
2024-05-27 16:50:26 +00:00
barredterra
18b6d50a31
fix: allow Auditor to select a company
...
(cherry picked from commit 06401cc84f )
# Conflicts:
# erpnext/setup/doctype/company/company.json
2024-05-27 16:50:26 +00:00
Akhil Narang
fcb2f4f084
Merge pull request #41624 from frappe/mergify/bp/version-14-hotfix/pr-41601
...
fix: add in some indices to speed up Purchase Order deletion (backport #41601 )
2024-05-27 13:31:51 +05:30
Akhil Narang
308f200793
Merge pull request #41610 from frappe/mergify/bp/version-14-hotfix/pr-41609
...
refactor: use `json` directly instead of using `frappe.json` (backport #41609 )
2024-05-27 13:31:29 +05:30
Akhil Narang
4fcfbe6e9f
Merge pull request #41597 from frappe/mergify/bp/version-14-hotfix/pr-41576
...
chore: sync ruff config with framework (backport #41576 )
2024-05-27 13:31:22 +05:30
Akhil Narang
5b2c13dacf
refactor: use json directly instead of using frappe.json ( #41609 )
...
(cherry picked from commit 3f06f1905f )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-05-27 07:26:24 +00:00
Ankush Menat
76b7884fb7
ci: ruff only fix imports
...
(cherry picked from commit 85b1a8001b )
2024-05-27 07:26:14 +00:00
Ankush Menat
518dad8ecb
ci: dont auto apply fixes
...
I've personally encountered ~5 instances of bad auto fixes, let
developers apply the fixes.
(cherry picked from commit 3b4913ec81 )
2024-05-27 07:26:14 +00:00
Akhil Narang
220ae118e8
chore: resolve conflicts
2024-05-27 07:25:29 +00:00
Akhil Narang
f1f2f6e338
chore: resolve conflicts
2024-05-27 07:25:29 +00:00
Akhil Narang
c16c41ee59
fix: add in some indices to speed up Purchase Order deletion
...
`tabSales Order`.`inter_company_order_reference`
`tabSales Invoice Item`.`purchase_order`
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
(cherry picked from commit 0303d7dbdc )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
# erpnext/selling/doctype/sales_order/sales_order.json
2024-05-27 07:25:29 +00:00
ruthra kumar
dcffb3886b
Merge pull request #41648 from frappe/mergify/bp/version-14-hotfix/pr-41401
...
fix: cost center filter according to the company in project (backport #41401 )
2024-05-27 10:41:59 +05:30
Nihantra C. Patel
7035969db7
fix: cost center filter according to the company in project
...
(cherry picked from commit 501c6aa126 )
2024-05-27 04:41:12 +00:00
Nihantra C. Patel
0cf97f2559
fix: cost center filter according to the company in project
...
(cherry picked from commit cfde8088b4 )
2024-05-27 04:41:12 +00:00
Nihantra C. Patel
459d136368
fix: cost center filter according to the company in project
...
(cherry picked from commit 249e8264dd )
2024-05-27 04:41:11 +00:00
ruthra kumar
a2bfe31876
Merge pull request #40289 from Nihantra-Patel/fix_button_size_for_add_to_cart
...
fix: Add to Cart button width for Mobile/Tablet
2024-05-24 10:57:15 +05:30
ruthra kumar
75b021dc23
Merge pull request #41604 from frappe/mergify/bp/version-14-hotfix/pr-41603
...
refactor: remove 'format:' based naming in internal doctypes (backport #41603 )
2024-05-24 10:54:45 +05:30
ruthra kumar
b2e2e951da
Merge pull request #41606 from frappe/mergify/bp/version-14-hotfix/pr-41594
...
refactor: 'Payment Period Based On Invoice Date' report (backport #41594 )
2024-05-24 10:54:07 +05:30
ruthra kumar
0f9b5074a6
chore: resolve conflicts
2024-05-23 17:47:47 +05:30
ruthra kumar
190900cd1b
refactor: replace against_voucher with against_voucher_no
...
(cherry picked from commit c4e2abb973 )
2024-05-23 12:16:41 +00:00
ruthra kumar
3512f7d528
refactor: remove debit and credit
...
(cherry picked from commit 014b542cf3 )
2024-05-23 12:16:40 +00:00
ruthra kumar
0dc2f78a2e
refactor: query payment ledger for payments
...
(cherry picked from commit cb3c20dcd3 )
2024-05-23 12:16:40 +00:00
ruthra kumar
c834a9de85
refactor: remove 'format:' based naming in internal doctypes
...
(cherry picked from commit e2ec3e453a )
# Conflicts:
# erpnext/accounts/doctype/repost_accounting_ledger/repost_accounting_ledger.json
# erpnext/accounts/doctype/repost_payment_ledger/repost_payment_ledger.json
2024-05-23 12:15:21 +00:00
Frappe PR Bot
c910b8ab03
chore(release): Bumped to Version 14.70.2
...
## [14.70.2](https://github.com/frappe/erpnext/compare/v14.70.1...v14.70.2 ) (2024-05-23)
### Bug Fixes
* Fetch outstanding and total amount for reference journal entry ([94c3ee6 ](94c3ee645d ))
2024-05-23 11:01:54 +00:00
ruthra kumar
b9ebb50a02
Merge pull request #41600 from frappe/mergify/bp/version-14/pr-40957
...
fix: Fetch correct outstanding and total amount for reference journal entry (backport #40920 ) (backport #40957 )
2024-05-23 16:30:31 +05:30
ruthra kumar
38cc28a4c3
chore: resolve conflicts
...
(cherry picked from commit 5230d411bf )
2024-05-23 10:39:16 +00:00
ruthra kumar
bbb9b9e3b6
chore: remove unused imports
...
(cherry picked from commit a6bf7c1ebd )
2024-05-23 10:39:15 +00:00
Nabin Hait
94c3ee645d
fix: Fetch outstanding and total amount for reference journal entry
...
(cherry picked from commit f331f9b15c )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
# erpnext/accounts/doctype/payment_entry/payment_entry.py
(cherry picked from commit 50f6afd588 )
2024-05-23 10:39:15 +00:00
ruthra kumar
4d8c35aa5d
Merge pull request #40957 from frappe/mergify/bp/version-14-hotfix/pr-40920
...
fix: Fetch correct outstanding and total amount for reference journal entry (backport #40920 )
2024-05-23 16:08:14 +05:30
ruthra kumar
5230d411bf
chore: resolve conflicts
2024-05-23 15:42:34 +05:30
ruthra kumar
a6bf7c1ebd
chore: remove unused imports
2024-05-23 15:42:34 +05:30
Nabin Hait
50f6afd588
fix: Fetch outstanding and total amount for reference journal entry
...
(cherry picked from commit f331f9b15c )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2024-05-23 15:42:34 +05:30
rohitwaghchaure
649c192abe
fix: dict can not be used as parameter ( #41598 )
2024-05-23 15:37:00 +05:30
Frappe PR Bot
b7d6a54bed
chore(release): Bumped to Version 14.70.1
...
## [14.70.1](https://github.com/frappe/erpnext/compare/v14.70.0...v14.70.1 ) (2024-05-22)
### Bug Fixes
* minor Dr and Cr between Purchase Receipt and Purchase Invoice ([82d206b ](82d206b709 ))
* possible sql error on General Ledger ([dfb4c47 ](dfb4c47089 ))
* print format bold for field "total" ([89d507e ](89d507e07e ))
* priority not working for multiple pricing rules (backport [#41516 ](https://github.com/frappe/erpnext/issues/41516 )) ([#41524 ](https://github.com/frappe/erpnext/issues/41524 )) ([97fdda8 ](97fdda8a7c ))
* typerror on hide_fields ([331a743 ](331a743d69 ))
* validate reorder group warehouse (backport [#41478 ](https://github.com/frappe/erpnext/issues/41478 )) ([#41479 ](https://github.com/frappe/erpnext/issues/41479 )) ([2659535 ](26595351cc ))
2024-05-22 08:46:30 +00:00
ruthra kumar
05e4dae1b8
Merge pull request #41575 from frappe/version-14-hotfix
...
chore: release v14
2024-05-22 14:15:11 +05:30
mergify[bot]
97fdda8a7c
fix: priority not working for multiple pricing rules (backport #41516 ) ( #41524 )
...
* fix: priority not working for multiple pricing rules (#41516 )
(cherry picked from commit 5cf5b18aea )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/pricing_rule.json
# erpnext/accounts/doctype/pricing_rule/pricing_rule.py
# erpnext/patches.txt
* chore: fix conflicts
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-20 13:39:39 +05:30
ruthra kumar
9802333397
Merge pull request #41527 from frappe/mergify/bp/version-14-hotfix/pr-41523
...
fix: minor Dr and Cr between Purchase Receipt and Purchase Invoice (backport #41523 )
2024-05-20 08:32:24 +05:30
ruthra kumar
82d206b709
fix: minor Dr and Cr between Purchase Receipt and Purchase Invoice
...
This applies for Provisional Accounting for Non-stock items
(cherry picked from commit 1c0a24424a )
2024-05-17 12:21:28 +00:00
ruthra kumar
80810c2ebb
Merge pull request #41518 from frappe/mergify/bp/version-14-hotfix/pr-41517
...
fix: typerror on hide_fields (backport #41517 )
2024-05-17 14:54:06 +05:30
ruthra kumar
331a743d69
fix: typerror on hide_fields
...
(cherry picked from commit deb9766f2a )
2024-05-17 14:51:57 +05:30
ruthra kumar
32a1fea8f0
Merge pull request #41512 from frappe/mergify/bp/version-14-hotfix/pr-41511
...
fix: possible sql error on General Ledger (backport #41511 )
2024-05-17 11:17:24 +05:30
ruthra kumar
dfb4c47089
fix: possible sql error on General Ledger
...
(cherry picked from commit 76131f8e10 )
2024-05-17 05:26:54 +00:00
mergify[bot]
0cbf049608
chore(BOM Explorer): display items in the same order as in the BOM (backport #41496 ) ( #41510 )
...
chore(BOM Explorer): display items in the same order as in the BOM (#41496 )
(cherry picked from commit bd381cc0c6 )
Co-authored-by: Samuel Danieli <23150094+scdanieli@users.noreply.github.com >
2024-05-17 09:37:03 +05:30
ruthra kumar
3f0cb47464
Merge pull request #41500 from frappe/mergify/bp/version-14-hotfix/pr-40072
...
fix: print format bold for field "total" (backport #40072 )
2024-05-16 15:35:48 +05:30
Nihantra C. Patel
89d507e07e
fix: print format bold for field "total"
...
(cherry picked from commit 3c9640df27 )
2024-05-16 10:04:03 +00:00
mergify[bot]
26595351cc
fix: validate reorder group warehouse (backport #41478 ) ( #41479 )
...
fix: validate reorder group warehouse (#41478 )
(cherry picked from commit 0363afcfd0 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-15 15:15:41 +05:30
Frappe PR Bot
dfaca93292
chore(release): Bumped to Version 14.70.0
...
# [14.70.0](https://github.com/frappe/erpnext/compare/v14.69.1...v14.70.0 ) (2024-05-15)
### Bug Fixes
* "Based on" field always has the value "Not applicable" ([1078a98 ](1078a98cce ))
* address filter and quotation to for prospect ([c9e7f45 ](c9e7f450c5 ))
* address filter and quotation to for prospect ([6902780 ](690278042d ))
* address filter and quotation to for prospect ([754e193 ](754e193c76 ))
* consistent use of "Address & Contact" (backport [#41386 ](https://github.com/frappe/erpnext/issues/41386 )) ([#41387 ](https://github.com/frappe/erpnext/issues/41387 )) ([256d6a4 ](256d6a47ac ))
* data getting override in delivery trip (backport [#41431 ](https://github.com/frappe/erpnext/issues/41431 )) ([#41432 ](https://github.com/frappe/erpnext/issues/41432 )) ([5366356 ](5366356400 ))
* Default dates in report ([c3244f0 ](c3244f009b ))
* default fiscal year ([7a380f5 ](7a380f584d ))
* Duplicate party name column in AR/AP report ([a8be5f0 ](a8be5f0789 ))
* PSOA ageing ([e69e540 ](e69e5404d3 ))
### Features
* allow to pick manually qty / batches / serial nos (backport [#40723 ](https://github.com/frappe/erpnext/issues/40723 )) ([#41435 ](https://github.com/frappe/erpnext/issues/41435 )) ([7b28d7d ](7b28d7d2b8 ))
2024-05-15 05:12:14 +00:00
Deepesh Garg
40de3f3481
Merge pull request #41458 from frappe/version-14-hotfix
...
chore: release v14
2024-05-15 10:40:58 +05:30
Deepesh Garg
fc2614612b
Merge pull request #41466 from frappe/mergify/bp/version-14-hotfix/pr-41258
...
fix: PSOA ageing (#41258 )
2024-05-14 21:19:17 +05:30
Deepesh Garg
e69e5404d3
fix: PSOA ageing
...
(cherry picked from commit fed2d11905 )
2024-05-14 14:40:36 +00:00
Nabin Hait
14ec6351ae
Merge pull request #41448 from frappe/mergify/bp/version-14-hotfix/pr-41412
...
fix: Duplicate party name column in AR/AP report (backport #41412 )
2024-05-14 20:02:56 +05:30
Deepesh Garg
a8be5f0789
fix: Duplicate party name column in AR/AP report
...
(cherry picked from commit 7501fe8ebd )
2024-05-14 02:53:49 +00:00
Deepesh Garg
42312c5bba
Merge pull request #41170 from deepeshgarg007/default_dates_in_reports
...
fix: Default dates in report
2024-05-14 08:21:51 +05:30
mergify[bot]
7b28d7d2b8
feat: allow to pick manually qty / batches / serial nos (backport #40723 ) ( #41435 )
...
* feat: allow to pick manually qty / batches / serial nos
(cherry picked from commit 50dd9fa8a3 )
# Conflicts:
# erpnext/stock/doctype/pick_list/pick_list.json
# erpnext/stock/doctype/pick_list/pick_list.py
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-05-13 21:37:13 +05:30
barredterra
0aa246c39e
fix(Delivery Note): only show permitted actions
...
(cherry picked from commit 418bdc1dcc )
# Conflicts:
# erpnext/stock/doctype/delivery_note/delivery_note.js
2024-05-13 13:43:07 +00:00
barredterra
5468a3b0b7
fix(Sales Order): only show permitted actions
...
(cherry picked from commit c29d955371 )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order.js
2024-05-13 13:43:07 +00:00
mergify[bot]
5366356400
fix: data getting override in delivery trip (backport #41431 ) ( #41432 )
...
fix: data getting override in delivery trip (#41431 )
fix: data getting override
(cherry picked from commit 663fcb374d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-13 16:31:34 +05:30
Deepesh Garg
7a380f584d
fix: default fiscal year
2024-05-11 17:51:53 +05:30
mergify[bot]
256d6a47ac
fix: consistent use of "Address & Contact" (backport #41386 ) ( #41387 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: consistent use of "Address & Contact" (#41386 )
2024-05-10 17:42:27 +02:00
Akhil Narang
67e06615a3
Merge pull request #41406 from frappe/mergify/bp/version-14-hotfix/pr-37031
...
fix: "Based on" field always has the value "Not applicable" (backport #37031 )
2024-05-10 16:44:33 +05:30
HarryPaulo
1078a98cce
fix: "Based on" field always has the value "Not applicable"
...
(cherry picked from commit fae640c56f )
2024-05-10 11:13:03 +00:00
ruthra kumar
d87ffae03f
Merge pull request #41394 from frappe/mergify/bp/version-14-hotfix/pr-41040
...
fix: address filter and quotation to for prospect (backport #41040 )
2024-05-09 12:48:48 +05:30
ruthra kumar
0404941fb2
chore: resolve conflict
2024-05-09 12:21:29 +05:30
ruthra kumar
c4dfcbec96
refactor: make use of doc.quotation_to
...
(cherry picked from commit 754c7f6d1c )
# Conflicts:
# erpnext/selling/doctype/quotation/quotation.js
2024-05-09 06:45:53 +00:00
Nihantra Patel
c9e7f450c5
fix: address filter and quotation to for prospect
...
(cherry picked from commit 2896e3666c )
2024-05-09 06:45:53 +00:00
Nihantra Patel
690278042d
fix: address filter and quotation to for prospect
...
(cherry picked from commit 24a68a79df )
2024-05-09 06:45:52 +00:00
Nihantra Patel
754e193c76
fix: address filter and quotation to for prospect
...
(cherry picked from commit fe5b88522e )
# Conflicts:
# erpnext/selling/doctype/quotation/quotation.js
2024-05-09 06:45:52 +00:00
Frappe PR Bot
9d5e4b3b3a
chore(release): Bumped to Version 14.69.1
...
## [14.69.1](https://github.com/frappe/erpnext/compare/v14.69.0...v14.69.1 ) (2024-05-09)
### Bug Fixes
* added brand column in Warehouse wise Item Balance Age and Value … (backport [#41280 ](https://github.com/frappe/erpnext/issues/41280 )) ([#41281 ](https://github.com/frappe/erpnext/issues/41281 )) ([d727c52 ](d727c52421 ))
* Cost center not getting saved in PSOA ([e82ea12 ](e82ea12cbc ))
* filter validation for batch-wise balance history report (backport [#41356 ](https://github.com/frappe/erpnext/issues/41356 )) ([#41360 ](https://github.com/frappe/erpnext/issues/41360 )) ([339256b ](339256bc71 ))
* incorrect query for Purchase Invoice rate in GP ([93b30d9 ](93b30d9f11 ))
* missing Item Name on Save for Quotation created from Item (backport [#41233 ](https://github.com/frappe/erpnext/issues/41233 )) ([#41303 ](https://github.com/frappe/erpnext/issues/41303 )) ([a26ae64 ](a26ae64385 ))
* pricing rule rounding ([d2ce927 ](d2ce927891 ))
* reset rate for serial batch supplied items ([#41293 ](https://github.com/frappe/erpnext/issues/41293 )) ([cd33199 ](cd33199da2 ))
### Performance Improvements
* index on item code for the Pick List Item doctype (backport [#41357 ](https://github.com/frappe/erpnext/issues/41357 )) ([#41362 ](https://github.com/frappe/erpnext/issues/41362 )) ([4647ec8 ](4647ec8892 ))
2024-05-09 05:30:06 +00:00
ruthra kumar
d7709cf4e4
Merge pull request #41354 from frappe/version-14-hotfix
...
chore: release v14
2024-05-09 10:58:39 +05:30
mergify[bot]
4647ec8892
perf: index on item code for the Pick List Item doctype (backport #41357 ) ( #41362 )
...
* perf: index on item code for the Pick List Item doctype (#41357 )
(cherry picked from commit 0887161f2a )
# Conflicts:
# erpnext/stock/doctype/pick_list_item/pick_list_item.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-08 11:38:02 +05:30
mergify[bot]
339256bc71
fix: filter validation for batch-wise balance history report (backport #41356 ) ( #41360 )
...
fix: filter validation for batch-wise balance history report (#41356 )
fix: filter validation for batchwise balance history report
(cherry picked from commit 544fc60093 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-08 00:15:33 +05:30
ruthra kumar
c3d567b291
Merge pull request #41348 from frappe/mergify/bp/version-14-hotfix/pr-41288
...
fix: pricing rule rounding (backport #41288 )
2024-05-07 10:32:20 +05:30
ruthra kumar
e068bec212
refactor(test): test floor based rounding
...
(cherry picked from commit c41a037174 )
2024-05-07 04:32:04 +00:00
ruthra kumar
d2ce927891
fix: pricing rule rounding
...
Consider a pricing rule of 20:1 with recursion enabled, free items
should follow the below progression
| Qty | Free item qty |
|-------+---------------|
| 0-19 | 0 |
| 20-39 | 1 |
| 40-59 | 2 |
(cherry picked from commit 9bf37426c1 )
2024-05-07 04:32:03 +00:00
mergify[bot]
a26ae64385
fix: missing Item Name on Save for Quotation created from Item (backport #41233 ) ( #41303 )
...
fix: missing Item Name on Save for Quotation created from Item (#41233 )
* fix: missing Item Name on Save for Quotation created from Item
* fix: missing Item Name on Save for Quotation created from Item
(cherry picked from commit c8e92cb1b2 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2024-05-06 21:46:18 +05:30
s-aga-r
cd33199da2
fix: reset rate for serial batch supplied items ( #41293 )
2024-05-06 21:37:27 +05:30
ruthra kumar
27100401aa
Merge pull request #41336 from frappe/mergify/bp/version-14-hotfix/pr-41334
...
fix: incorrect query for Purchase Invoice rate in GP (backport #41334 )
2024-05-06 13:17:58 +05:30
ruthra kumar
93b30d9f11
fix: incorrect query for Purchase Invoice rate in GP
...
(cherry picked from commit bd8382c592 )
2024-05-06 07:24:49 +00:00
Deepesh Garg
904f369e99
Merge pull request #41324 from frappe/mergify/bp/version-14-hotfix/pr-41318
...
fix: Cost center not getting saved in PSOA (#41318 )
2024-05-06 12:25:14 +05:30
Deepesh Garg
7b9c22775c
chore: resolve conflicts
2024-05-06 11:52:26 +05:30
Deepesh Garg
6aa8d5fb4b
chore: resolve conflicts
2024-05-06 11:29:53 +05:30
Deepesh Garg
e82ea12cbc
fix: Cost center not getting saved in PSOA
...
(cherry picked from commit 58f7039630 )
# Conflicts:
# erpnext/accounts/doctype/psoa_cost_center/psoa_cost_center.json
# erpnext/accounts/doctype/psoa_cost_center/psoa_cost_center.py
2024-05-04 08:26:55 +00:00
mergify[bot]
d727c52421
fix: added brand column in Warehouse wise Item Balance Age and Value … (backport #41280 ) ( #41281 )
...
fix: added brand column in Warehouse wise Item Balance Age and Value … (#41280 )
fix: added brand coulmn in Warehouse wise Item Balance Age and Value report
(cherry picked from commit 1cbc200770 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-05-03 17:53:52 +05:30
Frappe PR Bot
5ae29655f9
chore(release): Bumped to Version 14.69.0
...
# [14.69.0](https://github.com/frappe/erpnext/compare/v14.68.2...v14.69.0 ) (2024-05-02)
### Bug Fixes
* 'NoneType' object has no attribute '_read_rowdata_packet_unbuffered' ([949aa93 ](949aa9346c ))
* args when get the delivery note in delivery trip ([abe64aa ](abe64aa1ab ))
* args when get the delivery note in delivery trip ([1a7b3c4 ](1a7b3c437d ))
* display term name for single term invoices ([58b68b7 ](58b68b7597 ))
* duplicate column in the stock ledger report ([3fcdcef ](3fcdcef178 ))
* handle stock balance unbuffered_cursor error (backport [#41186 ](https://github.com/frappe/erpnext/issues/41186 )) ([#41187 ](https://github.com/frappe/erpnext/issues/41187 )) ([59010c9 ](59010c9a61 ))
* incorrectly applying TDS when Advance is in previous FY ([eb22fb9 ](eb22fb9326 ))
* mode of payment has precedance ([33d38ba ](33d38ba3a7 ))
* multiple pricing rules with discount amount and discount percentage not working ([#41211 ](https://github.com/frappe/erpnext/issues/41211 )) ([54313b5 ](54313b5db9 ))
* negative stock qty error for stock reconciliation ([#41283 ](https://github.com/frappe/erpnext/issues/41283 )) ([9aa054c ](9aa054c400 ))
* permission issue when user permission restricts on company ([45c4167 ](45c4167c86 ))
* validation to prevent overallocation ([8318286 ](8318286865 ))
### Features
* allow to do reposting for all stock transactions (audit) (backport [#41165 ](https://github.com/frappe/erpnext/issues/41165 )) ([#41205 ](https://github.com/frappe/erpnext/issues/41205 )) ([1e13193 ](1e1319351d ))
### Performance Improvements
* timeout issue while submitting purchase receipt (v14) ([113351e ](113351e850 ))
2024-05-02 04:31:43 +00:00
ruthra kumar
81a99309d8
Merge pull request #41264 from frappe/version-14-hotfix
...
chore: release v14
2024-05-02 09:59:30 +05:30
rohitwaghchaure
9aa054c400
fix: negative stock qty error for stock reconciliation ( #41283 )
...
fix: negative stock qty error for stock reco
2024-05-02 09:38:33 +05:30
ruthra kumar
82b2675aa8
Merge pull request #41269 from frappe/mergify/bp/version-14-hotfix/pr-41268
...
fix: validation to prevent overallocation (backport #41268 )
2024-04-30 18:40:47 +05:30
ruthra kumar
8318286865
fix: validation to prevent overallocation
...
(cherry picked from commit bf755fab55 )
2024-04-30 17:48:55 +05:30
ruthra kumar
f87411f40d
Merge pull request #41254 from frappe/mergify/bp/version-14-hotfix/pr-41252
...
fix: permission issue when user permission restricts on company (backport #41252 )
2024-04-30 14:19:39 +05:30
ruthra kumar
45c4167c86
fix: permission issue when user permission restricts on company
2024-04-30 12:24:32 +05:30
ruthra kumar
e0d1f2f6eb
Merge pull request #41248 from frappe/mergify/bp/version-14-hotfix/pr-41240
...
fix: display term name for single term invoices in AR/AP (backport #41240 )
2024-04-30 07:42:33 +05:30
ruthra kumar
ba45ea42f8
Merge pull request #41246 from frappe/mergify/bp/version-14-hotfix/pr-41194
...
fix: TDS incorrectly applied when Advance is in previous FY (backport #41194 )
2024-04-30 07:42:23 +05:30
ruthra kumar
58b68b7597
fix: display term name for single term invoices
...
(cherry picked from commit 5fa4cfee04 )
2024-04-30 01:40:17 +00:00
ruthra kumar
4d56c46446
test: TDS deduction across fiscal year
...
(cherry picked from commit 2f9a144023 )
2024-04-30 07:04:21 +05:30
ruthra kumar
eb22fb9326
fix: incorrectly applying TDS when Advance is in previous FY
...
(cherry picked from commit b195f519e2 )
2024-04-30 01:27:56 +00:00
rohitwaghchaure
54313b5db9
fix: multiple pricing rules with discount amount and discount percentage not working ( #41211 )
2024-04-29 20:53:10 +05:30
mergify[bot]
866b0c6ac7
chore: delete invalid translations (backport #41227 ) ( #41228 )
...
chore: delete invalid translations (#41227 )
(cherry picked from commit 067419b7cd )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2024-04-29 10:41:54 +05:30
mergify[bot]
1e1319351d
feat: allow to do reposting for all stock transactions (audit) (backport #41165 ) ( #41205 )
...
* feat: allow to do reposting for all transactions (audit)
(cherry picked from commit aefbe21b46 )
# Conflicts:
# erpnext/stock/doctype/stock_reposting_settings/stock_reposting_settings.json
# erpnext/stock/doctype/stock_reposting_settings/stock_reposting_settings.py
* chore: fix conflicts
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-04-26 14:25:51 +05:30
rohitwaghchaure
6b2874694e
Merge pull request #41204 from rohitwaghchaure/fixed-unbuffered_cursor
...
fix: 'NoneType' object has no attribute '_read_rowdata_packet_unbuffe…
2024-04-26 13:50:07 +05:30
rohitwaghchaure
ff37706bef
Merge pull request #41200 from frappe/mergify/bp/version-14-hotfix/pr-41185
...
fix: args when get the delivery note in delivery trip (backport #41185 )
2024-04-26 13:36:14 +05:30
Rohit Waghchaure
949aa9346c
fix: 'NoneType' object has no attribute '_read_rowdata_packet_unbuffered'
2024-04-26 13:25:46 +05:30
rohitwaghchaure
2f6fee9877
chore: fix conflicts
2024-04-26 13:15:32 +05:30
Nihantra Patel
abe64aa1ab
fix: args when get the delivery note in delivery trip
...
(cherry picked from commit ca577f7aaa )
2024-04-26 07:40:32 +00:00
Nihantra Patel
1a7b3c437d
fix: args when get the delivery note in delivery trip
...
(cherry picked from commit 2f359e201d )
# Conflicts:
# erpnext/stock/doctype/delivery_note/delivery_note.py
2024-04-26 07:40:31 +00:00
rohitwaghchaure
da69b1e71b
Merge pull request #41196 from frappe/mergify/bp/version-14-hotfix/pr-41192
...
fix: duplicate column in the stock ledger report (backport #41192 )
2024-04-26 12:49:35 +05:30
Frappe PR Bot
d160f5b61a
chore(release): Bumped to Version 14.68.2
...
## [14.68.2](https://github.com/frappe/erpnext/compare/v14.68.1...v14.68.2 ) (2024-04-26)
### Performance Improvements
* timeout issue while submitting purchase receipt (v14) ([c93840e ](c93840eb56 ))
2024-04-26 06:53:19 +00:00
Rohit Waghchaure
3fcdcef178
fix: duplicate column in the stock ledger report
...
(cherry picked from commit be7fd6bfb4 )
2024-04-26 06:53:08 +00:00
rohitwaghchaure
40ece3f5da
Merge pull request #41193 from frappe/mergify/bp/version-14/pr-41174
...
perf: timeout issue while submitting purchase receipt (v14) (backport #41174 )
2024-04-26 12:21:59 +05:30
Rohit Waghchaure
c93840eb56
perf: timeout issue while submitting purchase receipt (v14)
...
(cherry picked from commit 113351e850 )
2024-04-26 05:27:47 +00:00
rohitwaghchaure
7656fe4bfc
Merge pull request #41174 from rohitwaghchaure/fixed-performance-issue-for-serial-no-creation
...
perf: timeout issue while submitting purchase receipt (v14)
2024-04-26 10:56:28 +05:30
mergify[bot]
59010c9a61
fix: handle stock balance unbuffered_cursor error (backport #41186 ) ( #41187 )
...
fix: handle stock balance unbuffered_cursor error (#41186 )
(cherry picked from commit 341fb6d8f3 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2024-04-25 17:26:29 +05:30
Rohit Waghchaure
113351e850
perf: timeout issue while submitting purchase receipt (v14)
2024-04-25 12:10:29 +05:30
Frappe PR Bot
2026c986ba
chore(release): Bumped to Version 14.68.1
...
## [14.68.1](https://github.com/frappe/erpnext/compare/v14.68.0...v14.68.1 ) (2024-04-25)
### Bug Fixes
* mode of payment has precedance ([7e52f72 ](7e52f72bed ))
2024-04-25 03:43:28 +00:00
ruthra kumar
91c202f172
Merge pull request #41179 from frappe/mergify/bp/version-14/pr-41142
...
fix: mode of payment has precedance in Payment Entry (backport #41142 )
2024-04-25 09:12:14 +05:30
ruthra kumar
7e52f72bed
fix: mode of payment has precedance
...
Mode of Payment is given precedence over company/party bank account
(cherry picked from commit 4aef969879 )
2024-04-25 09:06:04 +05:30
ruthra kumar
b9d28fc1ad
Merge pull request #41178 from frappe/mergify/bp/version-14-hotfix/pr-41142
...
fix: mode of payment has precedance in Payment Entry (backport #41142 )
2024-04-25 09:02:37 +05:30
ruthra kumar
33d38ba3a7
fix: mode of payment has precedance
...
Mode of Payment is given precedence over company/party bank account
(cherry picked from commit 4aef969879 )
2024-04-25 08:58:01 +05:30
Deepesh Garg
ff8dba1cb7
Merge branch 'version-14-hotfix' of https://github.com/frappe/erpnext into default_dates_in_reports
2024-04-24 17:20:55 +05:30
Deepesh Garg
c3244f009b
fix: Default dates in report
2024-04-24 16:59:51 +05:30
Frappe PR Bot
30b2cac423
chore(release): Bumped to Version 14.68.0
...
# [14.68.0](https://github.com/frappe/erpnext/compare/v14.67.2...v14.68.0 ) (2024-04-24)
### Bug Fixes
* account and stock manager read perm ([03ce9ee ](03ce9ee321 ))
* allow Employee role to select cost center & project (accounting dimensions) (backport [#41160 ](https://github.com/frappe/erpnext/issues/41160 )) ([#41161 ](https://github.com/frappe/erpnext/issues/41161 )) ([bb48440 ](bb48440591 ))
* do not add actual expense twice for validating budget ([ec4f07f ](ec4f07fd60 ))
* don't attempt to set gender from salutation (backport [#40997 ](https://github.com/frappe/erpnext/issues/40997 )) ([#41072 ](https://github.com/frappe/erpnext/issues/41072 )) ([5d05bf8 ](5d05bf8d4e ))
* Missing args while fetching items from delivery note ([0df80ad ](0df80ad923 ))
* Multiple partial payment requests against Purchase Invoice ([f1b75e8 ](f1b75e8c54 ))
* Party type in Payment Order ([a2e1d13 ](a2e1d132df ))
* Permission for lower dedcution certificate ([a22be6f ](a22be6f9b9 ))
* Test case ([5aef9d2 ](5aef9d2ef2 ))
* validate uom is integer for PR item (backport [#41074 ](https://github.com/frappe/erpnext/issues/41074 )) ([#41076 ](https://github.com/frappe/erpnext/issues/41076 )) ([9d0c1dc ](9d0c1dc46f ))
### Features
* Available batches report as on specific date ([8868cb1 ](8868cb147d ))
* show expense breakup ([f087ec8 ](f087ec8df5 ))
### Performance Improvements
* stock ageing and batch-wise balance history report ([6017e7a ](6017e7ac3e ))
2024-04-24 07:32:43 +00:00
Deepesh Garg
67be2ba9dc
Merge pull request #41151 from frappe/version-14-hotfix
...
chore: release v14
2024-04-24 13:01:19 +05:30
Deepesh Garg
3e81f0f578
Merge pull request #41100 from frappe/mergify/bp/version-14-hotfix/pr-41085
...
fix: Permission for lower deduction certificate (#41085 )
2024-04-24 12:00:13 +05:30
mergify[bot]
bb48440591
fix: allow Employee role to select cost center & project (accounting dimensions) (backport #41160 ) ( #41161 )
...
* fix: allow Employee role to select cost center & project (accounting dimensions)
(cherry picked from commit d0d496a515 )
# Conflicts:
# erpnext/accounts/doctype/cost_center/cost_center.json
# erpnext/projects/doctype/project/project.json
* chore: fix conflicts
---------
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2024-04-24 11:43:33 +05:30
Deepesh Garg
35230a9692
chore: Resolve conflicts
2024-04-24 11:33:34 +05:30
Nabin Hait
df3ff1097c
Merge pull request #41140 from frappe/mergify/bp/version-14-hotfix/pr-41136
...
fix: Missing args while fetching items from delivery note in Installation Note (backport #41136 )
2024-04-24 10:59:16 +05:30
rohitwaghchaure
521bf31fe3
Merge pull request #41154 from rohitwaghchaure/feat-new-batch-report-v14
...
feat: Available batches report as on specific date
2024-04-23 17:17:26 +05:30
Rohit Waghchaure
8868cb147d
feat: Available batches report as on specific date
2024-04-23 17:10:05 +05:30
Deepesh Garg
0dfae12f14
Merge pull request #41130 from frappe/mergify/bp/version-14-hotfix/pr-40797
...
fix: Party type in Payment Order (#40797 )
2024-04-23 12:05:25 +05:30
Nabin Hait
0df80ad923
fix: Missing args while fetching items from delivery note
...
(cherry picked from commit bbe323fbb4 )
2024-04-23 04:55:02 +00:00
rohitwaghchaure
c71d1118a9
Merge pull request #41138 from rohitwaghchaure/fixed-performance-for-stock-reports
...
perf: stock ageing and batch-wise balance history report
2024-04-23 10:12:19 +05:30
Rohit Waghchaure
6017e7ac3e
perf: stock ageing and batch-wise balance history report
2024-04-23 06:56:41 +05:30
Deepesh Garg
d5784cc629
Merge pull request #41126 from frappe/mergify/bp/version-14-hotfix/pr-40812
...
fix: Multiple partial payment requests against Purchase Invoice (#40812 )
2024-04-22 11:36:30 +05:30
Deepesh Garg
a2e1d132df
fix: Party type in Payment Order
...
(cherry picked from commit 91fa41c9ec )
2024-04-22 06:05:12 +00:00
Gursheen Kaur Anand
3e912993e1
Merge pull request #41123 from frappe/mergify/bp/version-14-hotfix/pr-40769
...
fix: budget validation for purchase orders (backport #40769 )
2024-04-21 18:57:52 +05:30
Deepesh Garg
5aef9d2ef2
fix: Test case
...
(cherry picked from commit 071e5ed648 )
2024-04-21 11:50:38 +00:00
Deepesh Garg
f1b75e8c54
fix: Multiple partial payment requests against Purchase Invoice
...
(cherry picked from commit 45d5f6e00a )
2024-04-21 11:50:38 +00:00
Gursheen Anand
5b1c5e3fea
refactor: show list for expense breakup
...
(cherry picked from commit 9a12376e29 )
2024-04-21 11:26:19 +00:00
Gursheen Anand
f087ec8df5
feat: show expense breakup
...
(cherry picked from commit 59292a09c4 )
2024-04-21 11:26:19 +00:00
Gursheen Anand
ec4f07fd60
fix: do not add actual expense twice for validating budget
...
(cherry picked from commit af26ac96e9 )
2024-04-21 11:26:19 +00:00
Deepesh Garg
a22be6f9b9
fix: Permission for lower dedcution certificate
...
(cherry picked from commit f6f118855b )
# Conflicts:
# erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.json
2024-04-19 10:11:41 +00:00
Gursheen Kaur Anand
e8accd0256
Merge pull request #41094 from frappe/mergify/bp/version-14-hotfix/pr-41093
...
fix: accounts manager perm for FY (backport #41093 )
2024-04-19 14:08:19 +05:30
Gursheen Kaur Anand
de3a423618
chore: resolve conflicts
2024-04-19 13:32:39 +05:30
Gursheen Anand
03ce9ee321
fix: account and stock manager read perm
...
(cherry picked from commit 572e844a91 )
# Conflicts:
# erpnext/accounts/doctype/fiscal_year/fiscal_year.json
2024-04-19 08:00:48 +00:00
mergify[bot]
9d0c1dc46f
fix: validate uom is integer for PR item (backport #41074 ) ( #41076 )
...
* fix: validate uom is integer for PR item
(cherry picked from commit 9a290fdfc9 )
# Conflicts:
# erpnext/controllers/subcontracting_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2024-04-18 07:53:33 +05:30
mergify[bot]
5d05bf8d4e
fix: don't attempt to set gender from salutation (backport #40997 ) ( #41072 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: don't attempt to set gender from salutation (#40997 )
2024-04-17 17:54:03 +02:00
Frappe PR Bot
84789b7407
chore(release): Bumped to Version 14.67.2
...
## [14.67.2](https://github.com/frappe/erpnext/compare/v14.67.1...v14.67.2 ) (2024-04-17)
### Bug Fixes
* barcode not fetched on selection of item (backport [#40814 ](https://github.com/frappe/erpnext/issues/40814 )) ([#41027 ](https://github.com/frappe/erpnext/issues/41027 )) ([0bee921 ](0bee921d40 ))
* Delayed Order Report not working (backport [#41037 ](https://github.com/frappe/erpnext/issues/41037 )) ([#41038 ](https://github.com/frappe/erpnext/issues/41038 )) ([e956dbb ](e956dbbf68 ))
* Don't call get_fiscal_year if setup is not done yet ([59cea9f ](59cea9f4dd ))
* Don't set delivery date as today while making SO from Quotation ([b47e224 ](b47e224a1c ))
* exclude some query builder lines from ruff rules ([2425119 ](2425119b5e ))
* expense account set as COGS for stock entry Material Issue (backport [#41026 ](https://github.com/frappe/erpnext/issues/41026 )) ([#41028 ](https://github.com/frappe/erpnext/issues/41028 )) ([153e0ba ](153e0ba81b ))
* get address if multiple companies ([c2b6b64 ](c2b6b64e2e ))
* get address if multiple companies ([0493872 ](04938726d9 ))
* **gp:** SLEs not fetched for correct warehouse ([97e7b3f ](97e7b3f3d3 ))
* incorrect exc gain/loss for PE against JE for payable accounts ([50a74ee ](50a74ee7fe ))
* Resolve merge conflicts ([cc925ae ](cc925ae938 ))
* Subcontracting Receipt GL Entries (backport [#40773 ](https://github.com/frappe/erpnext/issues/40773 )) ([#40978 ](https://github.com/frappe/erpnext/issues/40978 )) ([c2c4548 ](c2c4548cc0 ))
* test cases ([79e23da ](79e23dad2c ))
* **treewide:** manual ruff fixes ([b087fb3 ](b087fb3d54 ))
* use 'eq' and isnull() on qb conditions ([b4ed2d2 ](b4ed2d2c16 ))
2024-04-17 06:12:30 +00:00
rohitwaghchaure
cd70c6c1b2
Merge pull request #41032 from frappe/version-14-hotfix
...
chore: release v14
2024-04-17 11:41:15 +05:30
ruthra kumar
4cc0a5851b
Merge pull request #40854 from frappe/mergify/bp/version-14-hotfix/pr-40786
...
fix(gp): SLEs not fetched for correct warehouse (backport #40786 )
2024-04-17 10:36:52 +05:30
ruthra kumar
6e9da0a729
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-40786
2024-04-17 10:16:55 +05:30
Dany Robert
97e7b3f3d3
fix(gp): SLEs not fetched for correct warehouse
...
(cherry picked from commit f958e8be06 )
2024-04-17 10:15:29 +05:30
mergify[bot]
e956dbbf68
fix: Delayed Order Report not working (backport #41037 ) ( #41038 )
...
fix: Delayed Order Report not working (#41037 )
(cherry picked from commit d69a18b826 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-04-16 18:24:45 +05:30
rohitwaghchaure
ebf5f13447
Merge branch 'version-14' into version-14-hotfix
2024-04-16 17:59:35 +05:30
ruthra kumar
9404dea97e
Merge pull request #41034 from frappe/mergify/bp/version-14-hotfix/pr-40373
...
fix: get address if multiple companies (backport #40373 )
2024-04-16 16:41:26 +05:30
ruthra kumar
ee06448f0d
chore: resolve conflict
2024-04-16 16:38:32 +05:30
Nihantra C. Patel
c2b6b64e2e
fix: get address if multiple companies
...
(cherry picked from commit 655a1797be )
2024-04-16 11:01:59 +00:00
Nihantra Patel
04938726d9
fix: get address if multiple companies
...
(cherry picked from commit c6cf1bec76 )
# Conflicts:
# erpnext/selling/doctype/sales_order/sales_order.js
2024-04-16 11:01:58 +00:00
mergify[bot]
153e0ba81b
fix: expense account set as COGS for stock entry Material Issue (backport #41026 ) ( #41028 )
...
fix: expense account set as COGS for stock entry Material Issue (#41026 )
(cherry picked from commit 03231e99ef )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-04-16 14:22:53 +05:30
mergify[bot]
0bee921d40
fix: barcode not fetched on selection of item (backport #40814 ) ( #41027 )
...
* fix: barcode not fetched on selection of item
(cherry picked from commit b0730293e2 )
# Conflicts:
# erpnext/stock/get_item_details.py
* chore: fix conflicts
* chore: fix test case
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-04-16 14:22:32 +05:30
ruthra kumar
9d3c861766
Merge pull request #41022 from frappe/mergify/bp/version-14-hotfix/pr-41020
...
fix: incorrect exc gain/loss for PE against JE for payable accounts (backport #41020 )
2024-04-16 11:31:40 +05:30
ruthra kumar
e8d05517c5
chore: resolve conflict
2024-04-16 11:07:39 +05:30
ruthra kumar
2ebdd93a83
test: exc gain/loss journals booking in Payable accounts
...
(cherry picked from commit 8821c98625 )
2024-04-16 05:29:49 +00:00
ruthra kumar
50a74ee7fe
fix: incorrect exc gain/loss for PE against JE for payable accounts
...
(cherry picked from commit 81b574053f )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2024-04-16 05:29:49 +00:00
Nabin Hait
da1c317c6c
Merge pull request #41006 from frappe/mergify/bp/version-14-hotfix/pr-40858
...
fix: Don't set delivery date as today while making SO from Quotation (backport #40858 )
2024-04-15 13:05:21 +05:30
Nabin Hait
79e23dad2c
fix: test cases
...
(cherry picked from commit 65c74fa3c7 )
2024-04-15 07:03:42 +00:00
Nabin Hait
b47e224a1c
fix: Don't set delivery date as today while making SO from Quotation
...
(cherry picked from commit fec20decc1 )
2024-04-15 07:03:42 +00:00
Deepesh Garg
3310358d36
Merge pull request #40947 from frappe/mergify/bp/version-14-hotfix/pr-40931
...
fix: Don't call get_fiscal_year if setup is not done yet (backport #40931 )
2024-04-15 11:18:06 +05:30
Frappe PR Bot
7a6c0e5283
chore(release): Bumped to Version 14.67.1
...
## [14.67.1](https://github.com/frappe/erpnext/compare/v14.67.0...v14.67.1 ) (2024-04-12)
### Bug Fixes
* Subcontracting Receipt GL Entries (backport [#40773 ](https://github.com/frappe/erpnext/issues/40773 )) (backport [#40978 ](https://github.com/frappe/erpnext/issues/40978 )) ([#40982 ](https://github.com/frappe/erpnext/issues/40982 )) ([4672f59 ](4672f59599 ))
2024-04-12 10:01:51 +00:00
mergify[bot]
4672f59599
fix: Subcontracting Receipt GL Entries (backport #40773 ) (backport #40978 ) ( #40982 )
...
* fix: Subcontracting Receipt GL Entries (backport #40773 ) (#40978 )
* fix: Subcontracting Receipt GL Entries
(cherry picked from commit 9808ae92a4 )
* chore: linter
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
(cherry picked from commit c2c4548cc0 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.py
* chore: `conflicts`
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2024-04-12 15:30:27 +05:30
mergify[bot]
c2c4548cc0
fix: Subcontracting Receipt GL Entries (backport #40773 ) ( #40978 )
...
* fix: Subcontracting Receipt GL Entries
(cherry picked from commit 9808ae92a4 )
* chore: linter
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2024-04-12 14:50:12 +05:30
Deepesh Garg
cc925ae938
fix: Resolve merge conflicts
2024-04-12 12:10:55 +05:30
Akhil Narang
f0ecc627fb
Merge pull request #40943 from akhilnarang/v14-ruff
...
chore: backport ruff linting/formatting
2024-04-12 11:01:43 +05:30
Akhil Narang
cf3c26d80c
chore: gitignore ruff format
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-12 11:01:32 +05:30
Corentin Flr
59cea9f4dd
fix: Don't call get_fiscal_year if setup is not done yet
...
(cherry picked from commit c203fafb1b )
# Conflicts:
# erpnext/public/js/utils.js
2024-04-10 15:17:44 +00:00
Frappe PR Bot
cc6bacb190
chore(release): Bumped to Version 14.67.0
...
# [14.67.0](https://github.com/frappe/erpnext/compare/v14.66.4...v14.67.0 ) (2024-04-10)
### Bug Fixes
* Get pro-rata depr amount based on correct days ([10d7600 ](10d760089e ))
* group warehouse added in the stock reconciliation ([9dea6d3 ](9dea6d3393 ))
* ignore dimension validation for cancelled entries ([9745724 ](9745724d41 ))
* incorrect currency symbol in General Ledger print ([5896e75 ](5896e755bf ))
* incorrect operator causing incorrect validation ([7e1ab75 ](7e1ab75b38 ))
* query_report.trigger_refresh is not a function ([a6145fa ](a6145fa13c ))
* translatable web footer ([#40834 ](https://github.com/frappe/erpnext/issues/40834 )) ([b55d859 ](b55d8597e8 ))
* use reference type name to update exc rate ([09cda60 ](09cda60bdf ))
### Features
* ledger health doctype ([b667a02 ](b667a02470 ))
* new hook `fields_for_group_similar_items` to group additional fields for print formats ([#40831 ](https://github.com/frappe/erpnext/issues/40831 )) ([0172880 ](0172880fd3 ))
### Performance Improvements
* memory consumption for the Batch-Wise Balance History report ([3165682 ](3165682d7a ))
2024-04-10 14:22:01 +00:00
Deepesh Garg
cebde2662d
Merge pull request #40919 from frappe/version-14-hotfix
...
chore: release v14
2024-04-10 19:50:19 +05:30
ruthra kumar
b4ed2d2c16
fix: use 'eq' and isnull() on qb conditions
...
(cherry picked from commit eee86d2e4b )
(cherry picked from commit 22689958da )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
Akhil Narang
2425119b5e
fix: exclude some query builder lines from ruff rules
...
`== None` and `== True` are intentional here
(cherry picked from commit ac69513f60 )
(cherry picked from commit 41d7c03cbb )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
Akhil Narang
b087fb3d54
fix(treewide): manual ruff fixes
...
(cherry picked from commit f63396ef47 )
(cherry picked from commit 7828eee014 )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
Akhil Narang
4d34b1ead7
refactor(treewide): formatting and ruff fixes, + manually enabled F401
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:13:31 +05:30
barredterra
c28d19cf7f
chore: switch to ruff for python formatting/linting
...
(cherry picked from commit 8afb7790de )
(cherry picked from commit 9eeedd8515 )
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-04-10 17:07:51 +05:30
ruthra kumar
73d2595aa6
Merge pull request #40937 from frappe/mergify/bp/version-14-hotfix/pr-40936
...
fix: ignore dimension validation for cancelled entries (backport #40936 )
2024-04-10 15:28:00 +05:30
ruthra kumar
9745724d41
fix: ignore dimension validation for cancelled entries
...
(cherry picked from commit 971c867f29 )
2024-04-10 08:28:35 +00:00
ruthra kumar
a31b2e17f5
Merge pull request #40929 from frappe/mergify/bp/version-14-hotfix/pr-40695
...
feat: Periodically monitor ledger health (backport #40695 )
2024-04-10 07:17:29 +05:30
ruthra kumar
46c76b166d
chore: resolve conflicts
2024-04-09 19:59:09 +05:30
ruthra kumar
6079c5636e
Merge pull request #40927 from frappe/mergify/bp/version-14-hotfix/pr-40926
...
fix: incorrect currency symbol in General Ledger print (backport #40926 )
2024-04-09 19:54:29 +05:30
ruthra kumar
5808feaccf
chore: use super() instead of super(__class__, self)
...
(cherry picked from commit 24d37d22a3 )
2024-04-09 12:25:55 +00:00
ruthra kumar
98ad034b21
chore: make ledger health doctype read_only
...
(cherry picked from commit dc79213bb3 )
2024-04-09 12:25:55 +00:00
ruthra kumar
277717a2e0
test: ledger monitoring function
...
(cherry picked from commit 4776d660b5 )
2024-04-09 12:25:55 +00:00
ruthra kumar
0591f72e01
chore: schedule job to run daily
...
(cherry picked from commit f96cf111ed )
2024-04-09 12:25:54 +00:00
ruthra kumar
1af6b4256f
chore: permission and UI changes
...
(cherry picked from commit 1a43ed763b )
2024-04-09 12:25:53 +00:00
ruthra kumar
6273a31b8c
refactor: only run checks on specified companies
...
(cherry picked from commit 00eeacd06a )
# Conflicts:
# erpnext/accounts/utils.py
2024-04-09 12:25:53 +00:00
ruthra kumar
f86c035f88
refactor: make health check configurable for companies
...
(cherry picked from commit 704925549b )
2024-04-09 12:25:52 +00:00
ruthra kumar
9981a900b2
refactor: control monitoring through settings page
...
(cherry picked from commit a42482ce35 )
# Conflicts:
# erpnext/accounts/utils.py
2024-04-09 12:25:52 +00:00
ruthra kumar
7a6ffccecc
chore: settings page for health monitor
...
(cherry picked from commit b2fb7843d1 )
2024-04-09 12:25:47 +00:00
ruthra kumar
58698c9aa4
refactor: barebones method to run checks
...
(cherry picked from commit 8c8d9be810 )
# Conflicts:
# erpnext/accounts/utils.py
2024-04-09 12:25:47 +00:00
ruthra kumar
bbe4ca7d74
refactor: flag for general and payment ledger mismatch
...
(cherry picked from commit d620b9eae8 )
2024-04-09 12:25:46 +00:00
ruthra kumar
153fc91478
refactor: date on which vouchers was reported
...
(cherry picked from commit 402ffc6d27 )
2024-04-09 12:25:45 +00:00
ruthra kumar
b667a02470
feat: ledger health doctype
...
(cherry picked from commit 9ed74dd8cc )
2024-04-09 12:25:45 +00:00
ruthra kumar
5896e755bf
fix: incorrect currency symbol in General Ledger print
...
(cherry picked from commit 429e036e8c )
2024-04-09 12:16:41 +00:00
rohitwaghchaure
dd6c53df96
Merge pull request #40910 from rohitwaghchaure/fixed-perf-issue-for-batchwise-balance-history
...
perf: memory consumption for the Batch-Wise Balance History report
2024-04-09 17:36:43 +05:30
Rohit Waghchaure
3165682d7a
perf: memory consumption for the Batch-Wise Balance History report
2024-04-08 19:03:48 +05:30
ruthra kumar
aff71970e5
Merge pull request #40904 from frappe/mergify/bp/version-14-hotfix/pr-40878
...
refactor: merge taxes from delivery note to Sales Invoice (backport #40878 )
2024-04-08 16:18:48 +05:30
Sagar Vora
2b5ae1dbae
Merge pull request #40906 from frappe/mergify/bp/version-14-hotfix/pr-40831
2024-04-08 10:22:43 +00:00
Sagar Vora
24709ab400
chore: fix conflict
2024-04-08 15:50:58 +05:30
Smit Vora
0172880fd3
feat: new hook fields_for_group_similar_items to group additional fields for print formats ( #40831 )
...
(cherry picked from commit f7c9e1538b )
# Conflicts:
# erpnext/hooks.py
2024-04-08 10:18:15 +00:00
ruthra kumar
b76c00de68
chore: resolve conflict
2024-04-08 15:44:13 +05:30
ruthra kumar
ae1858f465
test: tax merging from 2 Delivery Note to Sales Invoice
...
(cherry picked from commit 39a48a2e2a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2024-04-08 09:09:36 +00:00
ruthra kumar
22b16a6b0e
refactor: merge taxes from delivery note to Sales Invoice
...
(cherry picked from commit 550cbbd91c )
2024-04-08 09:09:34 +00:00
Frappe PR Bot
8d8feadeae
chore(release): Bumped to Version 14.66.4
...
## [14.66.4](https://github.com/frappe/erpnext/compare/v14.66.3...v14.66.4 ) (2024-04-07)
### Bug Fixes
* incorrect operator causing incorrect validation ([60ba62e ](60ba62e882 ))
2024-04-07 12:34:56 +00:00
rohitwaghchaure
5629ad21d2
Merge pull request #40898 from frappe/mergify/bp/version-14/pr-40893
...
fix: incorrect operator causing incorrect validation (backport #40883 ) (backport #40893 )
2024-04-07 18:03:33 +05:30
Nabin Hait
1eb720a7b0
Merge pull request #40897 from nabinhait/pro-rata-depr-fix
...
fix: Get pro-rata depr amount based on correct days
2024-04-07 15:23:42 +05:30
rohitwaghchaure
c4e950f6b5
Merge pull request #40835 from frappe/mergify/bp/version-14-hotfix/pr-40834
...
fix: translatable web footer (backport #40834 )
2024-04-07 14:35:45 +05:30
rohitwaghchaure
d4313f7109
Merge pull request #40859 from frappe/mergify/bp/version-14-hotfix/pr-40848
...
fix: group warehouse added in the stock reconciliation (backport #40848 )
2024-04-07 14:34:33 +05:30
Rohit Waghchaure
60ba62e882
fix: incorrect operator causing incorrect validation
...
(cherry picked from commit 6b317b0c0d )
(cherry picked from commit 7e1ab75b38 )
2024-04-07 09:04:00 +00:00
rohitwaghchaure
26d7354973
Merge pull request #40893 from frappe/mergify/bp/version-14-hotfix/pr-40883
...
fix: incorrect operator causing incorrect validation (backport #40883 )
2024-04-07 14:33:10 +05:30
Nabin Hait
10d760089e
fix: Get pro-rata depr amount based on correct days
2024-04-07 14:08:45 +05:30
Rohit Waghchaure
7e1ab75b38
fix: incorrect operator causing incorrect validation
...
(cherry picked from commit 6b317b0c0d )
2024-04-07 06:34:07 +00:00
rohitwaghchaure
0f9af4b82c
Merge pull request #40888 from frappe/mergify/bp/version-14-hotfix/pr-40887
...
fix: query_report.trigger_refresh is not a function (backport #40887 )
2024-04-07 12:02:16 +05:30
Rohit Waghchaure
a6145fa13c
fix: query_report.trigger_refresh is not a function
...
(cherry picked from commit 30bbb58ca1 )
2024-04-07 06:27:49 +00:00
ruthra kumar
cc2f861bca
Merge pull request #40868 from frappe/mergify/bp/version-14-hotfix/pr-40856
...
fix: unwanted Exc Gain/Loss journals on Payment against Journal entry (backport #40856 )
2024-04-05 11:01:48 +05:30
ruthra kumar
8f2fd5dec9
test: payment against JE reconciliation with different rates
...
(cherry picked from commit fe84558b77 )
2024-04-05 05:03:56 +00:00
ruthra kumar
09cda60bdf
fix: use reference type name to update exc rate
...
(cherry picked from commit c15690e475 )
2024-04-05 05:03:56 +00:00
Rohit Waghchaure
9dea6d3393
fix: group warehouse added in the stock reconciliation
...
(cherry picked from commit 8f53bc0096 )
2024-04-04 10:09:55 +00:00
Frappe PR Bot
fb076d34b1
chore(release): Bumped to Version 14.66.3
...
## [14.66.3](https://github.com/frappe/erpnext/compare/v14.66.2...v14.66.3 ) (2024-04-03)
### Bug Fixes
* cost center shouldn't update debit/credit in Exc gain/loss JV ([f66b53b ](f66b53b2c1 ))
* do not fetch received items in purchase receipt ([e778d7e ](e778d7e690 ))
* linter issues ([515f933 ](515f933362 ))
* markdown to text editor set for supplier quotation ([b5629d2 ](b5629d2d4e ))
* payment_order_status should be no_copy ([8dff18e ](8dff18eab4 ))
* Priority not copied from project template ([4f4470b ](4f4470b9d2 ))
* show currency symbol in base currency in fixed asset register report ([cfe5f00 ](cfe5f009f6 ))
* show future payments allocated sales returns is considered as payment ([803ed90 ](803ed904a9 ))
* Warehouse linked company name in multicompany setup (backport [#40779 ](https://github.com/frappe/erpnext/issues/40779 )) ([#40780 ](https://github.com/frappe/erpnext/issues/40780 )) ([ceac42d ](ceac42dfaa ))
2024-04-03 10:32:43 +00:00
Deepesh Garg
fba888fe94
Merge pull request #40821 from frappe/version-14-hotfix
...
chore: release v14
2024-04-03 16:01:29 +05:30
Raffael Meyer
b55d8597e8
fix: translatable web footer ( #40834 )
...
(cherry picked from commit f3bcdbe5bd )
2024-04-02 15:16:18 +00:00
Nabin Hait
81081663c4
Merge pull request #40826 from frappe/mergify/bp/version-14-hotfix/pr-40584
...
fix: show currency symbol in base currency in fixed asset register report (backport #40584 )
2024-04-02 18:29:58 +05:30
rohitwaghchaure
2f66542d71
Merge pull request #40824 from rohitwaghchaure/fixed-remove-enqueue-submit-cancel
...
chore: remove enqueue submit and cancel from the stock entry
2024-04-02 16:34:57 +05:30
Rohit Waghchaure
abc0294cbf
chore: remove enqueue submit and cancel from stock entry
2024-04-02 16:10:28 +05:30
Nabin Hait
515f933362
fix: linter issues
...
(cherry picked from commit 21a40a2236 )
2024-04-02 10:27:57 +00:00
Nabin Hait
cfe5f009f6
fix: show currency symbol in base currency in fixed asset register report
...
(cherry picked from commit 8b6220efd8 )
2024-04-02 10:27:56 +00:00
ruthra kumar
cf74f8312e
Merge pull request #40803 from frappe/mergify/bp/version-14-hotfix/pr-40181
...
fix: show future payments consider allocated sales returns (backport #40181 )
2024-04-01 14:13:59 +05:30
Devin Slauenwhite
803ed904a9
fix: show future payments allocated sales returns is considered as payment
...
(cherry picked from commit 3381d0d945 )
2024-04-01 07:34:41 +00:00
Devin Slauenwhite
72db656054
test: show future payments allocated sales returns is considered as payment
...
(cherry picked from commit daaa00bd4a )
2024-04-01 07:34:40 +00:00
rohitwaghchaure
44b72e7fc8
Merge pull request #40737 from frappe/mergify/bp/version-14-hotfix/pr-40731
...
fix: markdown to text editor set for supplier quotation (backport #40731 )
2024-03-31 21:14:38 +05:30
rohitwaghchaure
31017774f6
chore: fix conflicts
2024-03-31 11:42:05 +05:30
rohitwaghchaure
9b8bb4d6a2
chore: fix conflicts
2024-03-31 11:41:44 +05:30
mergify[bot]
ceac42dfaa
fix: Warehouse linked company name in multicompany setup (backport #40779 ) ( #40780 )
...
fix: Warehouse linked company name in multicompany setup (#40779 )
(cherry picked from commit 679aea607b )
Co-authored-by: jeshani <56191568+jeshani@users.noreply.github.com >
2024-03-30 10:18:16 +05:30
ruthra kumar
998cc0a966
Merge pull request #40668 from frappe/mergify/bp/version-14-hotfix/pr-40634
...
refactor: better pop up message for Internal Customer validation (backport #40634 )
2024-03-29 13:50:35 +05:30
ruthra kumar
e722c9a34a
Merge pull request #40766 from frappe/mergify/bp/version-14-hotfix/pr-40758
...
fix: payment_order_status should be no_copy (backport #40758 )
2024-03-29 13:49:08 +05:30
Ashish Shah
8dff18eab4
fix: payment_order_status should be no_copy
...
payment_order_status should be no_copy
(cherry picked from commit adee2ba541 )
2024-03-29 07:57:03 +00:00
ruthra kumar
7363884ab3
Merge pull request #40762 from frappe/mergify/bp/version-14-hotfix/pr-40760
...
fix: cost center shouldn't update debit/credit in Exc gain/loss JV (backport #40760 )
2024-03-29 11:47:05 +05:30
ruthra kumar
f66b53b2c1
fix: cost center shouldn't update debit/credit in Exc gain/loss JV
...
(cherry picked from commit 398d3022ef )
2024-03-29 06:13:47 +00:00
Frappe PR Bot
c1a95c05bc
chore(release): Bumped to Version 14.66.2
...
## [14.66.2](https://github.com/frappe/erpnext/compare/v14.66.1...v14.66.2 ) (2024-03-29)
### Bug Fixes
* use sql to clear comments ([0322c1a ](0322c1a36e ))
2024-03-29 05:41:39 +00:00
ruthra kumar
db56d259cc
Merge pull request #40747 from frappe/mergify/bp/version-14/pr-40739
...
refactor: use sql to clear comments (backport #40739 )
2024-03-29 11:10:22 +05:30
ruthra kumar
0322c1a36e
fix: use sql to clear comments
...
(cherry picked from commit 1f46c1530e )
2024-03-29 10:50:05 +05:30
ruthra kumar
bb35c334c0
Merge pull request #40744 from frappe/mergify/bp/version-14-hotfix/pr-40739
...
refactor: use sql to clear comments (backport #40739 )
2024-03-28 19:42:02 +05:30
ruthra kumar
4d6fad26f3
refactor: use sql to clear comments
...
(cherry picked from commit 1f46c1530e )
2024-03-28 12:12:12 +00:00
Nihantra Patel
b5629d2d4e
fix: markdown to text editor set for supplier quotation
...
(cherry picked from commit 9828d34b19 )
# Conflicts:
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.py
2024-03-28 07:16:11 +00:00
rohitwaghchaure
b1105fb0ab
Merge pull request #40721 from frappe/mergify/bp/version-14-hotfix/pr-40718
...
fix: do not fetch received items in purchase receipt (backport #40718 )
2024-03-27 23:01:12 +05:30
Rohit Waghchaure
e778d7e690
fix: do not fetch received items in purchase receipt
...
(cherry picked from commit 5bff434902 )
2024-03-27 17:11:25 +00:00
Frappe PR Bot
5827bdcbc2
chore(release): Bumped to Version 14.66.1
...
## [14.66.1](https://github.com/frappe/erpnext/compare/v14.66.0...v14.66.1 ) (2024-03-27)
### Bug Fixes
* Priority not copied from project template ([af6dd3b ](af6dd3bcfb ))
2024-03-27 11:21:16 +00:00
rohitwaghchaure
94f15797f5
Merge pull request #40712 from frappe/mergify/bp/version-14/pr-40710
...
fix: Priority not copied from project template (backport #40708 ) (backport #40710 )
2024-03-27 16:50:07 +05:30
Rohit Waghchaure
af6dd3bcfb
fix: Priority not copied from project template
...
(cherry picked from commit 33fd7b8a1f )
(cherry picked from commit 4f4470b9d2 )
2024-03-27 10:49:11 +00:00
rohitwaghchaure
e947d65cb2
Merge pull request #40710 from frappe/mergify/bp/version-14-hotfix/pr-40708
...
fix: Priority not copied from project template (backport #40708 )
2024-03-27 16:17:57 +05:30
Rohit Waghchaure
4f4470b9d2
fix: Priority not copied from project template
...
(cherry picked from commit 33fd7b8a1f )
2024-03-27 10:18:21 +00:00
Frappe PR Bot
4ea3876f30
chore(release): Bumped to Version 14.66.0
...
# [14.66.0](https://github.com/frappe/erpnext/compare/v14.65.8...v14.66.0 ) (2024-03-27)
### Bug Fixes
* achieved targets for sales partners ([f9ab763 ](f9ab763cc8 ))
* Add default finance book check in P&L statement ([4485121 ](4485121255 ))
* incorrect total qty in job card ([fb252ec ](fb252ec29a ))
* pass empty string email content of pos invoice ([ee7bd98 ](ee7bd98878 ))
* permissions during bulk transaction logs ([99faafb ](99faafb5be ))
* rate not fetching from the item price ([9b3c4ac ](9b3c4ac575 ))
* rate reset to zero ([2f839fb ](2f839fbf6d ))
* remove microsecond from posting datetime ([#40017 ](https://github.com/frappe/erpnext/issues/40017 )) ([c3f9338 ](c3f9338430 ))
* show correct variance for durations with no vouchers ([fe3bee4 ](fe3bee44e2 ))
* style for tax breakup ([e922ac7 ](e922ac7c31 ))
* use Text Editor for rendering tax breakup table ([bba1ac5 ](bba1ac5735 ))
* validate gl for previous fiscal year ([82b6133 ](82b613353b ))
* wrong buying amount if delivered and billed qty varies ([2b31113 ](2b311131ba ))
### Features
* bisect doctype ([5ad3918 ](5ad3918232 ))
* nodes doctype ([6afb6ff ](6afb6ff4df ))
### Performance Improvements
* add in some indexes (backport [#40590 ](https://github.com/frappe/erpnext/issues/40590 )) ([#40604 ](https://github.com/frappe/erpnext/issues/40604 )) ([390d3a6 ](390d3a6a9f ))
* new column posting datetime in SLE to optimize stock ledger related queries ([5e68ebd ](5e68ebd030 ))
2024-03-27 03:27:23 +00:00
Deepesh Garg
bd3b1bbbb8
Merge pull request #40677 from frappe/version-14-hotfix
...
chore: release v14
2024-03-27 08:56:10 +05:30
rohitwaghchaure
4a1cd943bd
Merge pull request #40687 from frappe/mergify/bp/version-14-hotfix/pr-40684
...
fix: incorrect total qty in job card (backport #40684 )
2024-03-26 19:54:15 +05:30
Rohit Waghchaure
fb252ec29a
fix: incorrect total qty in job card
...
(cherry picked from commit c3546cf8e2 )
2024-03-26 14:03:40 +00:00
Wolfram Schmidt
2834d25ce3
refactor: better pop message for Internal Customer validation
...
-added more meaningful description to message when using "internal Customer" scenario
(cherry picked from commit b132892b25 )
2024-03-26 09:55:04 +05:30
Deepesh Garg
208a46fbe4
Merge pull request #40505 from frappe/mergify/bp/version-14-hotfix/pr-40503
...
fix: achieved targets for territory / partners bpv15 (#40503 )
2024-03-26 09:03:14 +05:30
Deepesh Garg
2723e1f614
Merge pull request #40652 from frappe/mergify/bp/version-14-hotfix/pr-40640
...
fix: Add default finance book check-in P&L statement (#40640 )
2024-03-25 17:08:57 +05:30
Deepesh Garg
4485121255
fix: Add default finance book check in P&L statement
...
(cherry picked from commit 5be3417fdf )
2024-03-25 09:14:41 +00:00
ruthra kumar
0ec1a88748
Merge pull request #40625 from frappe/mergify/bp/version-14-hotfix/pr-40622
...
refactor: reset update_outstanding_for_self flag for old records (backport #40622 )
2024-03-24 16:24:37 +05:30
rohitwaghchaure
91400e1371
Merge pull request #40628 from frappe/mergify/bp/version-14-hotfix/pr-40017
...
fix: remove microsecond from posting datetime (backport #40017 )
2024-03-23 18:39:04 +05:30
mergify[bot]
39711df27c
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-40503
2024-03-23 09:10:52 +00:00
Deepesh Garg
03eb4d77ce
Merge pull request #40514 from mmdanny89/email-point-of-sale
...
fix: pass empty string email content of pos invoice
2024-03-23 14:39:58 +05:30
rohitwaghchaure
c3f9338430
fix: remove microsecond from posting datetime ( #40017 )
...
(cherry picked from commit 0b04d04da3 )
2024-03-23 03:07:37 +00:00
ruthra kumar
dbb4391f1e
refactor: hide on print formats
...
(cherry picked from commit fdcdc8a56e )
2024-03-22 14:54:03 +00:00
ruthra kumar
22cec21c6f
refactor: reset flag for old records
...
(cherry picked from commit a88bf8419e )
2024-03-22 14:54:03 +00:00
ruthra kumar
ab7f80625b
Merge pull request #40615 from frappe/mergify/bp/version-14-hotfix/pr-38496
...
feat: utility to debug financial reports - Bisect Accounting Statements (backport #38496 )
2024-03-22 16:23:22 +05:30
rohitwaghchaure
a4ddc4ee1b
Merge pull request #40036 from frappe/mergify/bp/version-14-hotfix/pr-39800
...
perf: new column Posting Datetime in SLE to optimize stock ledger related queries (backport #39800 )
2024-03-22 16:06:53 +05:30
rohitwaghchaure
07929d20aa
Merge pull request #40618 from frappe/mergify/bp/version-14-hotfix/pr-40616
...
fix: rate reset to zero (backport #40616 )
2024-03-22 15:41:07 +05:30
Rohit Waghchaure
2f839fbf6d
fix: rate reset to zero
...
(cherry picked from commit 6821baa850 )
2024-03-22 09:50:51 +00:00
ruthra kumar
9f3b6d21c3
chore: resolve JS linter issue
2024-03-22 14:42:57 +05:30
ruthra kumar
4eb1fbfe42
chore: resolve linter issues
...
(cherry picked from commit 0890b414b1 )
2024-03-22 08:51:33 +00:00
ruthra kumar
3a38aacc30
refactor: cache results
...
(cherry picked from commit 14c8c8c33d )
2024-03-22 08:51:33 +00:00
ruthra kumar
48bfb9d315
refactor: flag to differentiate generated and default values
...
(cherry picked from commit 0925706d5e )
2024-03-22 08:51:33 +00:00
ruthra kumar
5d90b0fd1d
refactor: save results in node
...
(cherry picked from commit ca14ae8f1b )
2024-03-22 08:51:32 +00:00
ruthra kumar
3cab242e9f
chore: restrict only to administrator and type info
...
(cherry picked from commit 90c6d4dc85 )
2024-03-22 08:51:32 +00:00
ruthra kumar
54e7f303e9
chore: change data type for summary fields
...
(cherry picked from commit 228aa1a244 )
2024-03-22 08:51:32 +00:00
ruthra kumar
cd0a7fed41
refactor: adding labels to important section
...
(cherry picked from commit 993e2bfbf9 )
2024-03-22 08:51:32 +00:00
ruthra kumar
84609abd65
chore: UI cleanup
...
(cherry picked from commit ea3071db66 )
2024-03-22 08:51:31 +00:00
ruthra kumar
a76d19fe8f
chore: add screen freeze on wait
...
(cherry picked from commit 395299803f )
2024-03-22 08:51:31 +00:00
ruthra kumar
ebea0fd203
chore: code cleanup
...
(cherry picked from commit 5e2d21c033 )
2024-03-22 08:51:31 +00:00
ruthra kumar
f9c30968bf
chore: hide internal variables section
...
(cherry picked from commit c4c3090f46 )
2024-03-22 08:51:31 +00:00
ruthra kumar
a9a510547e
chore: rename btree and remove debugging statements
...
(cherry picked from commit 6492019383 )
2024-03-22 08:51:31 +00:00
ruthra kumar
c2f6f9d37f
chore: hide internal fields and better painting logic for heatmap
...
(cherry picked from commit f6831fba13 )
2024-03-22 08:51:30 +00:00
ruthra kumar
9d5c010071
refactor: working heatmap
...
(cherry picked from commit 16db6c2f47 )
2024-03-22 08:51:30 +00:00
ruthra kumar
3cfc778bdb
chore: hide some internal fields
...
(cherry picked from commit bd3dc6482e )
2024-03-22 08:51:30 +00:00
ruthra kumar
f06014afc3
refactor: calculate summary on tree navigation
...
(cherry picked from commit f7b7b2b438 )
2024-03-22 08:51:30 +00:00
ruthra kumar
bee5744309
refactor: use DB to store tree and state
...
(cherry picked from commit 99fbd8ad18 )
2024-03-22 08:51:30 +00:00
ruthra kumar
bc1f25b897
chore: use doctype as btree
...
(cherry picked from commit 9d20256366 )
2024-03-22 08:51:30 +00:00
ruthra kumar
6afb6ff4df
feat: nodes doctype
...
(cherry picked from commit 85f2a6dd54 )
2024-03-22 08:51:29 +00:00
ruthra kumar
609ecbe804
chore: remove unwanted code
...
(cherry picked from commit de2eba0d98 )
2024-03-22 08:51:29 +00:00
ruthra kumar
674d822985
refactor: add basic navigation
...
1. remove unnecessary columns
2. added basic tree navigation
(cherry picked from commit 705ef4f5a3 )
2024-03-22 08:51:29 +00:00
ruthra kumar
66fae6466f
refactor: ability to build and load tree from DB
...
(cherry picked from commit b2dde55f2c )
2024-03-22 08:51:29 +00:00
ruthra kumar
81f456bdc7
refactor: introduce node class
...
(cherry picked from commit d53b34c0ce )
2024-03-22 08:51:29 +00:00
ruthra kumar
a177137d6d
refactor: more buttons
...
(cherry picked from commit a427029151 )
2024-03-22 08:51:28 +00:00
ruthra kumar
d81be8d855
refactor: date validation
...
(cherry picked from commit 2de3e6ce6d )
2024-03-22 08:51:28 +00:00
ruthra kumar
0399acdc8e
refactor: support for BFS and DFS
...
(cherry picked from commit 03a38ed025 )
2024-03-22 08:51:28 +00:00
ruthra kumar
50963d9ad5
refactor: simplify DFS
...
(cherry picked from commit 26503a205f )
2024-03-22 08:51:28 +00:00
ruthra kumar
1639974948
refactor: Depth First Search(DFS)
...
(cherry picked from commit 5a25c80f2e )
2024-03-22 08:51:28 +00:00
ruthra kumar
57ec0d6b41
refactor: some logic
...
(cherry picked from commit 4c8a8c3bcd )
2024-03-22 08:51:27 +00:00
ruthra kumar
5ad3918232
feat: bisect doctype
...
(cherry picked from commit decdbd2782 )
2024-03-22 08:51:27 +00:00
ruthra kumar
9e15ecfe34
refactor: primitive summary for p&l and balance sheet
...
(cherry picked from commit eb4c476490 )
2024-03-22 08:51:27 +00:00
ruthra kumar
da17496e3d
Merge pull request #40607 from frappe/mergify/bp/version-14-hotfix/pr-40520
...
fix: permissions during bulk transaction logs (backport #40520 )
2024-03-22 10:33:49 +05:30
David
99faafb5be
fix: permissions during bulk transaction logs
...
(cherry picked from commit 49dd4c1ef3 )
2024-03-22 04:38:17 +00:00
ruthra kumar
6d39a7890e
Merge pull request #40596 from frappe/mergify/bp/version-14-hotfix/pr-40386
...
fix: wrong buying amount if delivered and billed qty varies (backport #40386 )
2024-03-22 09:04:26 +05:30
mergify[bot]
390d3a6a9f
perf: add in some indexes (backport #40590 ) ( #40604 )
...
* perf: add in some indexes (#40590 )
`Sales Invoice Item.purchase_order`
`Delivery Note Item.purchase_order`
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
(cherry picked from commit 1cd38c860a )
# Conflicts:
# erpnext/selling/doctype/sales_order_item/sales_order_item.json
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
* chore: `conflicts`
* chore: `conflicts`
---------
Co-authored-by: Akhil Narang <me@akhilnarang.dev >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2024-03-22 08:51:33 +05:30
rohitwaghchaure
5117ba5abf
Merge pull request #40599 from frappe/mergify/bp/version-14-hotfix/pr-40595
...
fix: rate not fetching from the item price (backport #40595 )
2024-03-21 22:40:58 +05:30
Rohit Waghchaure
9b3c4ac575
fix: rate not fetching from the item price
...
(cherry picked from commit d893a465d7 )
2024-03-21 16:49:46 +00:00
ruthra kumar
d3a6153077
test: buying amt calculation if DN and SI differ in qty
...
(cherry picked from commit ccb51ded95 )
2024-03-21 15:46:03 +00:00
Dany Robert
2b311131ba
fix: wrong buying amount if delivered and billed qty varies
...
(cherry picked from commit b8da0d9334 )
2024-03-21 15:46:02 +00:00
Gursheen Kaur Anand
c072cd941d
Merge pull request #40583 from frappe/mergify/bp/version-14-hotfix/pr-40572
...
fix: PCV validation for previous fiscal year (backport #40572 )
2024-03-21 12:44:09 +05:30
ruthra kumar
757cf8a76f
Merge pull request #40581 from frappe/mergify/bp/version-14-hotfix/pr-40580
...
refactor: config changes in Transaction Deletion Record (backport #40580 )
2024-03-21 11:07:17 +05:30
Gursheen Anand
82b613353b
fix: validate gl for previous fiscal year
...
(cherry picked from commit a1d108c062 )
2024-03-21 05:30:35 +00:00
ruthra kumar
5791c50fdf
refactor: config changes in Transaction Deletion Record
...
(cherry picked from commit 4ba67fb3ec )
2024-03-21 05:17:16 +00:00
ruthra kumar
67481ad062
Merge pull request #40574 from frappe/mergify/bp/version-14-hotfix/pr-39717
...
refactor: Transaction Deletion record for large volumes (backport #39717 )
2024-03-21 10:18:07 +05:30
ruthra kumar
1515bb7f0b
refactor: replace get_job with create_job_id utility method
2024-03-21 09:53:55 +05:30
Gursheen Kaur Anand
33e0371c4d
Merge pull request #40571 from frappe/mergify/bp/version-14-hotfix/pr-40563
...
fix: use `Text Editor` for rendering tax breakup table (backport #40563 )
2024-03-20 20:39:19 +05:30
Rohit Waghchaure
1df54114a8
chore: fixed test case
2024-03-20 20:20:44 +05:30
Gursheen Anand
cf3b0ee41e
chore: resolve conflicts
2024-03-20 20:15:20 +05:30
Gursheen Anand
957f55f6b1
chore: resolve conflicts
2024-03-20 20:12:36 +05:30
Rohit Waghchaure
77349a0af6
chore: fix test case
2024-03-20 20:09:22 +05:30
Rohit Waghchaure
c36a5d1ba3
chore: fix backport issues
2024-03-20 20:09:22 +05:30
rohitwaghchaure
44d4096ba1
chore: fix conflicts
2024-03-20 20:09:22 +05:30
rohitwaghchaure
a694a92df9
chore: fix conflicts
2024-03-20 20:09:22 +05:30
rohitwaghchaure
1c7128e77b
chore: fix conflicts
2024-03-20 20:09:22 +05:30
rohitwaghchaure
c147ec168f
chore: fix conflicts
2024-03-20 20:09:22 +05:30
rohitwaghchaure
717442c01f
chore: fix conflicts
2024-03-20 20:09:22 +05:30
Rohit Waghchaure
ce7a53f810
chore: remove microsecond from posting_datetime
...
(cherry picked from commit a73ba2c0d2 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/test_subcontracting_receipt.py
2024-03-20 20:08:37 +05:30
Rohit Waghchaure
1767dada8d
test: test cases to test clash timestamp entries
...
(cherry picked from commit f04676aaed )
2024-03-20 20:08:36 +05:30
Rohit Waghchaure
5e68ebd030
perf: new column posting datetime in SLE to optimize stock ledger related queries
...
(cherry picked from commit d80ca523a4 )
2024-03-20 20:07:36 +05:30
ruthra kumar
87fdb4e720
chore: resolve conflicts
2024-03-20 19:58:18 +05:30
ruthra kumar
e5722a772a
chore: fix linting issue in JS
...
(cherry picked from commit 02c522b7cd )
2024-03-20 14:13:21 +00:00
ruthra kumar
35fcd032ad
refactor(test): test cases modified to handle new approach
...
(cherry picked from commit 81309576b0 )
# Conflicts:
# erpnext/setup/demo.py
# erpnext/setup/doctype/transaction_deletion_record/test_transaction_deletion_record.py
2024-03-20 14:13:21 +00:00
ruthra kumar
1fe14334f3
refactor: ability to process in single transaction
...
(cherry picked from commit a158b825d7 )
2024-03-20 14:13:20 +00:00
ruthra kumar
b429f75d65
refactor: link running doc validation to company master
...
(cherry picked from commit 5a3afea8c7 )
# Conflicts:
# erpnext/setup/doctype/company/company.js
# erpnext/setup/doctype/company/company.py
2024-03-20 14:13:20 +00:00
ruthra kumar
fab5c1170d
chore: rename entry point
...
(cherry picked from commit 5fe0b20be1 )
2024-03-20 14:13:19 +00:00
ruthra kumar
d496a1e58e
chore: move status and error log to their own section
...
(cherry picked from commit 3cec62d4f8 )
2024-03-20 14:13:19 +00:00
ruthra kumar
6ae9eb250f
refactor: minor UI tweaks
...
(cherry picked from commit 0455d0c46c )
2024-03-20 14:13:19 +00:00
ruthra kumar
5e590389f3
refactor: exception propogation
...
(cherry picked from commit 4a55240e63 )
2024-03-20 14:13:18 +00:00
ruthra kumar
1110dd93ff
chore: code cleanup
...
(cherry picked from commit eea260b9f9 )
2024-03-20 14:13:17 +00:00
ruthra kumar
0ea9ce7a5a
refactor: better method naming
...
(cherry picked from commit 30463657bf )
2024-03-20 14:13:17 +00:00
ruthra kumar
cf6cb80d18
refactor: barebones hook on all doctypes with 'company' field
...
(cherry picked from commit ec194ef076 )
2024-03-20 14:13:16 +00:00
ruthra kumar
e908003358
refactor: make sure only one task is running for doc
...
(cherry picked from commit 78c9cc63b1 )
2024-03-20 14:13:16 +00:00
ruthra kumar
e142daca7f
chore: hide docfield in list view
...
(cherry picked from commit 98afb4d468 )
2024-03-20 14:13:15 +00:00
ruthra kumar
962105bc87
refactor: validations to prevent duplicate jobs
...
(cherry picked from commit 31a2da552b )
2024-03-20 14:13:15 +00:00
ruthra kumar
e600109872
refactor: no copy on summary table and more validations
...
(cherry picked from commit 55e93b3fe1 )
2024-03-20 14:13:15 +00:00
ruthra kumar
97ed905627
refactor: reset all flags and remove unwanted code
...
(cherry picked from commit 2dbe68a09d )
2024-03-20 14:13:14 +00:00
ruthra kumar
c38cfd14f3
chore: show correct status in list view
...
(cherry picked from commit 1014940953 )
2024-03-20 14:13:14 +00:00
ruthra kumar
341e467056
refactor: validate status before running events
...
(cherry picked from commit 86b5e2e277 )
2024-03-20 14:13:14 +00:00
ruthra kumar
833df2c76b
refactor: make Excluded doctype table read only
...
(cherry picked from commit 7c4cff2649 )
2024-03-20 14:13:13 +00:00
ruthra kumar
a303788c71
chore: remove unwanted UI code
...
(cherry picked from commit b98a5e4edc )
2024-03-20 14:13:13 +00:00
ruthra kumar
0d791f594f
refactor: use separate child table for summary
...
(cherry picked from commit 49d3bcbc8d )
2024-03-20 14:13:13 +00:00
ruthra kumar
b1367e839c
refactor: chained callback
...
(cherry picked from commit b12ca65fcc )
2024-03-20 14:13:12 +00:00
ruthra kumar
e56138ddb0
refactor: reorder flags in Tasks section
...
(cherry picked from commit cccb2d5141 )
2024-03-20 14:13:12 +00:00
ruthra kumar
c9d77044b0
refactor: use flags to decide on current stage
...
(cherry picked from commit 6a77d86a53 )
# Conflicts:
# erpnext/setup/doctype/transaction_deletion_record_item/transaction_deletion_record_item.py
2024-03-20 14:13:12 +00:00
ruthra kumar
5542985e25
refactor: UI trigger
...
(cherry picked from commit 8944ab8b6a )
2024-03-20 14:13:11 +00:00
ruthra kumar
52d22d8b55
refactor: tasks section and UI niceties
...
(cherry picked from commit d0dc2c6e77 )
2024-03-20 14:13:11 +00:00
ruthra kumar
7280a76f73
refactor: set status and trigger job on submit
...
(cherry picked from commit 6fbb67b1d2 )
2024-03-20 14:13:10 +00:00
ruthra kumar
07c98146c5
refactor: more options for 'status' and move it to top
...
(cherry picked from commit 0d65d878de )
# Conflicts:
# erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.py
2024-03-20 14:13:10 +00:00
Ankush Menat
e922ac7c31
fix: style for tax breakup
...
(cherry picked from commit 967540da18 )
# Conflicts:
# erpnext/public/scss/erpnext.scss
2024-03-20 13:12:16 +00:00
Gursheen Anand
bba1ac5735
fix: use Text Editor for rendering tax breakup table
...
(cherry picked from commit 1c63983873 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/pos_invoice.py
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/buying/doctype/purchase_order/purchase_order.py
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
# erpnext/buying/doctype/supplier_quotation/supplier_quotation.py
# erpnext/selling/doctype/quotation/quotation.json
# erpnext/selling/doctype/quotation/quotation.py
# erpnext/selling/doctype/sales_order/sales_order.py
# erpnext/stock/doctype/delivery_note/delivery_note.json
# erpnext/stock/doctype/delivery_note/delivery_note.py
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
2024-03-20 13:12:15 +00:00
barredterra
d0a0a35d72
chore: remove accidentally added file
2024-03-19 12:53:20 +01:00
barredterra
3b2044dcd7
chore: resolve conflicts
2024-03-19 12:46:14 +01:00
barredterra
7f2a54d95b
refactor: usage of in_list
...
(cherry picked from commit d238751e6b )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
# erpnext/buying/doctype/purchase_order/purchase_order.js
# erpnext/public/js/controllers/accounts.js
# erpnext/public/js/controllers/buying.js
# erpnext/public/js/controllers/transaction.js
# erpnext/public/js/utils/sales_common.js
# erpnext/templates/form_grid/item_grid.html
2024-03-19 11:12:58 +00:00
Danny
ee7bd98878
fix: pass empty string email content of pos invoice
2024-03-18 10:47:42 -04:00
Gursheen Anand
fe3bee44e2
fix: show correct variance for durations with no vouchers
...
(cherry picked from commit bc78bc33f1 )
2024-03-18 05:53:57 +00:00
Gursheen Anand
c3b8c00070
test: sales partner targets with invoices
...
(cherry picked from commit 1a3ea0c108 )
2024-03-18 05:53:57 +00:00
Gursheen Anand
f9ab763cc8
fix: achieved targets for sales partners
...
(cherry picked from commit 1ac888715c )
2024-03-18 05:53:57 +00:00
Nihantra C. Patel
819ced4cb3
fix: Add to Cart button width for Mobile/Tablet
2024-03-05 17:24:17 +05:30