This website works better with JavaScript.
Home
Explore
Help
Sign In
yusmar
/
tbg-company-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add otr price
master
yusmar
4 years ago
parent
0d9aecaeda
commit
decd68660a
10 changed files
with
94 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
api/accessories/models/accessories.settings.json
+11
-1
api/apparel/models/apparel.settings.json
+7
-0
api/dealers/models/dealers.settings.json
+9
-0
api/helmet/models/helmet.settings.json
+9
-0
api/product-hino/models/product-hino.settings.json
+9
-0
api/product-honda/models/product-honda.settings.json
+9
-0
api/product/models/product.settings.json
+9
-0
api/products-suzuki/models/products-suzuki.settings.json
+11
-1
api/yamalube/models/yamalube.settings.json
+11
-1
api/ygp/models/ygp.settings.json
+ 9
- 0
api/accessories/models/accessories.settings.json
View File
@@ -37,6 +37,15 @@
},
"stock": {
"type": "string"
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 11
- 1
api/apparel/models/apparel.settings.json
View File
@@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "apparels",
"info": {
"name": "Apparel"
"name": "Apparel",
"description": ""
},
"options": {
"increments": true,
@@ -48,6 +49,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 7
- 0
api/dealers/models/dealers.settings.json
View File
@@ -46,6 +46,13 @@
"Sumsel",
"Bengkulu"
]
},
"dealer_status": {
"type": "enumeration",
"enum": [
"Dealer_3S",
"Dealer_YPM"
]
}
}
}
+ 9
- 0
api/helmet/models/helmet.settings.json
View File
@@ -50,6 +50,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/product-hino/models/product-hino.settings.json
View File
@@ -39,6 +39,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/product-honda/models/product-honda.settings.json
View File
@@ -39,6 +39,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/product/models/product.settings.json
View File
@@ -214,6 +214,15 @@
},
"spesifikasi_kelistrikan": {
"type": "richtext"
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/products-suzuki/models/products-suzuki.settings.json
View File
@@ -39,6 +39,15 @@
},
"price": {
"type": "biginteger"
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 11
- 1
api/yamalube/models/yamalube.settings.json
View File
@@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "yamalubes",
"info": {
"name": "Yamalube"
"name": "Yamalube",
"description": ""
},
"options": {
"increments": true,
@@ -35,6 +36,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 11
- 1
api/ygp/models/ygp.settings.json
View File
@@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "ygps",
"info": {
"name": "YGP"
"name": "YGP",
"description": ""
},
"options": {
"increments": true,
@@ -35,6 +36,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
Write
Preview
Loading…
Cancel
Save