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

⟦b7088ff6d⟧ TextFile

    Length: 1152 (0x480)
    Types: TextFile
    Names: »EXMP2.FNR«

Derivation

└─⟦dc6c79650⟧ Bits:30004299 FINAR Tutor
    └─ ⟦this⟧ »EXMP2.FNR« 

TextFile

1000 Columns Q1(First )(Quarter) Q2(Second )(Quarter)
1010 Columns Q3(Third )(Quarter) Q4(Fourth )(Quarter)
1020 Columns Budget(Year-end)(Budget ) Project(Year-end)(Forecast)
2000 Rows Product1: Product2: Total: :Sales :Margin :Costs
2010 Rows GMP(Margin (%))
2999 ;
3000 Consider Q1 ; change this to Q1/Q2 etc. during the year
3050 Ask for Product1 Sales and Product2 Sales with "Please enter actuals-"
3052 ; enable Instruction 3050 when entering actual values
3100 Costs = 100 - Margin * Sales / 100
3110 Total = Product1 + Product2
3120 Project = sum of Q1 to Q4
3125 Consider all columns
3130 GMP = Total Sales - Total Costs as % of Total Sales
3200 ; Budget = Project ; disable this Instruction after Budget approval
6999 ;
7000 Report 1 "The XYZ Company"
7010 Center "Division A - Gross Margin 1983" and underline
7050 Show all Rows except Margin
7060 Decimal places 1
7062 Column width 8 except Budget 10 Project 10
7064 Overline GMP with "="
7066 Underline GMP with "="
7068 Brackets
7070 Line
7072 Align " <*>" after Q1
7074 Align "Note : <*> denotes Actual/Budget separation"
«eof»