Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.2.0
Browse files Browse the repository at this point in the history
# [14.2.0](v14.1.2...v14.2.0) (2023-03-05)

### Bug Fixes

* `account_type` mandatory error while installing IC ([0ce74c7](0ce74c7))
* `is_export_with_gst` and `is_reverse_charge` will be shown if applicable ([#221](#221)) ([d544497](d544497))
* add link to error log(s) ([b467ab5](b467ab5))
* added IRN and ewaybill details in respective print format ([#383](#383)) ([76bf78a](76bf78a))
* check api enabled only for e-Invoice ([c69d6b7](c69d6b7))
* condition order ([eff6265](eff6265))
* copy GST Item fields to its variants ([#458](#458)) ([9734920](9734920))
* correct conditions for set_onload ([9e2d1a3](9e2d1a3))
* display zero tax in e-invoice print format ([990b031](990b031))
* ensure `get_gst_details` gets correct party details ([b687e96](b687e96))
* Error on e-Way Bill generation ([#419](#419)) ([5325c7d](5325c7d))
* handle error 2283 on `get_e_invoice_by_irn` ([#400](#400)) ([d10dc4a](d10dc4a))
* handle erros while sanitizing mandatory value ([6a96fc5](6a96fc5))
* hardcode distance ([c9dc2e5](c9dc2e5))
* hsn field in new item quick entry (backport [#452](#452)) ([31d9940](31d9940))
* Ignore company related GST settings on clearing transactions ([6359f30](6359f30))
* improved definition and logic of `sanitize_value` ([4ee6574](4ee6574))
* improved error with link to doc ([4963c2a](4963c2a))
* improvements to e-Invoice print format ([1b14f3d](1b14f3d))
* incorrect party field set for quotation ([7c9c78c](7c9c78c))
* irn field absent in delivery notes ([85f1669](85f1669))
* irn not visible for Registered Composition ([9f17bff](9f17bff))
* leading zeros for state code with single number ([9a6b63e](9a6b63e))
* minor changes ([c606d0c](c606d0c))
* misc issues noticed during review ([0a52b60](0a52b60))
* missing address error handling ([04002e4](04002e4))
* move transporter info section into `More Info` tab ([ec9f415](ec9f415))
* multiple fixes to SI bulk actions ([78f1c97](78f1c97))
* Negative credit days error whilegenerating e-Invoice ([33f47e9](33f47e9))
* **quick entry:** dynamic link for all doctypes in address quick entry ([#444](#444)) ([e8f1e9d](e8f1e9d))
* reduce modification of source code for tests ([5107fb3](5107fb3))
* remove customizations for incom tax fields ([7302598](7302598))
* removed custom field and property setters after uninstall app ([89a4ed5](89a4ed5))
* reverse_charge field validation if present (POS Invoice exception) ([7ffe609](7ffe609))
* rounding and other issues in GSTR-1 related reports ([230eb3e](230eb3e))
* run before_uninstall instead of after_uninstall ([bf791e2](bf791e2))
* setup of ewaybill info on onload event ([38ef8dd](38ef8dd))
* show mandatory fields in print format ([5dbb538](5dbb538))
* translate inside function to respect multitenancy ([290acde](290acde))
* transporter section immediately below print settings ([3e21849](3e21849))
* Unable to download GSTIN wise GSTR-1 JSON ([dd3faf1](dd3faf1))
* use new hooks to ignore links on delete ([#425](#425)) ([67ec643](67ec643))
* **ux:** show info alert when API call is done in sandbox mode ([#437](#437)) ([878bdaa](878bdaa))
* validate distance for invoice with irn ([e9eeecf](e9eeecf))

### Features

* allow configuring Sandbox Mode in GST Settings ([62ed1c4](62ed1c4))
* bulk e_invoice generation from list view ([#345](#345)) ([017f8e3](017f8e3))
* validate zero distance in ewaybill if to and from pincodes are same ([de8b1c4](de8b1c4))
  • Loading branch information
india-compliance-bot committed Mar 5, 2023
1 parent 9cf8e26 commit 312c871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "14.1.2"
__version__ = "14.2.0"

0 comments on commit 312c871

Please sign in to comment.