rohitwaghchaure
ab2f250960
fix: linter issue
2022-12-14 23:23:19 +05:30
rohitwaghchaure
e5b3748b49
fix: get_serial_nos not defined
2022-12-14 23:06:38 +05:30
Rohit Waghchaure
eddb7b429e
fix: get_serial_nos_for_fg() missing 1 required positional argument: 'args'
...
(cherry picked from commit 410a58b3de )
2022-12-14 10:38:38 +00:00
Frappe PR Bot
b3a9c1eb2a
chore(release): Bumped to Version 13.42.4
...
## [13.42.4](https://github.com/frappe/erpnext/compare/v13.42.3...v13.42.4 ) (2022-12-13)
### Bug Fixes
* `Enough Parts to Build` in `BOM Stock Report` ([50b2898 ](50b2898a2c ))
* `Material Request` reference in internal `Sales Order` ([988a327 ](988a327b58 ))
* incorrect balance on parent company due to key mismatch ([b17ac52 ](b17ac522f5 ))
* order status in `Production Planning Report` ([2880469 ](2880469706 ))
### Performance Improvements
* add indexes on payment entry reference (backport [#33288 ](https://github.com/frappe/erpnext/issues/33288 )) ([#33290 ](https://github.com/frappe/erpnext/issues/33290 )) ([45f79ef ](45f79ef644 ))
v13.42.4
2022-12-13 12:31:01 +00:00
Ankush Menat
e44646054c
Merge pull request #33317 from frappe/version-13-hotfix
...
chore: release v13
2022-12-13 17:59:05 +05:30
Sagar Sharma
12f11a6976
Merge pull request #33321 from frappe/mergify/bp/version-13-hotfix/pr-33314
...
fix: `Enough Parts to Build` in `BOM Stock Report` (backport #33314 )
2022-12-13 15:58:15 +05:30
s-aga-r
50b2898a2c
fix: Enough Parts to Build in BOM Stock Report
...
(cherry picked from commit 723c64ba73 )
2022-12-13 09:50:30 +00:00
ruthra kumar
23830266f2
Merge pull request #33310 from frappe/mergify/bp/version-13-hotfix/pr-33303
...
fix: incorrect balance on parent company on consolidate Balance sheet due to key mismatch (backport #33303 )
2022-12-13 13:56:31 +05:30
ruthra kumar
b17ac522f5
fix: incorrect balance on parent company due to key mismatch
...
(cherry picked from commit 7b3316dc31 )
2022-12-13 03:36:32 +00:00
Sagar Sharma
1b22f53fde
Merge pull request #33307 from frappe/mergify/bp/version-13-hotfix/pr-33304
...
fix: `Material Request` reference in internal `Sales Order` (backport #33304 )
2022-12-13 00:01:25 +05:30
s-aga-r
988a327b58
fix: Material Request reference in internal Sales Order
...
(cherry picked from commit 78b438f6cf )
2022-12-12 18:19:15 +00:00
mergify[bot]
45f79ef644
perf: add indexes on payment entry reference (backport #33288 ) ( #33290 )
...
perf: add indexes on payment entry reference (#33288 )
Adds index on:
1. reference doctype
2. reference name
*Why not composite index?*
There are three type of queries on this doctype
- filtering ref_doctype - doctype index helps here
- filtering ref_name - name index helps here
- filtering both - name index helps here too. Since it has sufficiently
high cardinality. Composite index wont help in case where ref_doctype
isn't specfied.
[skip ci]
(cherry picked from commit 593626f502 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-12-12 13:02:08 +05:30
Sagar Sharma
bce3506e90
Merge pull request #33257 from frappe/mergify/bp/version-13-hotfix/pr-33255
...
fix: order status in `Production Planning Report` (backport #33255 )
2022-12-08 00:04:53 +05:30
s-aga-r
2880469706
fix: order status in Production Planning Report
...
(cherry picked from commit 632c08f7e0 )
2022-12-07 18:07:23 +00:00
Frappe PR Bot
104967881d
chore(release): Bumped to Version 13.42.3
...
## [13.42.3](https://github.com/frappe/erpnext/compare/v13.42.2...v13.42.3 ) (2022-12-06)
### Bug Fixes
* add company filter in RFQ Items ([a716f78 ](a716f780a8 ))
* key error on p/l and balance sheet reports on foreign currency ([0003e0c ](0003e0cb5b ))
* key error while filtering on date range and different currency ([84ef814 ](84ef814f45 ))
* non empty FG batch picked while completing work order ([635d80d ](635d80dc2f ))
* remove duplicate schema ([4ad9aa2 ](4ad9aa29ee ))
* replace sql code with fields list in get_cached_value ([b3ccad8 ](b3ccad8cf4 ))
v13.42.3
2022-12-06 14:37:49 +00:00
Deepesh Garg
b2ef5f7cd2
Merge pull request #33232 from frappe/version-13-hotfix
...
chore: release v13
2022-12-06 20:06:03 +05:30
Deepesh Garg
cd5b8aeb64
Merge pull request #33234 from frappe/mergify/bp/version-13-hotfix/pr-33191
...
fix: key error while filtering on date range and reporting on foreign currency (backport #33191 )
2022-12-06 17:36:37 +05:30
ruthra kumar
0003e0cb5b
fix: key error on p/l and balance sheet reports on foreign currency
...
(cherry picked from commit a6794c3606 )
2022-12-06 16:52:26 +05:30
ruthra kumar
b3ccad8cf4
fix: replace sql code with fields list in get_cached_value
...
(cherry picked from commit 19db7e2989 )
2022-12-06 16:52:22 +05:30
ruthra kumar
84ef814f45
fix: key error while filtering on date range and different currency
...
(cherry picked from commit 9b8d6fe411 )
2022-12-06 10:13:40 +00:00
rohitwaghchaure
ac432ea52f
Merge pull request #33226 from frappe/mergify/bp/version-13-hotfix/pr-33224
...
fix: non empty FG batch picked while completing work order (backport #33224 )
2022-12-05 23:58:52 +05:30
Rohit Waghchaure
635d80dc2f
fix: non empty FG batch picked while completing work order
...
(cherry picked from commit 713330cbf6 )
2022-12-05 15:00:38 +00:00
Sagar Sharma
0c4de03baa
Merge pull request #33176 from frappe/mergify/bp/version-13-hotfix/pr-33174
...
fix: add company filter in RFQ Items (backport #33174 )
2022-11-30 12:25:15 +05:30
s-aga-r
a716f780a8
fix: add company filter in RFQ Items
...
(cherry picked from commit ca0485a503 )
2022-11-30 05:07:27 +00:00
Deepesh Garg
6f6598878e
Merge pull request #33173 from frappe/mergify/bp/version-13-hotfix/pr-33115
...
fix: remove product schema block from additional info section on item template (backport #33115 )
2022-11-30 09:46:49 +05:30
ruthra kumar
4ad9aa29ee
fix: remove duplicate schema
...
(cherry picked from commit 2c18a95115 )
2022-11-30 03:49:36 +00:00
Frappe PR Bot
e54b23d71b
chore(release): Bumped to Version 13.42.2
...
## [13.42.2](https://github.com/frappe/erpnext/compare/v13.42.1...v13.42.2 ) (2022-11-29)
### Bug Fixes
* `production_item` filter in `Job Card Summary Report` ([ce54198 ](ce5419888b ))
* `Work Order` filter typo in `Job Card Summary Report` ([2de239c ](2de239c73b ))
* cannot update auth token until token expiry if credentials change ([2121714 ](2121714856 ))
* company name with `,` in `Job Card Summary Report` ([ffef0cb ](ffef0cb771 ))
* company name with `,` in `Work Order Summary Report` ([11978fc ](11978fca4e ))
* create rounding gl entry for PCV during gle post processing ([7af4597 ](7af45972ae ))
* disbursable amount on currrent security price ([eca2d96 ](eca2d96419 ))
* Dispatch address display ([10cfcb5 ](10cfcb5e8a ))
* incorrect balance qty ([78e64fa ](78e64fa486 ))
* linter ([b91860d ](b91860ddf2 ))
* MR Item `description` and `item_name` gets reset on `qty` change ([b66976b ](b66976bd36 ))
* Multicurrency invoice with exchange gain and loss showing up in AR/AP report ([d38a289 ](d38a2895b0 ))
* only consider draft pending asset repair docs ([6da7b38 ](6da7b38f6e ))
* only show serial no batch selector only once ([0c6a7ce ](0c6a7cef95 ))
* reset `voucher_type` and `voucher_no` if `based_on` is set to `Item and Warehouse` ([ff59483 ](ff594831b0 ))
* validate voucher type while checking journal entry against payroll entry ([07c25ac ](07c25ace5c ))
v13.42.2
2022-11-29 13:19:11 +00:00
Deepesh Garg
ba9220f9d2
Merge pull request #33164 from frappe/version-13-hotfix
...
chore: release v13
2022-11-29 18:47:36 +05:30
Sagar Sharma
354f258543
Merge pull request #33160 from frappe/mergify/bp/version-13-hotfix/pr-33136
...
fix: reset `voucher_type` and `voucher_no` if `based_on` is set to `Transaction` (backport #33136 )
2022-11-29 13:24:45 +05:30
s-aga-r
f7d3f136c5
chore: make posting_date and posting_time read-only if based_on is set to Transaction
...
(cherry picked from commit 4e10352b48 )
2022-11-29 06:44:57 +00:00
s-aga-r
ff594831b0
fix: reset voucher_type and voucher_no if based_on is set to Item and Warehouse
...
(cherry picked from commit eeec008547 )
2022-11-29 06:44:57 +00:00
rohitwaghchaure
b08d36cb7b
Merge pull request #33150 from frappe/mergify/bp/version-13-hotfix/pr-33144
...
fix: incorrect balance qty (backport #33144 )
2022-11-29 12:06:09 +05:30
Sagar Sharma
cdb6a4e3f7
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33144
2022-11-29 11:17:07 +05:30
Deepesh Garg
99188afa16
Merge pull request #33157 from frappe/mergify/bp/version-13-hotfix/pr-33116
...
fix: only show serial no batch selector only once (backport #33116 )
2022-11-29 11:07:09 +05:30
Deepesh Garg
64fda0d4b7
Merge pull request #33028 from saurabh6790/small-fixes
...
chore: link payroll entry reference in accrual payroll journal entry
2022-11-29 10:53:42 +05:30
Shariq Ansari
0c6a7cef95
fix: only show serial no batch selector only once
...
(cherry picked from commit 0f87d329d6 )
2022-11-29 04:51:41 +00:00
Rohit Waghchaure
c930d64e8d
test: test case for serialized batched item
...
(cherry picked from commit b606a9684b )
2022-11-29 03:19:16 +00:00
Rohit Waghchaure
78e64fa486
fix: incorrect balance qty
...
(cherry picked from commit b2105a8be7 )
2022-11-29 03:19:15 +00:00
Deepesh Garg
2a0d7acc2b
Merge pull request #33122 from deepeshgarg007/receivable_payable_multi_currency
...
fix: Multicurrency invoice with exchange gain and loss showing up in AR/AP report
2022-11-28 22:49:06 +05:30
Sagar Sharma
24a3da55e6
Merge pull request #33124 from frappe/mergify/bp/version-13-hotfix/pr-33120
...
fix: `Work Order Summary` and `Job Card Summary` Report (backport #33120 )
2022-11-27 23:23:06 +05:30
Sagar Sharma
c3289c265a
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33120
2022-11-27 22:11:06 +05:30
s-aga-r
b39f367dbd
chore: conflicts
2022-11-27 22:10:10 +05:30
Deepesh Garg
d76e291927
Merge pull request #33114 from frappe/mergify/bp/version-13-hotfix/pr-33111
...
fix: Loan disbursable amount on current security price (backport #33111 )
2022-11-27 20:50:19 +05:30
s-aga-r
ce5419888b
fix: production_item filter in Job Card Summary Report
...
(cherry picked from commit ef7fd670fc )
# Conflicts:
# erpnext/manufacturing/report/job_card_summary/job_card_summary.py
2022-11-26 16:25:16 +00:00
s-aga-r
ffef0cb771
fix: company name with , in Job Card Summary Report
...
(cherry picked from commit 481149814e )
# Conflicts:
# erpnext/manufacturing/report/job_card_summary/job_card_summary.py
2022-11-26 16:25:15 +00:00
s-aga-r
2de239c73b
fix: Work Order filter typo in Job Card Summary Report
...
(cherry picked from commit 2e4f3e9317 )
2022-11-26 16:25:14 +00:00
s-aga-r
11978fca4e
fix: company name with , in Work Order Summary Report
...
(cherry picked from commit 87b39f045c )
2022-11-26 16:25:14 +00:00
Deepesh Garg
d38a2895b0
fix: Multicurrency invoice with exchange gain and loss showing up in AR/AP report
2022-11-26 20:21:22 +05:30
Sagar Sharma
4492ee4771
Merge pull request #33109 from frappe/mergify/bp/version-13-hotfix/pr-33090
...
fix: MR Item `item_name` and `description` gets reset on `qty` change (backport #33090 )
2022-11-26 10:07:37 +05:30
Abhinav Raut
eca2d96419
fix: disbursable amount on currrent security price
...
(cherry picked from commit fe87c27acd )
2022-11-25 09:49:03 +00:00