tanshu
f2df28ca9c
Fix: Employee query was querying AccountBase and errored out as it did not have the designation column Fix: Incentive update set_date was wrong Fix: Incentive amount takes into account the current date but not any incentive voucher for the date |
||
---|---|---|
brewman | ||
docker/app | ||
overlord | ||
sql | ||
.env | ||
.gitignore | ||
CHANGES.md | ||
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