BOD-63 added tax fields to form + schema for track tax on an item level

This commit is contained in:
Patrick Fic
2020-05-05 12:15:25 -07:00
parent 9238018022
commit 522dc07058
38 changed files with 963 additions and 9 deletions

View File

@@ -27,6 +27,7 @@ export const QUERY_BODYSHOP = gql`
template_header
textid
production_config
invoice_tax_rates
employees {
id
first_name
@@ -74,6 +75,7 @@ export const UPDATE_SHOP = gql`
template_header
textid
production_config
invoice_tax_rates
employees {
id
first_name

View File

@@ -102,6 +102,7 @@ export const QUERY_INVOICE_BY_PK = gql`
actual_cost
cost_center
joblineid
applicable_taxes
}
}
}