Go to file
Amritanshu Agrawal 6212eead20 Fix: Update purchase was wrong. It would stop after the first product as break would exit the loop instead of going to the next iteration. It was actually not needed and was a holdover from the previous loop in loop code. 2021-09-21 07:01:36 +05:30
brewman Fix: Update purchase was wrong. It would stop after the first product as break would exit the loop instead of going to the next iteration. It was actually not needed and was a holdover from the previous loop in loop code. 2021-09-21 07:01:36 +05:30
docker/app Fix: The lock was not working because: 2021-09-10 22:36:07 +05:30
overlord Feature: Changed the unposted report to entries report with paging, sorting, etc. 2021-09-14 12:49:01 +05:30
sql
.env Fix: Save account error was because in constructor type did not end in underscore 2020-06-30 11:44:19 +05:30
.gitignore Moved brewman python project down a level into its own folder 2020-10-10 11:19:15 +05:30
CHANGES.md Moved brewman python project down a level into its own folder 2020-10-10 11:19:15 +05:30
README.md Fix: 2020-11-03 21:50:30 +05:30
deploy.sh Fix: Add / Update user error when a role was added. 2021-09-16 12:32:15 +05:30
lint.sh Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
version_bump.sh Fix: Add / Update user error when a role was added. 2021-09-16 12:32:15 +05:30

README.md

Prettier - to format typescript files

npx prettier --write src/app/

Eslint - to lint typescript files

eslint src/app/

Optional to fix the errors as well

eslint src/app/ --fix

Poerty remove environment

rm -rf `poetry env info -p`

Poerty install

poetry install