User Tools

Site Tools


Sidebar

Index

start:backoffice:products:products:formulae

This is an old revision of the document!


Formulae

Calculating Markup

Markup is calculated using the following formula:

((Ex. Price / (Unit Cost × Quantity)) - 1) × 100

ie: ((10 / (5 × 1)) - 1) × 100
    ((10 / 5) - 1) × 100
    (2 - 1) × 100
    1 × 100
  ∴ Markup = 100%

Calculating Profit

Net Profit is calculated using the following formula:

(Ex. Price - (Unit Cost × Quantity))

ie: (10 - (5 × 1))
    (10 - 5)
  ∴ Net Profit = 5.00
  

Calculating Unit of Sale

start/backoffice/products/products/formulae.1568250464.txt.gz · Last modified: 2019/09/12 11:07 by Troy