WHORECT
Returns name and address for a specific receipt number -- OR -- sum of all payments for a specific receipt number.
Reporting Area(s):
Registrations, Accounting
Required Parameters:
- Receipt # (pyrecnum)
Optional Parameters:
- Logical .t. returns the sum of all payments for receipt, .f. returns payer name and address (default)
Example(s):
WHORECT(pyrecnum) returns payer name and address (i.e: Lindsey Lieberman 121 S 4th St, Ste. 205, Manhattan KS 66502)
WHORECT(pyrecnum,.t.) returns sum of all payments made for receipt (i.e. 750.00)