home *** CD-ROM | disk | FTP | other *** search
- *
- .Fields
- Name 01
- Street 02
- City 03
- Province 04
- Country 05
- PostalCode 06
- Description 07
- Quantity 08
- Price 09
- *
- .Variables
- ItemTotal := Quantity * Price
- SubTotal := SubTotal + ItemTotal
- PSTax := SubTotal * 0.08
- GSTax := SubTotal * 0.07
- Total := SubTotal + PSTax + GSTax
- ItemNum := TALLY
- *
- .VariableClear
- SubTotal 01
- ItemNum 01
- *
- .Defaults
- PageWidth 132
- *
- .Flags
- Round .t.
- *
- .Group 01
- Name
- .PageHeader
-
- Page: ^#
- Date: ^D
- .GroupHeader 01
-
- The Hardware Store
- 4353 Somewhere St.
- Springfield, NE
- L9E 4Y2
- (375) 555-1234
-
- Bill To:
- ^F1<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
- ^F2<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
- ^F3<<<<<<<<<<<<<<<<<<< ^F4<<<<<<<<<
- ^F5<<<<<<<<<< ^F6<<<<<<<<<
-
- Description Qty $/Unit Item Total
- ------------------------------------------- ---- -------- -----------
- *
- .ReportBody
- ^F7<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ^F8< ^F9$$.$$ ^V1$$$$$.$$
- .GroupFooter 01
- -----------
- SubTotal ^V2$$$$$.$$
- PST 8% ^V3$$$$$.$$
- GST 7% ^V4$$$$$.$$
- -----------
- Total ^V5$$$$$.$$
- ===========
- ^P
- .PageFooter
-
-
-