tanshu
0574f9df14
The account type enum is not stored in the database as an enum. The voucher_type enum is now a table in the database. Feature: Closing stock can now be saved and in each department. |
||
---|---|---|
brewman | ||
docker/app | ||
overlord | ||
sql | ||
.env | ||
.gitignore | ||
CHANGES.md | ||
deploy.sh | ||
lint.sh | ||
README.md | ||
version_bump.sh |
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