You would need to use the code I showed you not the SQL.
Below is the entire report minus the Total reports you made at bottom.
[Tips by Tickets:1,2,2,1,1,1,1]
>Ticket Number|Date|Time|Tip Amount|Net Amount|Ticket Amount|Payment Type
{REPORT TICKET DETAILS:T.TicketNumber,T.Date,T.Time,CA.Tips,=[T.TotalAmount]-[CA.Tips],T.TotalAmount,TT.Payment:(TS.Status=Paid)}
Its the same report without using SQL just using report tags. Just add the rest of your report below it like you did with the SQL.
So it would look like this:
[Tips by Tickets:1,2,2,1,1,1,1]
>Ticket Number|Date|Time|Tip Amount|Net Amount|Ticket Amount|Payment Type
{REPORT TICKET DETAILS:T.TicketNumber,T.Date,T.Time,CA.Tips,=[T.TotalAmount]-[CA.Tips],T.TotalAmount,TT.Payment:(TS.Status=Paid)}
Card Total: |||${REPORT PAYMENT TOTAL:(PT=Credit Card) AND (TU={SETTING:CURRENTUSER})}
Cash Total: |||${REPORT PAYMENT TOTAL:(PT=Cash) AND (TU={SETTING:CURRENTUSER})}
Tip Total: |||${REPORT CALCULATION TOTAL:(CT=Tips) AND (TU={SETTING:CURRENTUSER})}
>TOTAL:|||${REPORT PAYMENT TOTAL:(TU={SETTING:CURRENTUSER})}
Over||Short
You would need to fix the names of your calculation and the Ticket tag name like explained before.\
Remember it will only show new tickets that have been tagged. You would have to tag all of your other tickets for this to work on them. I am not sure how to combine payment type name into REPORT TICKET DETAILS tag otherwise.
Of course you could modify the SQL of the original report to show Payment Type.
@emre is there a way to show Payment Type Name using REPORT TICKET DETAILS ?