Skip to content

Commit

Permalink
14.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
agritheory committed Feb 1, 2024
1 parent baeb469 commit ee9e4f6
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,51 @@



## v14.2.0 (2024-02-01)

### Feature

* feat: manufacturing over/under production

* feat: WIP Manufacturing Over/Under Production

* feat: WIP Manufacturing Over/Under Production

* feat: WIP Manufacturing Over/Under Production

* fix: unused import

* feat: override onload for work order

* feat: oveeride get_pending_raw_materials

* fix: allowed_qty in job card

* fix: indentation

* fix: import

* fixes

* wip: tests

* feat: test_get_allowance_percentage

* feat: test test_validate_finished_goods

* fix: validate_job_card and test

* fix: test ([`baeb469`](https://github.com/agritheory/inventory_tools/commit/baeb4690d42429a062595eb9058ddd2770b190c9))

### Unknown

* Make Creation of Job Card(s) on Submit of Work Order configurable (#49)

* feat: configurable creation of job card

* feat: configurable creation of job card ([`5bf9486`](https://github.com/agritheory/inventory_tools/commit/5bf94860c58d81faccb1106828f16121c081871a))


## v14.1.3 (2024-01-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion inventory_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "14.1.3"
__version__ = "14.2.0"


"""
Expand Down

0 comments on commit ee9e4f6

Please sign in to comment.