DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦171aa51e1⟧ TextFile

    Length: 2816 (0xb00)
    Types: TextFile
    Names: »MANAGER.CMD«

Derivation

└─⟦6ae1c04a5⟧ Bits:30004364 SW1656 IFPS/Personal Version 2.10 release 1.1
    └─ ⟦this⟧ »MANAGER.CMD« 

TextFile

org:clear
makewindow 1 5 16 74 1
clearwindow
writestr                   -
setattr 14  
writestr MANAGEMENT GAME TEMPLATE 
setattr 2
writeline -
writeline  Consider the problem  of a manager wanting to gain insight
writeline  to a five year profitability picture.  It is known that:     
writeline
setattr 4
writeline    * SALES will be about $400000 this year and increase at
writeline      a rate of 12% in each of the following years.
writeline    * COST OF GOODS SOLD RATIO is always 60% of sales.      
writeline    * TOTAL EXPENSES include FIXED EXPENSES of $25000 and an
writeline      INTEREST payment of 9.25% on long term DEBT of $80000.
writeline    * TAXES will be 36% of profits if profits are less than  
writeline      or equal to $150000, 42% if profits are less than or 
writeline      equal to $200000, or 48% if profits exceed $200000.
setattr 2
writeline
writestr  What will projected NET INCOME be in each of the next 5 years?
makewindow 18 5 20 72 1
clearwindow
setattr 2
writestr        Press 
setattr 6
writestr  any key 
setattr 2
writestr  to view IFPS/Personal's approach!
pause
ØØcommands orgchart
ØØorgchart.cmd
MAKEWINDOW 1 5 20 74 1
CLEARWINDOW
setattr 4
WRITELINE   IFPS/PERSONAL:  BUSINESS PLANNING AND ANALYSIS MADE EASY.    
MAKEWINDOW 5 33 8 45 1          
CLEARWINDOW
setattr 3
writeline  MANAGERS 
writestr    MODEL
makewindow 5 46 7 54 0
clearwindow
writeline
writestr -------->
MAKEWINDOW 5 55 7 72 1
CLEARWINDOW
setattr 2
writestr INDEPENDENCE OF
makewindow 8 55 10 72 0
clearwindow
writestr  /         Ø
makewindow 9 50 11 60 1
clearwindow
setattr 2
writestr   DATA
makewindow 9 62 11 72 1
clearwindow
writestr  REPORTS
makewindow 9 33 12 45 0
writeline       :
writeline       :
writeline       :
writestr       :
MAKEWINDOW 12 30 14 50 1
CLEARWINDOW
setattr 9
writestr  IN-DEPTH ANALYSIS
makewindow 15 7 17 72 0
clearwindow
writestr                           /  /     Ø  Ø
MAKEWINDOW 16 7 19 21 1
CLEARWINDOW
setattr 3
writeline  WHAT IF   
writestr  SCENARIOS
MAKEWINDOW 16 23 19 37 1
CLEARWINDOW
setattr 3
writeline  ANALYTICAL
writestr  GRAPHICS
MAKEWINDOW 16 41 19 55 1
CLEARWINDOW
setattr 3
writeline  FLEXIBLE 
writestr  REPORTING
MAKEWINDOW 16 58 19 72 1
CLEARWINDOW
setattr 3
writeline  GOAL SEEK
writestr  ANALYSIS
PARAMS RETURN Press <Enter> key to continue
DROPMICRO RETURN
mkt:clear                         
dropmicro pick
SETPARAM 1 MANAGEMENT OVERVIEW
SETPARAM 2 MANAGE   
DEFINE C2 COST OF GOODS RATIO.@@BS
DEFINE C3 .70.@@BS
DEFINE C4 NET INCOME.@@BS
DEFINE C5 100000,PREVIOUS + 25000.@@BS
DEFINE C6 COST OF GOODS RATIO.@@BS
DEFINE C7 MANAGE.@@BS
DEFINE C9 MANAGE.@@BS
COMMANDS MAINMENU "&1"
RETURN
goback beg:
«eof»