Item name Quantity Original cost Rollback cost Total cost Amount saved Notes
{{ item.name }} {{ item.quantity }} {{ item.originalcost | currency : "£" }} {{ item.rollbackcost | currency : "£" }} {{ item.rollbackcost * item.quantity | currency : "£" }} {{ (item.originalcost - item.rollbackcost) * item.quantity | currency : "£" }} {{ item.notes }}
{{ getTotalCost() | currency : "£" }} {{ getTotalAmountSaved() | currency : "£" }}