diff --git a/receipt/index.cfm b/receipt/index.cfm index 09c114c..24f3802 100644 --- a/receipt/index.cfm +++ b/receipt/index.cfm @@ -16,9 +16,10 @@ - SELECT O.OrderTypeID, O.BusinessID, O.Remarks, O.ID, O.BalanceApplied, O.PaymentID, + SELECT O.OrderTypeID, O.BusinessID, O.Remarks, O.ID, O.BalanceApplied, O.PaymentID, O.TipAmount, B.Name, B.TaxRate, B.PayfritFee, - COALESCE(P.PaymentPaidInCash, 0) AS PaymentPaidInCash + COALESCE(P.PaymentPaidInCash, 0) AS PaymentPaidInCash, + COALESCE(P.PaymentFromCreditCard, 0) AS PaymentFromCreditCard FROM Orders O JOIN Businesses B ON B.ID = O.BusinessID LEFT JOIN Payments P ON P.PaymentID = O.PaymentID @@ -306,26 +307,28 @@ - + + - + + - - - - - - + - + + + + + + @@ -350,6 +353,13 @@ + +
+ Tip + #dollarFormat(receiptTip)# +
+
+
Processing fee