brotherton-erpnext/erpnext
Frappe PR Bot c1f47d36cf chore(release): Bumped to Version 13.29.0
# [13.29.0](https://github.com/frappe/erpnext/compare/v13.28.0...v13.29.0) (2022-05-10)

### Bug Fixes

* Consider paryt and party type as well in group by consolidated view ([189fc89](189fc89e2d))
* disable form save on naming series tool ([#30909](https://github.com/frappe/erpnext/issues/30909)) ([#30910](https://github.com/frappe/erpnext/issues/30910)) ([d60a6cb](d60a6cb2f8))
* double future qty updates ([0db3013](0db3013c9b))
* HSN-wise-summary of outward supplies Updated Report ([3637525](363752510e))
* Ignore loan repayments made from salary slip ([b7e1d40](b7e1d40e43))
* **india:** invoice type for a debit note e-invoice ([#30948](https://github.com/frappe/erpnext/issues/30948)) ([c46add3](c46add3760))
* **india:** keyerror while generating e-way bill from an e-invoice ([#30879](https://github.com/frappe/erpnext/issues/30879)) ([98d799e](98d799e7cc))
* **india:** re-arrange e-way bill dialog fields ([#30941](https://github.com/frappe/erpnext/issues/30941)) ([7ce5c93](7ce5c93f44))
* Item Alternative Test ([964de1f](964de1fc69))
* patch for renaming membership settings ([#30929](https://github.com/frappe/erpnext/issues/30929)) ([9189653](9189653f2e))
* **pos:** creating pos returns resets pricing rules & discounts ([#30936](https://github.com/frappe/erpnext/issues/30936)) ([a0e39db](a0e39db200))
* remove check for already allocated earned leaves ([#30931](https://github.com/frappe/erpnext/issues/30931)) ([#30932](https://github.com/frappe/erpnext/issues/30932)) ([80f7d66](80f7d66255))
* Remove commit from stock entry test. The assertion is not important ([c449b35](c449b35cc1))
* Set available-for-use date if missing ([#30838](https://github.com/frappe/erpnext/issues/30838)) ([bf2eaec](bf2eaecb1d))
* show group warehouse in Sales Order ([#30891](https://github.com/frappe/erpnext/issues/30891)) ([#30893](https://github.com/frappe/erpnext/issues/30893)) ([c458e14](c458e14e68))
* Show linked time sheets in sales invoice dashboard ([4f4af52](4f4af523e0))
* sort before picking next stock reco ([e27fb58](e27fb58130))
* subtract change_amount from paid_amount field on POS Register ([#30937](https://github.com/frappe/erpnext/issues/30937)) ([b7e873b](b7e873b55d))
* Unlink and delete batch created from stock reco on cancel ([fc35323](fc35323106))
* Wrap SLE actual_qty in `flt` to avoid NoneType operation ([d53228b](d53228b153))

### Features

* **HR:** Leave Type configuration to allow over allocation (backport [#30940](https://github.com/frappe/erpnext/issues/30940)) ([#30944](https://github.com/frappe/erpnext/issues/30944)) ([64440fc](64440fc4fb))
* **india:** cancel e-way bill is enabled with e-invoicing APIs. ([#30924](https://github.com/frappe/erpnext/issues/30924)) ([4ef2ffd](4ef2ffd14c))
* **india:** generate qrcode button for e-invoice ([#30946](https://github.com/frappe/erpnext/issues/30946)) ([7bd5b2b](7bd5b2ba29))
* **india:** store e-way bill auto calculated distance in sales invoice ([#30923](https://github.com/frappe/erpnext/issues/30923)) ([b96f156](b96f1565c5))

(cherry picked from commit 7369db59aacfeecac086930f2a6b373973db7a0c)

# Conflicts:
#	erpnext/__init__.py
2022-05-15 15:04:18 +00:00
..
accounts fix: select multiple values for accounting dimenssion 2022-05-14 17:19:34 +05:30
assets fix: bulk fix (~330) missing translations 2022-04-04 13:59:51 +05:30
bulk_transaction style: format code with black 2022-03-28 18:52:46 +05:30
buying Merge pull request #30818 from Havenir/feat-request-for-quotation 2022-05-13 12:16:23 +05:30
change_log
commands style: format code with black 2022-03-28 18:52:46 +05:30
communication
config chore: clean up hooks 2022-04-28 12:02:54 +05:30
controllers Merge pull request #30968 from nextchamp-saqib/validate-on-hold-invs 2022-05-12 22:06:35 +05:30
crm chore: added RFQ Link to Opportunity Dashboard (#30894) 2022-05-13 12:01:52 +05:30
domains chore: remove files related to LMS 2022-04-28 10:41:30 +05:30
e_commerce refactor: tax rule validity query (#30934) 2022-05-09 19:26:13 +05:30
erpnext_integrations fix(minor): update frappe.error_log to new API (#30864) 2022-05-02 15:04:26 +05:30
hr Merge pull request #31013 from ruchamahabal/hr-reports-emp-status 2022-05-13 22:07:08 +05:30
loan_management chore: Remove domains from Setup 2022-04-27 13:32:51 +05:30
maintenance refactor: trigger generate schedule when any change made in items table (#29874) 2022-04-12 15:30:49 +05:30
manufacturing fix: set_missing_values in SE and re-use the same on all SE mappings 2022-05-11 14:54:22 +05:30
patches fix: Failing accounting dimension patch 2022-05-12 09:27:40 +00:00
payroll feat(minor): fetch default salary structure and base from Employee Grade in Salary Structure Assignment (#30918) 2022-05-06 17:44:30 +05:30
portal chore: Clean up patches 2022-04-29 12:42:29 +05:30
projects Merge branch 'develop' into education_sepration 2022-05-02 11:47:37 +05:30
public fix: select multiple values for accounting dimenssion 2022-05-14 17:19:34 +05:30
quality_management style: Fix linter warning 2022-04-14 10:02:15 +05:30
regional fix: Multiple fixes in GSTR-1 report 2022-05-15 15:04:16 +00:00
selling fix(charts): Pass fieldtype for chart data in selling reports 2022-05-10 15:58:31 +05:30
setup fix: disable form save on naming series tool (#30909) 2022-05-05 17:35:58 +05:30
shopping_cart
startup style: format code with black 2022-03-28 18:52:46 +05:30
stock fix(patch): avoid checking for return field if it doesnt exits (#30995) 2022-05-13 11:55:47 +05:30
support fix: bulk fix (~330) missing translations 2022-04-04 13:59:51 +05:30
telephony fix: Set correct options for link field 2022-04-14 12:32:31 +05:30
templates fix(minor): update frappe.error_log to new API (#30864) 2022-05-02 15:04:26 +05:30
tests test: check translation files (#31006) 2022-05-13 16:38:04 +05:30
translations Merge pull request #30911 from alyf-de/de-translate-employee 2022-05-13 12:23:13 +05:30
utilities chore: Remove reference to Instructor doctype (#30903) 2022-05-05 10:40:42 +05:30
www chore: remove files related to LMS 2022-04-28 10:41:30 +05:30
__init__.py chore(release): Bumped to Version 13.29.0 2022-05-15 15:04:18 +00:00
.stylelintrc
exceptions.py style: format code with black 2022-03-28 18:52:46 +05:30
hooks.py chore: correct version in hooks 2022-05-08 22:04:14 +05:30
modules.txt chore: clean up hooks 2022-04-28 12:02:54 +05:30
patches.txt fix: move healthcare patch to post_model_sync (#31008) 2022-05-13 18:15:34 +05:30