| Qty | Description | Cost | Total | |
|---|---|---|---|---|
| - | - | - | {{item.qty * item.cost | currency}} | -[X] | -
| add item | -- | Total: | -{{invoice.items.$sum('qty*cost') | currency}} | -
| Qty | Description | Cost | Total | |
|---|---|---|---|---|
| + | + | + | {{item.qty * item.cost | currency}} | +[X] | +
| add item | ++ | Total: | +{{invoice.items.$sum('qty*cost') | currency}} | +
Number of items which have one point: {{ items.$count('points==1') }}
-Number of items which have more than one point: {{items.$count('points>1')}}
+Number of items which have more than one point: + {{items.$count('points>1')}}