Frontend Assignment in Rodeo
Context:
- A project can have multiple invoices
- One invoice can have multiple items
- Items may include hours of work at a certain rate or work-related expenses
- Invoices have due date
- Over each cost item one of three tax rates, incl. 0%, is added
- The entire invoice can have one relative discount or fee
- Fees and discounts happen before tax
Acceptance criteria:
- I can see the list of projects
- I can see the list of invoices for each project
- I can see the price of each cost item
- I can see the invoice subtotal and total price
- I can print the invoice