CRN No:{{currentSupplier.CreditNotePrintId}}
Ref. No:{{goodReceiptPrintId}}
Supplier's CRN:{{currentSupplier.CreditNoteNo}}
Supplier Name : {{currentSupplier.SupplierName}}
{{GeneralFieldLabel.PANNo}} : {{currentSupplier.PANNumber}}
ContactNo : {{currentSupplier.ContactNo}}
ReturnDate : {{returnDate}}
Credit Note Details
Sn. | ItemName | BatchNo | ExpiryDate | ItemPrice | ReturnQty | Return Free Qty | Return Free Amt | SubTotal | DiscountAmount | VATAmount | TotalAmount |
---|---|---|---|---|---|---|---|---|---|---|---|
{{i+1}} | {{row.ItemName}} | {{row.BatchNo}} | {{row.ExpiryDate}} | {{row.ReturnRate | number : "1.2-2"}} | {{row.Quantity}} | {{row.FreeQuantity}} | {{row.FreeAmount}} | {{row.SubTotal | number : "1.2-2"}} | {{row.DiscountedAmount | number : "1.2-2"}} | {{row.VATAmount | number : "1.2-2"}} | {{row.TotalAmount | number : "1.2-2"}} |
Sub Total | {{currentSupplier.SubTotal | number : "1.2-2"}} |
Discount Amount | {{currentSupplier.DiscountAmount | number : "1.2-2"}} |
VAT Amount | {{currentSupplier.VATAmount | number : "1.2-2"}} |
Total Amount | {{currentSupplier.TotalAmount | number : "1.2-2"}} |
Remarks: | {{currentSupplier.Remarks}} |
Return Type: | {{RetType}} |