Commit Graph

141 Commits

Author SHA1 Message Date
Jack Goh b5c8688a56 fix unknow column when testing 2018-08-13 12:40:08 +08:00
Jack Goh 2910a9037a fix upload user bankslip error 2018-08-13 12:18:44 +08:00
Jack Goh c09fdabe5a fix bank_branch not found 2018-08-09 14:49:34 +08:00
Jack Goh 526486f95a fix supplier booking nullable
fix booking seeder wrong status
2018-08-08 10:55:41 +08:00
Jack Goh ae081ddddf fix booking internal server error due to db not accepting null value
fixed copy right on booking form
update notification seeder
2018-08-08 10:41:29 +08:00
Jack Goh 3339ebe1ce make field in china bank slips nullable 2018-08-02 14:26:19 +08:00
Jack Goh 305fc2cedc update migration 2018-08-02 12:09:17 +08:00
Jack Goh 504474ab29 update migration 2018-08-02 11:58:33 +08:00
Jack Goh fd1020fb8c update migration 2018-08-02 11:43:34 +08:00
Jack Goh 0a510804bf update migration 2018-08-02 11:37:02 +08:00
Jack Goh 67b8fd46f7 update migration 2018-08-02 11:29:23 +08:00
Jack Goh 3302d5cb65 update migration 2018-08-02 11:17:13 +08:00
Jack Goh bc34983d6d update migration 2018-08-02 11:09:59 +08:00
Jack Goh 3539b9076c update migration 2018-08-02 11:02:59 +08:00
Jack Goh 1455fb28d7 update migration 2018-08-02 10:54:49 +08:00
Jack Goh 6815828b60 update database to be strict and fix migration 2018-08-02 10:47:44 +08:00
Jack Goh 2831038d56 fix typo in migration 2018-08-02 10:36:49 +08:00
Jack Goh 4fa1158a7c update migration 2018-08-02 10:27:20 +08:00
Jack Goh 6538c84032 update migration - not recommended 2018-08-02 10:18:45 +08:00
Jack Goh 5df307a165 make all test pass
updated seeder to be informative
fix seeder error on test
2018-08-01 15:30:19 +08:00
Jack Goh 6dd391544b change account_num data type to string since have to allow user to enter space 2018-07-30 16:32:04 +08:00
Jack Goh fcfecb83d3 Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into fix/bug
# Conflicts:
#	app/Http/Controllers/BookingController.php
#	resources/assets/js/pages/home.vue
2018-07-26 15:50:49 +08:00
Jack Goh 45e8ce8620 updated supplier calculation with latest format 2018-07-26 10:56:28 +08:00
Jack Goh 293dfd6cd2 temporary commented out rate and transfer amount from supplier booking 2018-07-25 22:33:14 +08:00
Jack Goh 4e0f1dbe0a 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
2018-07-25 16:22:53 +08:00
weiweitoo 563c0d42d7 Update UI and migration,seeder for notification. 2018-07-24 17:02:45 +08:00
Jack Goh 01fa0d07c3 fix active bank error 2018-07-22 18:28:45 +08:00
Jack Goh 621fcc09e8 update seed for malaysia bank 2018-07-22 18:25:06 +08:00
Jack Goh 7229d71109 Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into fix/bug
# Conflicts:
#	resources/assets/js/components/LocaleDropdown.vue
#	resources/assets/js/pages/home.vue
2018-07-22 15:39:35 +08:00
weiweitoo 81bf3ac585 add migration for notification. update booking confirmation 2018-07-21 14:15:42 +08:00
weiweitoo 21c13d3e60 change billingcharge rate and tax rate table to double. Modify Customer calculation table 2018-07-20 21:16:36 +08:00
weiweitoo 73c36dd8e3 Add setting for taxrate and billingcharge 2018-07-20 18:47:19 +08:00
Jack Goh 32278095bf beautified user home page
added order number and payment for field in user booking
2018-07-20 18:04:30 +08:00
Jack Goh 20cc501f0e make beneficiary nullable 2018-07-20 15:08:48 +08:00
weiweitoo 4ab9a0a640 make booking auto increment start from 2000 2018-07-18 17:50:20 +08:00
weiweitoo 1c9a9aca20 missing change beneficiaries to beneficiary in seeder 2018-07-13 18:31:29 +08:00
weiweitoo d9dfe84c2e rename beneficiaries tobeneficiary 2018-07-13 09:58:32 +08:00
weiweitoo 39d5646155 dynamically show malaysia bank acc for booking step 2018-07-12 00:52:46 +08:00
weiweitoo 1bc2ab91c0 Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into too/fixsettingvalidationbug 2018-07-11 01:43:42 +08:00
weiweitoo edbd8887c5 fix bug for validation. Remove nullable for malaysia bank table 2018-07-11 01:39:35 +08:00
Jack Goh 766316572c fix seed contraints error 2018-07-08 11:50:36 +08:00
Jack Goh 72a4f6645f Added marking to admin home page
Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into fix/marking

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-07-08 10:53:24 +08:00
Jack Goh 59fc234ea0 updated user has many booking to bookings
added index booking with user marking
added turncate marking when seeding
added turncate settingmalaysiabank when seeding
added marking to user seeder
2018-07-07 12:06:21 +08:00
Jack Goh 2a8f5c0b3c Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange into fix/marking 2018-07-07 10:32:43 +08:00
Too bddef7d16f make acc_no unique in malaysiabank and china bank. integrate active bank page. add seeder for beneficiares and active bank. add table setting_active_bank 2018-07-07 01:52:35 +08:00
Too 3752de2347 Add setting malaysia bank seeder 2018-07-06 14:07:07 +08:00
Too 36917cbd60 add malaysia bank page and integrate it with backend 2018-07-06 13:12:18 +08:00
Too 38515c055b Add setting malaysia bank table and controller 2018-07-05 19:10:17 +08:00
Jack Goh 503e3aec5b added marking to user table
added marking on registration
2018-07-05 17:56:49 +08:00
Jack Goh 07c4f9ed92 fixed register issue 2018-07-05 13:37:00 +08:00