-- CaseView for Time --

Invoice_ExpensesSubtotal

Calculates the subtotal of the expense transactions selected for the final invoice.

Timeinfo ("Invoice_ExpenseSubtotal") The macro "Invoice_ExpenseSubtotal" returns to the cell the subtotal of expense entries on the current final invoice.

OR

Timeinfo ("Invoice_ExpenseSubtotal",<invoice number>)

The macro "Invoice_ExpenseSubtotal" returns to the cell the subtotal of expense entries on the invoice.

If the expense entries on Reynolds Limited's invoice total $3672 and Timeinfo ("Invoice_ExpenseSubtotal") is entered in a cell on Reynolds Limited's basic invoice, then the string 3672 will appear in that cell.

If the expense entries on Reynolds Limited's 1112 invoice total $3672 and Timeinfo ("Invoice_ExpenseSubtotal ", "1112") is entered in a cell on Reynolds Limited's basic invoice, then the string 3672 will appear in that cell.

Replaces macro used in previous version: EXPSUB.

Related Topics