home *** CD-ROM | disk | FTP | other *** search
- .. Specification name: UNIV2
- ..
- .. This specification will produce a balance sheet with columns for
- .. the current and previous months. Both months have to be in the
- .. current fiscal year. Also note:
- .. - rounding set to nearest dollar and calculated in accumulators
- .. A1 and A2.
- .. - column spec change to calculate net earnings.
- ..
- .R 1
- .D 7()
- . @C \NAME
- . @C Balance Sheet
- . @C \DATE
- .
- . @C ASSETS
- . @C ------
- .CS 1:BAL 2:BAL-M
- .CH |Curr. Mo. |Prev. Mo. |
- .CH |----------|----------|
- . 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 @>3^ Total current assets
- .
- . Fixed assets, at cost less depreciation:
- 400 :T2 @>3 Land
- 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 :T1 @>3^
- *T1 :(1)A1-,(2)A2- @^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 :(1)A6,(2)A7,(1)A1-,(2)A2- @>3^- Total current liabilities
- .
- 600~605 :(1)A6,(2)A7,(1)A1-,(2)A2- @- Long-term debt
- 620 :(1)A6,(2)A7,(1)A1-,(2)A2- @- Due to shareholders
- 650 :(1)A6,(2)A7,(1)A1-,(2)A2- @- \DESC
- . Shareholders' equity:
- 680+682 :(1)A8,(2)A9,(1)A1-,(2)A2- @>3- Capital stock
- 690 :(1)A8,(2)A9,(1)A1-,(2)A2- @>3- Opening retained earnings
- 692 :(1)A8,(2)A9,(1)A1-,(2)A2- @>3 Less dividends paid
- .CS 1:Y 2:BAL-M
- 700~1110 :(1)A8,(2)A9,(1)A1-,(2)A2- @>3- Profit (loss) for period
- *A1,A2 :(1)A8,(2)A9 @>3v- Rounding
- *A8,A9 :(1)A6,(2)A7 @>3- Total shareholders' equity
- *A6,A7 @^v2-
-