发票生成器 已自动保存

SSM:
{{ t('lAdd') }}
{{ t('lTel') }}
{{ t('lEmail') }}

{{ t('invoice') }}

{{ t('invoiceNum') }}:
{{ t('date') }}:
{{ t('dueDate') }}:

{{ t('billTo') }}

{{ t('description') }} {{ t('qty') }} {{ t('price') }} {{ t('amount') }}
{{ currency }} {{ format(item.qty * item.price) }}

{{ t('notes') }}

{{ t('subtotal') }} {{ currency }} {{ format(subtotal) }}
{{ t('tax') }} (%) {{ currency }} {{ format(taxAmount) }}
{{ t('total') }} {{ currency }} {{ format(total) }}