@model EasyApp.Models.InvHead @using EasyApp.Models @{ Layout = "~/Views/Shared/_LayoutExcise.cshtml"; } Emplyee Data @* *@
Export eInvoice Data
Invoice No : @Model.InvRefID (SYSID:@Model.InvID)
Transaction Reference Number@Model.InvIDExternal Reference Number
Supply Type@Model.SupplyTypeProject Reference Number
Invoice Reference NumberPO Date
Invoice Type@Model.InvoiceTypeSupporting Document URL
Invoice Number@Model.InvRefIDOther Supporting Document
Invoice Date@Convert.ToString(Model.InvDate.Value.ToString("dd-MM-yyyy"))Any Other Additional Information
Invoice Value@Model.GrandAmtTotal Invoice Value in Foreign Currency
Department NameOption for Supplier for Refund
Department IDForeign Currency
PO NumberCustomer Country Code
Transaction Type@Model.TRNTypeTotal Taxable Value@Model.TaxableAmt
Transaction Subtype@Model.TRNSubTypeTotal IGST Amount@Model.ItemIGSTAmt
Place of Supply@Model.OMAddress.State.VechCodeTotal CGST Amount@Model.ItemCGSTAmt
Origin CountryTotal SGST/UTGST Amount@Model.ItemSGSTAmt
Org Code@Model.OMAddress2.GSTCodeTotal Cess Amount
Supplier CodeTotal State Cess Amount
Supplier Location CodeRounding Off Amount
Supplier GSTIN/UIN@Model.OMAddress2.GSTCodeDiscount at Invoice level
Buyer CodeCharges at Invoice level@Model.OtherTaxAmt
Buyer Location CodeFlag for Supply covered under sec7 of IGST Act
Buyer GSTIN/UIN@Model.OMAddress.GSTCodeOriginal Invoice Value@Model.GrandAmt
Supplier PANOriginal POS
Reverse Charge@Model.ReverseChargeOriginal Transaction Type
Supplier Legal Name@Model.OMAddress2Original Transaction ID
Supplier Trade NameLALIT PIPESDifferential Percentage
Supplier Address1SURVEY NO. 77, VILLAGE VARASKOL, KHARDI RLY. STN. (CR)Supply Category
Supplier Address2TALUKA SHAHPUR, DIST THANE, 421601Line item ID
Supplier CitySHAHAPURGoods/Services
Supplier StateMHHSN Code
Supplier PINCode421601Schedule Description Code
Supplier EmailIDHSN Description
Supplier Phone NumberExemption Notification No
Buyer Trade NameCompensation Cess Description Code
Buyer Legal Name@Model.OMAddress.PartyNameRCM Description Code
Buyer Address1@Model.OMAddress.Address2Bar code of Product
Buyer Address2@Model.OMAddress.Address3Quantity
Buyer City@Model.OMAddress.CityFree Quantity
Buyer State@Model.OMAddress.State.VechCodeUQC
Buyer PIN Code@Model.OMAddress.PinCodeRate per Quantity
Buyer EmailIDGrossValue
Buyer Phone NumberDiscount Before GST
Dispatch CodePre Taxable Value
Dispatch GSTIN@Model.OMAddress2.GSTCodeTaxable Value
Dispatch Name@Model.OMAddress2.PartyNameBatch Name
Dispatch Address1@Model.OMAddress2.Address2Warranty Date
Dispatch Address2@Model.OMAddress2.Address3Expiry Date
Dispatch City@Model.OMAddress2.CityGSTRate
Dispatch State@Model.OMAddress2.State.VechCodeCess Rate
Dispatch PIN Code@Model.OMAddress2.PinCodeState Cess Rate
Dispatcher EmailIDCess Non Advol Value
Dispatcher Phone NumberIGST Amount
Ship CodeCGST Amount
Ship to Legal Name@Model.OMAddress1.PartyNameSGST/UTGST Amount
Ship to Trade NameCompensation Cess Amount
Ship to GSTIN@Model.OMAddress1.GSTCodeState Cess Amount
Ship to Address1@Model.OMAddress1.Address2State Cess Non Advol Amount
Ship to Address2@Model.OMAddress1.Address3Other Charges
Ship to City@Model.OMAddress1.CityPO Line Reference Number
Ship to State@Model.OMAddress1.State.VechCodeProduct Serial Number
Ship to PINCode@Model.OMAddress1.PinCodeAttribute Details
Receiver EmailIDAttribute Value
Receiver PhoneNumberEWBSubSupply Type@Model.EWB_SUBTYPE
ECommerce GSTINEWB SubSupply Type Description
Payee NameEWB Transaction Type@Model.EWB_TRN_TYPE
Payment ModeTransport Mode@Model.TrnMode
Bank Account NumberType of Cargo@Model.TYPE_OF_CARGO
Bank IFSC codeDistance level(km)@Model.DISTANCE_LEVEL
Payment Terms Transporter Name @if (Model.TransporterID != null) { @Model.OMAddress3.PartyName }
Payment Instructions Transporter ID @if(Model.TransporterID!=null) { @Model.OMAddress3.GSTCode }
Credit Transfer TermsTransport Document No@Model.LRNO
Direct Debit TermsTransport Document Date
Credit DaysTransportere-mail@Model.VechNo
Amount PaidVehicle No
Amount DueEntity-1
Due DateEntity-2
Shipping Bill NumberEntity-3
Shipping Bill DateEntity-4
Export Duty AmountInvoice Remarks
Port CodeValidate INV
Tax SchemeGenerate Proforma
Invoice Currency CodeAuto Generate Invoice No
Invoice Period Start Date01-04-2022Auto Generate IRN@Model.AutoGenIRN
Invoice Period End Date31-03-2023Auto Generate EWB@Model.AutoGenEWB
Preceding Invoice Number
Preceding Invoice Date
Other Reference Number
Receipt Advice Number
Receipt Advice Date
Lot/Batch Reference Number
Contract Reference Number
@foreach (var exceldata in Model.InvItems) { }
ID UOM HSN HSNDES GOODSSERVICES SUPPLYCAT Rate QTYUOM QTYValue GST% IGSTAmt SGSTAmt CGSTAmt
@exceldata.InvItemID @exceldata.UOM @exceldata.HSN @exceldata.HSNDES @exceldata.GOODSSERVICES @exceldata.SUPPLYCAT @exceldata.Rate @exceldata.QTYUOM @exceldata.QTYValue @Convert.ToDecimal(exceldata.CGSTRate.Value + exceldata.SGSTRate.Value + exceldata.IGSTRate) @exceldata.IGSTAmt @exceldata.SGSTAmt @exceldata.CGSTAmt
@foreach (var exceldata in Model.InvItems) { }