SERVICE | DESCRIPTION | PRICE | QTY | TOTAL | |
---|---|---|---|---|---|
<%= service[:name] %> | <%= service[:description] %> | <%= service[:unit] %><%= service[:currency] %> | <%= service[:quantity] %> | <%= service[:quantity].to_i * service[:unit].to_i %><%= service[:currency] %> | |
SUBTOTAL | <%= @data[:services][:subtotal] %> | ||||
TAX 25% | <%= @data[:services][:tax] %> | ||||
TOTAL | <%= @data[:services][:total] %> |
NOTICE:
<%= @data[:other][:notice] %>