Commit b2c74b8f authored by Kulya's avatar Kulya 😊

Update entityes.json

parent 338b15dc
...@@ -45,16 +45,19 @@ ...@@ -45,16 +45,19 @@
"title": "Название", "title": "Название",
"bx_field": "TITLE", "bx_field": "TITLE",
"onec_field": "title" "onec_field": "title"
"type_field": "sting(200)",
}, },
{ {
"title": "Описание", "title": "Описание",
"bx_field": "DESCRIPTION", "bx_field": "DESCRIPTION",
"onec_field": "description" "onec_field": "description"
"type_field": "text",
}, },
{ {
"title": "Раздел", "title": "Раздел",
"bx_field": "SECTION_ID", "bx_field": "SECTION_ID",
"onec_field": "section_guid" "onec_field": "section_guid"
"type_field": "string",
}, },
{ {
"title": "Активность", "title": "Активность",
...@@ -66,12 +69,15 @@ ...@@ -66,12 +69,15 @@
{ {
"title": "Цена", "title": "Цена",
"bx_field": "PRICE", "bx_field": "PRICE",
"onec_field": "price" "onec_field": "price",
"type_field": "float"
}, },
{ {
"title": "Единица измерения", "title": "Единица измерения",
"bx_field": "MEASURE", "bx_field": "MEASURE",
"onec_field": "measure" "onec_field": "measure",
"type_field": "string",
"items": ["UZS","USD","..."]
}, },
{ {
"title": "Баркод", "title": "Баркод",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment