BOD-63 added tax fields to form + schema for track tax on an item level
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -102,6 +102,7 @@ export const QUERY_INVOICE_BY_PK = gql`
|
||||
actual_cost
|
||||
cost_center
|
||||
joblineid
|
||||
applicable_taxes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user