@extends('AdminLte.template') @section('title') Store Transaction Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
{{Config::get('store_constants.reports.STORE_TRANSACTION_REGISTER')}}
{{ Form::open(['action' => 'StoreTransactionReportController@purchaseRegister','autocomplete' => 'off','id' => 'itemRegister']) }}
✱
Store :
{{Config::get('store_constants.transaction.PURCHASE_TRN_TYPE')." : "}}
Goods Receipt Note
Goods Receipt Note Return
Material Issue Note
Material Issue Note Return
Goods Adjustment
Status :
All
Completed
Partial
Cancelled
From :
To :
Product Name :
Supplier :
Report Type :
Both
Summary
Department :
OR
Patient :
OR
Issued To :
All
Department
Patient
Submit
{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection