Back
/*
Table: unpaid_ar_today

Columns:
	card_no int
	old_balance currency
	recent_payments currency

Depends on:
	custdata (table)

Use:
Listing of overdue balances. Authoritative,
up-to-the-second data is on the server
but checking a local table is faster if
slightly stale data is acceptable
*/
Back