BOD-63 Added CSS styling to prevent overflow. Added totals calculation to invoice screen. Updated packages.
This commit is contained in:
@@ -27,6 +27,7 @@ export const QUERY_ALL_INVOICES_PAGINATED = gql`
|
||||
}
|
||||
invoicelines {
|
||||
actual_price
|
||||
quantity
|
||||
actual_cost
|
||||
cost_center
|
||||
id
|
||||
@@ -49,6 +50,7 @@ export const QUERY_INVOICES_BY_JOBID = gql`
|
||||
date
|
||||
invoicelines {
|
||||
actual_price
|
||||
quantity
|
||||
actual_cost
|
||||
cost_center
|
||||
id
|
||||
@@ -101,6 +103,7 @@ export const QUERY_INVOICE_BY_PK = gql`
|
||||
actual_price
|
||||
actual_cost
|
||||
cost_center
|
||||
quantity
|
||||
joblineid
|
||||
applicable_taxes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user