brewman/brewman/brewman/schemas
Amritanshu Agrawal b6ef6f79e5 Fix: Closing stock on update was not working as it was not able to encode/parse creation date and last edit date 2021-11-02 12:00:26 +05:30
..
__init__.py
account.py Chore: Changed the account_type and voucher_type enum. 2021-10-31 18:41:06 +05:30
account_type.py Moved all the schemas into their own logical files. 2020-12-04 13:02:13 +05:30
attendance.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
attendance_type.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
balance_sheet.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
batch.py Feature: Added product Stock Keeping Units to prevent duplicate products. A lot of refactoring because of this. 2021-09-27 14:22:31 +05:30
batch_integrity.py Moved the batch integrity report from settings to its own report in products with permission of product ledger. 2021-09-24 14:40:51 +05:30
cash_flow.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
client.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
closing_stock.py Fix: Closing stock on update was not working as it was not able to encode/parse creation date and last edit date 2021-11-02 12:00:26 +05:30
cost_centre.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
daybook.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
db_image.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
db_setting.py Moved all the schemas into their own logical files. 2020-12-04 13:02:13 +05:30
employee.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
employee_attendance.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
employee_benefit.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
entries.py Feature: Changed the unposted report to entries report with paging, sorting, etc. 2021-09-14 12:49:01 +05:30
fingerprint.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
image_upload.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
incentive.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
input.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
inventory.py Feature: Added product Stock Keeping Units to prevent duplicate products. A lot of refactoring because of this. 2021-09-27 14:22:31 +05:30
journal.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
ledger.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
login_history.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
net_transactions.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
permission.py Moved all the schemas into their own logical files. 2020-12-04 13:02:13 +05:30
product.py Chore: Changed the account_type and voucher_type enum. 2021-10-31 18:41:06 +05:30
product_group.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
product_ledger.py Feature: Added product Stock Keeping Units to prevent duplicate products. A lot of refactoring because of this. 2021-09-27 14:22:31 +05:30
profit_loss.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
purchase_entries.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
purchases.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
rate_contract.py Added: Rate Contract Module. To implement: Checking this during purchase. 2021-09-11 15:43:18 +05:30
rate_contract_item.py Feature: Added product Stock Keeping Units to prevent duplicate products. A lot of refactoring because of this. 2021-09-27 14:22:31 +05:30
raw_material_cost.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
recipe.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
recipe_item.py Fix: Purchase update error. There is no longer product_id in Inventory. Also, now issuing direct updates instead of updating the models. 2021-09-30 17:19:36 +05:30
role.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
settings.py Feature: Added product Stock Keeping Units to prevent duplicate products. A lot of refactoring because of this. 2021-09-27 14:22:31 +05:30
stock_keeping_unit.py Feature: Added product Stock Keeping Units to prevent duplicate products. A lot of refactoring because of this. 2021-09-27 14:22:31 +05:30
stock_movement.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
trial_balance.py Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
user.py Chore: Changed the account_type and voucher_type enum. 2021-10-31 18:41:06 +05:30
user_link.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30
voucher.py Refactor: Moved various Schemas into their files 2021-09-10 13:21:43 +05:30