{{'receipt' | translate}} #{{selTrans.data.reference}}


{{'loading' | translate}}

{{'receipt_voided' | translate}}

{{'this_receipt_have_been_voided' | translate}}
  • {{'reference_internal' | translate}}: {{selTrans.data.custom_reference}}
  • {{'description' | translate}}: {{selTrans.data.description}}
  • {{'date' | translate}}: {{selTrans.data.date_transaction_local_str}}
  • {{'amount' | translate}}: {{selTrans.data.currency}} {{selTrans.data.amount | number:2}} / {{selTrans.data.currency_intl}} {{selTrans.data.amount_intl | number:2}}
  • {{'paid_amount' | translate}}: {{selTrans.data.currency}} {{selTrans.data.amount_new_paid | number:2}}
  • {{'paid_amount' | translate}}: {{selTrans.data.currency_intl}} {{selTrans.data.amount_new_paid | number:2}}
  • {{'debt_amount' | translate}}: {{selTrans.data.currency}} {{selTrans.data.amount_new_pending | number:2}}
  • {{'debt_amount' | translate}}: {{selTrans.data.currency_intl}} {{selTrans.data.amount_new_pending | number:2}}
  • {{'paid_amount' | translate}}: {{selTrans.data.paid_amount_intl_currency}} {{selTrans.data.paid_amount_intl | number:2}}
  • {{'client' | translate}}: {{selTrans.data.client_name}}
  • {{'method' | translate}}: {{selTrans.data.origin_str}}
  • {{'description' | translate}}: {{selTrans.data.origin_method_str}}
  • {{'description' | translate}}: {{selTrans.data.origin_description}}
  • {{'reference' | translate}}: {{selTrans.data.origin_reference}}
  • {{'made_by' | translate}}: {{selTrans.data.made_by}} ({{selTrans.data.made_by_email}})
  • {{'notes' | translate}}: {{selTrans.data.notes}}

{{'items' | translate}}

  • {{item.quantity}} x {{item.description}}: {{item.currency}} {{item.amount | number:2}} / {{item.currency_intl}} {{item.amount_intl | number:2}}

{{'payments' | translate}}

ID {{'date_pay' | translate}} {{'amount' | translate}} {{'method' | translate}} {{'reference' | translate}}
{{transaction.id}} {{transaction.date_payment_local_str}} {{transaction.currency}} {{transaction.amount | number:2}} {{transaction.origin_full_str}} {{transaction.origin_reference}}