{{$t('PurchaseDetail')}} : {{purchase.Ref}}
{{$t('Supplier_Info')}}
{{purchase.supplier_name}}
{{purchase.supplier_email}}
{{purchase.supplier_phone}}
{{purchase.supplier_adr}}
{{$t('Company_Info')}}
{{company.CompanyName}}
{{company.email}}
{{company.CompanyPhone}}
{{company.CompanyAdress}}
{{$t('Purchase_Info')}}
{{$t('Reference')}} : {{purchase.Ref}}
{{$t('Status')}} :
{{$t('Received')}}
{{$t('Pending')}}
{{$t('Ordered')}}
{{$t('warehouse')}} : {{purchase.warehouse}}
{{$t('PaymentStatus')}} :
{{$t('Paid')}}
{{$t('partial')}}
{{$t('Unpaid')}}
{{$t('Order_Summary')}}
| {{$t('ProductName')}} | {{$t('Net_Unit_Cost')}} | {{$t('Quantity')}} | {{$t('Unitcost')}} | {{$t('Discount')}} | {{$t('Tax')}} | {{$t('SubTotal')}} |
|---|---|---|---|---|---|---|
| {{detail.code}} ({{detail.name}})
{{$t('IMEI_SN')}} : {{detail.imei_number}} |
{{currentUser.currency}} {{formatNumber(detail.Net_cost,3)}} | {{formatNumber(detail.quantity,2)}} {{detail.unit_purchase}} | {{currentUser.currency}} {{formatNumber(detail.cost,2)}} | {{currentUser.currency}} {{formatNumber(detail.DiscountNet,2)}} | {{currentUser.currency}} {{formatNumber(detail.taxe,2)}} | {{currentUser.currency}} {{detail.total.toFixed(2)}} |
| {{$t('OrderTax')}} | {{currentUser.currency}} {{purchase.TaxNet.toFixed(2)}} ({{formatNumber(purchase.tax_rate,2)}} %) |
| {{$t('Discount')}} | {{currentUser.currency}} {{purchase.discount.toFixed(2)}} |
| {{$t('Shipping')}} | {{currentUser.currency}} {{purchase.shipping.toFixed(2)}} |
| {{$t('Total')}} | {{currentUser.currency}} {{purchase.GrandTotal}} |
| {{$t('Paid')}} | {{currentUser.currency}} {{purchase.paid_amount}} |
| {{$t('Due')}} | {{currentUser.currency}} {{purchase.due}} |
{{purchase.note}}