home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / 123tutr2.lzh / TAXPLAN.EVL < prev    next >
Text File  |  1985-02-26  |  2KB  |  38 lines

  1.  
  2. Problem  A menu-driven what-if tax-planner for 1983 tax year.  Supports
  3.          form 1040, and Schedules A,B,C,D,G,SE, and W.  A unique approach
  4.          to doing tax templates, but not very practical.  It does all
  5.          the calculations, but user still must know where #'s go on the
  6.          forms.  All tax data must be entered at detail level.  No way to
  7.          do quick and dirty tax estimates. Print outs are not IRS
  8.          approved.
  9.  
  10. Block Diagram  __________________ __________________ _________________
  11.               |                  |                  |                 |
  12.               |  Form 1040       |   Main Menu      |  Tax Planner    |
  13.               |__________________|__________________|_________________|
  14.               |                  |                  |                 |
  15.               |  Sched A         |   Macros         |  Tax Tables     |
  16.               |__________________|__________________|_________________|
  17.               |                  |                  |                 |
  18.               |  Sched B         |   Sched B calcs  |  Tax Summary    |
  19.               |__________________|__________________|_________________|
  20.               |                  |                  |                 |
  21.               |  Sched C         |   Print menu     |  Sched SE       |
  22.               |__________________|__________________|_________________|
  23.               |                  |                  |                 |
  24.               |  Sched D         |  Print macros    |  Sched W        |
  25.               |__________________|__________________|_________________|
  26.               |                  |                  |                 |
  27.               |  Sched G         |  More calcs.     |                 |
  28.               |__________________|__________________|_________________|
  29. Tips
  30.          Uses Range Input command extensively in macros.
  31.          Dynamic tax tables S21
  32.          What-if tax planner uses Data Table command S21
  33.          Main menu macro technique
  34.  
  35.  
  36.  
  37.  
  38.