Back
/*
View: ar_history_today

Columns:
    card_no int
    Charges dbms currency
    Payments dbms currency
    tdate datetime
    trans_num varchar

Depends on:
    dlog (view)
    AR departments in Fannie config.

Use:
  In-store charge account activity summary for
   the current day.
  Combine with ar_history
   for a "live" view of account status

*//* --COMMENTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    * 24Oct2012 Eric Lee Add comments: Enhance Depends on

*/
Back