Commit b2c74b8f authored by Kulya's avatar Kulya 😊

Update entityes.json

parent 338b15dc
......@@ -45,16 +45,19 @@
"title": "Название",
"bx_field": "TITLE",
"onec_field": "title"
"type_field": "sting(200)",
},
{
"title": "Описание",
"bx_field": "DESCRIPTION",
"onec_field": "description"
"type_field": "text",
},
{
"title": "Раздел",
"bx_field": "SECTION_ID",
"onec_field": "section_guid"
"type_field": "string",
},
{
"title": "Активность",
......@@ -66,12 +69,15 @@
{
"title": "Цена",
"bx_field": "PRICE",
"onec_field": "price"
"onec_field": "price",
"type_field": "float"
},
{
"title": "Единица измерения",
"bx_field": "MEASURE",
"onec_field": "measure"
"onec_field": "measure",
"type_field": "string",
"items": ["UZS","USD","..."]
},
{
"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