File Name | File Size | Action |
---|---|---|
{{ file?.name }} | {{ formatBytes(file?.size) }} |
Patient Name : {{ data.PatientName }} | Address : {{ data.Address }} | Claim Code : {{ data.ClaimCode }} | Policy No : {{ data.PolicyNo }} | |||||
---|---|---|---|---|---|---|---|---|
Invoice No. | Invoice Total | Cash | Credit | Status | Actions | |||
{{row.InvoiceNo}} | {{row.InvoiceTotalAmount}} | {{row.Cash}} | {{row.Credit}} | {{row.Status}} |
|
SSF INVOICE Invoice No: {{InvoiceInfo.InvoiceNumFormatted}} Hospital No: {{SelectedInvoice.PatientInfo[0].PatientCode}} Patient's Name: {{SelectedInvoice.PatientInfo[0].ShortName}} Address: {{SelectedInvoice.PatientInfo[0].Address}} Contact No: {{SelectedInvoice.PatientInfo[0].PhoneNumber}} IP Number:{{this.ipdNumber}} {{GeneralFieldLabel.NSHINo}}: {{SelectedInvoice.PatientInfo[0].Ins_NshiNumber}} 1 && InvoiceInfo.LabTypeName && showLabType"> LAB TYPE: {{InvoiceInfo.LabTypeName}} 0 && invoice.InvoiceItems[0].PriceCategory && invoice.InvoiceItems[0].PriceCategory.toLowerCase() !='normal'"> Price Category: {{invoice.InvoiceItems[0].PriceCategory}} Transaction Date: {{InvoiceInfo.TransactionDate | DanpheDateTime:'format':'YYYY-MM-DD'}} Invoice Date: {{ InvoiceInfo.TransactionDate | DanpheDateTime:'format':'YYYY-MM-DD' }} {{localDateTime}} Age/Sex : {{finalAge }} Claim Code:{{InvoiceInfo.ClaimCode}} Purchaser's {{GeneralFieldLabel.PANNo}}: {{invoice.PatientInfo[0].PANNumber}} Method of payment: {{InvoiceInfo.PaymentMode }} SSF Policy No: {{ SelectedInvoice.PatientInfo[0].PolicyNo }}
Billing Package: {{InvoiceInfo.PackageName}}
|
|||||||
Sn. | Particular(s) | Unit | Unit | Price | Price | Amount | Amount |
{{i+1}} | {{row.ItemName}} | {{row.Quantity}} | {{row.Quantity}} | {{row.Price | number : "1.2-2"}} | {{row.Price | number : "1.2-2"}} | {{row.Quantity * row.Price | number : "1.2-2"}} | {{row.Quantity * row.Price | number : "1.2-2"}} |
SubTotal | {{ InvoiceInfo.SubTotal | number : "1.2-2" }} |
Discount | {{InvoiceInfo.DiscountAmount | number : "1.2-2"}} |
Credit Amount | {{InvoiceInfo.BalanceAmount | number : "1.2-2"}} |
Cash Amount | {{(InvoiceInfo.TotalAmount - InvoiceInfo.BalanceAmount) | number : "1.2-2"}} |
Net Amount | {{InvoiceInfo.TaxableAmount}} |
{{taxLabel}} | {{InvoiceInfo.TaxTotal}} |
Total Amount | {{InvoiceInfo.TotalAmount | number : "1.2-2"}} |