A resource management tool for TruNorth.
podman machine start && podman start f3e4ae0f7156
podman start --all
to get the id, thenpodman start f3e4ae0f7156
where f3... is the id
- figure out auth
- get managers employees
- figure out error messages
podman machine start && podman start f3e4ae0f7156
sea-orm-cli generate entity -o .\entity\src\entities --with-serde both --model-extra-attributes 'serde(rename_all = "camelCase")'
- Projects - include customer? other misc?
- Approval - include approver ID? if so, use separate table?
- Status Paid - allow mark of payout for accounting purposes
- Access levels - 1=users, 2=business admin, 3=manager, 99=owner?
- Add user roles
- could restrict available WorkCodes based upon role
- Better UX for timecard approval