Commit Graph

12 Commits

Author SHA1 Message Date
Amritanshu Agrawal 763af272d1 Fix: Rebase
Chore: Updated dependencies
Chore: Python 3.10
Chore: Node 18
Chore: Ansible to support new layouts
2022-05-09 23:56:51 +05:30
Amritanshu Agrawal 9d088aa95e Extensive mypy checking. 2021-11-21 12:18:26 +05:30
Amritanshu Agrawal ee7f036ced Chore: Mypy work going on
Fix: Recipes costing of semi items would show very high cost of the whole recipe for per unit as ingredient
2021-11-14 12:02:22 +05:30
Amritanshu Agrawal abe99f0187 Chore: Added type hints for sqlalchemy and checked a lot of them using mypy
There can be many errors now
2021-11-07 18:30:14 +05:30
Amritanshu Agrawal 0574f9df14 Chore: Changed the account_type and voucher_type enum.
The account type enum is not stored in the database as an enum.
The voucher_type enum is now a table in the database.

Feature: Closing stock can now be saved and in each department.
2021-10-31 18:41:06 +05:30
Amritanshu Agrawal 1647d356c9 Feature: Added product Stock Keeping Units to prevent duplicate products. A lot of refactoring because of this.
Removed: Reset Stock as it was never used and don't think it is even needed with this new batch system.
Fix: Incentive update was not working
2021-09-27 14:22:31 +05:30
Amritanshu Agrawal 350edf7126 Removed timezone information from columns. Time will be stored in UTC coordinates.
Moved to Sqlalchemy 1.4 model and SessionFuture.

Upgraded to Angular 12

Upgraded the python dependencies
2021-09-07 12:59:18 +05:30
Amritanshu Agrawal f1be068d0b Fix: joinedload_all was depreciated in sqlalchemy 1.2 and removed in 1.4 2021-04-03 07:54:00 +05:30
Amritanshu Agrawal d7f635b7b6 Chore: Split models into their own files 2021-01-25 12:44:17 +05:30
Amritanshu Agrawal 2d81f80c63 Moved all the schemas into their own logical files. 2020-12-04 13:02:13 +05:30
Amritanshu Agrawal d9eb335ef3 Blacked, isorted, etc the python file
Was also moving the validation from schemas to models/validations
2020-11-02 23:18:56 +05:30
Amritanshu Agrawal 889cac237c Moved brewman python project down a level into its own folder 2020-10-10 11:19:15 +05:30