Dashboard

Section title

# Name Price Visits {{ name }}
Price Used up in visits Cost to me Upfront cost
{{ $index() + 1 }} {{ appointment.name }} {{ appointment.price }} {{ appointment.visits }} {{ appointment.price - $root.calculateCost(appointment.price, $data) }} {{ $root.calculateVisits(appointment.price, $data) }} {{ $root.calculateTotalCost(appointment.price, $data) }} {{ coverage }}
Total: {{ appointments.length }} sum(price) sum(visits) {{ name }} totals