|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1024 (0x400)
Types: TextFile
Names: »MANAGE.MOD«
└─⟦6ae1c04a5⟧ Bits:30004364 SW1656 IFPS/Personal Version 2.10 release 1.1
└─⟦this⟧ »MANAGE.MOD«
COLUMNS 1985..1990
ØØ
ØØ This model allows any manager to gain a quick view of the
ØØ projected summary of his operation. The assumptions input
ØØ can be updated to meet more specific needs for long term and
ØØ a more detailed analysis.
ØØ
ØØ This model also provides an excellent overview of the ease
ØØ of expression available in the IFPS/Personal language.
ØØ Business problems are stated in Business language.
ØØ
SALES=PROJECTED 1985 SALES,PREVIOUS * 1.12
GROSS PROFIT= SALES - COST OF GOODS SOLD
COST OF GOODS SOLD= COST OF GOODS RATIO * SALES
ØØ
PROJECTED 1985 SALES=DATA
COST OF GOODS RATIO =DATA
ØØ
TOTAL EXPENSES= FIXED EXPENSES + INTEREST
FIXED EXPENSES=25000,PREVIOUS * 1.08
INTEREST=9.25% * DEBT
DEBT=DATA
ØØ
PROFIT BEFORE TAXES=GROSS PROFIT - TOTAL EXPENSES
TAX RATE = IF PROFIT BEFORE TAXES <= 150000 THEN 36% ELSE '
IF PROFIT BEFORE TAXES <= 200000 THEN 42% ELSE 48%
TAXES=TAX RATE * PROFIT BEFORE TAXES
NET INCOME=PROFIT BEFORE TAXES - TAXES
«eof»