Frappe PR Bot
3e61e76317
chore(release): Bumped to Version 14.18.3
...
## [14.18.3](https://github.com/frappe/erpnext/compare/v14.18.2...v14.18.3 ) (2023-03-14)
### Bug Fixes
* `BOM Stock Report` ([1c00077 ](1c0007768b ))
* `required_qty` get reset to `1` for Alternative Item in WO ([51bcdb3 ](51bcdb32f2 ))
* Don't use get_list & get_all interchangeably ([27c524e ](27c524e337 ))
* Error in consolidated financial statement ([#34330 ](https://github.com/frappe/erpnext/issues/34330 )) ([73866f4 ](73866f4da7 ))
* exchange rate revaluation errors ([#33947 ](https://github.com/frappe/erpnext/issues/33947 )) ([1a629b6 ](1a629b6418 ))
* filters not getting applied on `Web Form` ([6ef7ddf ](6ef7ddfbce ))
* Linked invoice cancellation issue via timesheet ([#34337 ](https://github.com/frappe/erpnext/issues/34337 )) ([da8cc2b ](da8cc2bba9 ))
* operation time for multi-level BOM in WO ([76e04c8 ](76e04c8625 ))
* Set contact filter link in Opportunity ([#34325 ](https://github.com/frappe/erpnext/issues/34325 )) ([c64836d ](c64836d3d6 ))
* set tax category from address before executing `get_regional_address_details` ([#34372 ](https://github.com/frappe/erpnext/issues/34372 )) ([bf0cbe0 ](bf0cbe09b9 ))
* **test:** flaky test case in Payment terms report ([69a5411 ](69a5411f0e ))
* Total row in trail balance report ([#34395 ](https://github.com/frappe/erpnext/issues/34395 )) ([c353ba7 ](c353ba741c ))
* Use customer name instead of name(id) in PSOA (backport [#34412 ](https://github.com/frappe/erpnext/issues/34412 )) ([#34425 ](https://github.com/frappe/erpnext/issues/34425 )) ([209adf3 ](209adf32a5 ))
### Performance Improvements
* `update_completed_qty()` in `material_request.py` ([b37712c ](b37712c038 ))
* Stock Entry (Material Transfer) ([1b51463 ](1b514632d2 ))
### Reverts
* Revert "Update tr.csv (backport #34285 )" (#34427 ) ([b6d059c ](b6d059ccb8 )), closes [#34285 ](https://github.com/frappe/erpnext/issues/34285 ) [#34427 ](https://github.com/frappe/erpnext/issues/34427 ) [#34285 ](https://github.com/frappe/erpnext/issues/34285 )
* Revert "fix: Default sales team not getting set" (#34376 ) ([ed338b1 ](ed338b1395 )), closes [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34284 ](https://github.com/frappe/erpnext/issues/34284 )
v14.18.3
2023-03-14 17:37:03 +00:00
Deepesh Garg
c44579ff52
Merge pull request #34442 from frappe/version-14-hotfix
...
chore: release v14
2023-03-14 23:05:05 +05:30
Sagar Sharma
3f7e82f8b1
Merge pull request #34448 from frappe/mergify/bp/version-14-hotfix/pr-34415
...
fix: operation time for multi-level BOM in WO (backport #34415 )
2023-03-14 19:55:38 +05:30
Sagar Sharma
6787a1fe91
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34415
2023-03-14 18:55:51 +05:30
Sagar Sharma
12fa080c00
Merge pull request #34450 from frappe/mergify/bp/version-14-hotfix/pr-34381
...
chore: fix french translation (backport #34381 )
2023-03-14 18:55:07 +05:30
HENRY Florian
6303d2d8e1
chore: fix french translation ( #34381 )
...
chore: update french translation
(cherry picked from commit d267111e13 )
2023-03-14 13:20:05 +00:00
s-aga-r
76e04c8625
fix: operation time for multi-level BOM in WO
...
(cherry picked from commit 442ee3adba )
2023-03-14 13:18:30 +00:00
mergify[bot]
c353ba741c
fix: Total row in trail balance report ( #34395 )
...
fix: Total row in trail balance report (#34395 )
* fix: Total row in trail balance report
* fix: Calculate total after preparing opening and closing
(cherry picked from commit c6999fc687 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-14 15:08:33 +05:30
mergify[bot]
bf0cbe09b9
fix: set tax category from address before executing get_regional_address_details ( #34372 )
...
fix: set tax category from address before executing `get_regional_address_details` (#34372 )
(cherry picked from commit 5c06620f97 )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2023-03-13 21:15:43 +05:30
mergify[bot]
630386fd8c
chore: Move source and campaign to additional info section ( #34414 )
...
* chore: Move source and campaign to additional info section (#34414 )
(cherry picked from commit c8cc3fc65f )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 21:11:49 +05:30
mergify[bot]
209adf32a5
fix: Use customer name instead of name(id) in PSOA (backport #34412 ) ( #34425 )
...
fix: Use customer name instead of name(id) in PSOA (#34412 )
(cherry picked from commit fa776d2987 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 21:11:22 +05:30
Deepesh Garg
b6d059ccb8
Revert "Update tr.csv (backport #34285 )" ( #34427 )
...
Revert "Update tr.csv (#34285 )"
This reverts commit 5266a7e8a7 .
2023-03-13 19:43:26 +05:30
mergify[bot]
da8cc2bba9
fix: Linked invoice cancellation issue via timesheet ( #34337 )
...
fix: Linked invoice cancellation issue via timesheet (#34337 )
(cherry picked from commit 4416ddc4af )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 18:58:54 +05:30
mergify[bot]
af629f92f0
test: fix hypothesis tests (backport #34416 ) ( #34418 )
...
test: fix hypothesis tests (#34416 )
(cherry picked from commit b8a61be080 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-03-13 15:28:30 +05:30
mergify[bot]
5266a7e8a7
Update tr.csv ( #34285 )
...
chore: Improve Turkish language translation
chore: Improve Turkish language translation
(cherry picked from commit fa6d37542b )
Co-authored-by: Mehmet Demirel <unibravo@gmail.com >
2023-03-13 14:03:38 +05:30
mergify[bot]
73866f4da7
fix: Error in consolidated financial statement ( #34330 )
...
fix: Error in consolidated financial statement (#34330 )
(cherry picked from commit aae53bb910 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 14:03:02 +05:30
ruthra kumar
b0c5f5594d
Merge pull request #34413 from frappe/mergify/bp/version-14-hotfix/pr-34408
...
chore: delete remarks migration patch (backport #34408 )
2023-03-13 10:24:42 +05:30
ruthra kumar
502a45e54f
chore: delete remarks migration patch
...
Versions higher than V14.18.2, 'remarks' will be moved in 'migrate_gl_to_payment_ledger'
(cherry picked from commit da37573b73 )
2023-03-13 03:45:17 +00:00
ruthra kumar
f854316eb2
Merge pull request #34405 from frappe/mergify/bp/version-14-hotfix/pr-34387
...
refactor(patch): remove inner join to improve SQL performance (backport #34387 )
2023-03-12 13:16:01 +05:30
ruthra kumar
0b184667fc
chore: remove remarks migrations patch from patches.txt
...
'Remarks' field is moved in migrate_gl_to_payment_ledger patch itself
from versions highers than v14.18.2. Removing it from patches.txt
(cherry picked from commit 9d0a1149d8 )
2023-03-12 11:08:34 +05:30
ruthra kumar
3923044d88
Merge pull request #34400 from frappe/mergify/bp/version-14-hotfix/pr-34370
...
fix(test): flaky test case in Payment terms report (backport #34370 )
2023-03-11 21:29:56 +05:30
ruthra kumar
0ef1d1b2ae
refactor: add remarks to column as well
...
(cherry picked from commit 1744f1d4e4 )
2023-03-11 15:31:17 +00:00
ruthra kumar
e6de87a1b7
refactor(patch): remove inner join to improve SQL performance
...
(cherry picked from commit f9cfabf78e )
2023-03-11 15:31:16 +00:00
mergify[bot]
c64836d3d6
fix: Set contact filter link in Opportunity ( #34325 )
...
fix: Set contact filter link in Opportunity (#34325 )
Co-authored-by: Nihantra C. Patel <n.patel.serpentcs@gmail.com >
(cherry picked from commit 71de72bdd0 )
Co-authored-by: Solufyin <34390782+Solufyin@users.noreply.github.com >
2023-03-11 19:05:26 +05:30
ruthra kumar
69a5411f0e
fix(test): flaky test case in Payment terms report
...
(cherry picked from commit 7fcd74ed03 )
2023-03-11 08:49:03 +00:00
Sagar Sharma
29c58b6f75
Merge pull request #34384 from frappe/mergify/bp/version-14-hotfix/pr-34383
...
fix: filters not getting applied on `Web Form` (backport #34383 )
2023-03-10 13:48:38 +05:30
s-aga-r
6ef7ddfbce
fix: filters not getting applied on Web Form
...
(cherry picked from commit 9c1e566394 )
2023-03-09 18:55:03 +00:00
gavin
27c524e337
fix: Don't use get_list & get_all interchangeably
...
fix: Fetch all fields via get_returned_qty_map_for_row
2023-03-09 16:05:37 +05:30
Frappe PR Bot
fcbcbc0aa7
chore(release): Bumped to Version 14.18.2
...
## [14.18.2](https://github.com/frappe/erpnext/compare/v14.18.1...v14.18.2 ) (2023-03-09)
### Reverts
* Revert "fix: Default sales team not getting set" (#34376 ) ([f71d85d ](f71d85d7c3 )), closes [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34284 ](https://github.com/frappe/erpnext/issues/34284 )
v14.18.2
2023-03-09 10:26:37 +00:00
Deepesh Garg
7ca3130010
Merge pull request #34379 from frappe/mergify/bp/version-14/pr-34377
...
Revert "fix: Default sales team not getting set" (backport #34376 ) (backport #34377 )
2023-03-09 15:43:17 +05:30
mergify[bot]
f71d85d7c3
Revert "fix: Default sales team not getting set" ( #34376 )
...
Revert "fix: Default sales team not getting set" (#34376 )
Revert "fix: Default sales team not getting set (#34284 )"
This reverts commit 7d0199d743 .
(cherry picked from commit 9a8f8e8b7d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit ed338b1395 )
2023-03-09 10:11:18 +00:00
mergify[bot]
ed338b1395
Revert "fix: Default sales team not getting set" ( #34376 )
...
Revert "fix: Default sales team not getting set" (#34376 )
Revert "fix: Default sales team not getting set (#34284 )"
This reverts commit 7d0199d743 .
(cherry picked from commit 9a8f8e8b7d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-09 15:39:56 +05:30
Sagar Sharma
9f0dff9e7a
Merge pull request #34368 from frappe/mergify/bp/version-14-hotfix/pr-34360
...
chore: `Alternative Item Code` error msg (backport #34360 )
2023-03-09 11:10:13 +05:30
Sagar Sharma
31f9d23b17
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34360
2023-03-09 11:09:48 +05:30
Sagar Sharma
ce8e3e92dd
Merge pull request #34366 from frappe/mergify/bp/version-14-hotfix/pr-34362
...
fix: `required_qty` get reset to `1` for Alternative Item in WO (backport #34362 )
2023-03-09 11:09:25 +05:30
s-aga-r
c734a78f3c
chore: Alternative Item Code error msg
...
(cherry picked from commit baef5ae1ef )
2023-03-09 04:38:21 +00:00
s-aga-r
51bcdb32f2
fix: required_qty get reset to 1 for Alternative Item in WO
...
(cherry picked from commit 046834a97a )
2023-03-09 04:35:58 +00:00
Sagar Sharma
68b9581176
Merge pull request #34356 from frappe/mergify/bp/version-14-hotfix/pr-34352
...
fix: `BOM Stock Report` (backport #34352 )
2023-03-08 17:45:52 +05:30
s-aga-r
df98e25312
test: add test cases for BOM Stock Report
...
(cherry picked from commit b53dcb04ed )
2023-03-08 10:56:44 +00:00
s-aga-r
1c0007768b
fix: BOM Stock Report
...
(cherry picked from commit a65b80911b )
2023-03-08 10:56:44 +00:00
Deepesh Garg
d42af42cec
Merge pull request #34331 from frappe/mergify/bp/version-14-hotfix/pr-33947
...
fix: exchange rate revaluation errors (backport #33947 )
2023-03-08 13:07:04 +05:30
Frappe PR Bot
cfe28663bc
chore(release): Bumped to Version 14.18.1
...
## [14.18.1](https://github.com/frappe/erpnext/compare/v14.18.0...v14.18.1 ) (2023-03-07)
### Performance Improvements
* `update_completed_qty()` in `material_request.py` ([7a5f7d4 ](7a5f7d4920 ))
* Stock Entry (Material Transfer) ([59a415e ](59a415eaa9 ))
v14.18.1
2023-03-07 17:23:00 +00:00
Sagar Sharma
943599f3ac
Merge pull request #34342 from frappe/mergify/bp/version-14/pr-34335
...
perf: Stock Entry (Material Transfer) (backport #34313 ) (backport #34335 )
2023-03-07 22:51:22 +05:30
s-aga-r
7a5f7d4920
perf: update_completed_qty() in material_request.py
...
(cherry picked from commit 8ad9e99cea )
(cherry picked from commit b37712c038 )
2023-03-07 16:14:55 +00:00
s-aga-r
59a415eaa9
perf: Stock Entry (Material Transfer)
...
(cherry picked from commit de18f98c5c )
(cherry picked from commit 1b514632d2 )
2023-03-07 16:14:55 +00:00
Sagar Sharma
a18c4c839e
Merge pull request #34335 from frappe/mergify/bp/version-14-hotfix/pr-34313
...
perf: Stock Entry (Material Transfer) (backport #34313 )
2023-03-07 21:43:05 +05:30
Frappe PR Bot
0696128acc
chore(release): Bumped to Version 14.18.0
...
# [14.18.0](https://github.com/frappe/erpnext/compare/v14.17.4...v14.18.0 ) (2023-03-07)
### Bug Fixes
* `Inventory Dimension` for `Stock Reconciliation` ([b08cdc0 ](b08cdc00f2 ))
* `rejected_serial_no` not getting copied from PR to PR(Return) ([3db8258 ](3db82587eb ))
* `Serial No is mandatory` even if the `qty` is `0` ([aa6b891 ](aa6b891ef0 ))
* BOM Update log not completed ([235ecca ](235ecca9fa ))
* consumed qty validation for subcontracting receipt ([7eccf43 ](7eccf431fd ))
* Default sales team not getting set ([#34284 ](https://github.com/frappe/erpnext/issues/34284 )) ([64c758d ](64c758d0c0 ))
* Do not calculate commission post submit ([#34267 ](https://github.com/frappe/erpnext/issues/34267 )) ([480797e ](480797e856 ))
* labels name ([5e9f1df ](5e9f1dfbb3 ))
* **minor:** Dirty the form after clicking on Get advances button in Invoices ([#34323 ](https://github.com/frappe/erpnext/issues/34323 )) ([0e9f9c3 ](0e9f9c31a0 ))
* Payment Request against sales order with disabled rounded total ([#34281 ](https://github.com/frappe/erpnext/issues/34281 )) ([ca59c69 ](ca59c699cd ))
* Performance improvement when adding a new item ([#34195 ](https://github.com/frappe/erpnext/issues/34195 )) ([71a281f ](71a281fb11 ))
* Resolve conflicts ([f6469d8 ](f6469d8398 ))
* Stock Reconciliation `actual_qty` ([d97c1bf ](d97c1bf0f4 ))
* update inventory dimensions before returning sle ([ab73742 ](ab737424c2 ))
* Wrap unexpectedly long text in remark ([b13bf1e ](b13bf1ebc5 ))
### Features
* adjust purchase receipt valuation rate as per purchase invoice rate ([db033c6 ](db033c6862 ))
### Reverts
* Revert "refactor: use renamed timezone utils (#34301 )" ([a2e001a ](a2e001a2da )), closes [#34301 ](https://github.com/frappe/erpnext/issues/34301 ) [#34301 ](https://github.com/frappe/erpnext/issues/34301 )
v14.18.0
2023-03-07 14:26:16 +00:00
Deepesh Garg
1cf79f05c5
Merge pull request #34327 from frappe/version-14-hotfix
...
chore: release v14
2023-03-07 19:54:30 +05:30
s-aga-r
b37712c038
perf: update_completed_qty() in material_request.py
...
(cherry picked from commit 8ad9e99cea )
2023-03-07 12:33:48 +00:00
s-aga-r
1b514632d2
perf: Stock Entry (Material Transfer)
...
(cherry picked from commit de18f98c5c )
2023-03-07 12:33:47 +00:00