home *** CD-ROM | disk | FTP | other *** search
- .. Specification name: UNIV1
- ..
- .. This specification will produce a balance sheet, showing the
- .. balance as at the current fiscal period. Also note:
- .. - use of "-" sign to allow liability & equity sections to print
- .. as positive amounts.
- .. - "<" symbol to indent fixed assets & equity by 1 column to the left
- .. - accumulator A20 to compute rounding difference
- ..
- .R 1
- .D 7()
- . @C \NAME
- . @C Balance Sheet
- . @C \DATE
- .
- . @C ASSETS
- . @C ------
- .CS 1:BAL
- . Current assets:
- 100~106 :T1 @>3 Cash
- 200~210 :T1 @>3 Accounts receivable
- 250 :T1 @>3 \DESC
- 300 :T1 @>3 \DESC
- 350 :T1 @>3 Investments
- *T1 @>8^ Total current assets
- .
- . Fixed assets, at cost less depreciation:
- 402 :T2 @>3< \DESC
- 404 :T2 @>3< \DESC
- 406 :T2 @>3< \DESC
- 408 :T2 @>3< \DESC
- *T2 @^<
- 422~428 :T2 @>3<- Less accumulated depreciation
- *T2 @^>3<
- 400 :T2 @>3<v Land
- *T2 :T1 @>8 Total net fixed assets
- *T1 :A20- @^v2
- .
- . @C LIABILITIES AND SHAREHOLDERS' EQUITY
- . @C ------------------------------------
- . Current liabilities:
- 500 :T3 @>3- Bank loan
- 502 :T3 @>3- Trade accounts payable
- 503~516+530 :T3 @>3- Accrued liabilities
- 518+519 :T3 @>3- Corporate income taxes payable
- *T3 :A20- @>8^- Total current liabilities
- .
- 600~605 :T3,A20- @- Long-term debt
- 620 :T3,A20- @- Due to shareholders
- 650 :T3,A20- @- \DESC
- . Shareholders' equity:
- 680+682 :T4,A20- @>3<- Capital stock
- 690 :T4,A20- @>3<- Opening retained earnings
- 692 :T4,A20- @>3< Less dividends paid
- 700~1110 :T4,A20- @>3<- Profit (loss) for period
- *A20 :T4 @>3<v- Rounding
- *T4 :T3 @>8- Total shareholders' equity
- *T3 @^v2-
-