mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 20:18:27 +00:00
chore(release): Bumped to Version 13.30.0
# [13.30.0](https://github.com/frappe/erpnext/compare/v13.29.2...v13.30.0) (2022-05-17) ### Bug Fixes * `set_missing_values` in SE and re-use the same on all SE mappings ([fe52c1f](fe52c1f354)) * Add validation for SEZ and Export invoices without payment of taxes ([cb8453d](cb8453dac8)) * allow to use formatting for the field to_discuss in opportunity ([e126d4e](e126d4e592)) * Block 0 Qty via Update Items to be consistent with form validation ([5647875](56478752e4)) * Calculate totals even though pricing rule is not applied on mapped doc ([678a01d](678a01d4bd)) * **charts:** Pass fieldtype for chart data in selling reports ([917e7c3](917e7c34af)) * conflicts ([87fd933](87fd93370a)) * conflicts ([fb62bbf](fb62bbf61a)) * disable pricing rules for internal transfers (backport [#31034](https://github.com/frappe/erpnext/issues/31034)) ([#31036](https://github.com/frappe/erpnext/issues/31036)) ([d5eb9fb](d5eb9fb3fd)) * discount ledger entry in case of multicurrency invoice ([#31047](https://github.com/frappe/erpnext/issues/31047)) ([c3417e4](c3417e4103)) * dont fail repost for recoverable errors (backport [#30979](https://github.com/frappe/erpnext/issues/30979)) ([#31023](https://github.com/frappe/erpnext/issues/31023)) ([a019cb6](a019cb6caa)) * **Employee Advance:** Return/Deduction from Salary button visibility (backport [#31011](https://github.com/frappe/erpnext/issues/31011)) ([#31012](https://github.com/frappe/erpnext/issues/31012)) ([5b1d85e](5b1d85e8bf)) * Failing accounting dimension patch ([b14a7b8](b14a7b8a5d)) * german translations for Employee ([b9bda04](b9bda04a83)) * gl entry validation for miniscule loan penalty ([e958ef2](e958ef26e0)) * hide template items from sales/purchase order ([8b99f43](8b99f43c61)) * IN time not captured in Attendance through Employee Checkin (backport [#31029](https://github.com/frappe/erpnext/issues/31029)) ([#31031](https://github.com/frappe/erpnext/issues/31031)) ([477bbcc](477bbcc9e5)) * Item rate reset on changing posting date ([#30990](https://github.com/frappe/erpnext/issues/30990)) ([8ef649f](8ef649f65d)) * Just add one rate in GST HSN Code ([ed76687](ed76687dac)) * Merge Conflicts ([3abf264](3abf26428c)) * Multiple fixes in GSTR-1 report ([f2cbb70](f2cbb70325)) * **patch:** avoid checking for return field if it doesnt exits (backport [#30995](https://github.com/frappe/erpnext/issues/30995)) ([#30997](https://github.com/frappe/erpnext/issues/30997)) ([a94b5c0](a94b5c0d8b)) * per_billed for return DN (backport [#30868](https://github.com/frappe/erpnext/issues/30868)) ([#30971](https://github.com/frappe/erpnext/issues/30971)) ([97ea1f5](97ea1f5123)) * precision loss when transferring (backport [#30834](https://github.com/frappe/erpnext/issues/30834)) ([#31032](https://github.com/frappe/erpnext/issues/31032)) ([fc80a50](fc80a50640)) * precision of total penalty paid ([ad21853](ad21853b01)) * precision of total penalty paid ([5c45737](5c45737a8f)) * prevent bypassing forced valuation rate (backport [#30987](https://github.com/frappe/erpnext/issues/30987)) ([#31020](https://github.com/frappe/erpnext/issues/31020)) ([706c19d](706c19db70)) * pro rata calculation for monthly depreciation ([#30989](https://github.com/frappe/erpnext/issues/30989)) ([408d952](408d952332)) * remove item attribute limit from variant selector (backport [#31026](https://github.com/frappe/erpnext/issues/31026)) ([#31028](https://github.com/frappe/erpnext/issues/31028)) ([1f016e9](1f016e9137)) * Set actual qty and basic rate in SE on warehouse triggers (`get_warehouse_details`) ([30b0aee](30b0aee013)) * stock analytics report shows incorrect data there's no stock movement in a period (backport [#30945](https://github.com/frappe/erpnext/issues/30945)) ([#30980](https://github.com/frappe/erpnext/issues/30980)) ([295ffb3](295ffb3f1a)) * translation for status filter ([e5f8231](e5f8231632)) * **translations:** Update ru translations ([#30992](https://github.com/frappe/erpnext/issues/30992)) ([f797005](f797005384)) * TypeError in add_indicator_for_multicompany (backport [#31042](https://github.com/frappe/erpnext/issues/31042)) ([#31048](https://github.com/frappe/erpnext/issues/31048)) ([e24bb1d](e24bb1dbf1)) * unlink Attendance from Employee Checkins on cancellation (backport [#31045](https://github.com/frappe/erpnext/issues/31045)) ([#31049](https://github.com/frappe/erpnext/issues/31049)) ([e03fe97](e03fe97a6e)) * UOM in HSN-wise summary of outward supply ([cd7d5cd](cd7d5cdb22)) * user can select disabled accounts in taxes table ([047c879](047c879bec)) * validate disabled accounts before posting ledger entries ([515e49b](515e49bb90)) * validate on hold purchase invoices in payment entry ([9fbd170](9fbd170fa4)) ### Features * add Employee Status filter in leave balance reports ([716b525](716b5253a4)) * add Link to Opportunity ([#30614](https://github.com/frappe/erpnext/issues/30614)) ([bc23bc7](bc23bc738e)) * request_for_quotation ([db4e264](db4e264d92)) * request_for_quotation - refactor ([b6a3e69](b6a3e693ae)) * select multiple values for accounting dimension (backport [#31015](https://github.com/frappe/erpnext/issues/31015)) ([#31041](https://github.com/frappe/erpnext/issues/31041)) ([9c21eb5](9c21eb5b94))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.29.2"
|
||||
__version__ = "13.30.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user