Frappe PR Bot
0281afcead
chore(release): Bumped to Version 13.52.8
...
## [13.52.8](https://github.com/frappe/erpnext/compare/v13.52.7...v13.52.8 ) (2023-08-01)
### Bug Fixes
* added validation for unique serial numbers in pos invoice ([#36302 ](https://github.com/frappe/erpnext/issues/36302 )) ([a165b37 ](a165b37fd7 ))
* only publish repost progress to doc subscriber (backport [#36400 ](https://github.com/frappe/erpnext/issues/36400 )) ([#36403 ](https://github.com/frappe/erpnext/issues/36403 )) ([e9df064 ](e9df06406f ))
* removed "fetch_from" (backport [#36365 ](https://github.com/frappe/erpnext/issues/36365 )) ([#36387 ](https://github.com/frappe/erpnext/issues/36387 )) ([c574494 ](c574494ddd ))
### Performance Improvements
* use `LEFT JOIN` instead of `NOT EXISTS` (backport [#36221 ](https://github.com/frappe/erpnext/issues/36221 )) ([#36384 ](https://github.com/frappe/erpnext/issues/36384 )) ([cdc86bd ](cdc86bd76c ))
v13.52.8
2023-08-01 18:04:50 +00:00
Deepesh Garg
348e4616cb
Merge pull request #36441 from frappe/version-13-hotfix
...
chore: release v13
2023-08-01 23:33:11 +05:30
RitvikSardana
a165b37fd7
fix: added validation for unique serial numbers in pos invoice ( #36302 )
...
* fix: added validation for unique serial numbers in pos invoice
* fix: updated title of validation
* fix: removed extra whitespace
* fix: added validation for duplicate batch numbers
---------
Co-authored-by: Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local >
2023-07-31 23:28:10 +05:30
mergify[bot]
cdc86bd76c
perf: use LEFT JOIN instead of NOT EXISTS (backport #36221 ) ( #36384 )
...
* perf: use `LEFT JOIN` instead of `NOT EXISTS`
(cherry picked from commit 58d867503b )
# Conflicts:
# erpnext/manufacturing/doctype/bom_update_log/bom_updation_utils.py
* fix: long queue `process_boms_cost_level_wise`
(cherry picked from commit 148d466ae5 )
* chore: `conflicts`
* fix: failing test case
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-31 17:39:31 +05:30
mergify[bot]
e9df06406f
fix: only publish repost progress to doc subscriber (backport #36400 ) ( #36403 )
...
* fix: only publish repost progress to doc subscriber (#36400 )
Huge size of string gets blasted to everyone on site. Due to some memory
leak (cause unknown) till sockets are open the strings are also in
process' memory.
related https://github.com/frappe/frappe/issues/21863
(cherry picked from commit c0642cf528 )
# Conflicts:
# erpnext/stock/stock_ledger.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-29 18:14:26 +05:30
mergify[bot]
c574494ddd
fix: removed "fetch_from" (backport #36365 ) ( #36387 )
...
fix: removed "fetch_from"
* fix: removed ("fetch_from": "goal.objective")
The field ended up being disabled because of this.
(cherry picked from commit 1c687a4afd )
Co-authored-by: xdlumertz <alexandrelumertz@gmail.com >
2023-07-28 18:15:24 +05:30
Frappe PR Bot
46966f4b7c
chore(release): Bumped to Version 13.52.7
...
## [13.52.7](https://github.com/frappe/erpnext/compare/v13.52.6...v13.52.7 ) (2023-07-26)
### Bug Fixes
* allow both custodian and location while creating asset (backport [#36263 ](https://github.com/frappe/erpnext/issues/36263 )) ([#36270 ](https://github.com/frappe/erpnext/issues/36270 )) ([e4f28e8 ](e4f28e8a5b ))
* apply discount on item after applying price list ([#36125 ](https://github.com/frappe/erpnext/issues/36125 )) ([bde9e89 ](bde9e89582 ))
* group by in fixed asset register (copy [#36310 ](https://github.com/frappe/erpnext/issues/36310 )) ([#36312 ](https://github.com/frappe/erpnext/issues/36312 )) ([a5e1c47 ](a5e1c4798f ))
v13.52.7
2023-07-26 04:10:14 +00:00
Deepesh Garg
ded3b62c5a
Merge pull request #36295 from frappe/version-13-hotfix
...
chore: release v13
2023-07-26 09:38:32 +05:30
mergify[bot]
a5e1c4798f
fix: group by in fixed asset register (copy #36310 ) ( #36312 )
...
fix: group by in fixed asset register
(cherry picked from commit 1151e47f46 )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-07-25 21:01:47 +05:30
Anand Baburajan
bde9e89582
fix: apply discount on item after applying price list ( #36125 )
2023-07-25 20:32:57 +05:30
mergify[bot]
e4f28e8a5b
fix: allow both custodian and location while creating asset (backport #36263 ) ( #36270 )
...
fix: allow both custodian and location while creating asset (#36263 )
(cherry picked from commit 2b47f5815e )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-24 16:25:23 +05:30
Frappe PR Bot
128ea0d7fc
chore(release): Bumped to Version 13.52.6
...
## [13.52.6](https://github.com/frappe/erpnext/compare/v13.52.5...v13.52.6 ) (2023-07-18)
### Bug Fixes
* allow manual asset receipt mov from nowhere (backport [#36093 ](https://github.com/frappe/erpnext/issues/36093 )) ([#36095 ](https://github.com/frappe/erpnext/issues/36095 )) ([2993eb5 ](2993eb5ce9 ))
* HSN code not showing up in GST itemised register reports ([#36142 ](https://github.com/frappe/erpnext/issues/36142 )) ([1d3917b ](1d3917b335 ))
* improve "Update Items" modal ([#36105 ](https://github.com/frappe/erpnext/issues/36105 )) ([3bc899f ](3bc899f354 ))
### Performance Improvements
* index in `Item` and `Item Variant Attribute` (backport [#36133 ](https://github.com/frappe/erpnext/issues/36133 )) ([#36145 ](https://github.com/frappe/erpnext/issues/36145 )) ([120de24 ](120de249dd ))
v13.52.6
2023-07-18 12:21:14 +00:00
Deepesh Garg
9566f4101d
Merge pull request #36178 from frappe/version-13-hotfix
...
chore: release v13
2023-07-18 17:49:47 +05:30
Sagar Vora
4854c2e7f7
Merge pull request #36165 from frappe/mergify/bp/version-13-hotfix/pr-36163
2023-07-17 15:47:54 +05:30
Sagar Vora
a93c4b6c65
chore: use consistent quotes
...
(cherry picked from commit bccb718cc2 )
2023-07-17 10:17:01 +00:00
mergify[bot]
287c67f7a2
chore: add validation for account type of party type and account ( #36141 )
...
chore: add validation for account type of party type and account (#36141 )
chore: add validation to check if account type of party type and account match
(cherry picked from commit 305c37917f )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-17 11:51:45 +05:30
mergify[bot]
120de249dd
perf: index in Item and Item Variant Attribute (backport #36133 ) ( #36145 )
...
* perf: index `variant_of` and `attribute` in `Item Variant Attribute`
(cherry picked from commit e4128a5c91 )
* perf: index `disabled` in `Item`
(cherry picked from commit 04400eb2e4 )
# Conflicts:
# erpnext/stock/doctype/item/item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-15 10:20:32 +05:30
Frappe PR Bot
cefa78b864
chore(release): Bumped to Version 13.52.5
...
## [13.52.5](https://github.com/frappe/erpnext/compare/v13.52.4...v13.52.5 ) (2023-07-14)
### Bug Fixes
* HSN code not showing up in GST itemised register reports (backport [#36142 ](https://github.com/frappe/erpnext/issues/36142 )) ([#36143 ](https://github.com/frappe/erpnext/issues/36143 )) ([73366de ](73366de12f ))
v13.52.5
2023-07-14 14:49:30 +00:00
mergify[bot]
73366de12f
fix: HSN code not showing up in GST itemised register reports (backport #36142 ) ( #36143 )
...
fix: HSN code not showing up in GST itemised register reports (#36142 )
fix: hsn code not showing up in gst itemised registers
(cherry picked from commit 1d3917b335 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-14 20:18:07 +05:30
Anand Baburajan
1d3917b335
fix: HSN code not showing up in GST itemised register reports ( #36142 )
...
fix: hsn code not showing up in gst itemised registers
2023-07-14 20:16:49 +05:30
mergify[bot]
3bc899f354
fix: improve "Update Items" modal ( #36105 )
...
fix: improve "Update Items" modal (#36105 )
* fix: make "Update Items" modal larger
* fix: remove conversion factor from overview
Conversion factor doesn't make much sense without two different UOMs
next to it, hence moving it to row detail view
(cherry picked from commit d5fe1432f8 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-14 13:03:43 +05:30
Ankush Menat
6b113c6abc
ci: fix repo name in relase notes workflow
...
[skip ci]
(cherry picked from commit b5f6a1cc20 )
2023-07-14 12:05:21 +05:30
mergify[bot]
82e2ff8731
ci: regen release notes with GH API (backport #36098 ) ( #36100 )
...
ci: regen release notes with GH API (#36098 )
[skip ci]
(cherry picked from commit 0340bfc90d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-12 12:18:34 +05:30
mergify[bot]
2993eb5ce9
fix: allow manual asset receipt mov from nowhere (backport #36093 ) ( #36095 )
...
* fix: allow manual asset receipt mov from nowhere (#36093 )
(cherry picked from commit 4aaa1a15d7 )
# Conflicts:
# erpnext/assets/doctype/asset_movement/asset_movement.py
* chore: fix conflict
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-12 09:39:47 +05:30
Frappe PR Bot
12e27e96a8
chore(release): Bumped to Version 13.52.4
...
## [13.52.4](https://github.com/frappe/erpnext/compare/v13.52.3...v13.52.4 ) (2023-07-11)
### Bug Fixes
* also check on_hold ([#35910 ](https://github.com/frappe/erpnext/issues/35910 )) ([5aa02b8 ](5aa02b8571 ))
* circular dependency during reposting causing timeout error ([ba69be1 ](ba69be1ced ))
* **Employee Advance:** check if return amount is set before validating ([#36080 ](https://github.com/frappe/erpnext/issues/36080 )) ([beaf13e ](beaf13e00e ))
* error messages while evaluating formulas and handle line boundaries ([#35989 ](https://github.com/frappe/erpnext/issues/35989 )) ([4af57a7 ](4af57a7318 ))
* gst_hsn_code is ambiguous on gst reports ([3a00052 ](3a00052b49 ))
* incorrect status in MR created from PP (backport [#36085 ](https://github.com/frappe/erpnext/issues/36085 )) ([#36087 ](https://github.com/frappe/erpnext/issues/36087 )) ([e05bb10 ](e05bb103f3 ))
* payment entry `voucher_type` error ([#35779 ](https://github.com/frappe/erpnext/issues/35779 )) ([9c3ec41 ](9c3ec41803 ))
* **Payment Entry:** compare rounded amount ([#36011 ](https://github.com/frappe/erpnext/issues/36011 )) ([b04c190 ](b04c190e33 ))
* precision causing outstanding issue on partly paid invoices ([#36030 ](https://github.com/frappe/erpnext/issues/36030 )) ([cf3ec93 ](cf3ec935a7 ))
* single column indexes ([#32425 ](https://github.com/frappe/erpnext/issues/32425 )) ([53f7764 ](53f7764c67 ))
### Reverts
* Revert "perf: improve item wise register reports (backport #35908 ) (#35912 )" ([b992366 ](b992366246 )), closes [#35908 ](https://github.com/frappe/erpnext/issues/35908 ) [#35912 ](https://github.com/frappe/erpnext/issues/35912 )
v13.52.4
2023-07-11 14:12:25 +00:00
Deepesh Garg
30c9b15cdd
Merge pull request #36084 from frappe/version-13-hotfix
...
chore: release v13
2023-07-11 19:41:00 +05:30
rohitwaghchaure
1d6bc68d87
Merge pull request #36090 from frappe/mergify/bp/version-13-hotfix/pr-36088
...
fix: circular dependency during reposting causing timeout error (backport #36088 )
2023-07-11 19:09:36 +05:30
Rohit Waghchaure
ba69be1ced
fix: circular dependency during reposting causing timeout error
...
(cherry picked from commit c16a5814d4 )
2023-07-11 12:59:59 +00:00
Saurabh
4af57a7318
fix: error messages while evaluating formulas and handle line boundaries ( #35989 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-07-11 18:04:31 +05:30
mergify[bot]
e05bb103f3
fix: incorrect status in MR created from PP (backport #36085 ) ( #36087 )
...
fix: incorrect status in MR created from PP (#36085 )
(cherry picked from commit be5881280f )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-11 17:44:41 +05:30
Deepesh Garg
6f2fb89c49
Merge branch 'version-13' into version-13-hotfix
2023-07-11 16:17:56 +05:30
Rucha Mahabal
beaf13e00e
fix(Employee Advance): check if return amount is set before validating ( #36080 )
2023-07-11 14:12:21 +05:30
mergify[bot]
9c3ec41803
fix: payment entry voucher_type error ( #35779 )
...
* fix: payment entry `voucher_type` error (#35779 )
* fix: payment entry `voucher_type` error
* chore: linters
(cherry picked from commit 361a357088 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
* chore: resolve conflicts
---------
Co-authored-by: Dany Robert <danyrt@wahni.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-11 10:19:55 +05:30
Anand Baburajan
06c85fa252
Revert "fix: gst_hsn_code is ambiguous on gst reports" ( #36072 )
2023-07-10 23:45:11 +05:30
mergify[bot]
0248fee533
refactor(Payment Entry): translatable strings ( #36017 )
...
* refactor(Payment Entry): translatable strings (#36017 )
* refactor(Payment Entry): translatable strings
* fix: German translations
(cherry picked from commit af28f95c60 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
# erpnext/translations/de.csv
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-10 21:02:05 +05:30
RJPvT
5aa02b8571
fix: also check on_hold ( #35910 )
2023-07-10 19:43:12 +05:30
mergify[bot]
53f7764c67
fix: single column indexes ( #32425 )
...
fix: single column indexes (#32425 )
refactor: move single column indexes to doctypes
(cherry picked from commit 8d1db0ea3d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-10 18:12:55 +05:30
mergify[bot]
cf3ec935a7
fix: precision causing outstanding issue on partly paid invoices ( #36030 )
...
fix: precision causing outstanding issue on partly paid invoices (#36030 )
* fix: precision causing outstanding issue on partly paid invoices
* chore: linters
(cherry picked from commit 5c820ecc20 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-07-10 16:49:41 +05:30
mergify[bot]
2732276498
chore: add asset depr posting error in error log (backport #36052 ) ( #36056 )
...
chore: add asset depr posting error in error log (#36052 )
(cherry picked from commit 0f9a6ee70a )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-10 14:12:43 +05:30
Frappe PR Bot
77eb11a6e3
chore(release): Bumped to Version 13.52.3
...
## [13.52.3](https://github.com/frappe/erpnext/compare/v13.52.2...v13.52.3 ) (2023-07-09)
### Reverts
* Revert "perf: improve item wise register reports (backport #35908 ) (#35912 )" ([0feb393 ](0feb393fff )), closes [#35908 ](https://github.com/frappe/erpnext/issues/35908 ) [#35912 ](https://github.com/frappe/erpnext/issues/35912 )
v13.52.3
2023-07-09 07:53:45 +00:00
Deepesh Garg
5cfe4195ba
Merge pull request #36035 from frappe/mergify/bp/version-13/pr-36034
...
Revert "perf: improve item wise register reports (backport #35908 )" (backport #36034 )
2023-07-09 13:22:03 +05:30
Deepesh Garg
0feb393fff
Revert "perf: improve item wise register reports (backport #35908 ) ( #35912 )"
...
This reverts commit 41344593c9 .
(cherry picked from commit b992366246 )
2023-07-09 06:15:33 +00:00
Deepesh Garg
4b20f2a083
Merge pull request #36034 from frappe/revert-35912-mergify/bp/version-13-hotfix/pr-35908
...
Revert "perf: improve item wise register reports (backport #35908 )"
2023-07-09 11:44:45 +05:30
Deepesh Garg
b992366246
Revert "perf: improve item wise register reports (backport #35908 ) ( #35912 )"
...
This reverts commit 41344593c9 .
2023-07-09 11:42:23 +05:30
Frappe PR Bot
6490b7d561
chore(release): Bumped to Version 13.52.2
...
## [13.52.2](https://github.com/frappe/erpnext/compare/v13.52.1...v13.52.2 ) (2023-07-08)
### Bug Fixes
* gst_hsn_code is ambiguous on gst reports ([2893ae7 ](2893ae72f5 ))
v13.52.2
2023-07-08 13:17:58 +00:00
ruthra kumar
a4d8f9cb94
Merge pull request #36031 from frappe/mergify/bp/version-13/pr-36028
...
fix: gst_hsn_code is ambiguous on gst reports (backport #36028 )
2023-07-08 18:46:34 +05:30
ruthra kumar
2893ae72f5
fix: gst_hsn_code is ambiguous on gst reports
...
(cherry picked from commit 3a00052b49 )
2023-07-08 12:38:53 +00:00
ruthra kumar
93acde7748
Merge pull request #36028 from ruthra-kumar/fix_ambiguous_gst_hsn_code
...
fix: gst_hsn_code is ambiguous on gst reports
2023-07-08 17:51:17 +05:30
ruthra kumar
3a00052b49
fix: gst_hsn_code is ambiguous on gst reports
2023-07-08 06:49:39 +05:30
Frappe PR Bot
1116cee831
chore(release): Bumped to Version 13.52.1
...
## [13.52.1](https://github.com/frappe/erpnext/compare/v13.52.0...v13.52.1 ) (2023-07-05)
### Bug Fixes
* **Payment Entry:** compare rounded amount ([#36011 ](https://github.com/frappe/erpnext/issues/36011 )) ([a7d26b0 ](a7d26b0c20 ))
* **Payment Entry:** compare rounded amount ([#36011 ](https://github.com/frappe/erpnext/issues/36011 )) ([a370dc3 ](a370dc3dcc ))
v13.52.1
2023-07-05 16:23:25 +00:00