% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>
cust_pay_histogram - Show a histogram of payments made for a date range.
freeside-daily [ -b 'begin_date' ] [ -e 'end_date'] [ -p 'payby' ] [ -a agentnum ] user
Displays a histogram of cust_pay records in the database.
-b: Include only payments since 'begin_date'. Date is in any format Date::Parse is happy with, but be careful. -e: Include only payments before 'end_date'. Date is in any format Date::Parse is happy with, but be careful. -p: Only process payments with the specified payby (I<CARD>, I<DCRD>, I<CHEK>, I<DCHK>, I<BILL>, I<COMP>, I<LECB>) -a: Only process payments of customers with the specified agentnum
user: From the mapsecrets file - see config.html from the base documentation