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

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