Mouhamed Lamine
24d2383318
Dynamic Delivery CRUD FIX
2018-08-24 17:19:46 +08:00
Mouhamed Lamine
905af4ef8f
Delivery CRUD Fix
2018-08-21 16:56:47 +08:00
Mouhamed Lamine
ede82f860d
Delivery Insert Done
2018-08-17 11:35:01 +08:00
Mouhamed Lamine
2e46ea8c2b
Delivery Info Insert
2018-08-06 09:30:08 +08:00
Zain Fauzan Rofie Azizi
481d18211d
remove duplicate line of code
2018-06-29 14:55:55 +08:00
Zain Fauzan Rofie Azizi
70cc220337
rename test
2018-06-29 11:04:37 +08:00
Aqeeb Imtiaz Harun
5c24c159c6
Merge branch 'asif/warehouses' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into asif/contact
...
# Conflicts:
# app/Http/Controllers/ContactController.php
# routes/api.php
2018-06-27 09:51:56 +08:00
Aqeeb Imtiaz Harun
23f8a4676b
Added the search and popup function
2018-06-26 14:42:57 +08:00
Zain Fauzan Rofie Azizi
f6222c6253
bug fixing
2018-06-26 13:15:42 +08:00
Zain Fauzan Rofie Azizi
0a93a6b9fe
redo deli info testing
2018-06-25 16:43:19 +08:00
Zain Fauzan Rofie Azizi
48e033f436
bug fixing
2018-06-25 09:38:03 +08:00
Zain Fauzan Rofie Azizi
7d51085dae
bug fixed
2018-06-21 15:24:45 +08:00
Jack Goh
7b76f613ca
fix duplicated function for search company
2018-06-20 11:33:19 +08:00
Jack Goh
c59fb24537
Merge branch 'asif/contact' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into asif/warehouses
...
# Conflicts:
# app/Http/Controllers/CompanyController.php
# package-lock.json
# routes/api.php
2018-06-20 11:32:02 +08:00
Jack Goh
256014c75b
fix conflict
2018-06-20 11:28:06 +08:00
Jack Goh
262884f369
merged master
2018-06-20 11:26:23 +08:00
Jack Goh
7fcf736886
remove unsed files
2018-06-20 11:12:56 +08:00
Jack Goh
f21c6c9ded
commeted out delivery info test TBD
...
added delivery info index to show lists of delivery info for the company
fixed delivery info show security
2018-06-20 11:00:15 +08:00
Zain Fauzan Rofie Azizi
5fecbf8ade
fix seeding for testing
2018-06-12 15:23:17 +08:00
Aqeeb Imtiaz Harun
eee806bd6d
Added search function and frontend of add contacts
2018-06-12 13:45:51 +08:00
Zain Fauzan Rofie Azizi
8037733f2e
fixed merged conflict
2018-06-12 09:54:54 +08:00
Zain Fauzan Rofie Azizi
f463d0b6b2
completed the user intergration
2018-06-12 09:49:24 +08:00
Aqeeb Imtiaz Harun
3c1f2c522d
Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into asif/contact
...
# Conflicts:
# Dockerfile
# app/Company.php
# app/Http/Controllers/CompanyController.php
# app/Http/Kernel.php
# app/User.php
# composer.json
# composer.lock
# config/app.php
# package-lock.json
# routes/api.php
# tests/TestCase.php
2018-06-12 09:28:51 +08:00
Aqeeb Imtiaz Harun
f58bd69d76
fixed database issue
2018-06-08 11:35:47 +08:00
Aqeeb Imtiaz Harun
c7b8cd76c0
added country code added to the front end
2018-06-06 16:03:05 +08:00
Aqeeb Imtiaz Harun
670eb012ed
added alternative bootstrap alert to frontends during the signup process
2018-06-06 09:53:26 +08:00
jack
d1023faeb4
fix update profile error
...
fix update profile frontend unauthorize
2018-05-31 09:56:15 +08:00
Aqeeb Imtiaz Harun
e3632fce8d
Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into companyFrontend
...
# Conflicts:
# public/company-profile.html
2018-05-30 10:57:18 +08:00
jack
c64c526d98
updated docker to fix faker image error
...
updated on user phone verification, create a company profile
removed company store function
updated company with user relationship
added company factory
moved company routes into authenticated routes
updated company test
renamed "verify" routes to "verify-phone"
2018-05-28 17:14:09 +08:00
jack
ff4e7764d5
added relationship for company and user
2018-05-26 09:37:56 +08:00
Aqeeb Imtiaz Harun
ba827bf27d
fixed the issues that were pointed out except the pdf test
2018-05-24 12:16:37 +08:00
jack
2bf4eb2b05
remove companycontroller index function
2018-05-23 12:20:44 +08:00
jack
3d00b6f040
Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into Aqeeb/company
...
# Conflicts:
# routes/web.php
2018-05-23 12:16:36 +08:00
jack
45dea363ec
changed route and controller name from verifyUser to verifyPhone
2018-05-23 11:21:16 +08:00
jack
587234f205
added auto seed on dockerup
...
updated jwt kernel from getuserfromtoken to autenticate
updated verify response from data.token to token
updated user factory
changed routes for update user profile to from PUT to PATCH
added register with actingAs user
added test update freightforwarder user
added test update importer user
2018-05-23 11:15:38 +08:00
jack
f333b68dff
fix conflict
2018-05-22 20:26:45 +08:00
jack
392cd42b5d
Merge branch 'jack/auth' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into jack/auth
...
# Conflicts:
# app/Http/Controllers/AuthController.php
# tests/Feature/LoginTest.php
# tests/Feature/RegisterTest.php
2018-05-22 19:57:15 +08:00
jack
3381ce1bd8
removed example test
...
addded verify sms code test
2018-05-22 19:55:04 +08:00
jack
70d455ac64
added send verification test
2018-05-22 18:11:24 +08:00
jack
98113c0544
Merge branch 'Aqeeb/company' of gitlab.com:CIEFWorldwideSdnBhd/izyim-api into Aqeeb/company
...
# Conflicts:
# Dockerfile
# composer.json
# composer.lock
# config/app.php
2018-05-22 17:19:15 +08:00
Aqeeb Imtiaz Harun
e6855eb844
added frontend & login function tested completely
2018-05-19 11:53:39 +08:00
Asif
6797f63383
contact approval and testing
2018-05-18 15:30:35 +08:00
Asif
20209f9e36
search company and id storing test
2018-05-16 16:23:04 +08:00
Aqeeb Imtiaz Harun
f72645e2c2
Company Profile has been completed and tested
2018-05-16 09:57:03 +08:00
Aqeeb Imtiaz Harun
a1ebdb9767
added the upload functions for both company image and registration certificate, stored under /storage/app directory
2018-05-15 10:36:41 +08:00
jack
d8c4ea1bcd
added update role in update profile
2018-05-14 17:12:59 +08:00
Asif
c0dab3c496
contact migration
2018-05-14 16:23:56 +08:00
Asif
d31258cc82
contact controller model table
2018-05-07 14:38:40 +08:00
Aqeeb Imtiaz Harun
2da890f36e
added file upload for both company profile picture and registration certificate
2018-05-07 11:11:57 +08:00
Zain Fauzan Rofie Azizi
19f97d0662
added unit testing
2018-05-04 16:13:51 +08:00