Frappe PR Bot
bafa3ce150
chore(release): Bumped to Version 13.36.4
...
## [13.36.4](https://github.com/frappe/erpnext/compare/v13.36.3...v13.36.4 ) (2022-08-18)
### Bug Fixes
* check item_code in all rows of po_items (backport [#31741 ](https://github.com/frappe/erpnext/issues/31741 )) ([#31843 ](https://github.com/frappe/erpnext/issues/31843 )) ([ba8dc89 ](ba8dc8925f ))
* conflicts ([41b8563 ](41b8563b7a ))
* contact search in request for quotation (backport [#31828 ](https://github.com/frappe/erpnext/issues/31828 )) ([#31841 ](https://github.com/frappe/erpnext/issues/31841 )) ([2a615af ](2a615af00a ))
* incorrect produced-qty in production-plan-item (backport [#31706 ](https://github.com/frappe/erpnext/issues/31706 )) ([#31862 ](https://github.com/frappe/erpnext/issues/31862 )) ([7ddb332 ](7ddb332f47 ))
* incorrect rate in BOM exploded items (backport [#31513 ](https://github.com/frappe/erpnext/issues/31513 )) ([#31865 ](https://github.com/frappe/erpnext/issues/31865 )) ([3274e76 ](3274e7681d ))
* Make expense account editable in Purchase Receipt Item (backport [#31730 ](https://github.com/frappe/erpnext/issues/31730 )) ([#31879 ](https://github.com/frappe/erpnext/issues/31879 )) ([4775c42 ](4775c42593 ))
* not able to issue expired batches ([7ee75ff ](7ee75ff762 ))
* set `billing_address` for purchases in `get_party_details` ([a7d66fa ](a7d66fa352 ))
* set `company_address` for purchases in `party.js` ([d1de4b0 ](d1de4b027c ))
* Transit filter for Default Target Warehouse in SE (backport [#31839 ](https://github.com/frappe/erpnext/issues/31839 )) ([#31874 ](https://github.com/frappe/erpnext/issues/31874 )) ([b0917aa ](b0917aaf8a ))
* use old style for `_dict.update` ([15654aa](15654aae8b ))
v13.36.4
2022-08-18 06:15:23 +00:00
Deepesh Garg
cff140db3d
Merge pull request #31880 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-08-18 11:43:42 +05:30
mergify[bot]
4775c42593
fix: Make expense account editable in Purchase Receipt Item (backport #31730 ) ( #31879 )
...
* fix: Make expense account editable in Purchase Receipt Item (#31730 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit 1a6508972e )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
* chore: conflicts
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-18 11:15:26 +05:30
mergify[bot]
b0917aaf8a
fix: Transit filter for Default Target Warehouse in SE (backport #31839 ) ( #31874 )
...
fix: Transit filter for Default Target Warehouse in SE (#31839 )
(cherry picked from commit f1a612245c )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 17:25:31 +05:30
rohitwaghchaure
d349a337e1
Merge pull request #31866 from frappe/mergify/bp/version-13-hotfix/pr-31863
...
fix: not able to issue expired batches (backport #31863 )
2022-08-17 15:43:22 +05:30
rohitwaghchaure
41b8563b7a
fix: conflicts
2022-08-17 14:47:47 +05:30
Rohit Waghchaure
7ee75ff762
fix: not able to issue expired batches
...
(cherry picked from commit 795c94384a )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-08-17 09:16:37 +00:00
mergify[bot]
3274e7681d
fix: incorrect rate in BOM exploded items (backport #31513 ) ( #31865 )
...
* fix: incorrect rate in BOM exploded items (#31513 )
(cherry picked from commit 313625c349 )
# Conflicts:
# erpnext/manufacturing/doctype/bom_item/bom_item.json
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 14:39:15 +05:30
mergify[bot]
7ddb332f47
fix: incorrect produced-qty in production-plan-item (backport #31706 ) ( #31862 )
...
fix: incorrect produced-qty in production-plan-item (#31706 )
(cherry picked from commit 538cd6fdcf )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 13:49:51 +05:30
mergify[bot]
2a615af00a
fix: contact search in request for quotation (backport #31828 ) ( #31841 )
...
* fix: contact search in request for quotation (#31828 )
(cherry picked from commit e5e88bb9f1 )
# Conflicts:
# erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 11:23:24 +05:30
mergify[bot]
ba8dc8925f
fix: check item_code in all rows of po_items (backport #31741 ) ( #31843 )
...
fix: check item_code in all rows of po_items (#31741 )
fix: check item-code in each row of po-items
(cherry picked from commit 0047e18a9b )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 11:21:47 +05:30
Sagar Vora
14891ccf18
Merge pull request #31792 from frappe/mergify/bp/version-13-hotfix/pr-31733
...
fix: set `billing_address` for purchases in `get_party_details` (backport #31733 )
2022-08-16 05:48:48 +00:00
Sagar Vora
15654aae8b
fix: use old style for _dict.update
2022-08-13 08:00:27 +00:00
Sagar Vora
d1de4b027c
fix: set company_address for purchases in party.js
...
(cherry picked from commit d05082987f )
2022-08-13 08:00:27 +00:00
Sagar Vora
a7d66fa352
fix: set billing_address for purchases in get_party_details
...
(cherry picked from commit a3625b3817 )
2022-08-13 08:00:27 +00:00
Frappe PR Bot
c15cff05b0
chore(release): Bumped to Version 13.36.3
...
## [13.36.3](https://github.com/frappe/erpnext/compare/v13.36.2...v13.36.3 ) (2022-08-09)
### Bug Fixes
* (india) HSN wise report ([08c69c7 ](08c69c7a76 ))
* add asset repair to accounting dimension list ([809d5ca ](809d5caf80 ))
* consider precision while validating advance amount against sanctioned amount ([63cd434 ](63cd4349a6 ))
* **ecommerce:** remove query to non-existing field (backport [#31771 ](https://github.com/frappe/erpnext/issues/31771 )) ([#31774 ](https://github.com/frappe/erpnext/issues/31774 )) ([0e46b33 ](0e46b33ee3 ))
* f-string and where clause ([42b3959 ](42b395916d ))
* getting error to show sales invoice group or print rep… (backport [#31756 ](https://github.com/frappe/erpnext/issues/31756 )) ([#31768 ](https://github.com/frappe/erpnext/issues/31768 )) ([473a43b ](473a43b6b1 ))
* incorrect incoming rate set for inter transfer purchase receipt ([4e8b39a ](4e8b39ab3f ))
* incorrect tax calculation in case of reduced payment days ([80981d0 ](80981d025f ))
* intercompany SO throws exception ([a17acfd ](a17acfdaa2 ))
* minor changed link ([e9e53a7 ](e9e53a74c9 ))
* Payment Entry button is visible even when claim is fully paid ([d820757 ](d820757359 ))
* pending principal- amount ([16c94d2 ](16c94d292c ))
* **pos:** validate product bundles while submitting pos invoice (backport [#31615 ](https://github.com/frappe/erpnext/issues/31615 )) ([#31657 ](https://github.com/frappe/erpnext/issues/31657 )) ([b145fe3 ](b145fe3b3e ))
* specify allowed doctype in queries ([#31765 ](https://github.com/frappe/erpnext/issues/31765 )) ([0dbfb15 ](0dbfb1589e ))
* statistical component showing up in salary slip ([#31746 ](https://github.com/frappe/erpnext/issues/31746 )) ([26aef4f ](26aef4fb1c ))
* sum stock_value and group by warehouse ([18d93f8 ](18d93f8398 ))
* taxable_value and gst_account_heads ([6c574fb ](6c574fbf33 ))
* update To Date in Employee Work History ([#31811 ](https://github.com/frappe/erpnext/issues/31811 )) ([0057c10 ](0057c10a7d ))
v13.36.3
2022-08-09 14:09:11 +00:00
Deepesh Garg
b80526f226
Merge pull request #31812 from frappe/version-13-hotfix
...
chore: weekly version 13 release
2022-08-09 19:37:13 +05:30
Deepesh Garg
0569f8a857
Merge pull request #31736 from maharshivpatel/fix-india-hsn-report
...
fix: (india) HSN wise report
2022-08-09 18:58:25 +05:30
Rucha Mahabal
63715bf229
Merge pull request #31813 from ruchamahabal/fix-claim
2022-08-09 18:52:22 +05:30
Rucha Mahabal
63cd4349a6
fix: consider precision while validating advance amount against sanctioned amount
2022-08-09 18:28:19 +05:30
Maharshi Patel
42b395916d
fix: f-string and where clause
...
Used f-string formatting and added conditions to WHERE clause
2022-08-09 18:22:05 +05:30
Rucha Mahabal
0057c10a7d
fix: update To Date in Employee Work History ( #31811 )
2022-08-09 18:19:09 +05:30
Deepesh Garg
3c8c5d01fb
Merge pull request #31797 from frappe/mergify/bp/version-13-hotfix/pr-31779
...
Bug add accouting dimension in asset repair (backport #31779 )
2022-08-09 18:18:42 +05:30
Rucha Mahabal
d820757359
fix: Payment Entry button is visible even when claim is fully paid
2022-08-09 18:15:41 +05:30
mergify[bot]
14e59c86aa
Tds report (backport #31801 ) ( #31808 )
...
* fix: TDS Computation Summary Report not loading, too many values to unpack
2022-08-09 18:11:13 +05:30
Deepesh Garg
9e16f4e412
chore: resolve conflicts
2022-08-09 17:55:02 +05:30
rohitwaghchaure
6d269a4d89
Merge pull request #31805 from frappe/mergify/bp/version-13-hotfix/pr-31804
...
fix: incorrect incoming rate set for inter transfer purchase receipt (backport #31804 )
2022-08-09 16:26:34 +05:30
Rohit Waghchaure
4e8b39ab3f
fix: incorrect incoming rate set for inter transfer purchase receipt
...
(cherry picked from commit ddd24ea8c8 )
2022-08-09 10:31:14 +00:00
Rucha Mahabal
9925eb9982
Merge pull request #31802 from ruchamahabal/fix-salary-slip-tds-v13
2022-08-09 15:33:54 +05:30
Rucha Mahabal
301d199ece
test: default amount in slip
2022-08-09 14:57:10 +05:30
Maharshi Patel
6c574fbf33
fix: taxable_value and gst_account_heads
...
used taxable_value instead of base_net_amount and only appended required GST accounts
2022-08-09 14:39:13 +05:30
Rucha Mahabal
80981d025f
fix: incorrect tax calculation in case of reduced payment days
2022-08-09 12:40:06 +05:30
ruthra kumar
a420d0242c
chore: patch for creating existing dimensions in asset repair
...
(cherry picked from commit 80f508c4b1 )
# Conflicts:
# erpnext/patches.txt
2022-08-08 11:09:55 +00:00
ruthra kumar
809d5caf80
fix: add asset repair to accounting dimension list
...
(cherry picked from commit 452584c4bd )
2022-08-08 11:09:53 +00:00
Deepesh Garg
6f442d14cf
Merge pull request #31795 from frappe/mergify/bp/version-13-hotfix/pr-31777
...
fix: intercompany SO created from Purchase Order throws exception (backport #31777 )
2022-08-08 16:37:39 +05:30
ruthra kumar
a17acfdaa2
fix: intercompany SO throws exception
...
(cherry picked from commit af0a353b79 )
2022-08-08 10:37:25 +00:00
Deepesh Garg
3673dea03b
Merge pull request #31783 from frappe/mergify/bp/version-13-hotfix/pr-31780
...
Fix: Loan pending principal amount (backport #31780 )
2022-08-08 14:48:06 +05:30
Deepesh Garg
fb3725752f
chore: resolve conflicts
2022-08-08 11:53:49 +05:30
Abhinav Raut
16c94d292c
fix: pending principal- amount
...
(cherry picked from commit a272d73dd9 )
# Conflicts:
# erpnext/loan_management/doctype/loan_repayment/loan_repayment.json
2022-08-05 10:35:05 +00:00
mergify[bot]
0e46b33ee3
fix(ecommerce): remove query to non-existing field (backport #31771 ) ( #31774 )
...
fix(ecommerce): remove query to non-existing field (#31771 )
(cherry picked from commit 17b9bfd249 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-03 17:08:46 +05:30
mergify[bot]
df716fbd0c
ci: fix automated release regex (backport #31770 ) ( #31772 )
...
ci: fix automated release regex (#31770 )
[skip ci]
(cherry picked from commit 2defb89962 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-03 16:37:39 +05:30
mergify[bot]
0dbfb1589e
fix: specify allowed doctype in queries ( #31765 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-08-03 12:03:53 +05:30
mergify[bot]
473a43b6b1
fix: getting error to show sales invoice group or print rep… (backport #31756 ) ( #31768 )
...
fix: getting error to show sales invoice group or print rep… (#31756 )
fix: formatter getting error to show sales invoice group or print report.
1 - When I view the Gross Profit report in Sales Invoice mode, the table is all broken.
Error on browser console:
TypeError: Cannot read properties of undefined (reading 'indent')
2 - When I try to print, no matter the Group (Sales Invoice, Item Code, Item Group...) nothing happens. in browser log console I have the following error:
TypeError: Cannot read properties of undefined (reading 'content')
i fixed both errors and all working perfectly.
(cherry picked from commit ea88451875 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2022-08-03 11:23:10 +05:30
rohitwaghchaure
1a3b3b96c2
Merge pull request #31751 from frappe/mergify/bp/version-13-hotfix/pr-31750
...
fix: minor URL link (backport #31750 )
2022-08-01 14:34:12 +05:30
Rohit Waghchaure
e9e53a74c9
fix: minor changed link
...
(cherry picked from commit 0e7c4314b4 )
2022-08-01 09:02:07 +00:00
Rucha Mahabal
26aef4fb1c
fix: statistical component showing up in salary slip ( #31746 )
...
* fix: statistical component showing up in salary slip
* fix(test): payment days effect on timesheet salary slio
2022-08-01 12:54:25 +05:30
mergify[bot]
b145fe3b3e
fix(pos): validate product bundles while submitting pos invoice (backport #31615 ) ( #31657 )
2022-07-31 19:12:14 +05:30
Marica
d83c869d73
Merge pull request #31717 from frappe/mergify/bp/version-13-hotfix/pr-31601
...
perf: reduce db calls for warehouse wise stock value chart (backport #31601 )
2022-07-31 18:26:27 +05:30
Maharshi Patel
08c69c7a76
fix: (india) HSN wise report
...
Problem:
The previous approach for calculating tax_rate was incorrect.
```
['tax_rate'] * ['number of unique rows']
```
Joining `tabSales Taxes and Charges` was adding unnecessary rows & complexity.
Solution:
Instead of trying to get tax_rate from the main query itself, I used the get_tax_accounts's data to calculate the correct tax_rate.
Todo:
Union Territory
2022-07-29 14:22:31 +05:30
Frappe PR Bot
84e6cead56
chore(release): Bumped to Version 13.36.2
...
## [13.36.2](https://github.com/frappe/erpnext/compare/v13.36.1...v13.36.2 ) (2022-07-28)
### Bug Fixes
* (india) (e-invoice) margin & internal company transfer ([b97d30a ](b97d30aad0 ))
* (india) add overseas in HSN wise report ([1d69ce1 ](1d69ce1932 ))
* Allow allocating advance amount against Expense Claim taxes ([42f3592 ](42f3592e95 ))
* assign duplicate_items_msg outside conditional ([#31639 ](https://github.com/frappe/erpnext/issues/31639 )) ([8e23c6a ](8e23c6ad69 ))
* correct Brazilian portuguese translations (backport [#31498 ](https://github.com/frappe/erpnext/issues/31498 )) ([#31660 ](https://github.com/frappe/erpnext/issues/31660 )) ([794fd08 ](794fd0819f ))
* discount and test added ([a843e78 ](a843e784e6 ))
* display customer name on picking list ([dbf245c ](dbf245c687 ))
* do not update component amount for timesheet components ([#31696 ](https://github.com/frappe/erpnext/issues/31696 )) ([bc7cfe6 ](bc7cfe6919 ))
* enable tax withholding checkbox in PI with supplier_tds ([bc74942 ](bc7494278d ))
* ensure defaults removed in bad frappe patch get set again (backport [#31659 ](https://github.com/frappe/erpnext/issues/31659 )) ([#31661 ](https://github.com/frappe/erpnext/issues/31661 )) ([763787b ](763787b0a5 ))
* hero image not loading in portal homepage ([#31699 ](https://github.com/frappe/erpnext/issues/31699 )) ([8a6432e ](8a6432ec3f ))
* **india:** e-way bill json for unregistered gst category ([01d6df4 ](01d6df45d0 ))
* make customer_name field read only. ([2381b81 ](2381b81aac ))
* manually generated salary slips overwritten by structure amount ([#31711 ](https://github.com/frappe/erpnext/issues/31711 )) ([32c1bb6 ](32c1bb61de ))
* Map `Item` image to `Website Item` website_image only if published via UI (v13) ([9b1544a ](9b1544aa14 ))
* payment entry to student ([#31708 ](https://github.com/frappe/erpnext/issues/31708 )) ([4f02375 ](4f023757de ))
* Reload loan Table in Salary Slip when change Employee ([#31525 ](https://github.com/frappe/erpnext/issues/31525 )) ([a95c011 ](a95c011a93 ))
* rounding errors while closing pos (backport [#31654 ](https://github.com/frappe/erpnext/issues/31654 )) ([#31658 ](https://github.com/frappe/erpnext/issues/31658 )) ([529a47b ](529a47bc88 ))
* Route condition set with proper filter ([#31556 ](https://github.com/frappe/erpnext/issues/31556 )) ([5cdc267 ](5cdc267aee ))
* The Fee details are not fetched in Program Enrollment ([#31153 ](https://github.com/frappe/erpnext/issues/31153 )) ([0602848 ](0602848caa ))
* update fr translations ([#31687 ](https://github.com/frappe/erpnext/issues/31687 )) ([89348c1 ](89348c1bb4 ))
* update fr translations (backport [#31526 ](https://github.com/frappe/erpnext/issues/31526 )) ([#31666 ](https://github.com/frappe/erpnext/issues/31666 )) ([95e1021 ](95e1021caf ))
* update SO's percentage billed on credit note ([2f2d3de ](2f2d3de306 ))
* use current pos profile on sales return ([c442b4a ](c442b4aef1 ))
v13.36.2
2022-07-28 12:13:57 +00:00