CostsItem

Used to render the values from a cost item (one row of the costs field)

Note

See costs-costsitem-examples.docx for a full example of how to combine the costs and costsitem filters to render the costs field

Arguments

property

The name of the costs field item property to render.

Allowed values:

  • agreed

  • agreedVAT

  • agreedWithVAT

  • estimated

  • estimatedVAT

  • estimatedWithVAT

  • label

  • saving

  • savingVAT

  • savingWithVAT

  • vatRate

Example usage

Template

{#costs.items}
  { $ | costsItem:'label' } { $ | costsItem:'agreedWithVAT' } @ { $ | costsItem:'vatRate' }
{/costs.items}

Output

Labor £100.00 @ 20%
Parts £100.00 @ 13.5%
Other £100.00 @ n/a