User Tools

Site Tools


admin:workstations:receipt-content

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
circ:workstations:receipt-content [2018/05/29 16:26] – [Transit Slip] tmccannacirc:workstations:receipt-content [2018/05/30 17:03] – [Bills, Historical] tmccanna
Line 41: Line 41:
 ===== Bills, Historical ===== ===== Bills, Historical =====
 ^Tag (Inside ng-repeat loop)^Notes  ^Tag (Inside ng-repeat loop)^Notes 
-|<nowiki>{{xact.summary.balance_owed}}</nowiki>|Balance remaining|  
-|<nowiki>{{xact.copy_barcode}}</nowiki>|Barcode|  
 |<nowiki>{{xact.id}}</nowiki>|Bill ID|  |<nowiki>{{xact.id}}</nowiki>|Bill ID| 
-|<nowiki>{{xact.xact_start}}</nowiki>|Bill start date+|<nowiki>{{xact.title}}</nowiki>|Title|  
 +|<nowiki>{{xact.copy_barcode}}</nowiki>|Barcode|  
 +|<nowiki>{{xact.summary.balance_owed}}</nowiki>|Balance remaining
 |<nowiki>{{xact.summary.xact_type}}</nowiki>|Bill type (circulation vs. grocery)|  |<nowiki>{{xact.summary.xact_type}}</nowiki>|Bill type (circulation vs. grocery)| 
 |<nowiki>{{xact.summary.last_billing_type}}</nowiki>|Last billing type|  |<nowiki>{{xact.summary.last_billing_type}}</nowiki>|Last billing type| 
 |<nowiki>{{xact.summary.total_owed}}</nowiki>|Total billed|  |<nowiki>{{xact.summary.total_owed}}</nowiki>|Total billed| 
 |<nowiki>{{xact.summary.total_paid|currency}}</nowiki>|Total paid| |<nowiki>{{xact.summary.total_paid|currency}}</nowiki>|Total paid|
 +|<nowiki>{{xact.xact_start}}</nowiki>|Billing Start Date and Time|
 +|<nowiki>{{xact.xact_finish}}</nowiki>|Billing Finish Date and Time|
 |<nowiki>{{xact.summary.last_billing_note}}</nowiki>|Last billing note|  |<nowiki>{{xact.summary.last_billing_note}}</nowiki>|Last billing note| 
 |<nowiki>{{xact.summary.last_billing_type}}</nowiki>|Last billing type|  |<nowiki>{{xact.summary.last_billing_type}}</nowiki>|Last billing type| 
 |<nowiki>{{xact.summary.last_payment_note}}</nowiki>|Last payment note|  |<nowiki>{{xact.summary.last_payment_note}}</nowiki>|Last payment note| 
 |<nowiki>{{xact.summary.last_payment_type}}</nowiki>|Last payment type|  |<nowiki>{{xact.summary.last_payment_type}}</nowiki>|Last payment type| 
-|<nowiki>{{xact.title}}</nowiki>|Title|  
 |<nowiki>{{xact.summary.total_owed}}</nowiki>|Total billed|  |<nowiki>{{xact.summary.total_owed}}</nowiki>|Total billed| 
 |<nowiki>{{xact.summary.total_paid}}</nowiki>|Total paid|  |<nowiki>{{xact.summary.total_paid}}</nowiki>|Total paid| 
Line 69: Line 70:
 |<nowiki>{{patron.has_email}}</nowiki>|Has email? (true or false)| |<nowiki>{{patron.has_email}}</nowiki>|Has email? (true or false)|
 |<nowiki>{{patron.has_phone}}</nowiki>|Has phone? (true or false)| |<nowiki>{{patron.has_phone}}</nowiki>|Has phone? (true or false)|
-|<nowiki>{{payment_applied}}</nowiki>|Amount paid+|<nowiki>{{payment_applied}}</nowiki>|Payment amount applied to bills
-|<nowiki>{{amount_voided}}</nowiki>|Amount voided+|<nowiki>{{payment_total}}</nowiki>|Payment total (if using this, also use change_given)
-|<nowiki>{{change_given}}</nowiki>|Change given|+|<nowiki>{{change_given}}</nowiki>|Change given (if using this, also use payment_total)|
 |<nowiki>{{payment_note}}</nowiki>|Payment note| |<nowiki>{{payment_note}}</nowiki>|Payment note|
 |<nowiki>{{payment_type}}</nowiki>|Payment type| |<nowiki>{{payment_type}}</nowiki>|Payment type|
 +|<nowiki>{{amount_voided}}</nowiki>|Amount voided|
 |<nowiki><div ng-switch="payment_type"> |<nowiki><div ng-switch="payment_type">
 <div ng-switch-when="cash_payment">Cash</div><div ng-switch-when="check_payment">Check</div> <div ng-switch-when="cash_payment">Cash</div><div ng-switch-when="check_payment">Check</div>
Line 152: Line 154:
 |<nowiki>{{patron.family_name}}</nowiki>|Patron last Name|  |<nowiki>{{patron.family_name}}</nowiki>|Patron last Name| 
 |<nowiki>{{patron.second_given_name}}</nowiki>|Patron middle name|  |<nowiki>{{patron.second_given_name}}</nowiki>|Patron middle name| 
 +|<nowiki>{{patron.alias}}</nowiki>|Patron alias|
  
  
admin/workstations/receipt-content.txt · Last modified: 2024/04/17 20:29 by tmccanna