Added receipt print out at end of payment processing BOD-93
This commit is contained in:
26
client/templates/payment_receipt/payment_receipt.query.gql
Normal file
26
client/templates/payment_receipt/payment_receipt.query.gql
Normal file
@@ -0,0 +1,26 @@
|
||||
query REPORT_PAYMENT_RECEIPT($id: uuid!) {
|
||||
payments_by_pk(id: $id) {
|
||||
job {
|
||||
id
|
||||
vehicle {
|
||||
id
|
||||
v_model_desc
|
||||
v_make_desc
|
||||
v_model_yr
|
||||
v_vin
|
||||
}
|
||||
ro_number
|
||||
est_number
|
||||
clm_no
|
||||
clm_total
|
||||
ded_amt
|
||||
}
|
||||
id
|
||||
amount
|
||||
memo
|
||||
transactionid
|
||||
stripeid
|
||||
payer
|
||||
type
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user