removed vee-validate which causes cief bank details not showing in user upload bank slip

added exception if userbankslip not save show error
added tax rate to supplier booking
added order number and payment for to booking seeder
This commit is contained in:
Jack Goh
2018-07-25 16:22:53 +08:00
parent 017f70391e
commit 4e0f1dbe0a
8 changed files with 75 additions and 29 deletions
+2
View File
@@ -36,6 +36,8 @@ class BookTableSeeder extends Seeder
'user_id' => $user->id,
'status' => 2,
'admin_status' => 2,
'order_no' => '001',
'payment_for' => 'FULL PAYMENT',
'created_at' => Carbon::now()->format('Y-m-d H:i:s'),
'updated_at' => Carbon::now()->format('Y-m-d H:i:s'),
]);