D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
developers.ghanempharmacy.com
/
app
/
Enums
/
ExportFileNames
/
Admin
/
Filename :
Report.php
back
Copy
<?php namespace App\Enums\ExportFileNames\Admin; enum Report { const ADMIN_EARNING_REPORT = 'admin-earning-report.xlsx'; const VENDOR_REPORT = 'vendor-report.xlsx'; const VENDOR_EARNING_REPORT = 'vendor-earning-report.xlsx'; const ORDER_REPORT_LIST = 'Order-Report-List.xlsx'; const ORDER_TRANSACTION_REPORT_LIST = 'Order-Transaction-Report-List.xlsx'; const EXPENSE_TRANSACTION_REPORT_LIST = 'Expense-Transaction-Report-List.xlsx'; const REFUND_TRANSACTION_REPORT_LIST = 'Refund-Transaction-Report-List.xlsx'; }