@extends('AdminLte.template') @section('title') GSTR-2 (Purchase) @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $consignmentStoreEntity = 'H'; @endphp

GSTR-2 (Purchase)

{{ Form::open(['action' => 'RegisterReportController@gstr2ExcelDownload','autocomplete' => 'off','id' => 'gstr2exceldownload']) }}
 



Exported Voucher Details

@if($consignmentStoreEntity == "P") @endif
No. of Voucher Taxable Amount SGST Amount CGST Amount IGST Amount Total
Purchase
Purchase Return
Consignment Purchase
Consignment Return
Total

Vouchers Which Are Not Exported

Voucher Number with Purchase Bill Date
Turned Down
Partial


{{ form::close() }}
@endsection @section('ExternalJs') @endsection @section('BootstrapModals') @endsection