mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
parent
beba81bc6d
commit
a2c919b0fd
3 changed files with 4 additions and 6 deletions
|
@ -20,11 +20,11 @@
|
||||||
%tfoot
|
%tfoot
|
||||||
%tr
|
%tr
|
||||||
%th{colspan: 3}
|
%th{colspan: 3}
|
||||||
%th= t(:total_without_vat)
|
%th= Invoice.human_attribute_name :subtotal
|
||||||
%td= currency(@invoice.subtotal)
|
%td= currency(@invoice.subtotal)
|
||||||
%tr
|
%tr
|
||||||
%th.no-border{colspan: 3}
|
%th.no-border{colspan: 3}
|
||||||
%th= t('vat', rate: vat_rate(@invoice.vat_rate))
|
%th= "VAT #{vat_rate(@invoice.vat_rate)}"
|
||||||
%td= currency(@invoice.vat)
|
%td= currency(@invoice.vat)
|
||||||
%tr
|
%tr
|
||||||
%th.no-border{colspan: 3}
|
%th.no-border{colspan: 3}
|
||||||
|
|
|
@ -238,11 +238,11 @@
|
||||||
%tfoot
|
%tfoot
|
||||||
%tr
|
%tr
|
||||||
%th{colspan: 3}
|
%th{colspan: 3}
|
||||||
%th= t(:total_without_vat)
|
%th= Invoice.human_attribute_name :subtotal
|
||||||
%td= "#{currency(@invoice.subtotal)} #{@invoice.currency}"
|
%td= "#{currency(@invoice.subtotal)} #{@invoice.currency}"
|
||||||
%tr
|
%tr
|
||||||
%th.no-border{colspan: 3}
|
%th.no-border{colspan: 3}
|
||||||
%th= t('vat', rate: vat_rate(@invoice.vat_rate))
|
%th= "VAT #{vat_rate(@invoice.vat_rate)}"
|
||||||
%td= "#{currency(@invoice.vat)} #{@invoice.currency}"
|
%td= "#{currency(@invoice.vat)} #{@invoice.currency}"
|
||||||
%tr
|
%tr
|
||||||
%th.no-border{colspan: 3}
|
%th.no-border{colspan: 3}
|
||||||
|
|
|
@ -543,7 +543,6 @@ en:
|
||||||
invoice_number: Invoice no.
|
invoice_number: Invoice no.
|
||||||
seller: 'Seller'
|
seller: 'Seller'
|
||||||
prepayment: 'Prepayment'
|
prepayment: 'Prepayment'
|
||||||
vat: 'VAT (%{rate})'
|
|
||||||
unpaid: 'Unpaid'
|
unpaid: 'Unpaid'
|
||||||
your_current_account_balance_is: 'Your current account balance is %{balance} %{currency}'
|
your_current_account_balance_is: 'Your current account balance is %{balance} %{currency}'
|
||||||
billing: 'Billing'
|
billing: 'Billing'
|
||||||
|
@ -561,7 +560,6 @@ en:
|
||||||
unit: 'Unit'
|
unit: 'Unit'
|
||||||
price: 'Price'
|
price: 'Price'
|
||||||
total: 'Total'
|
total: 'Total'
|
||||||
total_without_vat: 'Total without VAT'
|
|
||||||
paid_at: 'Paid at'
|
paid_at: 'Paid at'
|
||||||
invoice: 'Invoice'
|
invoice: 'Invoice'
|
||||||
bank_statements: 'Bank statements'
|
bank_statements: 'Bank statements'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue