barker/barker
Amritanshu Agrawal 8bc7d66123 Fix: Prevent creation of customer with blank name when adding a guest book item.
Fix: Also prevent creation of customer with blank phone number when adding a guest book.
Feature: Show the old bill of a customer in guest book
Fix: In reprint, allow changing of customer
Chore: Updated dependencies
2023-04-09 15:42:32 +05:30
..
alembic Feature: Cancelled bills are now separate from void bills. 2023-03-17 08:27:30 +05:30
barker Fix: Prevent creation of customer with blank name when adding a guest book item. 2023-04-09 15:42:32 +05:30
.flake8
.gitignore
.pre-commit-config.yaml Chore: 2023-02-20 18:49:17 +05:30
alembic.ini
docker-entrypoint.sh
gunicorn.conf.py Using gunicorn to run upto 4 workers. This should fix the problems of the whole program crashing. 2022-04-16 07:57:18 +05:30
logging.conf Added: Process id to log. 2022-04-16 17:28:00 +05:30
pyproject.toml Fix: Prevent creation of customer with blank name when adding a guest book item. 2023-04-09 15:42:32 +05:30
worker-start.sh