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
2020-11-03 21:50:30 +05:30
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
Description
No description provided
Readme 39 MiB
Languages
TypeScript 43.6%
Python 42.1%
HTML 13.1%
CSS 0.6%
Shell 0.2%
Other 0.4%