barker/barker/barker/models
Amritanshu Agrawal 567fb836b3 Fix: Kots should be sorted by date as a relationship of the voucher. This was causing them to appear in random order in sales. 2021-06-22 05:34:02 +05:30
..
__init__.py Settle Options are now stored in the Database and can be updated 2020-12-13 09:45:24 +05:30
customer.py Chore: Move to sqlalchemy 2.0 querying style using the future flags on sqlalchemy 1.4 2021-04-09 09:31:36 +05:30
customer_discount.py Chore: Move to sqlalchemy 2.0 querying style using the future flags on sqlalchemy 1.4 2021-04-09 09:31:36 +05:30
db_setting.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
device.py Fix: Do not store timezone in database. I am using UTC everywhere and use of timezones messes up date comparison. 2021-04-23 00:58:24 +05:30
food_table.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
guest_book.py Fix: Do not store timezone in database. I am using UTC everywhere and use of timezones messes up date comparison. 2021-04-23 00:58:24 +05:30
inventory.py Chore: Move to sqlalchemy 2.0 querying style using the future flags on sqlalchemy 1.4 2021-04-09 09:31:36 +05:30
inventory_modifier.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
kot.py Chore: Move to sqlalchemy 2.0 querying style using the future flags on sqlalchemy 1.4 2021-04-09 09:31:36 +05:30
login_history.py Fix: Do not store timezone in database. I am using UTC everywhere and use of timezones messes up date comparison. 2021-04-23 00:58:24 +05:30
menu_category.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
meta.py
modifier.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
modifier_categories_products.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
modifier_category.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
overview.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
permission.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
printer.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
product.py Chore: Move to sqlalchemy 2.0 querying style using the future flags on sqlalchemy 1.4 2021-04-09 09:31:36 +05:30
product_version.py Chore: Move to sqlalchemy 2.0 querying style using the future flags on sqlalchemy 1.4 2021-04-09 09:31:36 +05:30
reporting_level.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
reprint.py Fix: Dates in old imported data should be at UTC time. 2021-04-06 08:50:37 +05:30
role.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
role_permissions.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
sale_category.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
section.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
section_printer.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
settle_option.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
settlement.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
tax.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
tzinfoutc.py
user.py Fix: Didn't convert a few queries to 2.0 format. Caught some error with mypy, but don't know if that approach is usable. 2021-04-10 08:57:04 +05:30
user_roles.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30
voucher.py Fix: Kots should be sorted by date as a relationship of the voucher. This was causing them to appear in random order in sales. 2021-06-22 05:34:02 +05:30
voucher_type.py Chore: Moved individual models into their own files. 2021-03-17 09:39:56 +05:30