Keeping track of the ‘real’ hours worked vs the adjusted ‘billed’ hours can be tricky. They are different, and we need a system to keep track of billed hours. This is for companies that have clients that buy ‘Buckets’ of hours and then slowly use those hours for support and development.
Support staff need to be able to answer the question:
The project is a simple interface to store hours against buckets and invoices. There are different authorization levels for read only users vs admins who can input hours content. Data is stored in a postgres database.
The demo site is hosted on github pages for the react front end and google cloud run for the backend with a sqlite database for this demo.
View a demo of the project