You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Implement a system for managing sales tax on invoices and expenses.
Tasks:
Create TaxRate model and migration.
Add UI for setting tax rates for customers and vendors.
Calculate taxes on invoices and expenses.
Acceptance Criteria:
Sales taxes are correctly applied to invoices and expenses.
Users can manage tax rates via the interface.
The text was updated successfully, but these errors were encountered:
Description: Implement a system for managing sales tax on invoices and expenses.
Tasks:
Create TaxRate model and migration.
Add UI for setting tax rates for customers and vendors.
Calculate taxes on invoices and expenses.
Acceptance Criteria:
Sales taxes are correctly applied to invoices and expenses.
Users can manage tax rates via the interface.
The text was updated successfully, but these errors were encountered: