From 1a8340e0e4f7f5ef16cb9b92341b4c017a39e23f Mon Sep 17 00:00:00 2001 From: gorokh Date: Tue, 24 Dec 2019 16:35:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=BB=D1=8F=20=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BD=D0=B8=D0=B5/=D0=BA=D0=BE=D1=80=D0=BF=D1=83?= =?UTF-8?q?=D1=81=20=D0=BD=D0=B0=20=D0=B4=D0=B2=D0=B0=20=D0=BE=D1=82=D0=B4?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../classes/general/config/objects.xml | 21 ++++++++++--------- .../classes/general/config/options.xml | 9 ++++---- .../classes/general/config/retailcrm.json | 3 +++ 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/intaro.retailcrm/classes/general/config/objects.xml b/intaro.retailcrm/classes/general/config/objects.xml index eacca5d8..e2d10b08 100644 --- a/intaro.retailcrm/classes/general/config/objects.xml +++ b/intaro.retailcrm/classes/general/config/objects.xml @@ -14,7 +14,7 @@ cumulativeDiscount personalDiscount discountCardNumber - + index countryIso region @@ -28,7 +28,7 @@ intercomCode metro notes - + contragentType legalName legalAddress @@ -38,7 +38,7 @@ bankAddress corrAccount bankAccount - + id createdAt orderType @@ -52,7 +52,7 @@ patronymic phone additionalPhone - email + email paymentType paymentStatus discount @@ -64,7 +64,7 @@ shipmentDate shipped - + id initialPrice discount @@ -72,20 +72,20 @@ quantity status discountTotal - + status type externalId amount comment - + code service date time cost netCost - + country index region @@ -93,15 +93,16 @@ street building house + housing block flat floor intercomCode metro notes - + status trackNumber courier - \ No newline at end of file + diff --git a/intaro.retailcrm/classes/general/config/options.xml b/intaro.retailcrm/classes/general/config/options.xml index 789cb31d..29a7d98d 100644 --- a/intaro.retailcrm/classes/general/config/options.xml +++ b/intaro.retailcrm/classes/general/config/options.xml @@ -18,7 +18,8 @@ Домофон Этаж Подъезд - Строение / корпус + Строение + Корпус Полное наименование Адрес регистрации (Юридический адрес) @@ -29,13 +30,13 @@ Адрес банка Корреспондентский счет Расчетный счет - + КПП ОГРН - + ОГРНИП Номер свидетельства Дата свидетельства - \ No newline at end of file + diff --git a/intaro.retailcrm/classes/general/config/retailcrm.json b/intaro.retailcrm/classes/general/config/retailcrm.json index 02d708b2..8194eb2f 100644 --- a/intaro.retailcrm/classes/general/config/retailcrm.json +++ b/intaro.retailcrm/classes/general/config/retailcrm.json @@ -453,6 +453,9 @@ "house": { "type": "string" }, + "housing": { + "type": "string" + }, "metro": { "type": "string" },