-- CaseView for Time --

Invoice_TimeSubtotal

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

Timeinfo ("Invoice_TimeSubtotal")

The macro "Invoice_TimeSubtotal" returns to the cell the subtotal of time entries on the current final invoice.

OR

Timeinfo ("Invoice_TimeSubtotal",<invoice number>)

The macro "Invoice_TimeSubtotal" returns to the cell the subtotal of time entries on the invoice.

If the time entries on Adam Smith's invoice total $2745 and Timeinfo ("Invoice_TimeSubtotal") is entered in a cell on Adam Smith's invoice B, then the string 2745 will appear in that cell.

If the time entries on Adam Smith's invoice 1111 total $2745 and Timeinfo ("Invoice_TimeSubtotal",1111") is entered in a cell on Adam Smith's invoice B, then the string 2745 will appear in that cell.

Replaces macro used in previous version: TIMESUB.

Related Topics