Commit Graph

129 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 71e6c3358f added reject reason dialog 2018-06-29 10:59:41 +08:00
Nazri Hamzah d1d5aaf694 fixed bug admin setting frontend 2018-06-29 00:56:00 +08:00
Nazri Hamzah fe07b7cd64 first commit 2018-06-28 22:26:06 +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 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 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 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 2ddd9704bd Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into integration/upload-invoice
# Conflicts:
#	resources/assets/js/router/routes.js
2018-06-28 11:41:39 +08:00
Jack Goh e8b22841bd Merge branch 'arief/admin-top-nav-content' into 'master'
Arief/admin top nav content

See merge request CIEFWorldwideSdnBhd/exchange!37
2018-06-28 02:46:31 +00:00
Jack Goh 0e212f2751 added waiting po page 2018-06-28 10:33:21 +08:00
Jack Goh 1d740a08ea added waiting invoice and po frontend 2018-06-28 10:33:00 +08:00
Mohd Arief 7996450ab1 change rate to data variable 2018-06-28 10:31:49 +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
Jack Goh 9432cdaaad updated upload invoice UI 2018-06-27 18:28:58 +08:00
Mohd Arief 534ad41fd3 fix conflict 2018-06-27 17:25:11 +08:00
Mohd Arief 32b0eda067 fix merge conflict 2018-06-27 16:54:40 +08:00
Jack Goh a5ea991a8d changed routes name for update china bankslip 2018-06-27 16:54:02 +08:00
Jack Goh addd89ceb8 added relantionship in chinabankslip model
added update chinabankslip feature
2018-06-27 16:37:48 +08:00
Mohd Arief 73000a9818 update route for admin top nav content 2018-06-27 16:33:41 +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 631472be50 comeplted upload china slip frontend 2018-06-27 15:47:47 +08:00
Mohd Arief 5e62b3e90d complete the top nav content 2018-06-27 15:42:16 +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 3ce9fdf9db Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into integration/book-supplier
# Conflicts:
#	resources/assets/js/pages/admin/booking/supplierBooking.vue
2018-06-27 14:24:48 +08:00
Jack Goh 298da7d24b Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into feature/admin-home-frontend
# Conflicts:
#	resources/assets/js/pages/admin/booking/supplierBooking.vue
2018-06-27 14:23:19 +08:00
Jack Goh 6e8c81f285 added logic if supplierbooking already exist prevent user from creating 2018-06-27 14:21:55 +08:00
Mohd Arief fb6f3e398e update rate function done 2018-06-27 12:34:19 +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 b7f258f6a9 refactor BookingsupplierController
fix booking supplier model
updated fields for bookg supplier frontend
2018-06-27 10:30:01 +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
Jack Goh 2ed9f51ffd update top nav only admin can see 2018-06-26 18:30:41 +08:00
Jack Goh 1f91cddda5 show top navigation only if user already login 2018-06-26 18:21:40 +08:00
Jack Goh e1c931efed Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into feature/admin-home-frontend 2018-06-26 18:09:27 +08:00
Jack Goh f108d7ee51 updated axios booking supplier form 2018-06-26 18:09:11 +08:00
Jack Goh 21338401c4 update supplierbooking frontend 2018-06-26 17:56:51 +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
Mohd Arief 045c137dab update dialog name 2018-06-26 17:28:22 +08:00
Mohd Arief c8ff54f79a completed the setting content 2018-06-26 16:55:31 +08:00
Jack Goh 2023050218 fix conflict 2018-06-26 14:44:48 +08:00
Jack Goh 66b0c14f5e Merge branch 'feature/admin-home-frontend' of gitlab.com:CIEFWorldwideSdnBhd/exchange into feature/admin-home-frontend
# Conflicts:
#	app/Http/Controllers/BookingController.php
#	database/seeds/DatabaseSeeder.php
#	resources/assets/js/pages/admin/booking/verification.vue
2018-06-26 14:43:53 +08:00
Jack Goh 5366353484 updated loading button param 2018-06-26 14:41:37 +08:00