Commit Graph

122 Commits

Author SHA1 Message Date
Fairuz ac288981f5 Resolved conflict with Master branch 2021-07-15 10:50:03 +08:00
Fairuz d4acea78c0 Merge branch '223-company-api' into 'master'
223 company api

See merge request CIEFWorldwideSdnBhd/shipping-portal!17
2021-07-15 02:38:56 +00:00
Fairuz a7eec812c9 Orders APIs WIP 2021-07-15 10:33:12 +08:00
Fairuz 562ea1ff7b Orders APIs WIP 2021-07-14 15:18:25 +08:00
weichien00 b0a02a8c27 swagger - Add create company API. 2021-07-14 11:01:01 +08:00
weichien00 3715e9128d swagger: add new tag "Flow - Registration" and include related api. 2021-07-14 10:50:19 +08:00
Fairuz 4bae6e063e Merge branch 'hotfix-user-model-typo' into 'master'
hotfix: typo issue that cause login failed.

See merge request CIEFWorldwideSdnBhd/shipping-portal!15
2021-07-14 02:10:01 +00:00
weichien00 13b99f01ee fix: company list api - parameter "filter" change to "filters". update description. 2021-07-13 23:54:11 +08:00
LEE WC a8ac1b8cb1 Merge branch 'hotfix-user-model-typo' into '223-company-api'
hotfix: typo issue that cause login failed.

See merge request CIEFWorldwideSdnBhd/shipping-portal!16
2021-07-13 15:38:09 +00:00
weichien00 5fca745e58 hotfix: typo issue that cause login failed. 2021-07-13 23:32:03 +08:00
weichien00 8cde051869 fix: User Model - typo on companyModule. 2021-07-13 23:25:31 +08:00
weichien00 fa2f0bb56f update: account registration api - add new input field : business_type. 2021-07-13 23:07:36 +08:00
weichien00 d254b56629 fix: include business_type for company_module process in create_customer logic. 2021-07-13 22:23:56 +08:00
weichien00 b0b3f27738 update: add create company_module processsor in create company logic. #7 2021-07-13 22:22:45 +08:00
weichien00 a9c921b8cf fix: save businessType as type in company_module table. 2021-07-13 22:20:54 +08:00
weichien00 7700d863d6 update: CompanyModule Model - add belongto relationship with company. 2021-07-13 22:09:00 +08:00
Fairuz ddbf83465e Orders APIs WIP 2021-07-13 11:58:03 +08:00
weichien00 bbfd905e5d update: add company relationship with company module. 2021-07-12 16:51:43 +08:00
weichien00 ab5202d8bb fix: company seeder create company module along with creating new compaany 2021-07-12 16:50:12 +08:00
weichien00 7acda23f3d new: eloquent filter for company_module.type. 2021-07-12 16:48:39 +08:00
Fairuz e6fa91f696 Merge branch 'master' into 229_order_apis 2021-07-12 14:24:03 +08:00
Fairuz 1ada18c33f Order API progress 2021-07-12 10:19:05 +08:00
Fairuz ec2896fbbe Merge branch 'swagger_registration_flow' into 'master'
Swagger registration flow

See merge request CIEFWorldwideSdnBhd/shipping-portal!14
2021-07-12 02:18:41 +00:00
Fairuz ccb8e630ce Merge branch 'master' into 229_order_apis 2021-07-11 13:59:45 +08:00
Fairuz 0fa316a7ce Merge branch 'swagger_address' into 'master'
Missing resources address, district & swagger docs for it

See merge request CIEFWorldwideSdnBhd/shipping-portal!10
2021-07-09 10:55:58 +00:00
Fairuz 3cf303f33f Merge branch 'master' into swagger_address 2021-07-09 18:54:49 +08:00
Fairuz 487d0d353c Merge branch '222-restructur-table' into 'master'
add: new migration files -...

See merge request CIEFWorldwideSdnBhd/shipping-portal!11
2021-07-09 10:53:40 +00:00
weichien00 9c66821135 update swagger: default set to 2 and put remark on type field in account registration api. 2021-07-09 11:36:14 +08:00
weichien00 785a3a5a85 swagger - add check email existance, company list api 2021-07-09 02:11:13 +08:00
LEE WC a9bcf46d2f Merge branch 'swagger_address' into 'swagger_registration_flow'
Missing resources address, district & swagger docs for it

See merge request CIEFWorldwideSdnBhd/shipping-portal!12
2021-07-08 17:50:06 +00:00
weichien00 db5294332c update: address,conpanyModule,user models . 2021-07-09 00:34:07 +08:00
Fairuz 861341ce3a Migration file for orders 2021-07-08 16:30:10 +08:00
weichien00 5c432dbf6a update : address model add polymorphic relationship 2021-07-08 11:40:54 +08:00
weichien00 3ac76cfc99 add: service class required when creating new address. 2021-07-08 04:00:23 +08:00
weichien00 6cc27d1c43 fix: address table with column default set with default value false. 2021-07-08 03:59:14 +08:00
weichien00 29b43ee69b add: country,state and district seeder files. 2021-07-08 03:58:17 +08:00
weichien00 37f60792f2 update: company model. 2021-07-08 03:33:52 +08:00
weichien00 7ee83bad51 update: company route. 2021-07-08 03:32:16 +08:00
weichien00 10a7bd3421 new: copy remaining company module classes from exhange2.0. 2021-07-08 03:31:33 +08:00
weichien00 8da79a2017 update: add doctrine/dbal dependency to modify column in migration. 2021-07-08 02:02:07 +08:00
weichien00 14e35e2110 update: changes on Account Module based on changes #6 2021-07-08 01:59:09 +08:00
weichien00 8dc45d0848 update: changes on Company Module based on changes #6 2021-07-08 01:58:32 +08:00
weichien00 0866509107 add: contact interface #6 related to dc11a1f8 2021-07-08 01:56:36 +08:00
weichien00 dc11a1f8d5 update: changes on Contacts Module based on changes #6 2021-07-08 01:53:14 +08:00
weichien00 45077c953e add: company module classes. #7 2021-07-08 01:47:58 +08:00
weichien00 13988d1021 fix: company_employees table set primay key on company_module_id and user_id 2021-07-08 01:33:52 +08:00
weichien00 0e057a8832 update: Company,Contact,User model files - change accordingly based on new db structure. 2021-07-08 01:13:37 +08:00
weichien00 644339a224 add: copy serviceType models file from exchange2.0. 2021-07-08 01:10:49 +08:00
weichien00 99b173c4c8 add: new model files, CompanyEmployee and CompanyModule based on new tables. 2021-07-08 01:07:49 +08:00
weichien00 7f0d5843f5 remove: employee model. 2021-07-08 00:44:10 +08:00