Commit Graph

143 Commits

Author SHA1 Message Date
Jack Goh 7aba4e2b05 fix edit supplier booking
fix done supplier booking report button loading
2018-06-29 15:48:26 +08:00
Jack Goh 9d0aadb5c3 added reject reason response for getting booking
updated bankslip reject screen for user
2018-06-29 15:37:44 +08:00
Jack Goh 0544e23ee6 fix timeout for rejected user bankslip
fix is_rejected able to accept again
2018-06-29 15:21:27 +08:00
Jack Goh 691bd1c91a updated reject booking status
added reject reason on verification page
2018-06-29 11:05:27 +08:00
Jack Goh 722dbacd00 updated home frontend to cope with pagination 2018-06-28 16:15:10 +08:00
Jack Goh 536c67bbc6 Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into integration/upload-invoice
# Conflicts:
#	database/migrations/2018_06_28_011717_rename_booking_foreignkey_in_po_table.php
#	database/seeds/DatabaseSeeder.php
2018-06-28 15:55:58 +08:00
Jack Goh 265887f0d7 Merge branch 'integration/confirmation-n-transfer' into 'master'
update confirmation and transfer page

See merge request CIEFWorldwideSdnBhd/exchange!42
2018-06-28 07:51:03 +00:00
Jack Goh 385623f6a2 update status upon user upload purchase order
fix admin complete page not found
fixed admin completed page tracking
2018-06-28 15:49:46 +08:00
Mohd Arief 651f762237 update confirmation and transfer page
- update booking controller
2018-06-28 15:40:27 +08:00
Jack Goh 6d2c83d912 temporary added default amount value
fixed no file detected bug
2018-06-28 15:38:15 +08:00
Jack Goh 4e448afc60 added relationship for invoice and booking
added confirm invoice feature (after user upload the image)
2018-06-28 15:22:25 +08:00
Jack Goh 105b61eab3 fixed retrive po path in booking controller
updated chinabankslip error message to be more clear
fixed supplier booking report loading button
updated upload invoice frontend to show user po image
2018-06-28 15:07:41 +08:00
Jack Goh 0cf92b9936 added confirmSupplier booking
removed droptable due to database contraints issue
fixed rename booking foreight key in po table issue
added supplierstable seeder
updated supplierreport frontend
updated upload po frontend
2018-06-28 14:46:30 +08:00
Jack Goh 4ba48abf1a Merge branch 'master' into 'too/bookingpagination'
# Conflicts:
#   routes/api.php
2018-06-28 06:17:17 +00:00
Too 7fc0696099 fix conflit 2018-06-28 12:45:02 +08:00
Jack Goh d054703170 fix wrong status for user after book supplier 2018-06-28 12:13:09 +08:00
Jack Goh ee7fe28f74 added new status for user tracking nav bar
fixed top nav for admin only
2018-06-28 12:08:12 +08:00
Jack Goh 1d740a08ea added waiting invoice and po frontend 2018-06-28 10:33:00 +08:00
Jack Goh 2b4ddadfcb rename book_id in po table to booking_id to perform ORM relantionship
added relationship between booking and po
updated settings shows for different role
added function to display po for admin
2018-06-28 10:06:26 +08:00
Too 24f6273028 added booking pagination. (havent write test) 2018-06-28 00:06:23 +08:00
Too 206a637a88 Add test for setting supplier 2018-06-27 23:34:35 +08:00
Jack Goh cc86e2272b updated get booking status for admin 2018-06-27 17:15:04 +08:00
Jack Goh addd89ceb8 added relantionship in chinabankslip model
added update chinabankslip feature
2018-06-27 16:37:48 +08:00
Jack Goh cea2857d0f added booking foreign key to china bankslip
updated upload china bankslip routes
2018-06-27 16:16:48 +08:00
Jack Goh edc3dbaa35 fixed upload chinabankslip
removed unused code in bookingcontroller
updated upload chinabankslip frontend
moved some routes into authenticated route list
2018-06-27 16:01:52 +08:00
Jack Goh 390862a8be removed multiple booking on supplier booking controller
WIP supplier booking report in image file
WIP edit report page
WIP upload chinabankslip
2018-06-27 15:32:01 +08:00
Jack Goh 6e8c81f285 added logic if supplierbooking already exist prevent user from creating 2018-06-27 14:21:55 +08:00
Jack Goh d1ce576109 changed model from bookingsupplier to supplier booking
fix supplier booking controller
make payment method nullable for supplier booking
2018-06-27 12:01:49 +08:00
Jack Goh b3cf440c4b updated supplier booking controller 2018-06-27 10:46:15 +08:00
Jack Goh 544d414dee remove destroy function for bookingsupplier 2018-06-27 10:30:56 +08:00
Jack Goh b7f258f6a9 refactor BookingsupplierController
fix booking supplier model
updated fields for bookg supplier frontend
2018-06-27 10:30:01 +08:00
Jack Goh 5f053577df removed viewCustomerBookingDetails, it was done in bookingController 2018-06-27 10:12:35 +08:00
Jack Goh 299597ed16 update book supplier routes to admin routes 2018-06-27 09:58:09 +08:00
Jack Goh d362d947a3 Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into nazri/userbankslip
# Conflicts:
#	app/Http/Controllers/BookingController.php
2018-06-27 09:56:35 +08:00
Jack Goh c59aac1e4d Merge branch 'feature/admin-home-frontend' into 'master'
Feature/admin home frontend

See merge request CIEFWorldwideSdnBhd/exchange!34
2018-06-27 01:36:22 +00:00
Too 819da14684 revert back changes during debug 2018-06-26 22:24:47 +08:00
Too 436b284a3b Add file size checking. Rename bankslip_url to china_bank_slip_path in chinabankslip table 2018-06-26 22:23:10 +08:00
Too fdcaa31ffe Add upload file maxsize checking in booking controller 2018-06-26 21:39:24 +08:00
Nazri Hamzah a17a692549 fix conflict 2018-06-26 18:23:00 +08:00
Nazri Hamzah acfd8eeb48 supplier booking (multiple booking removed) 2018-06-26 18:17:38 +08:00
Jack Goh fd03f5b248 updated approvebankslip booking not found
updated update status upon userbankslip approved
updated update status upon userbankslip rejected
updated supplier index to display value and label for input select
updated supplierBooking frontend
completed booking accept and reject integration
2018-06-26 17:40:44 +08:00
Jack Goh ee59dc69d5 Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into feature/admin-home-frontend 2018-06-26 14:41:45 +08:00
Too dec9ba9405 fix typo add_eta_ser_bank_slip_table. remove eta from bookingcontroller 2018-06-26 12:28:17 +08:00
Jack Goh 852c64f35b completed display user bankslip in verification frontend 2018-06-26 12:27:09 +08:00
Too c6ef6219a3 fix conflit 2018-06-26 12:19:08 +08:00
Too 0a6bd2c405 Add eta 2018-06-26 12:17:12 +08:00
Jack Goh 20923d8f4a updated upload path 2018-06-26 12:07:27 +08:00
Too 3129da5df4 get_time_limit 2018-06-25 18:16:20 +08:00
Jack Goh 1683f5bed5 Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into feature/admin-home-frontend
# Conflicts:
#	app/Http/Controllers/BookingController.php
2018-06-25 16:57:20 +08:00
Jack Goh b715663d47 updated adminshow function 2018-06-25 16:56:36 +08:00