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 |
|
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
|
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
|
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 |
|
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 |
|
weichien00
|
c7719eb787
|
update: contacts migration - default column with default value set to false.
|
2021-07-08 00:37:15 +08:00 |
|
Fairuz
|
f603ef53c4
|
Missing resources address, district & swagger docs for it
|
2021-07-07 17:17:56 +08:00 |
|
weichien00
|
1351724030
|
new: add companiesTableSeeder - sample warehouse.
|
2021-07-07 00:29:05 +08:00 |
|
weichien00
|
a2f2b42ff4
|
remove: employee table migration file.
|
2021-07-07 00:27:04 +08:00 |
|
weichien00
|
6dfff29d02
|
add: new migration files - company_modules,company_employees,company_connections,connection_segments.
|
2021-07-07 00:26:35 +08:00 |
|
weichien00
|
04ebda1c6a
|
update migration companies,address,contact,segments,segment_constants,segment_companies.
|
2021-07-07 00:25:10 +08:00 |
|
Fairuz
|
c3d0cba20c
|
Merge branch '209-document-api' into 'master'
209 document api
See merge request CIEFWorldwideSdnBhd/shipping-portal!8
|
2021-07-05 09:52:54 +00:00 |
|
weichien00
|
3dbbe743eb
|
update: swagger - add identification_no and file input field.
|
2021-07-05 11:00:06 +08:00 |
|
Fairuz
|
4b330afc60
|
Merge branch '219_transactions_module' into 'master'
Copied transaction, receipt & currecny module from Exchange
See merge request CIEFWorldwideSdnBhd/shipping-portal!6
|
2021-07-04 04:51:27 +00:00 |
|
Fairuz
|
bc8ec2854a
|
Copied transaction, receipt & currecny module from Exchange
|
2021-07-04 11:52:31 +08:00 |
|
weichien00
|
aa4bee875c
|
new: migration file to create documents and files table. #5
|
2021-07-03 02:40:17 +08:00 |
|
weichien00
|
a3ce7c14a1
|
update: filesystem config for upload document.
|
2021-07-03 02:39:22 +08:00 |
|
weichien00
|
da4b6cd850
|
update: return TypeError exception with ApiResponseObject . #4
|
2021-07-03 02:38:52 +08:00 |
|
weichien00
|
56c42fe8f9
|
update: createCustomerLogic - add upload identity document processor. related #5
|
2021-07-03 00:59:25 +08:00 |
|
weichien00
|
aaf0ff7645
|
new: Add classes required to upload identity document during account registration. #5
|
2021-07-03 00:58:24 +08:00 |
|
Fairuz
|
9bcb45e5cc
|
Merge branch 'add_public_folder' into 'master'
Add public folder & Swagger Header Token
See merge request CIEFWorldwideSdnBhd/shipping-portal!5
|
2021-06-29 03:20:43 +00:00 |
|