Added graphs, fixed rps total calculation

This commit is contained in:
Patrick Fic
2020-10-19 07:38:26 -07:00
parent 584f43bc4e
commit 4d5d370ccf
20 changed files with 416 additions and 31 deletions

View File

@@ -5,6 +5,7 @@ export const QUERY_BODYSHOP = gql`
id
shopname
targets
accepted_ins_co
}
}
`;

View File

@@ -70,7 +70,8 @@ export const QUERY_JOB_BY_PK = gql`
updated_at
group
v_age
joblines(order_by: { unq_seq: asc }) {
loss_date
joblines(order_by: { line_no: asc }) {
id
act_price
db_price