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

  1.   .. Specification name: INCS2
  2.   ..
  3.   .. This specification file will produce a statement of earnings with two
  4.   .. columns of figures showing current year to date (YTD) earnings and
  5.   .. previous year to date earnings.
  6.   ..
  7.   ..
  8.   .D 7()
  9.   . @C \NAME
  10.   . @C Statement of Earnings
  11.   . @C \FSCM Periods Ended \DATE
  12.   .
  13.   . @C Unaudited
  14.   .
  15.   .CS 1:Y  2:LYY
  16.   .CH | Current  |   Last   |
  17.   .CH |   YTD    |    YTD   |
  18.   .CH |----------|----------|
  19. 08.
  20. 08D               :T1              @>3-    \DESC
  21. 08*T1             :(1)A1,(2)A2     @>^-
  22.   .
  23.   . Cost of sales:
  24. 09N               :(1)A3,(2)A4     @>3     \DESC
  25. 10.CS 1:1M 2:LY1M
  26. 10N               :(1)A3,(2)A4     @>3     \DESC
  27. 11.CS 1:Y 2:LYY
  28. 11N               :(1)A3,(2)A4     @>3     \DESC
  29. 12.CS 1:M 2:LYM
  30. 12N               :(1)A3,(2)A4     @>3     \DESC
  31. 12.CS 1:Y  2:LYY
  32.   *A3,A4          :(1)A1,(2)A2     @^
  33.   *A1,A2          :T9              @^-     Gross profit
  34. 13.
  35. 13D               :T3              @>3     \DESC
  36. 13*T3             :T9              @>^
  37.   *T9                              @^-     Earnings (loss) from operations
  38. 14.
  39. 14D               :T4              @>3-    \DESC
  40. 14*T4             :T9              @>^-
  41.   *T9                              @^-     Earnings (loss) before income taxes
  42. 15.
  43. 15D               :T5        @>3     \DESC
  44. 15*T5             :T9        @>^
  45.   *T9                        @^v2-   Net earnings (loss) for period
  46.