Go to file
tanshu f2df28ca9c Fix: Incentive takes into account the date chosen
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
2021-01-25 13:07:52 +05:30
brewman Fix: Incentive takes into account the date chosen 2021-01-25 13:07:52 +05:30
docker/app Fix: 2020-11-03 21:50:30 +05:30
overlord Chore: Split models into their own files 2021-01-25 12:44:17 +05:30
sql
.env
.gitignore
CHANGES.md
README.md Fix: 2020-11-03 21:50:30 +05:30

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