mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-08-05 15:42:14 +00:00
feat(expenses): add tax tracking and reporting (#737)
This commit is contained in:
committed by
GitHub
parent
3455ceb594
commit
885042f13a
@@ -21,6 +21,7 @@ class TaxResource extends JsonResource
|
||||
'estimate_id' => $this->estimate_id,
|
||||
'invoice_item_id' => $this->invoice_item_id,
|
||||
'estimate_item_id' => $this->estimate_item_id,
|
||||
'expense_id' => $this->expense_id,
|
||||
'item_id' => $this->item_id,
|
||||
'company_id' => $this->company_id,
|
||||
'name' => $this->name,
|
||||
|
||||
Reference in New Issue
Block a user