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 ))
v14.78.5
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 ))
v14.78.4
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 ))
v14.78.3
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