home *** CD-ROM | disk | FTP | other *** search
-
- Problem A menu-driven what-if tax-planner for 1983 tax year. Supports
- form 1040, and Schedules A,B,C,D,G,SE, and W. A unique approach
- to doing tax templates, but not very practical. It does all
- the calculations, but user still must know where #'s go on the
- forms. All tax data must be entered at detail level. No way to
- do quick and dirty tax estimates. Print outs are not IRS
- approved.
-
- Block Diagram __________________ __________________ _________________
- | | | |
- | Form 1040 | Main Menu | Tax Planner |
- |__________________|__________________|_________________|
- | | | |
- | Sched A | Macros | Tax Tables |
- |__________________|__________________|_________________|
- | | | |
- | Sched B | Sched B calcs | Tax Summary |
- |__________________|__________________|_________________|
- | | | |
- | Sched C | Print menu | Sched SE |
- |__________________|__________________|_________________|
- | | | |
- | Sched D | Print macros | Sched W |
- |__________________|__________________|_________________|
- | | | |
- | Sched G | More calcs. | |
- |__________________|__________________|_________________|
- Tips
- Uses Range Input command extensively in macros.
- Dynamic tax tables S21
- What-if tax planner uses Data Table command S21
- Main menu macro technique
-
-
-
-
-