Back
/*
View: TenderTapeGeneric

Columns:
    tdate datetime
    emp_no int
    register_no int
    trans_no int
    trans_subtype (calculated)
    total (calculated)

Depends on:
    dlog (view)

Use:
This view lists all a cashier's 
tenders for the day. It is used for 
generating tender reports at the registers.

Ideally this deprecates the old system of
having a different view for every tender
type.

Behavior in calculating trans_subtype and
total may be customized on a per-co-op
basis without changes to the register code
*/
Back