home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / ACPACGL2.ZIP / GLASP / GLMBALS2.LD4 < prev    next >
Encoding:
Text File  |  1987-11-08  |  1.4 KB  |  48 lines

  1.   .. Specification name: BALS2
  2.   ..
  3.   .. This specification file will produce a balance sheet with columns for
  4.   .. the current year balance and the previous year balance as at the
  5.   .. current fiscal period.
  6.   ..
  7.   ..
  8.   .D 7()
  9.   . @C \NAME
  10.   . @C Balance Sheet
  11.   . @C \DATE
  12.   .
  13.   . @C Unaudited
  14.   .
  15.   . @C ASSETS
  16.   . @C ------
  17.   .CS 1:BAL 2:BAL-PY
  18.   .CH |Current  |Previous |
  19.   .CH |  Year   |   Year  |
  20.   .CH |---------|---------|
  21. 01.
  22. 01D               :T1              @>3     \DESC
  23. 01*T1                              @>3^    Total current assets
  24. 02.
  25. 02D               :T2              @>3     \DESC
  26. A 04              :T2              @>3-    Less accumulated depreciation
  27. 02*T2             :T1              @>^
  28. 03.
  29. 03D               :T3              @>3     \DESC
  30. 03*T3             :T1              @>3^
  31.   *T1                              @^v2
  32.   .
  33.   . @C LIABILITIES AND SHAREHOLDERS' EQUITY
  34.   . @C ------------------------------------
  35.   .
  36. 05D               :(1)A4,(2)A5     @>3-    \DESC
  37. 05*A4,A5          :(1)A1,(2)A2     @>3^-   Total current liabilities
  38.   .
  39. R .CS 1:BAL-Y 2:O
  40. 06N               :(1)A1,(2)A2     @-      \DESC
  41. 07.
  42. 07D               :(1)A8,(2)A9     @>3-    \DESC
  43.   .CS 1:Y 2:LYY
  44. A 08+09+10+11+12+13+14+15
  45.   - :(1)A8,(2)A9     @>3- Profit (loss) for period
  46.   *A8,A9          :(1)A1,(2)A2     @>3^-   Total shareholders' equity
  47.   *A1,A2                           @^v2-
  48.