barker/barker/barker/routers
Amritanshu Agrawal 1c222872d2 Fix: Inactive Menu Categories should not show up in sales.
Trying to better cache dockerfile
2021-06-21 12:37:49 +05:30
..
reports Fix: Permission on Print Sale Report 2021-06-13 18:39:55 +05:30
voucher Fix: Voucher Update would not filter out Zero quantity inventories. 2021-06-19 08:19:48 +05:30
__init__.py Fix: Dates in old imported data should be at UTC time. 2021-04-06 08:50:37 +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_settings.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
device.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
guest_book.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
header_footer.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.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
menu_category.py Fix: Inactive Menu Categories should not show up in sales. 2021-06-21 12:37:49 +05:30
modifier.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
modifier_category.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
printer.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.py Feature: When a new product is added, it adds modifiers which apply to the whole menu category. 2021-04-23 01:00:35 +05:30
role.py Fix: Bill when printed was mangling up the taxes and amounts massively. 2021-04-17 14:32:55 +05:30
sale_category.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
section.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
section_printer.py Fix: Section Printer update would keep adding multiple default rows. 2021-04-15 20:12:52 +05:30
setting.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
settle_option.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
table.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
tax.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
update_product_prices.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.py Feature: Allow password change 2021-06-21 10:45:45 +05:30