Frappe PR Bot
479e8573c2
chore(release): Bumped to Version 15.36.0
...
# [15.36.0](https://github.com/frappe/erpnext/compare/v15.35.2...v15.36.0 ) (2024-09-18)
### Bug Fixes
* A project without tasks should be able to complete ([dea735d ](dea735de4d ))
* add currency in options for rate field in pricing rule ([782c9dd ](782c9dda1a ))
* batch based item price not working (backport [#43172 ](https://github.com/frappe/erpnext/issues/43172 )) ([#43206 ](https://github.com/frappe/erpnext/issues/43206 )) ([61a42ea ](61a42ea5d7 ))
* cancel cost center allocation and journal entry after test ([3d29007 ](3d29007aeb ))
* consistent behaviour on refresh ([01f3068 ](01f30682ee ))
* create and link address while creating prospect & customer ([d6a3d0d ](d6a3d0d468 ))
* create fiscal year without overlapping existing Fiscal Years ([78768f8 ](78768f883c ))
* currency changing while making PO from Supplier Quotation (backport [#43187 ](https://github.com/frappe/erpnext/issues/43187 )) ([#43205 ](https://github.com/frappe/erpnext/issues/43205 )) ([ef6b172 ](ef6b172616 ))
* delete exchange gain loss journal entry while deleting payment entry ([5789de2 ](5789de25b9 ))
* do not auto apply tds in purchase order ([741c18b ](741c18b144 ))
* do not check appy_tds in Purchase Order Automatically ([5edebb2 ](5edebb28a5 ))
* do not validate purchase document for composite asset ([c505156 ](c5051561e4 ))
* fetch cost center allocation percentage only from the applicable allocation ([0fe901a ](0fe901a137 ))
* hide and reset discount control on new POS order ([42494db ](42494db3c7 ))
* **holiday-list:** use same date format for same holiday error message (backport [#42606 ](https://github.com/frappe/erpnext/issues/42606 )) ([#43222 ](https://github.com/frappe/erpnext/issues/43222 )) ([f101a1c ](f101a1ce3b ))
* ignore repost logic on Payment Reconciliation ([d91013a ](d91013a467 ))
* invalid gp calculation ([291f0a5 ](291f0a580b ))
* item list view in website (backport [#43165 ](https://github.com/frappe/erpnext/issues/43165 )) ([#43207 ](https://github.com/frappe/erpnext/issues/43207 )) ([c1a6c56 ](c1a6c56217 ))
* map rows on journal entry by validating account, party, debit and credit value ([86e1818 ](86e1818420 ))
* prevent KeyError by checking `report_filter` existence ([984acb6 ](984acb661d ))
* revert 091c5496b2 ([2ad6d63 ](2ad6d637ee ))
* set party_type null when payment_type is changed to Internal Transfer ([45ff8fa ](45ff8fa296 ))
* set tax_withholding_category from Purchase Order while creating pi form po ([7027be8 ](7027be8fbc ))
* tds workflow in purchase order ([11359bd ](11359bd235 ))
* typo with po_date when creating remarks ([1657a83 ](1657a83151 ))
* updated filtering in depreciation and balances report ([78c6839 ](78c68397d9 ))
* **ux:** set amount based on account currency while adding new row ([f7cedac ](f7cedac526 ))
* **ux:** set amount on foreign currency when foreign currency account is selected on last row of journal ([d8d4cd2 ](d8d4cd23a5 ))
### Features
* API for crm integration ([f060534 ](f060534625 ))
2024-09-18 07:32:30 +00:00
ruthra kumar
6a0b15211a
Merge pull request #43254 from frappe/version-15-hotfix
...
chore: release v15
2024-09-18 13:01:08 +05:30
ruthra kumar
7aeadcbf98
Merge pull request #43268 from frappe/mergify/bp/version-15-hotfix/pr-43239
...
fix: add currency in options for rate field in pricing rule (backport #43239 )
2024-09-18 12:28:59 +05:30
ruthra kumar
82982e25c6
chore: resolve conflict
2024-09-18 12:10:42 +05:30
krishna
782c9dda1a
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:42 +00:00
ruthra kumar
dfe47261ae
Merge pull request #43266 from frappe/mergify/bp/version-15-hotfix/pr-43216
...
fix: get cost center allocation percentage only from the applicable allocation (backport #43216 )
2024-09-18 11:40:02 +05:30
venkat102
3d29007aeb
fix: cancel cost center allocation and journal entry after test
...
(cherry picked from commit 3c65b98b49 )
2024-09-18 05:49:34 +00:00
venkat102
52a161f076
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:34 +00:00
venkat102
0fe901a137
fix: fetch cost center allocation percentage only from the applicable allocation
...
(cherry picked from commit 36e5945c66 )
2024-09-18 05:49:34 +00:00
Khushi Rawat
8c28cb6b25
Merge pull request #43264 from frappe/mergify/bp/version-15-hotfix/pr-43210
...
fix: updated filtering in depreciation and balances report (backport #43210 )
2024-09-18 02:13:54 +05:30
Khushi Rawat
4ba37e49d8
chore: resolved failing check
...
(cherry picked from commit af52f0e71f )
2024-09-17 20:27:32 +00:00
Khushi Rawat
1e89c007ed
chore: resolved linter check with #nosemgrep
...
(cherry picked from commit 8c8e25214c )
2024-09-17 20:27:32 +00:00
Khushi Rawat
78c68397d9
fix: updated filtering in depreciation and balances report
...
(cherry picked from commit 3a34eecdcf )
2024-09-17 20:27:32 +00:00
ruthra kumar
f61cec27ae
Merge pull request #43259 from frappe/mergify/bp/version-15-hotfix/pr-43226
...
fix: map rows on journal entry by validating account, party, debit and credit value (backport #43226 )
2024-09-17 20:22:59 +05:30
Navin-S-R
78768f883c
fix: create fiscal year without overlapping existing Fiscal Years
...
(cherry picked from commit 720a330617 )
2024-09-17 14:35:39 +00:00
Navin-S-R
edcdfdd194
refactor: update formatting changes
...
(cherry picked from commit 768bb0312a )
2024-09-17 14:35:39 +00:00
ruthra kumar
861edb438b
refactor(test): make use existing test data and dynamic fy creation
...
(cherry picked from commit f45638015f )
2024-09-17 14:35:39 +00:00
ruthra kumar
d91013a467
fix: ignore repost logic on Payment Reconciliation
...
(cherry picked from commit 75babd4c18 )
2024-09-17 14:35:39 +00:00
Navin-S-R
310b131469
test: reconcile payment jv from closed fiscal year
...
(cherry picked from commit f47ea46806 )
2024-09-17 14:35:39 +00:00
Navin-S-R
86e1818420
fix: map rows on journal entry by validating account, party, debit and credit value
...
(cherry picked from commit b634aa9cfb )
2024-09-17 14:35:38 +00:00
ruthra kumar
5fe347c909
Merge pull request #43249 from frappe/mergify/bp/version-15-hotfix/pr-43188
...
fix: invalid gp calculation (backport #43188 )
2024-09-17 14:34:58 +05:30
Khushi Rawat
44dde1c58d
Merge pull request #43243 from frappe/mergify/bp/version-15-hotfix/pr-43233
...
fix: do not validate purchase document for composite asset (backport #43233 )
2024-09-17 12:31:24 +05:30
Dany Robert
291f0a580b
fix: invalid gp calculation
...
(cherry picked from commit c79851239c )
2024-09-17 06:33:19 +00:00
ruthra kumar
9c4eaa230c
Merge pull request #43246 from frappe/mergify/bp/version-15-hotfix/pr-42969
...
fix: A project without tasks should be able to complete (backport #42969 )
2024-09-17 10:43:18 +05:30
Frappe PR Bot
28f1f9355d
chore(release): Bumped to Version 15.35.2
...
## [15.35.2](https://github.com/frappe/erpnext/compare/v15.35.1...v15.35.2 ) (2024-09-17)
### Bug Fixes
* currency changing while making PO from Supplier Quotation (backport [#43187 ](https://github.com/frappe/erpnext/issues/43187 )) ([#43205 ](https://github.com/frappe/erpnext/issues/43205 )) ([2f56ba7 ](2f56ba7f42 ))
2024-09-17 05:00:07 +00:00
ruthra kumar
41db9d3886
Merge pull request #43209 from frappe/mergify/bp/version-15/pr-43205
...
fix: currency changing while making PO from Supplier Quotation (backport #43187 ) (backport #43205 )
2024-09-17 10:28:43 +05:30
ruthra kumar
53c4c153ca
Merge pull request #43245 from frappe/mergify/bp/version-15-hotfix/pr-43225
...
fix(ux): set amount based on account currency while adding new row (backport #43225 )
2024-09-17 10:26:43 +05:30
ruthra kumar
bee27f314f
Merge pull request #43230 from frappe/mergify/bp/version-15-hotfix/pr-43212
...
fix: prevent KeyError by checking `report_filter` existence (backport #43212 )
2024-09-17 10:23:58 +05:30
ruthra kumar
c9b6b0d868
refactor(test): fix linter
...
(cherry picked from commit 4eeae8011e )
2024-09-17 04:49:45 +00:00
lukas.brandhoff
dea735de4d
fix: A project without tasks should be able to complete
...
(cherry picked from commit 268962c25f )
2024-09-17 04:49:44 +00:00
Navin-S-R
f7cedac526
fix(ux): set amount based on account currency while adding new row
...
(cherry picked from commit 0ff04f774d )
2024-09-17 04:48:42 +00:00
Khushi Rawat
c5051561e4
fix: do not validate purchase document for composite asset
...
(cherry picked from commit 5fd058dde9 )
2024-09-16 18:48:26 +00:00
Shariq Ansari
48158fbde0
Merge pull request #43242 from frappe/mergify/bp/version-15-hotfix/pr-43238
...
fix: create and link address while creating prospect & customer (backport #43238 )
2024-09-16 22:47:00 +05:30
Shariq Ansari
d6a3d0d468
fix: create and link address while creating prospect & customer
...
(cherry picked from commit 035c15794c )
2024-09-16 16:46:01 +00:00
Smit Vora
30e9f08f37
Merge pull request #43241 from frappe/mergify/bp/version-15-hotfix/pr-43176
...
fix: hide and reset discount control on new POS order (backport #43176 )
2024-09-16 20:01:26 +05:30
ljain112
42494db3c7
fix: hide and reset discount control on new POS order
...
(cherry picked from commit 5b0053f8dd )
2024-09-16 14:25:20 +00:00
Smit Vora
a6a2b2daae
Merge pull request #43237 from frappe/mergify/bp/version-15-hotfix/pr-42849
...
fix: TDS workflow consistency in Purchase Order (backport #42849 )
2024-09-16 19:41:33 +05:30
ljain112
741c18b144
fix: do not auto apply tds in purchase order
...
(cherry picked from commit 0b942a0614 )
2024-09-16 13:16:15 +00:00
ljain112
7027be8fbc
fix: set tax_withholding_category from Purchase Order while creating pi form po
...
(cherry picked from commit b9048ca6fa )
2024-09-16 13:16:15 +00:00
ljain112
01f30682ee
fix: consistent behaviour on refresh
...
(cherry picked from commit b216d71278 )
2024-09-16 13:16:15 +00:00
ljain112
5edebb28a5
fix: do not check appy_tds in Purchase Order Automatically
...
(cherry picked from commit be6c174b43 )
2024-09-16 13:16:14 +00:00
ljain112
11359bd235
fix: tds workflow in purchase order
...
(cherry picked from commit a7888b26a7 )
2024-09-16 13:16:13 +00:00
ljain112
2ad6d637ee
fix: revert 091c5496b2
...
(cherry picked from commit eeb6e75dcf )
2024-09-16 13:16:12 +00:00
ruthra kumar
564ff034b7
Merge pull request #43232 from frappe/mergify/bp/version-15-hotfix/pr-43224
...
fix(ux): set amount on foreign currency when foreign currency account… (backport #43224 )
2024-09-16 13:49:32 +05:30
venkat102
d8d4cd23a5
fix(ux): set amount on foreign currency when foreign currency account is selected on last row of journal
...
(cherry picked from commit 2b66842d34 )
2024-09-16 06:16:09 +00:00
ljain112
984acb661d
fix: prevent KeyError by checking report_filter existence
...
(cherry picked from commit c1d2cc2c14 )
2024-09-16 03:48:37 +00:00
Shariq Ansari
00f144ed68
Merge pull request #43223 from frappe/mergify/bp/version-15-hotfix/pr-43198
...
feat: API for crm integration (backport #43198 )
2024-09-14 14:46:14 +05:30
Nabin Hait
f060534625
feat: API for crm integration
...
(cherry picked from commit b7bf9f80f2 )
2024-09-14 08:59:51 +00:00
mergify[bot]
f101a1ce3b
fix(holiday-list): use same date format for same holiday error message (backport #42606 ) ( #43222 )
...
fix(holiday-list): use same date format for same holiday error message (#42606 )
* fix(holiday-list): use same date format for same holiday error message
* chore: fix formatting
---------
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit a435441536 )
Co-authored-by: Ananyobrata Pal <74728797+ananyo141@users.noreply.github.com >
2024-09-14 13:36:26 +05:30
mergify[bot]
2f56ba7f42
fix: currency changing while making PO from Supplier Quotation (backport #43187 ) ( #43205 )
...
fix: currency changing while making PO from Supplier Quotation (#43187 )
(cherry picked from commit 2b96e37c34 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit ef6b172616 )
2024-09-13 08:01:44 +00:00
mergify[bot]
ef6b172616
fix: currency changing while making PO from Supplier Quotation (backport #43187 ) ( #43205 )
...
fix: currency changing while making PO from Supplier Quotation (#43187 )
(cherry picked from commit 2b96e37c34 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-13 13:30:36 +05:30
mergify[bot]
61a42ea5d7
fix: batch based item price not working (backport #43172 ) ( #43206 )
...
* fix: batch based item price not working (#43172 )
(cherry picked from commit d9e4ed13cb )
# Conflicts:
# erpnext/stock/get_item_details.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-13 13:30:12 +05:30
mergify[bot]
c1a6c56217
fix: item list view in website (backport #43165 ) ( #43207 )
...
fix: item list view in website (#43165 )
(cherry picked from commit ce34bb9793 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-13 13:29:58 +05:30
ruthra kumar
b7e95bfd22
Merge pull request #43202 from frappe/mergify/bp/version-15-hotfix/pr-43191
...
fix: delete exchange gain loss journal entry while deleting payment entry (backport #43191 )
2024-09-13 11:22:46 +05:30
ruthra kumar
7989bc23e1
Merge pull request #43204 from frappe/mergify/bp/version-15-hotfix/pr-43192
...
refactor(test): use test fixture on pricing rule test suite (backport #43192 )
2024-09-13 11:22:13 +05:30
ruthra kumar
055e7820c8
refactor(test): use test fixture on pricing rule test suite
...
(cherry picked from commit 0ea1d6d960 )
2024-09-13 05:20:22 +00:00
Navin-S-R
d618c9a481
test: add unit test for deletion of gain loss jv while deleting payment entry
...
(cherry picked from commit 7855d3034b )
2024-09-13 05:19:05 +00:00
Navin-S-R
5789de25b9
fix: delete exchange gain loss journal entry while deleting payment entry
...
(cherry picked from commit 9886cf0d46 )
2024-09-13 05:19:04 +00:00
Sagar Vora
4df38d357f
Merge pull request #43186 from frappe/mergify/bp/version-15-hotfix/pr-43171
...
fix: set `party_type` null when `payment_type` is changed to `Internal Transfer` (backport #43171 )
2024-09-12 12:03:28 +05:30
Vishakh Desai
45ff8fa296
fix: set party_type null when payment_type is changed to Internal Transfer
...
(cherry picked from commit 502cf0eb8d )
2024-09-12 06:32:46 +00:00
Frappe PR Bot
7f95e42bec
chore(release): Bumped to Version 15.35.1
...
## [15.35.1](https://github.com/frappe/erpnext/compare/v15.35.0...v15.35.1 ) (2024-09-12)
### Bug Fixes
* typo with po_date when creating remarks ([31e0bb4 ](31e0bb477e ))
2024-09-12 06:11:04 +00:00
ruthra kumar
578ddb9be4
Merge pull request #43184 from frappe/mergify/bp/version-15/pr-43182
...
fix: typo with po_date when creating remarks (backport #43182 )
2024-09-12 11:39:39 +05:30
ruthra kumar
28607f0026
Merge pull request #43183 from frappe/mergify/bp/version-15-hotfix/pr-43182
...
fix: typo with po_date when creating remarks (backport #43182 )
2024-09-12 11:30:53 +05:30
Smit Vora
31e0bb477e
fix: typo with po_date when creating remarks
...
(cherry picked from commit a55502e0f1 )
2024-09-12 05:47:40 +00:00
Smit Vora
1657a83151
fix: typo with po_date when creating remarks
...
(cherry picked from commit a55502e0f1 )
2024-09-12 05:45:00 +00:00
ruthra kumar
aab91a2307
Merge pull request #43169 from ruthra-kumar/no_copy_on_purchase_invoice_status
...
refactor: enable no-copy on Purchase Invoice status
2024-09-11 13:25:33 +05:30
ruthra kumar
0d9741fdd7
refactor: enable no-copy on Purchase Invoice status
2024-09-11 13:03:20 +05:30
Frappe PR Bot
d9d86dae35
chore(release): Bumped to Version 15.35.0
...
# [15.35.0](https://github.com/frappe/erpnext/compare/v15.34.2...v15.35.0 ) (2024-09-11)
### Bug Fixes
* `default_advance_account` field in Process Payment Reconciliation ([75cb298 ](75cb29890d ))
* bom cost update is not working (backport [#43155 ](https://github.com/frappe/erpnext/issues/43155 )) ([#43157 ](https://github.com/frappe/erpnext/issues/43157 )) ([8c8dc24 ](8c8dc241e5 ))
* cancel common party advance jv while canceling the invoice ([9bd3d7a ](9bd3d7a020 ))
* Cannot read properties of null (reading 'doc') (backport [#43071 ](https://github.com/frappe/erpnext/issues/43071 )) ([#43118 ](https://github.com/frappe/erpnext/issues/43118 )) ([80b5c16 ](80b5c16a2e ))
* check multi-currency on jv for common party accounting with foreign currency ([d17badd ](d17baddb0d ))
* concurrency issue while picking materials (backport [#43087 ](https://github.com/frappe/erpnext/issues/43087 )) ([#43152 ](https://github.com/frappe/erpnext/issues/43152 )) ([cd57e00 ](cd57e009dd ))
* **Delivery Note:** translatability of validation errors ([ea4f736 ](ea4f7365ea ))
* ensure `SellingController.onload` gets called for SO & DN ([2c1f72e ](2c1f72e44c ))
* incorrect actual cost in Procurement Tracker report (backport [#43109 ](https://github.com/frappe/erpnext/issues/43109 )) ([#43138 ](https://github.com/frappe/erpnext/issues/43138 )) ([5110975 ](5110975c6d ))
* incorrect qty after transaction in SLE (backport [#43103 ](https://github.com/frappe/erpnext/issues/43103 )) ([#43105 ](https://github.com/frappe/erpnext/issues/43105 )) ([8447bf3 ](8447bf34f0 ))
* **minor:** reorder expected value validation ([6fde07d ](6fde07da0e ))
* multiple fixes related to remarks for GL Report ([#42753 ](https://github.com/frappe/erpnext/issues/42753 )) ([f45b1db ](f45b1db1a4 ))
* **Opening Invoice Creation Tool:** translatability of messages ([3fd9df0 ](3fd9df0d2e ))
* pass company from asset to asset capitalization ([9e72a84 ](9e72a844f7 ))
* permission on guest PR creation ([a23e8b1 ](a23e8b13be ))
* return type of `get_party_details` (backport [#43131 ](https://github.com/frappe/erpnext/issues/43131 )) ([#43134 ](https://github.com/frappe/erpnext/issues/43134 )) ([d2923ba ](d2923bae85 ))
* set today in 'On This Date' in Available Batch Report ([03e3374 ](03e3374a8b ))
* uncomment internal parties ([33174b1 ](33174b1ba2 ))
* unhide action button after form redirect ([208bd2b ](208bd2b8ff ))
* unreconcile allocation child table redirect url voucher no issue ([2dddd79 ](2dddd7906b ))
* validate the item code when updating the other item's price rule ([8f4dc80 ](8f4dc8048d ))
### Features
* added revaluation surplus and impairment acc in standard charts… ([#43022 ](https://github.com/frappe/erpnext/issues/43022 )) ([ea86bc2 ](ea86bc2235 ))
* utility report to identify invalid ledger entries ([5929d50 ](5929d50c72 ))
### Performance Improvements
* timeout error (backport [#43154 ](https://github.com/frappe/erpnext/issues/43154 )) ([#43158 ](https://github.com/frappe/erpnext/issues/43158 )) ([c9f49ca ](c9f49caecc ))
2024-09-11 05:11:52 +00:00
ruthra kumar
d61f38b8ed
Merge pull request #43151 from frappe/version-15-hotfix
...
chore: release v15
2024-09-11 10:40:35 +05:30
mergify[bot]
8c8dc241e5
fix: bom cost update is not working (backport #43155 ) ( #43157 )
...
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:07 +05:30
mergify[bot]
c9f49caecc
perf: timeout error (backport #43154 ) ( #43158 )
...
perf: timeout error (#43154 )
(cherry picked from commit 1bf60248d9 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-10 23:06:38 +05:30
mergify[bot]
cd57e009dd
fix: concurrency issue while picking materials (backport #43087 ) ( #43152 )
...
fix: concurrency issue while picking materials (#43087 )
(cherry picked from commit 5c7dff0e84 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-10 17:01:53 +05:30
ruthra kumar
f11e298984
Merge pull request #43149 from frappe/mergify/bp/version-15-hotfix/pr-43146
...
fix: permission error on Payment Request creation by Guest (backport #43146 )
2024-09-10 16:00:00 +05:30
Khushi Rawat
2eec0c057a
Merge pull request #43140 from frappe/mergify/bp/version-15-hotfix/pr-43114
...
fix: primary action button not showing (backport #43114 )
2024-09-10 15:45:09 +05:30
ruthra kumar
50b4257a6f
Merge pull request #43148 from frappe/mergify/bp/version-15-hotfix/pr-43144
...
feat: utility report for identifying invalid ledger entries (backport #43144 )
2024-09-10 14:55:03 +05:30
ruthra kumar
a23e8b13be
fix: permission on guest PR creation
...
(cherry picked from commit ea02e5f15a )
2024-09-10 09:18:23 +00:00
ruthra kumar
9f09bf14cb
refactor: allow all accounts
...
(cherry picked from commit 43198c946b )
2024-09-10 09:07:06 +00:00
ruthra kumar
5413372aeb
refactor: fetch as dictionary
...
(cherry picked from commit 2126b10a92 )
2024-09-10 09:07:06 +00:00
ruthra kumar
710d30074d
refactor: barebones methods with basic logic
...
(cherry picked from commit b05b378ef0 )
2024-09-10 09:07:06 +00:00
ruthra kumar
14e30d12b4
refactor: standard filters
...
(cherry picked from commit dccbc1f432 )
2024-09-10 09:07:06 +00:00
ruthra kumar
5929d50c72
feat: utility report to identify invalid ledger entries
...
(cherry picked from commit 832c4aaf82 )
2024-09-10 09:07:06 +00:00
mergify[bot]
d2923bae85
fix: return type of get_party_details (backport #43131 ) ( #43134 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix: return type of `get_party_details` (#43131 )
2024-09-09 19:26:38 +02:00
Khushi Rawat
9e72a844f7
fix: pass company from asset to asset capitalization
...
(cherry picked from commit f3445d645d )
2024-09-09 17:00:01 +00:00
Khushi Rawat
208bd2b8ff
fix: unhide action button after form redirect
...
(cherry picked from commit 5ce5b1b6a2 )
2024-09-09 17:00:01 +00:00
mergify[bot]
5110975c6d
fix: incorrect actual cost in Procurement Tracker report (backport #43109 ) ( #43138 )
...
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:34:56 +05:30
ruthra kumar
82764af09e
Merge pull request #43132 from frappe/mergify/bp/version-15-hotfix/pr-43056
...
fix(Opening Invoice Creation Tool): translatability of messages (backport #43056 )
2024-09-09 16:54:08 +05:30
barredterra
3fd9df0d2e
fix(Opening Invoice Creation Tool): translatability of messages
...
(cherry picked from commit f3c5803198 )
2024-09-09 09:48:34 +00:00
ruthra kumar
cf81202d94
Merge pull request #43129 from frappe/mergify/bp/version-15-hotfix/pr-42801
...
fix(Delivery Note): translatability of validation errors (backport #42801 )
2024-09-09 15:15:45 +05:30
barredterra
0c0f103b83
refactor: extract common validation method
...
(cherry picked from commit 08646b7ab7 )
2024-09-09 09:14:23 +00:00
barredterra
ea4f7365ea
fix(Delivery Note): translatability of validation errors
...
(cherry picked from commit 34df6e39dc )
2024-09-09 09:14:23 +00:00
ruthra kumar
346c06977c
Merge pull request #43127 from frappe/mergify/bp/version-15-hotfix/pr-43051
...
fix: unreconcile allocation child table redirect url voucher no issue (backport #43051 )
2024-09-09 14:38:17 +05:30
Prashant Kamble
2dddd7906b
fix: unreconcile allocation child table redirect url voucher no issue
...
(cherry picked from commit 5d6f6a2fb9 )
2024-09-09 09:00:37 +00:00
ruthra kumar
026c2d7590
Merge pull request #43122 from frappe/mergify/bp/version-15-hotfix/pr-43022
...
feat: added revaluation surplus and impairment acc in standard charts… (backport #43022 )
2024-09-09 14:19:34 +05:30
ruthra kumar
8e5252d6f8
Merge pull request #43125 from frappe/mergify/bp/version-15-hotfix/pr-43064
...
fix: validate the item code when updating the other item's price rule (backport #43064 )
2024-09-09 14:16:49 +05:30
ruthra kumar
ffc119a8a4
Merge pull request #43123 from frappe/mergify/bp/version-15-hotfix/pr-43121
...
fix: set today in 'On This Date' in Available Batch Report (backport #43121 )
2024-09-09 14:14:19 +05:30
Bhavan23
8f4dc8048d
fix: validate the item code when updating the other item's price rule
...
(cherry picked from commit 45de18069c )
2024-09-09 08:43:58 +00:00
Nihantra C. Patel
03e3374a8b
fix: set today in 'On This Date' in Available Batch Report
...
(cherry picked from commit 9fd55e4c83 )
2024-09-09 08:26:38 +00:00
rahulgupta8848
ea86bc2235
feat: added revaluation surplus and impairment acc in standard charts… ( #43022 )
...
feat: added revaluation surplus and impairment acc in standard charts of accounts
Co-authored-by: “rahulgupta8848” <“rahul.gupta@8848digital.com ”>
(cherry picked from commit 8202f505cc )
2024-09-09 06:43:00 +00:00
ruthra kumar
60b81a2a59
Merge pull request #43120 from frappe/mergify/bp/version-15-hotfix/pr-43095
...
fix: check multi-currency on jv for common party accounting with foreign currency (backport #43095 )
2024-09-09 11:17:43 +05:30
ruthra kumar
354c34e4d8
chore: resolve conflict
2024-09-09 10:51:45 +05:30
ruthra kumar
a9bd11f59a
refactor(test): use change_settings decorator
...
(cherry picked from commit ee94fb37c8 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2024-09-09 05:06:38 +00:00
venkat102
33174b1ba2
fix: uncomment internal parties
...
(cherry picked from commit 454e18ad5f )
2024-09-09 05:06:38 +00:00
venkat102
47b216373d
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:38 +00:00
venkat102
d17baddb0d
fix: check multi-currency on jv for common party accounting with foreign currency
...
(cherry picked from commit 00938bfd4d )
2024-09-09 05:06:38 +00:00
mergify[bot]
80b5c16a2e
fix: Cannot read properties of null (reading 'doc') (backport #43071 ) ( #43118 )
...
fix: Cannot read properties of null (reading 'doc')
(cherry picked from commit 62c3389bd6 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-09-09 09:56:29 +05:30
Smit Vora
a9b142eccd
Merge pull request #43117 from frappe/mergify/bp/version-15-hotfix/pr-42753
...
fix: multiple fixes related to remarks for GL Report (backport #42753 )
2024-09-09 08:00:45 +05:30
Smit Vora
a66d1c30ae
Merge pull request #43116 from frappe/mergify/bp/version-15-hotfix/pr-42816
...
fix: ensure `SellingController.onload` gets called for SO & DN (backport #42816 )
2024-09-09 08:00:33 +05:30
Smit Vora
c379b783b1
Merge pull request #43092 from frappe/mergify/bp/version-15-hotfix/pr-43013
...
fix: `default_advance_account` field in Process Payment Reconciliation (backport #43013 )
2024-09-09 08:00:07 +05:30
Smit Vora
f45b1db1a4
fix: multiple fixes related to remarks for GL Report ( #42753 )
...
* fix: show remarks in report only if it exists
* fix: additional fixes to reduce redundancy in report print format
* fix: revert changes for supplier invoice reference
* fix: update remarks before submit to ensure all available details before submit are used
* fix: patch to update invoice remarks where it's not set
* fix: update remarks in payment ledger entry
(cherry picked from commit e5a49f738b )
2024-09-09 01:54:40 +00:00
Smit Vora
a69623c131
Merge pull request #43115 from frappe/mergify/bp/version-15-hotfix/pr-42736
...
refactor: age range in one field (backport #42736 )
2024-09-09 07:14:18 +05:30
Sagar Vora
2c1f72e44c
fix: ensure SellingController.onload gets called for SO & DN
...
(cherry picked from commit 8431e3c275 )
2024-09-09 01:44:17 +00:00
Smit Vora
3915018400
chore: resolve conflicts with backport
2024-09-09 07:00:32 +05:30
Sanket322
b832b60b28
refactor: age range in one field ( #42736 )
...
* fix: age range in one field
* fix: patch for custom reports
* refactor: stock ageing and account payable report
* fix: fixing the test cases
* fix: common patch for reports with ageing
* refactor: rename variable and minor refactor
* fix: fixing the test case
(cherry picked from commit 05de8994b0 )
2024-09-09 01:20:13 +00:00
Khushi Rawat
b70eb46222
Merge pull request #43099 from frappe/mergify/bp/version-15-hotfix/pr-43098
...
fix(minor): reorder expected value validation (backport #43098 )
2024-09-08 23:38:07 +05:30
Frappe PR Bot
829660e7f3
chore(release): Bumped to Version 15.34.2
...
## [15.34.2](https://github.com/frappe/erpnext/compare/v15.34.1...v15.34.2 ) (2024-09-07)
### Bug Fixes
* incorrect qty after transaction in SLE (backport [#43103 ](https://github.com/frappe/erpnext/issues/43103 )) ([#43105 ](https://github.com/frappe/erpnext/issues/43105 )) ([0bc947f ](0bc947f30d ))
2024-09-07 12:40:39 +00:00
rohitwaghchaure
4649cf0a25
Merge pull request #43107 from frappe/mergify/bp/version-15/pr-43105
...
fix: incorrect qty after transaction in SLE (backport #43103 ) (backport #43105 )
2024-09-07 18:09:17 +05:30
mergify[bot]
0bc947f30d
fix: incorrect qty after transaction in SLE (backport #43103 ) ( #43105 )
...
fix: incorrect qty after transaction in SLE (#43103 )
(cherry picked from commit 5ff87edc85 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 8447bf34f0 )
2024-09-07 12:04:01 +00:00
mergify[bot]
8447bf34f0
fix: incorrect qty after transaction in SLE (backport #43103 ) ( #43105 )
...
fix: incorrect qty after transaction in SLE (#43103 )
(cherry picked from commit 5ff87edc85 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-07 17:32:42 +05:30
Khushi Rawat
6fde07da0e
fix(minor): reorder expected value validation
...
(cherry picked from commit 0a6bf1559b )
2024-09-06 18:44:41 +00:00
ruthra kumar
6bd95a6d17
Merge pull request #43097 from frappe/mergify/bp/version-15-hotfix/pr-43077
...
fix: cancel common party advance jv while canceling the invoice (backport #43077 )
2024-09-06 20:41:20 +05:30
venkat102
6c74180e1c
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:08 +00:00
venkat102
9bd3d7a020
fix: cancel common party advance jv while canceling the invoice
...
(cherry picked from commit 6a928b92df )
2024-09-06 14:50:07 +00:00
ruthra kumar
84b0fa38d5
refactor: fetch advance account on party seleection
...
(cherry picked from commit c4ed04cb31 )
2024-09-06 09:48:47 +00:00
ljain112
75cb29890d
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
2024-09-06 09:48:47 +00:00
ruthra kumar
c31b4e6b4b
Merge pull request #43074 from frappe/mergify/bp/version-15-hotfix/pr-43070
...
fix: AP filter to simulate employee advance as a ledger impacting voucher (backport #43070 )
2024-09-06 10:09:30 +05:30
ruthra kumar
cb64f90d7d
chore: resolve conflict
2024-09-05 17:22:47 +05:30
Frappe PR Bot
7f261f3448
chore(release): Bumped to Version 15.34.1
...
## [15.34.1](https://github.com/frappe/erpnext/compare/v15.34.0...v15.34.1 ) (2024-09-05)
### Bug Fixes
* add the company in payment request bcz delete company transactions (backport [#42664 ](https://github.com/frappe/erpnext/issues/42664 )) ([#42982 ](https://github.com/frappe/erpnext/issues/42982 )) ([42e7725 ](42e7725442 ))
* added app permission check for apps page ([a35ce12 ](a35ce12d60 ))
* adjust price insertion logic for internal suppliers/customers ([#42988 ](https://github.com/frappe/erpnext/issues/42988 )) ([daa75ee ](daa75eea00 ))
* auto reorder material request mail issue (backport [#43066 ](https://github.com/frappe/erpnext/issues/43066 )) ([#43068 ](https://github.com/frappe/erpnext/issues/43068 )) ([d2b2002 ](d2b2002664 ))
* **capitalization:** debit cwip account instead of fixed asset account ([#42857 ](https://github.com/frappe/erpnext/issues/42857 )) ([f3c60ea ](f3c60ea0a7 ))
* company accounts setup_queries ([b99cdb5 ](b99cdb5be7 ))
* disabled batches showing in the list (backport [#43024 ](https://github.com/frappe/erpnext/issues/43024 )) ([#43069 ](https://github.com/frappe/erpnext/issues/43069 )) ([56dad7d ](56dad7d365 ))
* don't allow capitalizing only service item for new composite asset ([a833010 ](a833010d2b ))
* improve asset item matching logic ([3bb1867 ](3bb186736d ))
* indentation ([4d7c0c0 ](4d7c0c004a ))
* link Purchase Invoice and Receipt Items to Asset ([1121c66 ](1121c6663f ))
* retain date filter when redirecting in Profit and Loss report ([f0e3fb4 ](f0e3fb466a ))
* typeerror on Payment Entry ([6d51d14 ](6d51d14dfd ))
* typerror on default_currency ([7d6984c ](7d6984c873 ))
* update develop_version in hooks ([6c8e0fd ](6c8e0fd1fb ))
* validate component quantity according to BOM (backport [#43011 ](https://github.com/frappe/erpnext/issues/43011 )) ([#43014 ](https://github.com/frappe/erpnext/issues/43014 )) ([fee2255 ](fee2255661 ))
2024-09-05 11:44:28 +00:00
ruthra kumar
efdc2173b2
refactor: filter to toggle employee advance scenario in AP
...
(cherry picked from commit 257e13c299 )
# Conflicts:
# erpnext/accounts/report/accounts_payable/accounts_payable.js
2024-09-05 11:44:04 +00:00
ruthra kumar
99828d945f
refactor: Handle Emp Advance as separate row in AP report
...
(cherry picked from commit eedf22b07a )
2024-09-05 11:44:03 +00:00
ruthra kumar
11a6ebaeef
Merge pull request #43026 from frappe/version-15-hotfix
...
chore: release v15
2024-09-05 17:13:12 +05:30
mergify[bot]
d2b2002664
fix: auto reorder material request mail issue (backport #43066 ) ( #43068 )
...
fix: auto reorder material request mail issue (#43066 )
fix: auto reorder matreial request mail issue
(cherry picked from commit a8055a6da9 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-05 16:00:47 +05:30
mergify[bot]
56dad7d365
fix: disabled batches showing in the list (backport #43024 ) ( #43069 )
...
fix: disabled batches showing in the list (#43024 )
(cherry picked from commit c13a147df1 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-05 16:00:33 +05:30
Khushi Rawat
6869e5dde9
Merge pull request #43039 from khushi8112/backport-asset-value-through-landed-cost-voucher
...
fix: backport asset value through landed cost voucher
2024-09-05 14:53:51 +05:30
Khushi Rawat
5d5ec2ab7c
chore: resolve test failing
2024-09-05 14:31:05 +05:30
Khushi Rawat
f5a4ec129b
chore: patch correction
2024-09-05 14:31:05 +05:30
Khushi Rawat
e185a06a15
refactor: rename to in SLE query functions
2024-09-05 14:31:05 +05:30
Khushi Rawat
193d7981ea
chore: linters/semgrep check
2024-09-05 14:31:05 +05:30
Khushi Rawat
957eabf53e
chore: resolved linter warnings with #nosemgrep
2024-09-05 14:31:05 +05:30
Khushi Rawat
3bb186736d
fix: improve asset item matching logic
2024-09-05 14:31:05 +05:30
Khushi Rawat
1121c6663f
fix: link Purchase Invoice and Receipt Items to Asset
2024-09-05 14:31:05 +05:30
Smit Vora
944479313c
Merge pull request #43046 from frappe/mergify/bp/version-15-hotfix/pr-42988
...
fix: adjust price insertion logic for internal suppliers/customers (backport #42988 )
2024-09-04 13:19:52 +05:30
Lakshit Jain
daa75eea00
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:27:47 +00:00
ruthra kumar
a2b7fc18ab
Merge pull request #43033 from frappe/mergify/bp/version-15-hotfix/pr-43030
...
fix: typerror on default_currency (backport #43030 )
2024-09-03 16:51:22 +05:30
ruthra kumar
7d6984c873
fix: typerror on default_currency
...
(cherry picked from commit 4a7cc4da87 )
2024-09-03 11:11:29 +00:00
Nihantra C. Patel
64cbf446bd
Merge pull request #43031 from frappe/mergify/bp/version-15-hotfix/pr-43029
...
fix: move setup_queries to refresh event for company (backport #43029 )
2024-09-03 16:12:27 +05:30
Nihantra C. Patel
b99cdb5be7
fix: company accounts setup_queries
...
(cherry picked from commit 80ace72541 )
2024-09-03 10:36:29 +00:00
ruthra kumar
d6de50634f
Merge pull request #43028 from frappe/mergify/bp/version-15-hotfix/pr-42974
...
fix: retain date filter when redirecting in Profit and Loss report (backport #42974 )
2024-09-03 15:51:46 +05:30
vishnu
4d7c0c004a
fix: indentation
...
(cherry picked from commit 598e9c1390 )
2024-09-03 10:14:32 +00:00
vishnu
f0e3fb466a
fix: retain date filter when redirecting in Profit and Loss report
...
(cherry picked from commit bb29fc4c3d )
2024-09-03 10:14:31 +00:00
Khushi Rawat
8337439589
Merge pull request #43018 from frappe/mergify/bp/version-15-hotfix/pr-43015
...
chore: test case failing issue (backport #43015 )
2024-09-03 03:55:32 +05:30
Khushi Rawat
88e5ed7998
chore: test case failing issue
...
(cherry picked from commit 0bdffdfa98 )
2024-09-02 22:09:22 +00:00
mergify[bot]
fee2255661
fix: validate component quantity according to BOM (backport #43011 ) ( #43014 )
...
* fix: validate component quantity according to BOM (#43011 )
(cherry picked from commit f3b91d4d62 )
# Conflicts:
# erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-02 16:29:30 +05:30
Nihantra C. Patel
23d91145d0
Merge pull request #43009 from frappe/mergify/bp/version-15-hotfix/pr-43008
...
fix: update develop_version in hooks (backport #43008 )
2024-09-02 12:21:03 +05:30
Nihantra C. Patel
6c8e0fd1fb
fix: update develop_version in hooks
...
(cherry picked from commit 01b345e046 )
2024-09-02 06:13:37 +00:00
Shariq Ansari
512a171ad5
Merge pull request #42994 from frappe/mergify/bp/version-15-hotfix/pr-42993
...
fix: added app permission check for apps page (backport #42993 )
2024-08-30 18:05:55 +05:30
Shariq Ansari
30f034555b
chore: linter fix
...
(cherry picked from commit 1d9ed27a89 )
2024-08-30 12:06:10 +00:00
Shariq Ansari
a35ce12d60
fix: added app permission check for apps page
...
(cherry picked from commit e8f8fb8a8f )
2024-08-30 12:06:10 +00:00
Khushi Rawat
8cf057849e
Merge pull request #42986 from frappe/mergify/bp/version-15-hotfix/pr-42857
...
fix(capitalization): debit cwip account instead of fixed asset account (backport #42857 )
2024-08-30 00:46:06 +05:30
Khushi Rawat
f3c60ea0a7
fix(capitalization): debit cwip account instead of fixed asset account ( #42857 )
...
* fix(capitalization): debit cwip account instead of fixed asset account
* fix: post entries for capitalized asset through background jobs
* chore: run pre-commit
* fix: correct GL entries posting for composite assets
* fix(minor): resolve failing check
* chore: update gl entry check logic
* chore: handle none values
(cherry picked from commit 5d99f17583 )
2024-08-29 11:01:03 +00:00
ruthra kumar
c724573a18
Merge pull request #42985 from frappe/mergify/bp/version-15-hotfix/pr-42983
...
refactor: link utility report with bank reconciliation statement (backport #42983 )
2024-08-29 16:19:47 +05:30
ruthra kumar
53e1b57354
refactor: link utility report with bank reconciliation statement
...
(cherry picked from commit 00eac65712 )
2024-08-29 10:42:57 +00:00
mergify[bot]
42e7725442
fix: add the company in payment request bcz delete company transactions (backport #42664 ) ( #42982 )
...
* fix: add the company in payment request bcz delete company transactions
(cherry picked from commit 12834ccf9a )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.json
* fix: link company when make payment request
(cherry picked from commit e3008843d1 )
* fix: add the company in payment request bcz delete company transactions --conflicts
---------
Co-authored-by: Nihantra Patel <nihantra@frappe.io >
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-08-29 15:41:08 +05:30
ruthra kumar
18b7af977c
Merge pull request #42981 from frappe/mergify/bp/version-15-hotfix/pr-42979
...
refactor: better UX on Bank Clearance tool (backport #42979 )
2024-08-29 14:07:49 +05:30
ruthra kumar
db746a4def
refactor: better UX on Bank Clearance tool
...
(cherry picked from commit 6a06e26d04 )
2024-08-29 08:25:12 +00:00
Khushi Rawat
3d5fb5fc90
Merge pull request #42977 from frappe/mergify/bp/version-15-hotfix/pr-42976
...
fix: don't allow capitalizing only service item for new composite asset (backport #42976 )
2024-08-29 11:47:28 +05:30
Khushi Rawat
a833010d2b
fix: don't allow capitalizing only service item for new composite asset
...
(cherry picked from commit f1d2138258 )
2024-08-28 20:43:15 +00:00
ruthra kumar
0d6148f218
Merge pull request #42968 from frappe/mergify/bp/version-15-hotfix/pr-42966
...
fix: typeerror on Payment Entry (backport #42966 )
2024-08-28 13:21:32 +05:30
ruthra kumar
6d51d14dfd
fix: typeerror on Payment Entry
...
(cherry picked from commit e9cf8937cd )
2024-08-28 06:58:04 +00:00
Frappe PR Bot
cb2cb4447a
chore(release): Bumped to Version 15.34.0
...
# [15.34.0](https://github.com/frappe/erpnext/compare/v15.33.5...v15.34.0 ) (2024-08-28)
### Bug Fixes
* calculation correction for annual depreciation ([fa85482 ](fa85482662 ))
* call 'process' directly instead of creating 'process_subscripti ([7582827 ](758282739e ))
* Cannot read properties of null (reading 'doctype') (backport [#42941 ](https://github.com/frappe/erpnext/issues/42941 )) ([#42943 ](https://github.com/frappe/erpnext/issues/42943 )) ([2c99075 ](2c99075899 ))
* Column 'valuation_rate' cannot be null (backport [#42909 ](https://github.com/frappe/erpnext/issues/42909 )) ([#42913 ](https://github.com/frappe/erpnext/issues/42913 )) ([8c350d4 ](8c350d43b2 ))
* custom stock entry type issue (backport [#42835 ](https://github.com/frappe/erpnext/issues/42835 )) ([#42846 ](https://github.com/frappe/erpnext/issues/42846 )) ([831e2aa ](831e2aaf18 ))
* do not copy date fields in opportunity doctype ([7401dc4 ](7401dc4015 ))
* get amount with taxes and charges from payment entry ([c54e97b ](c54e97b89a ))
* include erpnext in apps page ([7428df8 ](7428df8778 ))
* incorrect in and out qty in the Batch-Wise Balance History (backport [#42866 ](https://github.com/frappe/erpnext/issues/42866 )) ([#42876 ](https://github.com/frappe/erpnext/issues/42876 )) ([d9ca680 ](d9ca680a29 ))
* incorrect Received Qty Amount in Purchase Order Analysis (backport [#42852 ](https://github.com/frappe/erpnext/issues/42852 )) ([#42854 ](https://github.com/frappe/erpnext/issues/42854 )) ([72c1609 ](72c16097d6 ))
* last purchase rate not updated from purchase invoice (backport [#42847 ](https://github.com/frappe/erpnext/issues/42847 )) ([#42853 ](https://github.com/frappe/erpnext/issues/42853 )) ([2203ea9 ](2203ea9301 ))
* LCV based on purchase invoice amount with multi-currency (backport [#42890 ](https://github.com/frappe/erpnext/issues/42890 )) ([#42894 ](https://github.com/frappe/erpnext/issues/42894 )) ([ff868a9 ](ff868a9290 ))
* make party naming sequential when naming_by set as auto name ([0650c22 ](0650c22b53 ))
* not able to make stock entry against MR (backport [#42874 ](https://github.com/frappe/erpnext/issues/42874 )) ([#42875 ](https://github.com/frappe/erpnext/issues/42875 )) ([08bed61 ](08bed618f6 ))
* same posting date and time, creation causing incorrect balance qty (backport [#42904 ](https://github.com/frappe/erpnext/issues/42904 )) ([#42920 ](https://github.com/frappe/erpnext/issues/42920 )) ([2624892 ](26248924b6 ))
* spec mobile and email fields for notifications ([f56ee58 ](f56ee58e81 ))
* timeout while submitting stock entry (backport [#42929 ](https://github.com/frappe/erpnext/issues/42929 )) ([#42931 ](https://github.com/frappe/erpnext/issues/42931 )) ([ec26c92 ](ec26c92263 ))
* unsupported operand type(s) for *: 'float' and 'NoneType' (backport [#42916 ](https://github.com/frappe/erpnext/issues/42916 )) ([#42918 ](https://github.com/frappe/erpnext/issues/42918 )) ([8d29dc6 ](8d29dc6a81 ))
* update dimesions in exchange_gain_loss jv based on base document ([caa6ca1 ](caa6ca1d0b ))
* Update get_amount to return currency precision grand total ([976abf7 ](976abf7b3c ))
* use of incorrect attribute ([80244ba ](80244bafa4 ))
### Features
* added finance book filter in depreciation and balances report ([5bdd298 ](5bdd2989c6 ))
* Disassembly Order (backport [#42655 ](https://github.com/frappe/erpnext/issues/42655 )) ([#42957 ](https://github.com/frappe/erpnext/issues/42957 )) ([8d8dd0c ](8d8dd0cd2b ))
* report to identify incorrectly cleared cheques ([25193c5 ](25193c5e92 ))
2024-08-28 05:04:27 +00:00
ruthra kumar
b3a8fe9391
Merge pull request #42937 from frappe/version-15-hotfix
...
chore: release v15
2024-08-28 10:33:09 +05:30
ruthra kumar
2a820a85ed
Merge pull request #42952 from frappe/mergify/bp/version-15-hotfix/pr-41925
...
fix: spec mobile and email fields for notifications (backport #41925 )
2024-08-28 10:13:26 +05:30
mergify[bot]
8d8dd0cd2b
feat: Disassembly Order (backport #42655 ) ( #42957 )
...
* feat: Disassembly Order (#42655 )
(cherry picked from commit 663a08e4cd )
# Conflicts:
# erpnext/stock/doctype/stock_entry_type/stock_entry_type.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-27 23:07:37 +05:30
ruthra kumar
3a5f19853a
Merge pull request #42947 from frappe/mergify/bp/version-15-hotfix/pr-42923
...
fix: get amount with taxes and charges from payment entry (backport #42923 )
2024-08-27 17:39:30 +05:30
Khushi Rawat
c0dd794e15
Merge pull request #42944 from frappe/mergify/bp/version-15-hotfix/pr-42939
...
feat: added finance book filter in depreciation and balances report (backport #42939 )
2024-08-27 17:18:10 +05:30
David
f56ee58e81
fix: spec mobile and email fields for notifications
...
(cherry picked from commit 18993a97ce )
2024-08-27 11:45:40 +00:00
mergify[bot]
2c99075899
fix: Cannot read properties of null (reading 'doctype') (backport #42941 ) ( #42943 )
...
fix: Cannot read properties of null (reading 'doctype') (#42941 )
(cherry picked from commit 86d3a9ab03 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-27 17:15:23 +05:30
ruthra kumar
01cd509113
Merge pull request #42950 from frappe/mergify/bp/version-15-hotfix/pr-41949
...
refactor: item-wise purchase history (query to script report) (backport #41949 )
2024-08-27 17:11:46 +05:30
ruthra kumar
5563bea789
Merge pull request #42949 from frappe/mergify/bp/version-15-hotfix/pr-42936
...
fix: remove unnecessary condition on 'voucher_no' (backport #42936 )
2024-08-27 17:08:56 +05:30
Nihantra Patel
a0a932a235
refactor: item-wise purchase history (query to script report) --upd
...
(cherry picked from commit 2851764ed6 )
2024-08-27 11:19:03 +00:00
Nihantra Patel
6f75a3c617
refactor: item-wise purchase history (query to script report) --prettier
...
(cherry picked from commit 7bae18aba8 )
2024-08-27 11:19:03 +00:00
Nihantra Patel
a4d3934f75
refactor: item-wise purchase history (query to script report) --prettier
...
(cherry picked from commit f740c94363 )
2024-08-27 11:19:03 +00:00
Nihantra Patel
b4171e4bd9
refactor: item-wise purchase history (query to script report) -- formatter
...
(cherry picked from commit 003a9608dc )
2024-08-27 11:19:03 +00:00
Nihantra Patel
76d32ab07a
refactor: item-wise purchase history (query to script report)
...
(cherry picked from commit 49331e6109 )
2024-08-27 11:19:03 +00:00
Nihantra Patel
3d469db47b
refactor: item-wise purchase history (query to script report)
...
(cherry picked from commit 5de91cf55e )
2024-08-27 11:19:02 +00:00
ruthra kumar
80244bafa4
fix: use of incorrect attribute
...
(cherry picked from commit fb32d2cafb )
2024-08-27 11:06:38 +00:00
venkat102
c54e97b89a
fix: get amount with taxes and charges from payment entry
...
(cherry picked from commit b3a901b631 )
2024-08-27 11:01:36 +00:00
ruthra kumar
14202fae06
Merge pull request #42453 from mujeerhashmi/patch-2
...
fix: Update get_amount to return currency precision grand total
2024-08-27 16:29:08 +05:30
Khushi Rawat
9fc0ac1a92
chore: resolved linter warnings with #nosemgrep
...
(cherry picked from commit adf1e487e1 )
2024-08-27 10:54:11 +00:00
Khushi Rawat
5bdd2989c6
feat: added finance book filter in depreciation and balances report
...
(cherry picked from commit 45804c68f0 )
2024-08-27 10:54:10 +00:00
ruthra kumar
42dccadff1
Merge pull request #42940 from frappe/mergify/bp/version-15-hotfix/pr-42921
...
fix: make party naming sequential when naming_by set as auto name (backport #42921 )
2024-08-27 16:13:00 +05:30
venkat102
0650c22b53
fix: make party naming sequential when naming_by set as auto name
...
(cherry picked from commit c9015f7c04 )
2024-08-27 10:07:50 +00:00
mergify[bot]
ec26c92263
fix: timeout while submitting stock entry (backport #42929 ) ( #42931 )
...
fix: timeout while submitting stock entry (#42929 )
(cherry picked from commit ca2fde891e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-27 11:03:45 +05:30
mergify[bot]
26248924b6
fix: same posting date and time, creation causing incorrect balance qty (backport #42904 ) ( #42920 )
...
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 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-27 09:30:47 +05:30
mergify[bot]
8d29dc6a81
fix: unsupported operand type(s) for *: 'float' and 'NoneType' (backport #42916 ) ( #42918 )
...
fix: unsupported operand type(s) for *: 'float' and 'NoneType' (#42916 )
(cherry picked from commit 10434742e9 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-26 18:18:31 +05:30
ruthra kumar
6eb50fa300
Merge pull request #42915 from frappe/mergify/bp/version-15-hotfix/pr-42887
...
fix: update dimesions in exchange_gain_loss jv based on base document (backport #42887 )
2024-08-26 17:56:21 +05:30
mergify[bot]
8c350d43b2
fix: Column 'valuation_rate' cannot be null (backport #42909 ) ( #42913 )
...
fix: Column 'valuation_rate' cannot be null (#42909 )
(cherry picked from commit 92bde71ab1 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-26 17:35:20 +05:30
ljain112
caa6ca1d0b
fix: update dimesions in exchange_gain_loss jv based on base document
...
(cherry picked from commit 96df19149d )
2024-08-26 12:01:28 +00:00
ruthra kumar
47f1714be4
Merge pull request #42912 from frappe/mergify/bp/version-15-hotfix/pr-42910
...
feat: utility report to better diagnose incorrectly cleared Cheques and Deposits (backport #42910 )
2024-08-26 16:32:29 +05:30
ruthra kumar
ecb0506dba
refactor: build dictionary for Journal
...
remove redundant filter
(cherry picked from commit 2144e0337d )
2024-08-26 10:11:24 +00:00
ruthra kumar
42382b3945
chore: remove redundant column
...
(cherry picked from commit 74b36db24e )
2024-08-26 10:11:23 +00:00
ruthra kumar
993114942e
refactor: build dict for payment entry
...
(cherry picked from commit 784dec24c8 )
2024-08-26 10:11:23 +00:00
ruthra kumar
5a28a1728e
refactor: working state with minimum functions
...
(cherry picked from commit 4cd023444a )
2024-08-26 10:11:23 +00:00
ruthra kumar
80a5df0e96
refactor: barebones functions
...
(cherry picked from commit ceaa1be729 )
2024-08-26 10:11:23 +00:00
ruthra kumar
25193c5e92
feat: report to identify incorrectly cleared cheques
...
(cherry picked from commit 28890fa833 )
2024-08-26 10:11:23 +00:00
ruthra kumar
1ee14ac135
Merge pull request #42907 from frappe/mergify/bp/version-15-hotfix/pr-42905
...
refactor: better err msg on clearance tool (backport #42905 )
2024-08-26 15:29:48 +05:30
ruthra kumar
a3e5ffe915
refactor: better err msg on clearance tool
...
(cherry picked from commit 092411b54f )
2024-08-26 08:55:01 +00:00
mergify[bot]
ff868a9290
fix: LCV based on purchase invoice amount with multi-currency (backport #42890 ) ( #42894 )
...
fix: LCV based on purchase invoice amount with multi-currency (#42890 )
(cherry picked from commit 6721ae76de )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-26 13:25:18 +05:30
Smit Vora
247ae7a965
Merge pull request #42892 from frappe/mergify/bp/version-15-hotfix/pr-42848
...
fix: do not copy date fields in opportunity doctype (backport #42848 )
2024-08-24 13:12:13 +05:30
Smit Vora
3a149b3c9b
chore: resolve conflicts
2024-08-24 12:38:49 +05:30
mergify[bot]
08bed618f6
fix: not able to make stock entry against MR (backport #42874 ) ( #42875 )
...
fix: not able to make stock entry against MR (#42874 )
(cherry picked from commit 63ca1025bc )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-23 15:22:39 +05:30
mergify[bot]
d9ca680a29
fix: incorrect in and out qty in the Batch-Wise Balance History (backport #42866 ) ( #42876 )
...
fix: incorrect in and out qty in the Batch-Wise Balance History (#42866 )
(cherry picked from commit ce7f6ee71c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-23 15:22:23 +05:30
ljain112
7401dc4015
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:33 +00:00
Frappe PR Bot
eb7e063d5c
chore(release): Bumped to Version 15.33.5
...
## [15.33.5](https://github.com/frappe/erpnext/compare/v15.33.4...v15.33.5 ) (2024-08-23)
### Bug Fixes
* include erpnext in apps page ([be736cf ](be736cf641 ))
2024-08-23 00:37:45 +00:00
ruthra kumar
0dbe79645c
Merge pull request #42882 from frappe/mergify/bp/version-15/pr-42727
...
fix: include erpnext in apps page (backport #42727 )
2024-08-23 06:05:20 +05:30
Shariq Ansari
995773088a
chore: renamed include_as_app to include_in_apps_screen
...
(cherry picked from commit 5280132423 )
2024-08-23 00:19:55 +00:00
Shariq Ansari
be736cf641
fix: include erpnext in apps page
...
(cherry picked from commit 1d52ef7afe )
2024-08-23 00:19:54 +00:00
ruthra kumar
85089d3d64
Merge pull request #42871 from frappe/mergify/bp/version-15-hotfix/pr-42867
...
fix: call 'process' directly instead of creating 'process_subscription' (backport #42867 )
2024-08-22 17:51:37 +05:30
ruthra kumar
eed6d2b81c
Merge pull request #42869 from frappe/mergify/bp/version-15-hotfix/pr-42851
...
refactor: Allow equity type Account in Payment Entry for shareholders (backport #42851 )
2024-08-22 17:30:50 +05:30
Shariq Ansari
edf53f1ab7
Merge pull request #42863 from frappe/mergify/bp/version-15-hotfix/pr-42727
...
fix: include erpnext in apps page (backport #42727 )
2024-08-22 17:24:33 +05:30
ruthra kumar
758282739e
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
49d995c3ac
refactor: filter shareholder on company
...
(cherry picked from commit 63ad9f4f86 )
2024-08-22 11:40:39 +00:00
ruthra kumar
72ca2ec9a5
refactor: allow equity types on Payment Entry
...
(cherry picked from commit 6cbf98294a )
2024-08-22 11:40:39 +00:00
Shariq Ansari
4297895bd9
chore: renamed include_as_app to include_in_apps_screen
...
(cherry picked from commit 5280132423 )
2024-08-22 06:57:25 +00:00
Shariq Ansari
7428df8778
fix: include erpnext in apps page
...
(cherry picked from commit 1d52ef7afe )
2024-08-22 06:57:25 +00:00
Khushi Rawat
767c79663c
Merge pull request #42862 from frappe/mergify/bp/version-15-hotfix/pr-42861
...
fix(minor): calculation correction for annual depreciation (backport #42861 )
2024-08-22 11:56:08 +05:30
Khushi Rawat
fa85482662
fix: calculation correction for annual depreciation
...
(cherry picked from commit f440243b75 )
2024-08-22 05:48:09 +00:00
mergify[bot]
831e2aaf18
fix: custom stock entry type issue (backport #42835 ) ( #42846 )
...
* fix: custom stock entry type issue (#42835 )
(cherry picked from commit 9c82c2b5d3 )
# Conflicts:
# erpnext/stock/doctype/stock_entry_type/stock_entry_type.py
* chore: fix conflicts
* chore: fix linters issue
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-21 16:46:05 +05:30
Frappe PR Bot
9ac665b4bd
chore(release): Bumped to Version 15.33.4
...
## [15.33.4](https://github.com/frappe/erpnext/compare/v15.33.3...v15.33.4 ) (2024-08-21)
### Bug Fixes
* incorrect Received Qty Amount in Purchase Order Analysis (backport [#42852 ](https://github.com/frappe/erpnext/issues/42852 )) (backport [#42854 ](https://github.com/frappe/erpnext/issues/42854 )) ([#42856 ](https://github.com/frappe/erpnext/issues/42856 )) ([8d8d84b ](8d8d84bae4 ))
* last purchase rate not updated from purchase invoice (backport [#42847 ](https://github.com/frappe/erpnext/issues/42847 )) (backport [#42853 ](https://github.com/frappe/erpnext/issues/42853 )) ([#42855 ](https://github.com/frappe/erpnext/issues/42855 )) ([9f4cb98 ](9f4cb98de6 ))
2024-08-21 11:08:23 +00:00
mergify[bot]
8d8d84bae4
fix: incorrect Received Qty Amount in Purchase Order Analysis (backport #42852 ) (backport #42854 ) ( #42856 )
...
fix: incorrect Received Qty Amount in Purchase Order Analysis (backport #42852 ) (#42854 )
fix: incorrect Received Qty Amount in Purchase Order Analysis (#42852 )
(cherry picked from commit fb846ffa12 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 72c16097d6 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-08-21 16:37:08 +05:30
mergify[bot]
9f4cb98de6
fix: last purchase rate not updated from purchase invoice (backport #42847 ) (backport #42853 ) ( #42855 )
...
fix: last purchase rate not updated from purchase invoice (backport #42847 ) (#42853 )
fix: last purchase rate not updated from purchase invoice (#42847 )
(cherry picked from commit 5b9309cf34 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 2203ea9301 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-08-21 16:37:00 +05:30
mergify[bot]
72c16097d6
fix: incorrect Received Qty Amount in Purchase Order Analysis (backport #42852 ) ( #42854 )
...
fix: incorrect Received Qty Amount in Purchase Order Analysis (#42852 )
(cherry picked from commit fb846ffa12 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-21 16:12:33 +05:30
mergify[bot]
2203ea9301
fix: last purchase rate not updated from purchase invoice (backport #42847 ) ( #42853 )
...
fix: last purchase rate not updated from purchase invoice (#42847 )
(cherry picked from commit 5b9309cf34 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-21 15:20:50 +05:30
Frappe PR Bot
28c9f2adab
chore(release): Bumped to Version 15.33.3
...
## [15.33.3](https://github.com/frappe/erpnext/compare/v15.33.2...v15.33.3 ) (2024-08-21)
### Bug Fixes
* Auto Create Serial and Batch Bundle For Outward (backport [#42778 ](https://github.com/frappe/erpnext/issues/42778 )) ([#42792 ](https://github.com/frappe/erpnext/issues/42792 )) ([7cc7179 ](7cc7179b05 ))
* backport german translations from develop ([9e9de4c ](9e9de4c99e ))
* bank reconcilation tool cost center company filter adding ([cd59940 ](cd5994017c ))
* Create Sales Order from Quotation for Prospect ([f547bef ](f547befeb9 ))
* create SO from Quot for Prospect --conflicts ([ec0201c ](ec0201cb85 ))
* create SO from Quot for Prospect --conflicts ([5d7fb1d ](5d7fb1d945 ))
* disable rename from warehouse ([3a1ad6e ](3a1ad6e844 ))
* disable rename from warehouse ([40abd82 ](40abd82e2d ))
* dropping index to improve performance (backport [#42820 ](https://github.com/frappe/erpnext/issues/42820 )) ([#42821 ](https://github.com/frappe/erpnext/issues/42821 )) ([b24de3e ](b24de3e35b ))
* german translations ([751c209 ](751c20984f ))
* german translations of "HR" ([6f7fdbe ](6f7fdbefac ))
* ignore pricing rule while making DN from Pick List (backport [#42763 ](https://github.com/frappe/erpnext/issues/42763 )) ([#42768 ](https://github.com/frappe/erpnext/issues/42768 )) ([aba54ba ](aba54ba18f ))
* not able to create the batch (backport [#42784 ](https://github.com/frappe/erpnext/issues/42784 )) ([#42785 ](https://github.com/frappe/erpnext/issues/42785 )) ([0f9849e ](0f9849e672 ))
* **patch:** replace repost with direct sql to update 'against_voucher ([e420fa9 ](e420fa9779 ))
* removed extra filter condition ([b84ca04 ](b84ca04975 ))
* set up filters for dimensions ([abb8866 ](abb88662c1 ))
* translatability of boldened text ([4914481 ](4914481105 ))
* update the testcase format ([33542cb ](33542cb909 ))
* update the testcase format ([549dc28 ](549dc286d0 ))
### Performance Improvements
* asset creation from purchase receipt ([1040198 ](1040198ce1 ))
* data import for stock entries (backport [#42711 ](https://github.com/frappe/erpnext/issues/42711 )) ([#42819 ](https://github.com/frappe/erpnext/issues/42819 )) ([0344442 ](0344442d42 ))
2024-08-21 05:22:44 +00:00
ruthra kumar
d04f7ffe87
Merge pull request #42832 from frappe/version-15-hotfix
...
chore: release v15
2024-08-21 10:51:29 +05:30
Khushi Rawat
21e5c01f11
Merge pull request #42828 from frappe/mergify/bp/version-15-hotfix/pr-42824
...
perf: asset creation from purchase receipt (backport #42824 )
2024-08-20 15:17:51 +05:30
mergify[bot]
ae6c1a30ac
refactor: brand js and allow quick entry (backport #42829 ) ( #42830 )
...
* refactor: brand js and allow quick entry (#42829 )
* refactor: brand js and allow quick entry
* refactor: brand js and allow quick entry --prettier
* refactor: brand js and allow quick entry --prettier
(cherry picked from commit a1183f0165 )
# Conflicts:
# erpnext/setup/doctype/brand/brand.json
* refactor: brand js and allow quick entry --refactor
---------
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-08-20 15:03:23 +05:30
Khushi Rawat
1040198ce1
perf: asset creation from purchase receipt
...
(cherry picked from commit 6e84fc5143 )
2024-08-20 08:12:48 +00:00
Nihantra C. Patel
69878b7847
Merge pull request #42826 from frappe/mergify/bp/version-15-hotfix/pr-42379
...
fix: Create Sales Order from Quotation for Prospect (backport #42379 )
2024-08-20 11:57:29 +05:30
Nihantra C. Patel
ec0201cb85
fix: create SO from Quot for Prospect --conflicts
2024-08-20 11:34:27 +05:30
Nihantra C. Patel
5d7fb1d945
fix: create SO from Quot for Prospect --conflicts
2024-08-20 11:31:49 +05:30
Nihantra Patel
33542cb909
fix: update the testcase format
...
(cherry picked from commit ee44022249 )
2024-08-20 05:11:02 +00:00
Nihantra Patel
549dc286d0
fix: update the testcase format
...
(cherry picked from commit 29d50b770e )
2024-08-20 05:11:02 +00:00
Nihantra Patel
f547befeb9
fix: Create Sales Order from Quotation for Prospect
...
(cherry picked from commit 2f63fae31d )
# Conflicts:
# erpnext/selling/doctype/quotation/quotation.py
2024-08-20 05:11:02 +00:00
ruthra kumar
a144059c7c
Merge pull request #42825 from frappe/mergify/bp/version-15-hotfix/pr-42731
...
fix: bank reconcilation tool cost center company filter adding (backport #42731 )
2024-08-20 10:35:21 +05:30
Parameshwari Palanisamy
b96361e837
refactor: update dialog_manager.js
...
(cherry picked from commit 6d19aae423 )
2024-08-20 04:44:47 +00:00
creative-paramu
cd5994017c
fix: bank reconcilation tool cost center company filter adding
...
(cherry picked from commit 6e2ac09821 )
2024-08-20 04:44:47 +00:00
Raffael Meyer
431fb62803
Merge pull request #42823 from barredterra/backport-german-translations
2024-08-19 19:25:16 +02:00
barredterra
9e9de4c99e
fix: backport german translations from develop
2024-08-19 16:43:22 +02:00
Raffael Meyer
d3369368db
Merge pull request #42804 from frappe/mergify/bp/version-15-hotfix/pr-42800
...
fix: translatability of boldened text (backport #42800 )
2024-08-19 16:03:11 +02:00
mergify[bot]
b24de3e35b
fix: dropping index to improve performance (backport #42820 ) ( #42821 )
...
fix: dropping index to improve performance (#42820 )
fix: droping index to improve peformance
(cherry picked from commit 5404b21c7d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-19 17:34:24 +05:30
mergify[bot]
0344442d42
perf: data import for stock entries (backport #42711 ) ( #42819 )
...
perf: data import for stock entries (#42711 )
(cherry picked from commit 1511280464 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-19 14:55:41 +05:30
Raffael Meyer
0decd0955b
Merge pull request #42805 from barredterra/de-hr-transl
2024-08-17 02:49:22 +02:00
barredterra
6f7fdbefac
fix: german translations of "HR"
2024-08-17 02:48:39 +02:00
barredterra
dbd466b6b2
chore: resolve conflicts
2024-08-17 02:24:58 +02:00
barredterra
4914481105
fix: translatability of boldened text
...
(cherry picked from commit af0ae930ca )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2024-08-17 00:21:05 +00:00
Raffael Meyer
8514c01a91
Merge pull request #42798 from barredterra/20240816-de-translations
2024-08-16 19:11:37 +02:00
barredterra
751c20984f
fix: german translations
2024-08-16 18:54:06 +02:00
Frappe PR Bot
81b1cbd367
chore(release): Bumped to Version 15.33.2
...
## [15.33.2](https://github.com/frappe/erpnext/compare/v15.33.1...v15.33.2 ) (2024-08-16)
### Bug Fixes
* **patch:** replace repost with direct sql to update 'against_voucher ([4d9f522 ](4d9f522f22 ))
2024-08-16 11:09:43 +00:00
ruthra kumar
a72383da0e
Merge pull request #42796 from frappe/mergify/bp/version-15/pr-42791
...
fix(patch): Use sql to update 'against_voucher' rather than reposting (backport #42791 )
2024-08-16 16:38:27 +05:30
ruthra kumar
eb8213c4e7
chore: update patches.txt
...
(cherry picked from commit 1721175a20 )
2024-08-16 10:26:26 +00:00
ruthra kumar
4d9f522f22
fix(patch): replace repost with direct sql to update 'against_voucher
...
(cherry picked from commit 13bb48434f )
2024-08-16 10:26:26 +00:00
ruthra kumar
528f42c713
Merge pull request #42794 from frappe/mergify/bp/version-15-hotfix/pr-42791
...
fix(patch): Use sql to update 'against_voucher' rather than reposting (backport #42791 )
2024-08-16 15:55:14 +05:30
mergify[bot]
7cc7179b05
fix: Auto Create Serial and Batch Bundle For Outward (backport #42778 ) ( #42792 )
...
fix: Auto Create Serial and Batch Bundle For Outward (#42778 )
(cherry picked from commit 48c3b0d094 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-16 15:54:14 +05:30
ruthra kumar
cfaad685a4
chore: update patches.txt
...
(cherry picked from commit 1721175a20 )
2024-08-16 10:02:44 +00:00
ruthra kumar
e420fa9779
fix(patch): replace repost with direct sql to update 'against_voucher
...
(cherry picked from commit 13bb48434f )
2024-08-16 10:02:44 +00:00
Frappe PR Bot
fbf1160357
chore(release): Bumped to Version 15.33.1
...
## [15.33.1](https://github.com/frappe/erpnext/compare/v15.33.0...v15.33.1 ) (2024-08-16)
### Bug Fixes
* not able to create the batch (backport [#42784 ](https://github.com/frappe/erpnext/issues/42784 )) (backport [#42785 ](https://github.com/frappe/erpnext/issues/42785 )) ([#42786 ](https://github.com/frappe/erpnext/issues/42786 )) ([a3e3585 ](a3e3585e50 ))
2024-08-16 06:19:07 +00:00
mergify[bot]
a3e3585e50
fix: not able to create the batch (backport #42784 ) (backport #42785 ) ( #42786 )
...
fix: not able to create the batch (backport #42784 ) (#42785 )
fix: not able to create the batch (#42784 )
(cherry picked from commit 32c4fab14f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 0f9849e672 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-08-16 11:47:53 +05:30
mergify[bot]
0f9849e672
fix: not able to create the batch (backport #42784 ) ( #42785 )
...
fix: not able to create the batch (#42784 )
(cherry picked from commit 32c4fab14f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-16 11:39:15 +05:30
ruthra kumar
3be037221a
Merge pull request #42783 from frappe/mergify/bp/version-15-hotfix/pr-42774
...
refactor: Loosen account currency validation on groups (backport #42774 )
2024-08-16 10:41:56 +05:30
ruthra kumar
b2e108afcc
refactor: allow foreign currency accounts in Supplier Group
...
(cherry picked from commit 164498bafb )
2024-08-16 04:30:12 +00:00
ruthra kumar
114a5f8cca
refactor: allow foreign currency accounts in customer group
...
(cherry picked from commit 066e935892 )
2024-08-16 04:30:12 +00:00
mergify[bot]
aba54ba18f
fix: ignore pricing rule while making DN from Pick List (backport #42763 ) ( #42768 )
...
fix: ignore pricing rule while making DN from Pick List (#42763 )
(cherry picked from commit 0db82ec93a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-14 23:03:01 +05:30
Nihantra C. Patel
6a7768367e
Merge pull request #42771 from frappe/mergify/bp/version-15-hotfix/pr-42769
...
fix: disable rename from warehouse (backport #42769 )
2024-08-14 17:15:26 +05:30
Nihantra C. Patel
3a1ad6e844
fix: disable rename from warehouse
2024-08-14 16:37:36 +05:30
Nihantra C. Patel
40abd82e2d
fix: disable rename from warehouse
...
(cherry picked from commit c1812f74e8 )
# Conflicts:
# erpnext/stock/doctype/warehouse/warehouse.json
2024-08-14 11:03:49 +00:00
Khushi Rawat
2933a86458
Merge pull request #42767 from frappe/mergify/bp/version-15-hotfix/pr-42765
...
fix: set up filters for dimensions (backport #42765 )
2024-08-14 14:45:14 +05:30
Khushi Rawat
ecf0d0b388
chore: linters check
...
(cherry picked from commit 0d42793397 )
2024-08-14 09:07:38 +00:00
Khushi Rawat
b84ca04975
fix: removed extra filter condition
...
(cherry picked from commit 6fa29376a0 )
2024-08-14 09:07:38 +00:00
Khushi Rawat
abb88662c1
fix: set up filters for dimensions
...
(cherry picked from commit 2fd8de2f76 )
2024-08-14 09:07:37 +00:00
Frappe PR Bot
73af5be1c3
chore(release): Bumped to Version 15.33.0
...
# [15.33.0](https://github.com/frappe/erpnext/compare/v15.32.1...v15.33.0 ) (2024-08-14)
### Bug Fixes
* allow sale of asset for internal transfer ([97cadfe ](97cadfe5d3 ))
* cancel Journal Entry on cancellation of asset value adjustment ([a429f2f ](a429f2f626 ))
* currency changing while making PR from the PO (backport [#42718 ](https://github.com/frappe/erpnext/issues/42718 )) ([#42721 ](https://github.com/frappe/erpnext/issues/42721 )) ([50b1fa5 ](50b1fa5deb ))
* delivery note creation issue (backport [#42696 ](https://github.com/frappe/erpnext/issues/42696 )) ([#42697 ](https://github.com/frappe/erpnext/issues/42697 )) ([6f16ae3 ](6f16ae3e00 ))
* dimensions in common party journal entry ([fd4143e ](fd4143e686 ))
* duplicate labels in stock entry (backport [#42756 ](https://github.com/frappe/erpnext/issues/42756 )) ([#42758 ](https://github.com/frappe/erpnext/issues/42758 )) ([8624a0a ](8624a0abce ))
* error message in coa importer ([20c1bcd ](20c1bcd654 ))
* **Exchange Rate Revaluation:** translatable strings ([da6eea7 ](da6eea7743 ))
* fetch months last date to avoid miscalculation ([765c110 ](765c1104c4 ))
* force fetch updates for subcription ([582fffc ](582fffca93 ))
* german translation of exit ([a2df276 ](a2df276880 ))
* german translations for incoterms ([9789648 ](9789648175 ))
* ledger entries for pos return with update outstanding for self ([8cd1952 ](8cd1952da3 ))
* Maintain same rate on qty change on Quotation to Sales Order ([7ed7c22 ](7ed7c22469 ))
* patch to fix incorrect against_voucher references in ledger ([389227b ](389227bce8 ))
* pre-commit for better code formatting ([94f4c92 ](94f4c92a03 ))
* price list when invoice created from timesheet ([2926915 ](2926915a06 ))
* price list when invoice created from timesheet ([536dc47 ](536dc47eb0 ))
* promotional scheme doctype fields in consitency with pricing rule ([#42432 ](https://github.com/frappe/erpnext/issues/42432 )) ([87d8603 ](87d8603d1d ))
* resolved conflict ([defd554 ](defd5541b0 ))
* Sort lists before calling itertools.groupby ([d8939e0 ](d8939e0bb0 ))
* text color in sales funnel report based on theme ([a8de8ae ](a8de8aecf5 ))
* typeerror on payment entry ([64e75a8 ](64e75a8e08 ))
* update 'Paid Amount' on forex payment request ([c71f06b ](c71f06be9e ))
* Update Rate as per Valuation Rate for Internal Transfers only if Setting is Enabled ([#42050 ](https://github.com/frappe/erpnext/issues/42050 )) ([6e833cc ](6e833cce6a ))
* warning message for negative stock (backport [#42683 ](https://github.com/frappe/erpnext/issues/42683 )) ([#42710 ](https://github.com/frappe/erpnext/issues/42710 )) ([a990577 ](a99057754d ))
### Features
* changes in opportunity.py to show contacts and addresses from referenced and opportunities ([3cac4a5 ](3cac4a598f ))
2024-08-14 08:02:34 +00:00
ruthra kumar
81e3d269dc
Merge pull request #42745 from frappe/version-15-hotfix
...
chore: release v15
2024-08-14 13:31:20 +05:30
ruthra kumar
3dafa98eef
Merge pull request #42761 from frappe/mergify/bp/version-15-hotfix/pr-42720
...
fix: incorrect 'against_voucher' for Pos return with 'Update Outstanding for Self' disabled. (backport #42720 )
2024-08-14 12:27:24 +05:30
ruthra kumar
3699b96adf
refactor: move patch to v14 and update patches.txt
...
(cherry picked from commit da2286802a )
2024-08-14 06:26:48 +00:00
ruthra kumar
f782af8ab3
test: against_voucher for pos_returns without updating for self
...
(cherry picked from commit 3fb0858321 )
2024-08-14 06:26:48 +00:00
ruthra kumar
2af48e40a1
refactor: update patches.txt
...
(cherry picked from commit 4dc0d3a003 )
2024-08-14 06:26:48 +00:00
ruthra kumar
389227bce8
fix: patch to fix incorrect against_voucher references in ledger
...
(cherry picked from commit 487d0a55f5 )
2024-08-14 06:26:48 +00:00
ruthra kumar
8cd1952da3
fix: ledger entries for pos return with update outstanding for self
...
(cherry picked from commit 2cd9b28e5b )
2024-08-14 06:26:48 +00:00
Khushi Rawat
f128fcd86c
Merge pull request #42759 from frappe/mergify/bp/version-15-hotfix/pr-42719
...
fix: linkage between asset repair and asset value adjustment (backport #42719 )
2024-08-14 11:23:33 +05:30
Khushi Rawat
d890d02b5c
test: new depreciation after cancelling asset repair
...
(cherry picked from commit 88a5824e31 )
2024-08-13 19:01:02 +00:00
Khushi Rawat
defd5541b0
fix: resolved conflict
...
(cherry picked from commit c085b6159b )
2024-08-13 19:01:01 +00:00
mergify[bot]
8624a0abce
fix: duplicate labels in stock entry (backport #42756 ) ( #42758 )
...
fix: duplicate labels in stock entry (#42756 )
(cherry picked from commit 8aadc18ee8 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-13 20:31:05 +05:30
ruthra kumar
13b79c6781
Merge pull request #42750 from frappe/mergify/bp/version-15-hotfix/pr-40964
...
fix: price list when invoice created from timesheet (backport #40964 )
2024-08-13 17:35:50 +05:30
Nihantra C. Patel
2926915a06
fix: price list when invoice created from timesheet
...
(cherry picked from commit 882227a460 )
2024-08-13 11:41:40 +00:00
Nihantra C. Patel
536dc47eb0
fix: price list when invoice created from timesheet
...
(cherry picked from commit 39d6df7c7d )
2024-08-13 11:41:39 +00:00
ruthra kumar
225843265e
Merge pull request #42749 from frappe/mergify/bp/version-15-hotfix/pr-42221
...
fix: Force Fetching updates on Subscriptions (backport #42221 )
2024-08-13 16:47:35 +05:30
ruthra kumar
a1f98603a6
refactor: test for force-fetch on future subscription
...
(cherry picked from commit fd680380bb )
2024-08-13 10:53:24 +00:00
ruthra kumar
ab59b33606
chore: minor naming change
...
(cherry picked from commit d8b6767697 )
2024-08-13 10:53:24 +00:00
ruthra kumar
1f1e934675
refactor: don't process future subscriptions
...
(cherry picked from commit 3a11577411 )
2024-08-13 10:53:24 +00:00
ruthra kumar
582fffca93
fix: force fetch updates for subcription
...
(cherry picked from commit 1ef890db73 )
2024-08-13 10:53:23 +00:00
Khushi Rawat
e9b3a24221
Merge pull request #42742 from frappe/mergify/bp/version-15-hotfix/pr-42689
...
fix: fetch month's last date to avoid miscalculation (backport #42689 )
2024-08-13 15:32:04 +05:30
ruthra kumar
0d5ac078f6
Merge pull request #42741 from frappe/mergify/bp/version-15-hotfix/pr-42726
...
fix: text color in sales funnel report based on theme (backport #42726 )
2024-08-13 14:36:13 +05:30
ruthra kumar
f109164f88
Merge pull request #42739 from frappe/mergify/bp/version-15-hotfix/pr-42590
...
fix: error message in coa importer (backport #42590 )
2024-08-13 14:35:53 +05:30
Khushi Rawat
765c1104c4
fix: fetch months last date to avoid miscalculation
...
(cherry picked from commit 70ff4e7644 )
2024-08-13 08:42:33 +00:00
ljain112
a8de8aecf5
fix: text color in sales funnel report based on theme
...
(cherry picked from commit 61bc0925d5 )
2024-08-13 08:36:31 +00:00
ljain112
20c1bcd654
fix: error message in coa importer
...
(cherry picked from commit 5d0a38dfc7 )
2024-08-13 08:33:21 +00:00
ruthra kumar
6eaad90535
Merge pull request #42735 from frappe/mergify/bp/version-15-hotfix/pr-42733
...
refactor: add a new filter flag in Process Statement of Accounts (backport #42733 )
2024-08-13 11:49:29 +05:30
Smit Vora
91a5c562d8
Merge pull request #42489 from frappe/mergify/bp/version-15-hotfix/pr-42050
...
fix: Update Rate as per Valuation Rate for Internal Transfers only if Setting is Enabled (backport #42050 )
2024-08-13 11:25:09 +05:30
ruthra kumar
70d5593ace
chore: resolve conflict
2024-08-13 11:21:09 +05:30
ruthra kumar
f3401243be
refactor: pass filter to General Ledger
...
(cherry picked from commit 90880c8c01 )
2024-08-13 05:41:35 +00:00
ruthra kumar
19dfeca96d
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
2024-08-13 05:41:35 +00:00
ruthra kumar
774db56762
refactor: combine vouchers from both ignore
...
(cherry picked from commit 4cc5cd5a71 )
2024-08-13 05:41:35 +00:00
Khushi Rawat
d15c535f86
Merge pull request #42730 from frappe/mergify/bp/version-15-hotfix/pr-42729
...
fix: cancel Journal Entry on cancellation of asset value adjustment (backport #42729 )
2024-08-13 02:31:24 +05:30
Khushi Rawat
a429f2f626
fix: cancel Journal Entry on cancellation of asset value adjustment
...
(cherry picked from commit 4b7f1f2d67 )
2024-08-12 20:43:30 +00:00
ruthra kumar
dfbc7e8b33
Merge pull request #42725 from frappe/mergify/bp/version-15-hotfix/pr-42672
...
fix: update 'Paid Amount' on forex payment request (backport #42672 )
2024-08-12 16:31:35 +05:30
ruthra kumar
b41f10c1b9
chore: resolve conflict
2024-08-12 16:13:59 +05:30
ruthra kumar
44745a757d
test: currency conversion on foreign currency account
...
(cherry picked from commit f913c0fde1 )
2024-08-12 10:38:35 +00:00
ruthra kumar
47bf2d408b
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:35 +00:00
ruthra kumar
c71f06be9e
fix: update 'Paid Amount' on forex payment request
...
(cherry picked from commit 7b0dfb2a05 )
2024-08-12 10:38:34 +00:00
mergify[bot]
50b1fa5deb
fix: currency changing while making PR from the PO (backport #42718 ) ( #42721 )
...
fix: currency changing while making PR from the PO (#42718 )
(cherry picked from commit 17ba0cff44 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-12 15:20:04 +05:30
mergify[bot]
a99057754d
fix: warning message for negative stock (backport #42683 ) ( #42710 )
...
fix: warning message for negative stock (#42683 )
(cherry picked from commit deccb007c1 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-11 12:35:13 +05:30
mergify[bot]
6f16ae3e00
fix: delivery note creation issue (backport #42696 ) ( #42697 )
...
fix: delivery note creation issue (#42696 )
(cherry picked from commit b65072cd98 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-09 15:24:34 +05:30
ruthra kumar
38d80aab99
Merge pull request #42695 from frappe/mergify/bp/version-15-hotfix/pr-42428
...
fix: Sort lists before calling itertools.groupby (backport #42428 )
2024-08-09 12:44:38 +05:30
Corentin Forler
d8939e0bb0
fix: Sort lists before calling itertools.groupby
...
(cherry picked from commit 45a6ecbd38 )
2024-08-09 06:23:57 +00:00
ruthra kumar
f376abf0fe
Merge pull request #42693 from frappe/mergify/bp/version-15-hotfix/pr-42691
...
fix: typeerror on payment entry (backport #42691 )
2024-08-09 11:52:18 +05:30
ruthra kumar
64e75a8e08
fix: typeerror on payment entry
...
(cherry picked from commit 9cdca0d662 )
2024-08-09 06:11:16 +00:00
Raffael Meyer
67a210f722
Merge pull request #42684 from barredterra/exit-translation
...
fix: german translation of exit
2024-08-08 22:23:34 +02:00
barredterra
a2df276880
fix: german translation of exit
2024-08-08 20:20:22 +02:00
Raffael Meyer
151d293aaf
Merge pull request #42680 from frappe/mergify/bp/version-15-hotfix/pr-42679
...
fix(Exchange Rate Revaluation): translatable strings (backport #42679 )
2024-08-08 13:17:27 +02:00
barredterra
13f6f3259d
refactor(Exchange Rate Revaluation): remove unused variables
...
(cherry picked from commit 8bd84e9d51 )
2024-08-08 10:09:53 +00:00
barredterra
da6eea7743
fix(Exchange Rate Revaluation): translatable strings
...
(cherry picked from commit dc29fb8759 )
2024-08-08 10:09:52 +00:00
ruthra kumar
b28fa8b994
Merge pull request #42678 from frappe/mergify/bp/version-15-hotfix/pr-42673
...
fix: Maintain same rate on qty change on Quotation to Sales Order (backport #42673 )
2024-08-08 13:43:46 +05:30
ruthra kumar
7ed7c22469
fix: Maintain same rate on qty change on Quotation to Sales Order
...
(cherry picked from commit 91ce9fce9b )
2024-08-08 08:04:30 +00:00
Frappe PR Bot
6a4f06cf4a
chore(release): Bumped to Version 15.32.1
...
## [15.32.1](https://github.com/frappe/erpnext/compare/v15.32.0...v15.32.1 ) (2024-08-08)
### Bug Fixes
* promotional scheme doctype fields in consitency with pricing rule ([#42432 ](https://github.com/frappe/erpnext/issues/42432 )) ([2aa90fd ](2aa90fdc14 ))
2024-08-08 07:06:38 +00:00
ruthra kumar
dfe0079573
Merge pull request #42674 from frappe/mergify/bp/version-15/pr-42550
...
fix: promotional scheme doctype fields in consitency with pricing rule (backport #42432 ) (backport #42550 )
2024-08-08 12:35:25 +05:30
Lakshit Jain
a983d65404
chore: resolve conflicts ( #42553 )
...
(cherry picked from commit 78eb443614 )
2024-08-08 06:43:38 +00:00
Lakshit Jain
2aa90fdc14
fix: promotional scheme doctype fields in consitency with pricing rule ( #42432 )
...
* fix: add "round_free_qty" check box in promotional scheme
* fix: add `add_for_price_list` field
* fix: set_query in setup for promotional scheme
---------
(cherry picked from commit 8624aeca54 )
# Conflicts:
# erpnext/accounts/doctype/promotional_scheme_price_discount/promotional_scheme_price_discount.json
# erpnext/accounts/doctype/promotional_scheme_product_discount/promotional_scheme_product_discount.json
(cherry picked from commit 87d8603d1d )
2024-08-08 06:43:38 +00:00
Shariq Ansari
a81bc28afb
Merge pull request #42668 from frappe/mergify/bp/version-15-hotfix/pr-42596
...
fix: changes in opportunity.py to show contacts and addresses created from opportunity (backport #42596 )
2024-08-08 11:39:44 +05:30
Smit Vora
70e40183bb
Merge pull request #42551 from frappe/mergify/bp/version-15-hotfix/pr-42392
...
fix: allow sale of asset for internal transfer (backport #42392 )
2024-08-08 11:22:00 +05:30
Smit Vora
bdfc1ddfc3
Merge pull request #42550 from frappe/mergify/bp/version-15-hotfix/pr-42432
...
fix: promotional scheme doctype fields in consitency with pricing rule (backport #42432 )
2024-08-08 11:21:09 +05:30
Raffael Meyer
fb770f5633
Merge pull request #42669 from barredterra/incoterms-translation
2024-08-07 20:52:32 +02:00
barredterra
9789648175
fix: german translations for incoterms
2024-08-07 20:08:54 +02:00
Dietmar Fischer
94f4c92a03
fix: pre-commit for better code formatting
...
(cherry picked from commit 511a0b9f37 )
2024-08-07 14:29:48 +00:00
Dietmar Fischer
3cac4a598f
feat: changes in opportunity.py to show contacts and addresses from referenced and opportunities
...
(cherry picked from commit 61576ca030 )
2024-08-07 14:29:47 +00:00
ruthra kumar
654fea8a3b
Merge pull request #42661 from frappe/mergify/bp/version-15-hotfix/pr-42578
...
fix: dimensions in common party journal entry (backport #42578 )
2024-08-07 16:23:54 +05:30
ruthra kumar
838d341d91
test: dimension inheritance on Exc Gain/Loss JV on Common party
...
(cherry picked from commit 8040544216 )
2024-08-07 10:34:09 +00:00
ljain112
fd4143e686
fix: dimensions in common party journal entry
...
(cherry picked from commit ac629ede79 )
2024-08-07 10:34:09 +00:00
Frappe PR Bot
2e3b2db03b
chore(release): Bumped to Version 15.32.0
...
# [15.32.0](https://github.com/frappe/erpnext/compare/v15.31.5...v15.32.0 ) (2024-08-07)
### Bug Fixes
* 'undefined' in PL and BS report summary on Consolidated report ([3da7071 ](3da7071327 ))
* all warehouse filter for the stock report (backport [#42584 ](https://github.com/frappe/erpnext/issues/42584 )) ([#42604 ](https://github.com/frappe/erpnext/issues/42604 )) ([830b95b ](830b95bdcb ))
* company filter for filtring tax withheld vouchers ([3ad1f2d ](3ad1f2d0d0 ))
* disable primary action button only when there are no active capitalization ([2d644ac ](2d644ac066 ))
* Discount and taxes in return document should follow the reference document (backport [#41911 ](https://github.com/frappe/erpnext/issues/41911 )) ([#42574 ](https://github.com/frappe/erpnext/issues/42574 )) ([9321408 ](9321408154 ))
* do not update item price and last purchase rate for inter transf… (backport [#42616 ](https://github.com/frappe/erpnext/issues/42616 )) ([#42633 ](https://github.com/frappe/erpnext/issues/42633 )) ([59b9b7d ](59b9b7dc91 ))
* german translations ([f27e9f3 ](f27e9f3089 ))
* inter transfer delivery note issue with batch (backport [#42552 ](https://github.com/frappe/erpnext/issues/42552 )) ([#42556 ](https://github.com/frappe/erpnext/issues/42556 )) ([97cc308 ](97cc3082e1 ))
* min height for rows in sales funnel ([2f81c99 ](2f81c99143 ))
* resolved conflict ([#42557 ](https://github.com/frappe/erpnext/issues/42557 )) ([c3293d1 ](c3293d110c ))
* reverse debit credit for party gl entry in payment entry based on negative amount ([#42367 ](https://github.com/frappe/erpnext/issues/42367 )) ([14f9aef ](14f9aef55c ))
* set currency on change of company considering customer default currency (backport [#42405 ](https://github.com/frappe/erpnext/issues/42405 )) ([#42547 ](https://github.com/frappe/erpnext/issues/42547 )) ([7c8d13c ](7c8d13c51a ))
* set query filters for sales / purchase tax template on PE ([dc9cf74 ](dc9cf74be8 ))
* use get_last_day to get the correct date (backport [#42564 ](https://github.com/frappe/erpnext/issues/42564 )) ([#42598 ](https://github.com/frappe/erpnext/issues/42598 )) ([2de86eb ](2de86eb0f4 ))
### Features
* expiry date column in Available Batch Report (backport [#42628 ](https://github.com/frappe/erpnext/issues/42628 )) ([#42642 ](https://github.com/frappe/erpnext/issues/42642 )) ([d8768c5 ](d8768c5377 ))
2024-08-07 09:30:48 +00:00
ruthra kumar
51fa336350
Merge pull request #42649 from frappe/version-15-hotfix
...
chore: release v15
2024-08-07 14:59:36 +05:30
Khushi Rawat
0a3c0ecea2
Merge pull request #42654 from frappe/mergify/bp/version-15-hotfix/pr-42593
...
fix: disable primary action button only when there are no active capitalization (backport #42593 )
2024-08-06 20:19:11 +05:30
Khushi Rawat
2d644ac066
fix: disable primary action button only when there are no active capitalization
...
(cherry picked from commit bb877f4a6b )
2024-08-06 13:43:27 +00:00
mergify[bot]
d8768c5377
feat: expiry date column in Available Batch Report (backport #42628 ) ( #42642 )
...
feat: expiry date column in Available Batch Report (#42628 )
(cherry picked from commit faff84c6e5 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-06 14:45:12 +05:30
ruthra kumar
65c1387a04
Merge pull request #42646 from frappe/mergify/bp/version-15-hotfix/pr-42592
...
fix: company filter for filtring tax withheld vouchers (backport #42592 )
2024-08-06 13:38:47 +05:30
ljain112
3ad1f2d0d0
fix: company filter for filtring tax withheld vouchers
...
(cherry picked from commit cfe2ae604b )
2024-08-06 07:47:21 +00:00
ruthra kumar
af31f3b291
Merge pull request #42644 from frappe/mergify/bp/version-15-hotfix/pr-42545
...
fix: min height for rows in sales funnel (backport #42545 )
2024-08-06 13:09:29 +05:30
ljain112
2f81c99143
fix: min height for rows in sales funnel
...
(cherry picked from commit fd71d8af52 )
2024-08-06 07:33:19 +00:00
ruthra kumar
e679b336ef
Merge pull request #42638 from frappe/mergify/bp/version-15-hotfix/pr-42636
...
refactor: posting date should not be considered for ignore filters in GL (backport #42636 )
2024-08-06 11:43:46 +05:30
ruthra kumar
82c17632f7
refactor: posting date is not considered for ignore filters in GL
...
(cherry picked from commit c930f8ba9d )
2024-08-06 05:26:25 +00:00
mergify[bot]
59b9b7dc91
fix: do not update item price and last purchase rate for inter transf… (backport #42616 ) ( #42633 )
...
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:59 +05:30
ruthra kumar
d242d5330c
Merge pull request #42626 from frappe/mergify/bp/version-15-hotfix/pr-42555
...
refactor: date filters should be mandatory in Sales Pipeline Analytics report (backport #42555 )
2024-08-05 15:32:17 +05:30
ruthra kumar
05c606b65d
refactor(test): use test fixture and supply from and to dates
...
(cherry picked from commit 4253caf910 )
2024-08-05 09:39:30 +00:00
ruthra kumar
52578b03b4
refactor: consider empty-string as Not Assigned
...
(cherry picked from commit 213b2ba942 )
2024-08-05 09:39:30 +00:00
ruthra kumar
8978a54479
refactor: report columns should be based on from and to dates
...
(cherry picked from commit 751a25c4b7 )
2024-08-05 09:39:30 +00:00
ruthra kumar
b44598cb7a
refactor: make 'from_date' and 'to_date' mandatory
...
(cherry picked from commit 3617b41b95 )
2024-08-05 09:39:30 +00:00
ruthra kumar
48e05b6110
refactor: date filters should be explicit
...
(cherry picked from commit 40c166a0a0 )
2024-08-05 09:39:30 +00:00
ruthra kumar
3640bc7f88
Merge pull request #42623 from frappe/mergify/bp/version-15-hotfix/pr-42621
...
refactor(test): clear data before GL report tests (backport #42621 )
2024-08-05 14:02:19 +05:30
ruthra kumar
531410820f
refactor(test): clear old records on GL report tests
...
(cherry picked from commit 56620785a0 )
2024-08-05 08:15:31 +00:00
ruthra kumar
d08eba7308
Merge pull request #42614 from frappe/mergify/bp/version-15-hotfix/pr-42597
...
refactor: filter to ignore system generated cr / dr reconciliation journals on general ledger (backport #42597 )
2024-08-05 11:34:00 +05:30
ruthra kumar
c1bfa0a31a
refactor(test): filter and reconcile concerned vouchers
...
(cherry picked from commit 9ade269b7a )
2024-08-05 05:44:25 +00:00
ruthra kumar
155ca14b19
test: clear old data
...
(cherry picked from commit 991069bfbc )
2024-08-05 05:44:25 +00:00
ruthra kumar
3ee5991896
refactor: make use of date filters on ignore filterss
...
(cherry picked from commit 03f3ab522f )
2024-08-05 05:44:25 +00:00
ruthra kumar
7ec7e11634
test: ignore filter for system generated cr / dr note journals
...
(cherry picked from commit 3ffac73598 )
2024-08-05 05:44:25 +00:00
ruthra kumar
17a6224a3f
refactor: ignore system generated cr / dr notes on general ledger
...
(cherry picked from commit bb8c9b5a58 )
2024-08-05 05:44:25 +00:00
ruthra kumar
e9bcb1bbb2
refactor: ignore filter in general ledger for cr / dr notes
...
(cherry picked from commit 59d5beee20 )
2024-08-05 05:44:25 +00:00
Frappe PR Bot
d8080910c6
chore(release): Bumped to Version 15.31.5
...
## [15.31.5](https://github.com/frappe/erpnext/compare/v15.31.4...v15.31.5 ) (2024-08-03)
### Bug Fixes
* use get_last_day to get the correct date (backport [#42564 ](https://github.com/frappe/erpnext/issues/42564 )) ([#42602 ](https://github.com/frappe/erpnext/issues/42602 )) ([02a31ca ](02a31caa05 ))
2024-08-03 03:58:31 +00:00
mergify[bot]
02a31caa05
fix: use get_last_day to get the correct date (backport #42564 ) ( #42602 )
...
fix: use get_last_day to get the correct date (#42564 )
(cherry picked from commit 5d58eb67a6 )
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2024-08-03 09:27:16 +05:30
mergify[bot]
830b95bdcb
fix: all warehouse filter for the stock report (backport #42584 ) ( #42604 )
...
fix: all warehouse filter for the stock report
(cherry picked from commit a4311e345d )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-08-03 09:02:25 +05:30
mergify[bot]
2de86eb0f4
fix: use get_last_day to get the correct date (backport #42564 ) ( #42598 )
...
fix: use get_last_day to get the correct date (#42564 )
(cherry picked from commit 5d58eb67a6 )
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2024-08-02 17:10:37 +05:30
Raffael Meyer
9616c59ed8
Merge pull request #42581 from barredterra/german-translations-01082024
2024-08-01 16:56:24 +02:00
barredterra
f27e9f3089
fix: german translations
2024-08-01 16:33:19 +02:00
mergify[bot]
9321408154
fix: Discount and taxes in return document should follow the reference document (backport #41911 ) ( #42574 )
...
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 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-08-01 15:45:18 +05:30
Frappe PR Bot
703b9accb8
chore(release): Bumped to Version 15.31.4
...
## [15.31.4](https://github.com/frappe/erpnext/compare/v15.31.3...v15.31.4 ) (2024-08-01)
### Bug Fixes
* inter transfer delivery note issue with batch (backport [#42552 ](https://github.com/frappe/erpnext/issues/42552 )) ([#42556 ](https://github.com/frappe/erpnext/issues/42556 )) ([bf0e2b3 ](bf0e2b3b52 ))
2024-08-01 09:12:25 +00:00
rohitwaghchaure
aca0662a64
Merge pull request #42571 from frappe/mergify/bp/version-15/pr-42556
...
fix: inter transfer delivery note issue with batch (backport #42552 ) (backport #42556 )
2024-08-01 14:41:10 +05:30
mergify[bot]
bf0e2b3b52
fix: inter transfer delivery note issue with batch (backport #42552 ) ( #42556 )
...
fix: inter transfer delivery note issue with batch (#42552 )
(cherry picked from commit f620ef20ae )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 97cc3082e1 )
2024-08-01 07:53:46 +00:00
mergify[bot]
97cc3082e1
fix: inter transfer delivery note issue with batch (backport #42552 ) ( #42556 )
...
fix: inter transfer delivery note issue with batch (#42552 )
(cherry picked from commit f620ef20ae )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-08-01 13:22:33 +05:30
ruthra kumar
b7b4de7c8d
Merge pull request #42566 from frappe/mergify/bp/version-15-hotfix/pr-42563
...
fix: set query filters for sales / purchase tax template on PE (backport #42563 )
2024-07-31 17:28:56 +05:30
ruthra kumar
dc9cf74be8
fix: set query filters for sales / purchase tax template on PE
...
(cherry picked from commit 9fe47ac101 )
2024-07-31 11:39:12 +00:00
ruthra kumar
4e826fb3e9
Merge pull request #42560 from frappe/mergify/bp/version-15-hotfix/pr-42558
...
fix: 'undefined' in PL and BS report summary on Consolidated report (backport #42558 )
2024-07-31 16:19:29 +05:30
Raffael Meyer
553513c4c6
Merge pull request #42561 from barredterra/backport-translations
2024-07-31 12:48:52 +02:00
barredterra
5cfa2d0692
chore: backport german translations from develop
2024-07-31 12:19:13 +02:00
ruthra kumar
3da7071327
fix: 'undefined' in PL and BS report summary on Consolidated report
...
(cherry picked from commit dd5a5e4919 )
2024-07-31 10:04:00 +00:00
Nabin Hait
c3293d110c
fix: resolved conflict ( #42557 )
2024-07-31 14:54:52 +05:30
Lakshit Jain
78eb443614
chore: resolve conflicts ( #42553 )
2024-07-31 13:38:38 +05:30
ljain112
97cadfe5d3
fix: allow sale of asset for internal transfer
...
(cherry picked from commit 972329cc16 )
2024-07-31 07:54:58 +00:00
Lakshit Jain
87d8603d1d
fix: promotional scheme doctype fields in consitency with pricing rule ( #42432 )
...
* fix: add "round_free_qty" check box in promotional scheme
* fix: add `add_for_price_list` field
* fix: set_query in setup for promotional scheme
---------
(cherry picked from commit 8624aeca54 )
# Conflicts:
# erpnext/accounts/doctype/promotional_scheme_price_discount/promotional_scheme_price_discount.json
# erpnext/accounts/doctype/promotional_scheme_product_discount/promotional_scheme_product_discount.json
2024-07-31 07:51:57 +00:00
Smit Vora
7dc68cabcc
Merge pull request #42548 from frappe/mergify/bp/version-15-hotfix/pr-42367
...
fix: reverse debit credit for party gl entry in payment entry based on negative amount (backport #42367 )
2024-07-31 13:17:08 +05:30
mergify[bot]
7c8d13c51a
fix: set currency on change of company considering customer default currency (backport #42405 ) ( #42547 )
...
fix: set currency on change of company considering customer default currency (#42405 )
(cherry picked from commit 4986f28a89 )
# Conflicts:
# erpnext/public/js/controllers/transaction.js
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-07-31 13:02:12 +05:30
Lakshit Jain
14f9aef55c
fix: reverse debit credit for party gl entry in payment entry based on negative amount ( #42367 )
...
* fix: do not absolute the amount for party gl entries
* fix: reverse debit credit for party gl entry based on negative amount
* refactor: reduce nesting of if condition
---------
(cherry picked from commit a694390a12 )
2024-07-31 07:16:57 +00:00
Frappe PR Bot
da3eddeb26
chore(release): Bumped to Version 15.31.3
...
## [15.31.3](https://github.com/frappe/erpnext/compare/v15.31.2...v15.31.3 ) (2024-07-31)
### Bug Fixes
* Adjust initial month's depreciation to end of depreciation period ([9d2ef4d ](9d2ef4d3e8 ))
* builtins.KeyError: ('ABC', 'Store - CP') (backport [#42505 ](https://github.com/frappe/erpnext/issues/42505 )) ([#42509 ](https://github.com/frappe/erpnext/issues/42509 )) ([f25b38c ](f25b38caf5 ))
* consider payment entries for checking if tds is deducted ([183ac41 ](183ac41550 ))
* dynamic condition in the pricing rule not working (backport [#42467 ](https://github.com/frappe/erpnext/issues/42467 )) ([#42495 ](https://github.com/frappe/erpnext/issues/42495 )) ([ac2ef21 ](ac2ef21896 ))
* field_type is small text for v15 ([9e99eda ](9e99eda3c3 ))
* fields alteration related to subcontracting ([80d4dc2 ](80d4dc2016 ))
* Fields Modification for Subcontracting DocTypes ([#42383 ](https://github.com/frappe/erpnext/issues/42383 )) ([422824b ](422824b9e7 ))
* ignore duplicates while creating default templates ([aea8271 ](aea8271f7e ))
* incorrect cost_center on AR/AP report ([0c2e948 ](0c2e9480cb ))
* incorrect current qty for the batch in stock reco (backport [#42434 ](https://github.com/frappe/erpnext/issues/42434 )) ([#42459 ](https://github.com/frappe/erpnext/issues/42459 )) ([298a569 ](298a5699f1 ))
* keyerror posting_time (backport [#42452 ](https://github.com/frappe/erpnext/issues/42452 )) ([#42460 ](https://github.com/frappe/erpnext/issues/42460 )) ([2d2140a ](2d2140aad0 ))
* not able to save BOM Creator ([#42540 ](https://github.com/frappe/erpnext/issues/42540 )) ([61280e6 ](61280e6072 ))
* parenttype in item wise purchase and sales register ([322fbe9 ](322fbe92ee ))
* performance issue for the report Purchase Order Analysis report (backport [#42503 ](https://github.com/frappe/erpnext/issues/42503 )) ([#42507 ](https://github.com/frappe/erpnext/issues/42507 )) ([edf1fcb ](edf1fcb742 ))
* price_list_currency not found error (backport [#42534 ](https://github.com/frappe/erpnext/issues/42534 )) ([#42539 ](https://github.com/frappe/erpnext/issues/42539 )) ([5fa185d ](5fa185d480 ))
* purchase return from rejected warehouse (backport [#42531 ](https://github.com/frappe/erpnext/issues/42531 )) ([#42535 ](https://github.com/frappe/erpnext/issues/42535 )) ([b7d70ac ](b7d70ac928 ))
* set pos data if not return doc ([25fe08e ](25fe08eb74 ))
* **tests:** added tests for usecase ([1390c86 ](1390c86fc4 ))
* warehouse filter in Product Bundle Balance (backport [#42532 ](https://github.com/frappe/erpnext/issues/42532 )) ([#42537 ](https://github.com/frappe/erpnext/issues/42537 )) ([826577c ](826577c88f ))
* Warranty Expiry Date not set in the serial number (backport [#42513 ](https://github.com/frappe/erpnext/issues/42513 )) ([#42515 ](https://github.com/frappe/erpnext/issues/42515 )) ([fc0db19 ](fc0db1941a ))
### Performance Improvements
* huge number of serial no creation (backport [#42522 ](https://github.com/frappe/erpnext/issues/42522 )) ([#42544 ](https://github.com/frappe/erpnext/issues/42544 )) ([6840f6c ](6840f6cb26 ))
2024-07-31 06:03:49 +00:00
ruthra kumar
43dadc763c
Merge pull request #42541 from frappe/version-15-hotfix
...
chore: release v15
2024-07-31 11:32:35 +05:30
Khushi Rawat
64c185f097
Merge pull request #42546 from frappe/mergify/bp/version-15-hotfix/pr-42525
...
fix: Adjust initial month's depreciation to end of depreciation period (backport #42525 )
2024-07-30 19:24:32 +05:30
Khushi Rawat
1390c86fc4
fix(tests): added tests for usecase
...
(cherry picked from commit f0768010d9 )
2024-07-30 13:35:18 +00:00
Khushi Rawat
9d2ef4d3e8
fix: Adjust initial month's depreciation to end of depreciation period
...
(cherry picked from commit cbb749a3a5 )
2024-07-30 13:35:17 +00:00
mergify[bot]
6840f6cb26
perf: huge number of serial no creation (backport #42522 ) ( #42544 )
...
perf: huge number of serial no creation (#42522 )
(cherry picked from commit 1c7f7c8d1a )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 17:01:43 +05:30
rohitwaghchaure
61280e6072
fix: not able to save BOM Creator ( #42540 )
2024-07-30 15:13:19 +05:30
mergify[bot]
b7d70ac928
fix: purchase return from rejected warehouse (backport #42531 ) ( #42535 )
...
fix: purchase return from rejected warehouse (#42531 )
(cherry picked from commit c5d68333c9 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-30 14:53:42 +05:30
mergify[bot]
826577c88f
fix: warehouse filter in Product Bundle Balance (backport #42532 ) ( #42537 )
...
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:03 +05:30
mergify[bot]
5fa185d480
fix: price_list_currency not found error (backport #42534 ) ( #42539 )
...
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:23 +05:30
ruthra kumar
75271ca1a0
Merge pull request #42533 from frappe/mergify/bp/version-15-hotfix/pr-42476
...
refactor: checkbox to control Payment Request creation (backport #42476 )
2024-07-30 14:04:48 +05:30
ruthra kumar
f03e58f5f6
chore: resolve conflict
2024-07-30 13:39:14 +05:30
ruthra kumar
596110dd65
refactor: checkbox to control Payment Request creation
...
(cherry picked from commit ce81fd9ba6 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.py
2024-07-30 08:07:04 +00:00
ruthra kumar
76018f5b9c
Merge pull request #42530 from frappe/mergify/bp/version-15-hotfix/pr-42528
...
chore: button name should reflect what it creates (backport #42528 )
2024-07-30 12:12:28 +05:30
ruthra kumar
1019f6d158
chore: button name should reflect what it creates
...
(cherry picked from commit 0b6e7f83cd )
2024-07-30 06:31:20 +00:00
mergify[bot]
fc0db1941a
fix: Warranty Expiry Date not set in the serial number (backport #42513 ) ( #42515 )
...
fix: Warranty Expiry Date not set in the serial number (#42513 )
* fix: Warranty Expiry Date not set in the serial number
* chore: fix linters issue
(cherry picked from commit 8eff168d76 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-29 15:44:01 +05:30
mergify[bot]
f25b38caf5
fix: builtins.KeyError: ('ABC', 'Store - CP') (backport #42505 ) ( #42509 )
...
fix: builtins.KeyError: ('ABC', 'Store - CP') (#42505 )
(cherry picked from commit 25dac1f18e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-29 10:21:11 +05:30
mergify[bot]
edf1fcb742
fix: performance issue for the report Purchase Order Analysis report (backport #42503 ) ( #42507 )
...
fix: performance issue for the report Purchase Order Analysis report (#42503 )
(cherry picked from commit cb522f8f22 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-29 09:50:02 +05:30
Frappe PR Bot
4b66fcad64
chore(release): Bumped to Version 15.31.2
...
## [15.31.2](https://github.com/frappe/erpnext/compare/v15.31.1...v15.31.2 ) (2024-07-27)
### Bug Fixes
* dynamic condition in the pricing rule not working (backport [#42467 ](https://github.com/frappe/erpnext/issues/42467 )) (backport [#42495 ](https://github.com/frappe/erpnext/issues/42495 )) ([#42496 ](https://github.com/frappe/erpnext/issues/42496 )) ([334c4d0 ](334c4d0676 ))
2024-07-27 05:38:30 +00:00
mergify[bot]
334c4d0676
fix: dynamic condition in the pricing rule not working (backport #42467 ) (backport #42495 ) ( #42496 )
...
fix: dynamic condition in the pricing rule not working (backport #42467 ) (#42495 )
fix: dynamic condition in the pricing rule not working (#42467 )
(cherry picked from commit 0e817f42ef )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit ac2ef21896 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-27 11:07:20 +05:30
mergify[bot]
ac2ef21896
fix: dynamic condition in the pricing rule not working (backport #42467 ) ( #42495 )
...
fix: dynamic condition in the pricing rule not working (#42467 )
(cherry picked from commit 0e817f42ef )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-27 10:41:07 +05:30
ruthra kumar
b529dc7dd1
Merge pull request #42492 from frappe/mergify/bp/version-15-hotfix/pr-42477
...
fix: incorrect cost_center on AR/AP report (backport #42477 )
2024-07-26 20:10:30 +05:30
ruthra kumar
4b24f8bc04
test: invoice cost center reported in AR/AP report
...
(cherry picked from commit 9a0894fd65 )
2024-07-26 14:14:32 +00:00
ruthra kumar
0c2e9480cb
fix: incorrect cost_center on AR/AP report
...
(cherry picked from commit 3e19041fa3 )
2024-07-26 14:14:31 +00:00
Ninad Parikh
6e833cce6a
fix: Update Rate as per Valuation Rate for Internal Transfers only if Setting is Enabled ( #42050 )
...
* fix: update rate for internal transfers only if settings enabled
* fix: better naming
* fix: create field for storing incoming rate in purchase doctypes
* fix: use qty instead of qty_in_stock_uom
* fix: add description, refactor for readablility
* test: test case to validate internal transfers at arm's length price
* fix: minor fix
* fix: deletion of code not required
---------
Co-authored-by: Smit Vora <smitvora203@gmail.com >
(cherry picked from commit 723ac0ffc4 )
2024-07-26 12:58:12 +00:00
Smit Vora
901f83edd5
Merge pull request #42487 from frappe/mergify/bp/version-15-hotfix/pr-42470
...
fix: Fields Alteration Related to Subcontracting (backport #42470 )
2024-07-26 18:23:11 +05:30
Ninad1306
80d4dc2016
fix: fields alteration related to subcontracting
...
(cherry picked from commit 77590e6077 )
2024-07-26 10:56:15 +00:00
Smit Vora
3a279db06b
Merge pull request #42468 from frappe/mergify/bp/version-15-hotfix/pr-42383
...
fix: Fields Modification for Subcontracting DocTypes (backport #42383 )
2024-07-26 16:24:10 +05:30
Smit Vora
3053254db7
Merge pull request #42484 from frappe/mergify/bp/version-15-hotfix/pr-42305
...
fix: consider payment entries for checking if tds is deducted (backport #42305 )
2024-07-26 15:17:18 +05:30
Smit Vora
d135193f6c
Merge pull request #42482 from frappe/mergify/bp/version-15-hotfix/pr-42444
...
fix: parenttype in purchase and sales item query (backport #42444 )
2024-07-26 15:16:54 +05:30
ljain112
183ac41550
fix: consider payment entries for checking if tds is deducted
...
(cherry picked from commit 40b59de4cd )
2024-07-26 09:11:50 +00:00
ljain112
322fbe92ee
fix: parenttype in item wise purchase and sales register
...
(cherry picked from commit 35981b8730 )
2024-07-26 08:56:43 +00:00
Smit Vora
367b7eeeba
Merge pull request #42471 from Ninad1306/backport_changes
...
fix: Field type is small text for v15
2024-07-26 14:04:39 +05:30
ruthra kumar
dd8fff6d43
Merge pull request #42474 from frappe/mergify/bp/version-15-hotfix/pr-42472
...
refactor: index on Purchase Invoice 'release_date' (backport #42472 )
2024-07-25 21:51:23 +05:30
ruthra kumar
3e3bdf7491
refactor: index on Purchase Invoice 'release_date'
...
(cherry picked from commit 764dd12b10 )
2024-07-25 15:57:59 +00:00
Ninad1306
9e99eda3c3
fix: field_type is small text for v15
2024-07-25 18:39:20 +05:30
Smit Vora
05b9432f6d
Merge pull request #42402 from frappe/mergify/bp/version-15-hotfix/pr-42386
...
fix: set pos data if not return doc (backport #42386 )
2024-07-25 11:40:49 +05:30
Ninad Parikh
422824b9e7
fix: Fields Modification for Subcontracting DocTypes ( #42383 )
...
* fix: fields renaming and reordering for enhanced user experience
* fix: dashboard data for stock entry
(cherry picked from commit 302339998f )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.json
2024-07-25 04:49:14 +00:00
mergify[bot]
2d2140aad0
fix: keyerror posting_time (backport #42452 ) ( #42460 )
...
fix: keyerror posting_time (#42452 )
fix: keyerror: posting_time
(cherry picked from commit 06e2d7265c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-25 06:48:10 +05:30
ruthra kumar
a24fe951ed
Merge pull request #42465 from frappe/mergify/bp/version-15-hotfix/pr-42462
...
refactor: provision for re-evaluating Exchange Rates in monthly frequency (backport #42462 )
2024-07-24 22:11:29 +05:30
Frappe PR Bot
2de69e2b12
chore(release): Bumped to Version 15.31.1
...
## [15.31.1](https://github.com/frappe/erpnext/compare/v15.31.0...v15.31.1 ) (2024-07-24)
### Bug Fixes
* incorrect current qty for the batch in stock reco (backport [#42434 ](https://github.com/frappe/erpnext/issues/42434 )) (backport [#42459 ](https://github.com/frappe/erpnext/issues/42459 )) ([#42463 ](https://github.com/frappe/erpnext/issues/42463 )) ([4bae419 ](4bae4194ab ))
2024-07-24 14:00:57 +00:00
mergify[bot]
4bae4194ab
fix: incorrect current qty for the batch in stock reco (backport #42434 ) (backport #42459 ) ( #42463 )
...
fix: incorrect current qty for the batch in stock reco (backport #42434 ) (#42459 )
fix: incorrect current qty for the batch in stock reco (#42434 )
(cherry picked from commit 9cd3374101 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 298a5699f1 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-24 19:29:40 +05:30
ruthra kumar
7b3a78e04e
refactor: hooks for monthly re-evaluation jobs
...
(cherry picked from commit fc4e5f165c )
2024-07-24 13:15:18 +00:00
ruthra kumar
219310e817
refactor: provision for monthly re-evaluation
...
(cherry picked from commit ce2b9e0f1a )
2024-07-24 13:15:18 +00:00
mergify[bot]
298a5699f1
fix: incorrect current qty for the batch in stock reco (backport #42434 ) ( #42459 )
...
fix: incorrect current qty for the batch in stock reco (#42434 )
(cherry picked from commit 9cd3374101 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-24 18:37:13 +05:30
ruthra kumar
bf34c94483
Merge pull request #42456 from frappe/mergify/bp/version-15-hotfix/pr-42390
...
refactor: cleaning up stale code related to reposting (backport #42390 )
2024-07-24 17:34:53 +05:30
Smit Vora
a7d8202b4e
Merge pull request #42440 from frappe/mergify/bp/version-15-hotfix/pr-42377
...
fix: ignore duplicates while creating default templates (backport #42377 )
2024-07-24 14:25:15 +05:30
ruthra kumar
2ae94b2af2
chore: resolve conflicts
2024-07-24 13:01:51 +05:30
ruthra kumar
e607f3c78d
refactor(test): remove assert on 'repost_required'
...
(cherry picked from commit e71cb4eab7 )
2024-07-24 07:29:12 +00:00
ruthra kumar
d69361b1c9
refactor: remove attribute check on 'repost_required'
...
(cherry picked from commit 07fc952a43 )
2024-07-24 07:29:11 +00:00
ruthra kumar
949d7f4b53
refactor: repost without checking on flag
...
(cherry picked from commit 09f429ffba )
2024-07-24 07:29:11 +00:00
ruthra kumar
01dfea3ffa
chore: remove stale UI code related to repost
...
(cherry picked from commit fe46e1d089 )
2024-07-24 07:29:11 +00:00
ruthra kumar
8b9860902c
chore: remove 'repost_required' from Journal Entry
...
(cherry picked from commit e81373bb6a )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.json
2024-07-24 07:29:11 +00:00
ruthra kumar
3d8eac9b5a
chore: remove 'repost_required' from purchase invoice
...
(cherry picked from commit a467888a67 )
2024-07-24 07:29:11 +00:00
ruthra kumar
a8fe0e89a8
chore: remove stale 'repost_required' flag from sales invoice
...
(cherry picked from commit 06c5334f2a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
2024-07-24 07:29:11 +00:00
ruthra kumar
9b52d89e03
chore: remove stale code from sales invoice
...
(cherry picked from commit f3fda9ce98 )
2024-07-24 07:29:11 +00:00
Frappe PR Bot
e28c1e9c4b
chore(release): Bumped to Version 15.31.0
...
# [15.31.0](https://github.com/frappe/erpnext/compare/v15.30.0...v15.31.0 ) (2024-07-24)
### Bug Fixes
* Consider adding warranty period to serial nos (backport [#42051 ](https://github.com/frappe/erpnext/issues/42051 )) ([#42182 ](https://github.com/frappe/erpnext/issues/42182 )) ([8da28dc ](8da28dcfb2 ))
* correct validation for depreciation posting date ([ffacf42 ](ffacf4222b ))
* Don't allow negative amount on Payment Request [#41905 ](https://github.com/frappe/erpnext/issues/41905 ) ([aee2cc2 ](aee2cc2e03 ))
* missing cr/dr notes on payment reconciliation ([0a41ccd ](0a41ccda99 ))
* not able to save QC (backport [#42371 ](https://github.com/frappe/erpnext/issues/42371 )) ([#42373 ](https://github.com/frappe/erpnext/issues/42373 )) ([18500b8 ](18500b8e3a ))
* provide initial value for `.reduce()` call ([72bc539 ](72bc539ffd ))
* Purchase Order Analysis Report Data (backport [#42387 ](https://github.com/frappe/erpnext/issues/42387 )) ([#42394 ](https://github.com/frappe/erpnext/issues/42394 )) ([709be13 ](709be13e82 ))
* qty in the 'Serial No Ledger' report (backport [#42429 ](https://github.com/frappe/erpnext/issues/42429 )) ([#42433 ](https://github.com/frappe/erpnext/issues/42433 )) ([926fd41 ](926fd41a2b ))
* remove proprietorship and update it with individual ([527781a ](527781a588 ))
* rounding issue causing incorrect quantity in SE (backport [#42380 ](https://github.com/frappe/erpnext/issues/42380 )) ([#42395 ](https://github.com/frappe/erpnext/issues/42395 )) ([54791e9 ](54791e938b ))
* serial and batch bundle for POS Invoice (backport [#41491 ](https://github.com/frappe/erpnext/issues/41491 )) ([#42396 ](https://github.com/frappe/erpnext/issues/42396 )) ([555be2b ](555be2be11 ))
* set filter to show only submitted asset ([29fc975 ](29fc975fb8 ))
* Show the rows in AR/AP report where outstanding equals to 0.01 ([886256c ](886256c86b ))
### Features
* add make_regional_gl_entries override for Sales Invoice ([#42399 ](https://github.com/frappe/erpnext/issues/42399 )) ([22b17de ](22b17de2b4 ))
2024-07-24 07:28:24 +00:00
ruthra kumar
1e16a987dd
Merge pull request #42449 from frappe/version-15-hotfix
...
chore: release v15
2024-07-24 12:57:10 +05:30
Khushi Rawat
c045c9a6dd
Merge pull request #42450 from frappe/mergify/bp/version-15-hotfix/pr-42372
...
fix: correct validation for depreciation posting date (backport #42372 )
2024-07-24 12:10:00 +05:30
Syed Mujeer Hashmi
976abf7b3c
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.
2024-07-24 11:59:45 +05:30
Raffael Meyer
8141c6504e
Merge pull request #42437 from frappe/mergify/bp/version-15-hotfix/pr-42419
...
fix: provide initial value for `.reduce()` call (backport #42419 )
2024-07-23 13:06:37 +02:00
Khushi Rawat
ffacf4222b
fix: correct validation for depreciation posting date
...
(cherry picked from commit da4ed90a3e )
2024-07-23 09:54:44 +00:00
Smit Vora
aea8271f7e
fix: ignore duplicates while creating default templates
...
(cherry picked from commit cf55c2ab3d )
2024-07-23 04:56:36 +00:00
barredterra
72bc539ffd
fix: provide initial value for .reduce() call
...
Fixes the error "TypeError: Reduce of empty array with no initial value" (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Reduce_of_empty_array_with_no_initial_value#invalid_cases )
(cherry picked from commit 65f80abf2f )
2024-07-22 18:42:13 +00:00
mergify[bot]
926fd41a2b
fix: qty in the 'Serial No Ledger' report (backport #42429 ) ( #42433 )
...
fix: qty in the 'Serial No Ledger' report (#42429 )
(cherry picked from commit be2648245b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-22 18:06:56 +05:30
ruthra kumar
f2bc064da2
Merge pull request #42409 from frappe/mergify/bp/version-15-hotfix/pr-42407
...
test: basic test case for item-wise purchase register (backport #42407 )
2024-07-21 20:08:27 +05:30
mergify[bot]
555be2be11
fix: serial and batch bundle for POS Invoice (backport #41491 ) ( #42396 )
...
* fix: serial and batch bundle for POS Invoice (#41491 )
(cherry picked from commit e5dfc5e545 )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-21 00:00:14 +05:30
mergify[bot]
8da28dcfb2
fix: Consider adding warranty period to serial nos (backport #42051 ) ( #42182 )
...
fix: Consider adding warranty period to serial nos (#42051 )
(cherry picked from commit 55e2b876a2 )
Co-authored-by: Syed Mujeer Hashmi <mujeerhashmi@4csolutions.in >
2024-07-20 11:12:17 +05:30
Smit Vora
5741f32080
Merge pull request #42420 from frappe/mergify/bp/version-15-hotfix/pr-42399
...
feat: add make_regional_gl_entries override for Sales Invoice (backport #42399 )
2024-07-20 09:34:39 +05:30
HENRY Florian
22b17de2b4
feat: add make_regional_gl_entries override for Sales Invoice ( #42399 )
...
* feat: add make_regional_gl_entries override for Sales Invoice and Stock Controler
* chore: remove regionnal override for stock management
(cherry picked from commit 1bbe020cfd )
2024-07-20 02:56:01 +00:00
Khushi Rawat
96062dec10
Merge pull request #42413 from frappe/mergify/bp/version-15-hotfix/pr-42412
...
fix: set filter to show only submitted asset (backport #42412 )
2024-07-19 19:24:24 +05:30
Khushi Rawat
29fc975fb8
fix: set filter to show only submitted asset
...
(cherry picked from commit 69b8e10e20 )
2024-07-19 13:47:45 +00:00
ruthra kumar
0052ca9173
test: basic test case for item-wise purchase register
...
(cherry picked from commit c3c5d3f615 )
2024-07-19 11:21:08 +00:00
mergify[bot]
54791e938b
fix: rounding issue causing incorrect quantity in SE (backport #42380 ) ( #42395 )
...
fix: rounding issue causing incorrect quantity in SE (#42380 )
(cherry picked from commit e1b9b432c3 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-19 14:49:56 +05:30
mergify[bot]
709be13e82
fix: Purchase Order Analysis Report Data (backport #42387 ) ( #42394 )
...
fix: Purchase Order Analysis Report Data (#42387 )
(cherry picked from commit 67bf9bec47 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-19 14:49:39 +05:30
ruthra kumar
7893a957cb
Merge pull request #42403 from frappe/mergify/bp/version-15-hotfix/pr-41959
...
fix: Don't allow negative amount on Payment Request #41905 (backport #41959 )
2024-07-19 10:54:46 +05:30
ruthra kumar
a9146efc17
chore: resolve conflict
2024-07-19 10:36:42 +05:30
hiteshprajapati
aee2cc2e03
fix: Don't allow negative amount on Payment Request #41905
...
(cherry picked from commit b823aa66bf )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.json
2024-07-19 05:04:34 +00:00
ljain112
25fe08eb74
fix: set pos data if not return doc
...
(cherry picked from commit 65d672da65 )
2024-07-19 04:56:27 +00:00
ruthra kumar
307dcea097
Merge pull request #42385 from frappe/mergify/bp/version-15-hotfix/pr-42374
...
fix: Show the rows in AR/AP report where outstanding equals to 0.01 (backport #42374 )
2024-07-18 14:39:27 +05:30
ruthra kumar
0dae0a05d4
test: AR/AP report on miniscule outstanding
...
(cherry picked from commit bb9e42cce2 )
2024-07-18 08:15:39 +00:00
Nabin Hait
886256c86b
fix: Show the rows in AR/AP report where outstanding equals to 0.01
...
(cherry picked from commit e1dedc5402 )
2024-07-18 08:15:39 +00:00
ruthra kumar
372a7e905c
Merge pull request #42381 from frappe/mergify/bp/version-15-hotfix/pr-42369
...
fix: missing cr/dr notes on payment reconciliation (backport #42369 )
2024-07-18 12:58:42 +05:30
ruthra kumar
3f820734b6
test: payment filter should not affect dr/cr notes
...
(cherry picked from commit 2d686c06ea )
2024-07-18 07:12:44 +00:00
ruthra kumar
0a41ccda99
fix: missing cr/dr notes on payment reconciliation
...
(cherry picked from commit a30af68e9e )
2024-07-18 07:12:44 +00:00
mergify[bot]
18500b8e3a
fix: not able to save QC (backport #42371 ) ( #42373 )
...
fix: not able to save QC (#42371 )
(cherry picked from commit 62fb495a65 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-17 21:36:47 +05:30
Smit Vora
bebd70d752
Merge pull request #42365 from frappe/mergify/bp/version-15-hotfix/pr-42307
...
fix: remove redundant proprietorship field from customer type and supplier type (backport #42307 )
2024-07-17 18:55:22 +05:30
Sanket322
527781a588
fix: remove proprietorship and update it with individual
...
(cherry picked from commit c8ad6d1b2c )
2024-07-17 08:32:17 +00:00
Frappe PR Bot
4b8b3ee46a
chore(release): Bumped to Version 15.30.0
...
# [15.30.0](https://github.com/frappe/erpnext/compare/v15.29.4...v15.30.0 ) (2024-07-17)
### Bug Fixes
* address and contact filters for SCO and SCR (backport [#42310 ](https://github.com/frappe/erpnext/issues/42310 )) ([#42312 ](https://github.com/frappe/erpnext/issues/42312 )) ([cb64c73 ](cb64c73c9e ))
* bin deadlock issue (backport [#42342 ](https://github.com/frappe/erpnext/issues/42342 )) ([#42357 ](https://github.com/frappe/erpnext/issues/42357 )) ([29ee2d4 ](29ee2d46f0 ))
* cost center filter by company (backport [#42297 ](https://github.com/frappe/erpnext/issues/42297 )) ([#42299 ](https://github.com/frappe/erpnext/issues/42299 )) ([4c9ce1b ](4c9ce1b188 ))
* extra qty pick in pick list (backport [#42345 ](https://github.com/frappe/erpnext/issues/42345 )) ([#42349 ](https://github.com/frappe/erpnext/issues/42349 )) ([1754adf ](1754adfcd6 ))
* **gross profit:** incorrect valuation rate on different warehouses ([f161e59 ](f161e59cd7 ))
* incoming rate zero for supplied items in returned SCR (backport [#42314 ](https://github.com/frappe/erpnext/issues/42314 )) ([#42315 ](https://github.com/frappe/erpnext/issues/42315 )) ([076bf17 ](076bf17439 ))
* items not fetching in End Transit entry (backport [#42358 ](https://github.com/frappe/erpnext/issues/42358 )) ([#42361 ](https://github.com/frappe/erpnext/issues/42361 )) ([b5a2e5a ](b5a2e5a375 ))
* keep status as In Progress for RIV for Timeout Error (backport [#42274 ](https://github.com/frappe/erpnext/issues/42274 )) ([#42296 ](https://github.com/frappe/erpnext/issues/42296 )) ([1de66e5 ](1de66e56ee ))
* missing discount on POS Credit Notes ([4055ef9 ](4055ef92b5 ))
* not able to cancel the inter transfer DN (backport [#42333 ](https://github.com/frappe/erpnext/issues/42333 )) ([#42340 ](https://github.com/frappe/erpnext/issues/42340 )) ([cf2651d ](cf2651dd85 ))
* not able to submit LCV entry (backport [#42303 ](https://github.com/frappe/erpnext/issues/42303 )) ([#42304 ](https://github.com/frappe/erpnext/issues/42304 )) ([6d098b7 ](6d098b7302 ))
* remove doctype link from serial no ledger report (backport [#42327 ](https://github.com/frappe/erpnext/issues/42327 )) ([#42348 ](https://github.com/frappe/erpnext/issues/42348 )) ([b741b2a ](b741b2a285 ))
* removed patch from patches.txt ([c45d11c ](c45d11cd60 ))
* same posting date and time causing incorrect valuation rate (backport [#42351 ](https://github.com/frappe/erpnext/issues/42351 )) ([#42356 ](https://github.com/frappe/erpnext/issues/42356 )) ([62fc428 ](62fc42803f ))
* service item capitalization ([#42188 ](https://github.com/frappe/erpnext/issues/42188 )) ([2ffe7d5 ](2ffe7d5838 ))
* show total rows credit row in balance sheet ([0d2ef0d ](0d2ef0df7d ))
* slowness in reposting dependent vouchers. (backport [#42282 ](https://github.com/frappe/erpnext/issues/42282 )) ([#42292 ](https://github.com/frappe/erpnext/issues/42292 )) ([ef16313 ](ef16313e0a ))
* **Warehouse:** add buttons only if the user can use them ([a2b21c7 ](a2b21c7570 ))
* While submitting PCV ensure previous FY is closed (backport [#42284 ](https://github.com/frappe/erpnext/issues/42284 )) ([#42300 ](https://github.com/frappe/erpnext/issues/42300 )) ([e250dcc ](e250dcc7c8 ))
### Features
* configurable depreciation calculation via accounts settings ([#42276 ](https://github.com/frappe/erpnext/issues/42276 )) ([ddd1ca7 ](ddd1ca7f7c ))
* create variant with/without image (backport [#41317 ](https://github.com/frappe/erpnext/issues/41317 )) ([#42343 ](https://github.com/frappe/erpnext/issues/42343 )) ([5f1d6ed ](5f1d6ede31 ))
2024-07-17 05:19:44 +00:00
ruthra kumar
85aca0ef55
Merge pull request #42354 from frappe/version-15-hotfix
...
chore: release v15
2024-07-17 10:48:30 +05:30
Khushi Rawat
55dc157694
Merge pull request #42360 from frappe/mergify/bp/version-15-hotfix/pr-42188
...
fix: service item capitalization (backport #42188 )
2024-07-17 01:51:54 +05:30
Khushi Rawat
c45d11cd60
fix: removed patch from patches.txt
2024-07-17 01:35:03 +05:30
Khushi Rawat
cfab956811
chore: resolved conflicts
2024-07-16 22:46:54 +05:30
Smit Vora
d1ba12f581
Merge pull request #42362 from frappe/mergify/bp/version-15-hotfix/pr-42352
...
fix: show total rows credit row in balance sheet (backport #42352 )
2024-07-16 19:52:39 +05:30
ljain112
0d2ef0df7d
fix: show total rows credit row in balance sheet
...
(cherry picked from commit 327b19cba6 )
2024-07-16 13:58:37 +00:00
mergify[bot]
b5a2e5a375
fix: items not fetching in End Transit entry (backport #42358 ) ( #42361 )
...
fix: items not fetching in End Transit entry (#42358 )
(cherry picked from commit 001e5b612b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-16 18:45:18 +05:30
Khushi Rawat
2ffe7d5838
fix: service item capitalization ( #42188 )
...
* feat: capitalize with service expenses only
* chore: added test
* refactor: removed Capitalized In field from asset doc
(cherry picked from commit 81e0b96c30 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.py
2024-07-16 12:16:47 +00:00
mergify[bot]
62fc42803f
fix: same posting date and time causing incorrect valuation rate (backport #42351 ) ( #42356 )
...
fix: same posting date and time causing incorrect valuation rate (#42351 )
(cherry picked from commit 85d2d34116 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-16 16:30:24 +05:30
mergify[bot]
29ee2d46f0
fix: bin deadlock issue (backport #42342 ) ( #42357 )
...
fix: bin deadlock issue (#42342 )
(cherry picked from commit 21df38bf18 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-16 16:30:11 +05:30
mergify[bot]
b741b2a285
fix: remove doctype link from serial no ledger report (backport #42327 ) ( #42348 )
...
fix: remove doctype link from serial no ledger report (#42327 )
* fix: remove doctype link from serial no ledger report
* fix: remove doctype link from serial no ledger report
* fix: remove doctype link from serial no ledger report --update
(cherry picked from commit 17b437709c )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-07-16 16:08:11 +05:30
mergify[bot]
1754adfcd6
fix: extra qty pick in pick list (backport #42345 ) ( #42349 )
...
fix: extra qty pick in pick list (#42345 )
(cherry picked from commit 6a50b40976 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-16 15:46:44 +05:30
mergify[bot]
5f1d6ede31
feat: create variant with/without image (backport #41317 ) ( #42343 )
...
feat: create variant with/without image (#41317 )
* feat: create variant with/without image
* feat: create variant with/without image
* feat: create variant with/without image
* feat: create variant with/without image
* feat: create variant with/without image
* feat: create variant with/without image
* fix: change the variable name use_same_image to use_template_image
(cherry picked from commit 66b35ec9fb )
Co-authored-by: Nihantra C. Patel <141945075+Nihantra-Patel@users.noreply.github.com >
2024-07-15 22:58:30 +05:30
mergify[bot]
cf2651dd85
fix: not able to cancel the inter transfer DN (backport #42333 ) ( #42340 )
...
fix: not able to cancel the inter transfer DN (#42333 )
(cherry picked from commit 6d42cd0f4c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-15 16:52:28 +05:30
ruthra kumar
29158652db
Merge pull request #42338 from frappe/mergify/bp/version-15-hotfix/pr-42294
...
refactor: make reposting implicit (backport #42294 )
2024-07-15 15:37:00 +05:30
ruthra kumar
4968395372
chore: contextual comments
...
(cherry picked from commit 794a62aecb )
2024-07-15 09:41:57 +00:00
ruthra kumar
8e70aeae4a
refactor(test): reposting happens implicitly
...
(cherry picked from commit c283cda169 )
2024-07-15 09:41:57 +00:00
ruthra kumar
4ac174703c
refactor(test): no need to assert repost_required flag
...
Reposting happens implicitly upon 'Update After Submit'
(cherry picked from commit 8f135e9859 )
2024-07-15 09:41:57 +00:00
ruthra kumar
804f1d4772
refactor: make reposting implicit
...
(cherry picked from commit 722ef92324 )
2024-07-15 09:41:56 +00:00
ruthra kumar
609a0b81ae
Merge pull request #42336 from frappe/mergify/bp/version-15-hotfix/pr-42330
...
fix: incorrect valuation rate for items from different warehouses in Gross Profit (backport #42330 )
2024-07-15 15:11:47 +05:30
ruthra kumar
cc09d0d218
chore: resolve conflict
2024-07-15 14:34:30 +05:30
ruthra kumar
43eec001ee
test(gross profit): valuation rate from different warehouse
...
(cherry picked from commit 577ce5ccd4 )
# Conflicts:
# erpnext/accounts/report/gross_profit/test_gross_profit.py
2024-07-15 08:50:15 +00:00
ruthra kumar
f161e59cd7
fix(gross profit): incorrect valuation rate on different warehouses
...
(cherry picked from commit f9d2dd0a62 )
2024-07-15 08:50:15 +00:00
mergify[bot]
076bf17439
fix: incoming rate zero for supplied items in returned SCR (backport #42314 ) ( #42315 )
...
fix: incoming rate zero for supplied items in returned SCR (#42314 )
(cherry picked from commit 61daa318fe )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-15 13:28:06 +05:30
mergify[bot]
cb64c73c9e
fix: address and contact filters for SCO and SCR (backport #42310 ) ( #42312 )
...
fix: address and contact filters for SCO and SCR (#42310 )
(cherry picked from commit 7656220075 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-13 15:59:46 +05:30
Nabin Hait
ce8b423ad6
chore: release v15 ( #42308 )
...
* fix(Warehouse): add buttons only if the user can use them
(cherry picked from commit 10ae5aaf52 )
* fix: missing discount on POS Credit Notes
(cherry picked from commit 1049550951 )
* chore: rename test suite for payable report
(cherry picked from commit 9474f72776 )
* refactor: test suite for item-wise sales register
(cherry picked from commit 3aaa22e672 )
* refactor(test): use each instance UOM for assertion
(cherry picked from commit cf4fbfb601 )
* fix: slowness in reposting dependent vouchers. (backport #42282 ) (#42292 )
fix: slowness in reposting dependent vouchers. (#42282 )
(cherry picked from commit b17696a8ae )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* refactor(test): clear old records
* fix: keep status as In Progress for RIV for Timeout Error (backport #42274 ) (#42296 )
fix: keep status as In Progress for RIV for Timeout Error (#42274 )
(cherry picked from commit 10280d6140 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* fix: cost center filter by company (backport #42297 ) (#42299 )
fix: cost center filter by company (#42297 )
(cherry picked from commit 9838f7e6ba )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* feat: configurable depreciation calculation via accounts settings (#42276 )
* feat: configurable depreciation calculation via accounts settings
* refactor: code optimization
* style: changes in description and label
(cherry picked from commit b04da63aad )
* fix: not able to submit LCV entry (backport #42303 ) (#42304 )
fix: not able to submit LCV entry (#42303 )
(cherry picked from commit 9cf92eaeab )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* fix: While submitting PCV ensure previous FY is closed (backport #42284 ) (#42300 )
fix: While submitting PCV ensure previous FY is closed (#42284 )
(cherry picked from commit d0bbc8ca70 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
Co-authored-by: Khushi Rawat <142375893+khushi8112@users.noreply.github.com >
2024-07-12 20:47:27 +05:30
mergify[bot]
e250dcc7c8
fix: While submitting PCV ensure previous FY is closed (backport #42284 ) ( #42300 )
...
fix: While submitting PCV ensure previous FY is closed (#42284 )
(cherry picked from commit d0bbc8ca70 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2024-07-12 20:05:03 +05:30
Khushi Rawat
ad228d80d5
Merge pull request #42301 from frappe/mergify/bp/version-15-hotfix/pr-42276
...
feat: configurable depreciation calculation via accounts settings (backport #42276 )
2024-07-12 18:32:37 +05:30
mergify[bot]
6d098b7302
fix: not able to submit LCV entry (backport #42303 ) ( #42304 )
...
fix: not able to submit LCV entry (#42303 )
(cherry picked from commit 9cf92eaeab )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-12 17:27:18 +05:30
Khushi Rawat
ddd1ca7f7c
feat: configurable depreciation calculation via accounts settings ( #42276 )
...
* feat: configurable depreciation calculation via accounts settings
* refactor: code optimization
* style: changes in description and label
(cherry picked from commit b04da63aad )
2024-07-12 08:57:11 +00:00
mergify[bot]
4c9ce1b188
fix: cost center filter by company (backport #42297 ) ( #42299 )
...
fix: cost center filter by company (#42297 )
(cherry picked from commit 9838f7e6ba )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-12 13:40:16 +05:30
mergify[bot]
1de66e56ee
fix: keep status as In Progress for RIV for Timeout Error (backport #42274 ) ( #42296 )
...
fix: keep status as In Progress for RIV for Timeout Error (#42274 )
(cherry picked from commit 10280d6140 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-12 12:14:55 +05:30
ruthra kumar
5e3810b12a
Merge pull request #42291 from frappe/mergify/bp/version-15-hotfix/pr-42192
...
refactor: tests for item wise sales register report (backport #42192 )
2024-07-12 09:28:08 +05:30
ruthra kumar
84a8bb3ce5
refactor(test): clear old records
2024-07-11 21:04:34 +05:30
mergify[bot]
ef16313e0a
fix: slowness in reposting dependent vouchers. (backport #42282 ) ( #42292 )
...
fix: slowness in reposting dependent vouchers. (#42282 )
(cherry picked from commit b17696a8ae )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-07-11 19:24:09 +05:30
ruthra kumar
61852bd3f6
refactor(test): use each instance UOM for assertion
...
(cherry picked from commit cf4fbfb601 )
2024-07-11 12:34:12 +00:00
ruthra kumar
cd79d33db2
refactor: test suite for item-wise sales register
...
(cherry picked from commit 3aaa22e672 )
2024-07-11 12:34:12 +00:00
ruthra kumar
4f7e0d2955
chore: rename test suite for payable report
...
(cherry picked from commit 9474f72776 )
2024-07-11 12:34:12 +00:00
ruthra kumar
e07bdcee79
Merge pull request #42289 from frappe/mergify/bp/version-15-hotfix/pr-42287
...
fix: missing discount on POS Credit Notes (backport #42287 )
2024-07-11 17:36:02 +05:30
ruthra kumar
4055ef92b5
fix: missing discount on POS Credit Notes
...
(cherry picked from commit 1049550951 )
2024-07-11 11:59:38 +00:00
Raffael Meyer
2751a9a38c
Merge pull request #42273 from frappe/mergify/bp/version-15-hotfix/pr-42232
...
fix(Warehouse): add buttons only if the user can use them (backport #42232 )
2024-07-10 15:26:25 +02:00
barredterra
a2b21c7570
fix(Warehouse): add buttons only if the user can use them
...
(cherry picked from commit 10ae5aaf52 )
2024-07-10 11:15:49 +00:00