GTLEDG ​
Returns sum of income/expenses that have been reported in Pocket Ledger for courses in the report.
Reporting Area(s) ​
Pocket Ledger, Courses
Required Parameters ​
- Cost Center Code (ldcode, cocrse)
Optional Parameters ​
- Logical .t. returns sum of income, .f. returns sum of expenses
- Logical .t. returns sum of projected, .f. returns sum of actual
- Character return value: report sum for specific Expense Code (i.e. "1000", "8001")
- Character return value: report sum for specific Account code (i.e. "26-1130", "26-0001")
Example(s) ​
GTLEDG(ldcode) returns sum of expenses for specific course
GTLEDG(ldcode,.t.) returns sum of income for specific course
GTLEDG(ldcode,.f.,.f.,"8001") returns sum of expenses with expense classification code of '8001'
Notes ​
Available only with Pocket Ledger module.