barker/barker/barker/routers
Amritanshu Agrawal 5bea488181 Allow the renaming of the main section by temporal product permission.
Allow deleting sections which do not have tables, but have associated section printers.
2021-09-04 13:14:27 +05:30
..
reports Feature: In the Beer Sale Report, you can choose the type of consumption 2021-08-17 07:37:17 +05:30
voucher Feature: In the Beer Sale Report, you can choose the type of consumption 2021-08-17 07:37:17 +05:30
__init__.py
customer.py Feature: Added a column called print in bill to the table customer. 2021-06-28 08:41:32 +05:30
customer_discount.py
db_settings.py
device.py
guest_book.py Feature: Added a column called print in bill to the table customer. 2021-06-28 08:41:32 +05:30
header_footer.py
login.py Fix: Whitespaces around the password/username were causing login failures. 2021-06-30 07:12:53 +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
modifier_category.py
printer.py
product.py Allow editing of product version with the right permission. 2021-09-04 12:52:05 +05:30
role.py
sale_category.py
section.py Allow the renaming of the main section by temporal product permission. 2021-09-04 13:14:27 +05:30
section_printer.py Chore: Changed the Section Printer from Menu Categories to Sale Categories. This is more logical, in the older software, there as no concept of sale categories so menu categories was used. 2021-09-04 12:57:56 +05:30
setting.py
settle_option.py
table.py Feature: Added a column called print in bill to the table customer. 2021-06-28 08:41:32 +05:30
tax.py
update_product_prices.py Fix: Update Product Prices was one was used instead of all in query. 2021-08-10 09:31:08 +05:30
user.py