Изменения

Перейти к: навигация, поиск

Client Account

2385 байт убрано, 14:04, 21 ноября 2022
Создание заказа с параметрами
'''Default instuction'''. Default instuction that will be added to the '''Instruction''' field in all new delivery orders created in any way in the Client Account and via API. Auto-text is added when the order is saved. If the user filled out the Instruction field when placing the order, the AutoText will be added before the customer text.
== Информация Information ==Содержит сообщения от курьерской службыContains messages from the courier service company.
Информационные сообщения бывают двух видовThere are two types of these messages* Standard - displayed as a counter of unread messages in the Information tab;* Must-read - an information window is displayed when you enter the CA. To close it, click the '''Got It''' button. This is how you let the courier service company know that you have read the news.
* обычные — отображаются в виде счетчика непрочитанных сообщений в названии пункта меню;
* срочные — при входе в ЛК отображается информационное окно. Чтобы закрыть его, нажмите кнопку '''Да, понятно'''. Так вы сообщите курьерской службе, что прочитали новость.
[[Файл:Срочная новость.png|none|600px]]
== Создание заказа с параметрами Creating an order with parameters ==Вы можете создать ссылку на заказ с предустановленными параметрами, которые будут переданы в соответствующие поля формыYou can create a link to an order with predefined parameters that will be passed to the corresponding fields of the form.
НапримерFor example, при переходе по ссылке if you follow the link <code><nowiki>https://home.courierexe.ru/8/order/new?order[receiver][person]=ИвановSmith&order[receiver][town]=Санкт-ПетербургChicago&order[sender][town]=СамаркандMiami</nowiki></code> откроется форма создания заказа с заполненными полями:* '''ФИО получателяRecipient name''' — ИвановSmith;* '''Город отправителяSender city/town''' — СамаркандChicago;* '''Город получателяRecipient city/town''' — Санкт-ПетербургMiami.
Если пользователь изменит полеIf the user changes the field filled in the parameter, заполненное параметром, после сохранения заказа в поле будет значение, введенное пользователемthe value entered by the user will be in the field after the order is saved.
Вид ссылки:
https://home.courierexe.ru/<экстраextra-кодcode>/order/new?Параметр1Parameter1=Значение1Value1&Параметр2Parameter2=Значение2Value2
Максимальная длина ссылки не определенаThe maximum link length is not defined, ищите информацию для своего браузераlook for information for your browser. Если лимит превышенIf the limit is exceeded, не все передаваемые данные появятся в формеnot all of the submitted data will appear in the form.
Соответствие полей формы и параметров запросаCorrespondence of form fields and query parameters:
{|class=wikitable
!Поле формы заказаOrder form field!Параметр запроса в Request parameter in the URL
|-
|Номер заказаOrder number||order[@attr][orderno]
|-
|ВложениеOrder items||order[enclosure]
|-
|ШтрихкодBarcode||order[barcode]
|-
|Компания-отправительSender company||order[sender][company]
|-
|Контактное лицо отправителяSender name||order[sender][person]
|-
|Город отправителяSender city/town||order[sender][town]
|-
|Адрес отправителяSender address||order[sender][address]
|-
|Телефон отправителяSender phone||order[sender][phone]
|-
|Дата забораPickup date||order[sender][date]
|-
|Время забора сPickup time from||order[sender][time_min]
|-
|Время забора доPickup time until||order[sender][time_max]
|-
|ИНН получателяRecipient TIN||order[receiver][inn]
|-
|Компания-получательRecipient company||order[receiver][company]
|-
|Контактное лицо получателяRecipient name||order[receiver][person]
|-
|Телефон получателяRecipient phone||order[receiver][phone]
|-
|Город получателяRecipient city/town||order[receiver][town]
|-
|Вид доставкиDelivery type||order[pvz]
|-
|Адрес получателяRecipient address||order[receiver][address]
|-
|Индекс получателяRecipient postcode||order[receiver][zipcode]
|-
|Режим доставкиDelivery mode||order[service]
|-
|ВесWeight||order[weight]
|-
|СуммаAmount||order[price]
|-
|Дата доставкиDelivery date||order[receiver][date]
|-
|Время доставки сDelivery time from||order[receiver][time_min]
|-
|Время доставки доDelivery time until||order[receiver][time_max]
|-
|Объявленная ценностьDeclared value|| order[inshprice]
|-
|ПоручениеInstruction||order[instruction]
|-
|Тип оплатыPayment type||order[paytype]
|-
|Общий объемTotal volume||order[overall_volume]
|-
|Количество местPackage quantity||order[quantity]
|-
|Тип отправленияPackage type||order[type]
|-
|Оплата получателемPayment by recipient||order[ReceiverPays]
|-
|Прикрепленные файлыAttached files||order[attachments]
|-
|ОтделDepartment||order[otdel]
|-
|Интервал времени доставкиDelivery time slot||order[receiver][time_range]
|-
|Частичная доставкаPartial Delivery||order[acceptpartially]
|-
|Настройка стоимости доставкиDelivery fee conditions||order[deliveryset]
|-
|Вес возвратаWeight at return trip||order[return_weight]
|-
|Кост-кодCost code||order[costcode]
|-
|Код подрядчикаContractor code||order[outstrbarcode]
|-
|Необходимость возвратаReturn trip required||order[flag]
|-
|Режим возвратаReturn trip mode||order[modev]
|-
|Тип возвратаReturn shipment type||order[typev]
|-
|Пин-кодPIN||order[receiver][deliveryPIN]
|-
|colspan=2|'''ТоварыItems'''
|-
|Артикул товараSupplier SKU ID||order[items][N][@attr][article] (обязательно наличиеmandatory, может быть пустоcan be blank)
|-
|Название товараItem name||order[items][N][item]
|-
|КоличествоQuantity||order[items][N][@attr][quantity]
|-
|Масса единицы товараWeight, кгkg||order[items][N][@attr][mass]
|-
|Цена единицы товараPrice||order[items][N][@attr][retprice]
|-
|Ставка НДСVAT rate||order[items][N][@attr][VATrate]
|-
|ШтрихкодBarcode||order[items][N][@attr][barcode] (обязательно наличиеmandatory, может быть пустоcan be blank)
|-
|ДлинаLength, смcm||order[items][N][@attr][length]
|-
|ШиринаWidth, смcm||order[items][N][@attr][width]
|-
|ВысотаHeight, смcm||order[items][N][@attr][height]
|-
|Код товарной номенклатурыGoods code||order[items][N][@attr][governmentCode]
|-
|Тип вложения Item type (числовой кодnumeric code)||order[items][N][@attr][type]
|-
|colspan=2|'''МестаPackages'''
|-
|НазваниеName||order[packages][N][package] (обязательно наличиеmandatory, может быть пустоcan be blank)
|-
|МассаWeight, кгkg||order[packages][N][@attr][mass]
|-
|ШтрихкодBarcode||order[packages][N][@attr][strbarcode] (обязательно наличиеmandatory, может быть пустоcan be blank)
|-
|ДлинаLength, смcm||order[packages][N][@attr][length]
|-
|ШиринаWidth, смcm||order[packages][N][@attr][width]
|-
|ВысотаHeight, смcm||order[packages][N][@attr][height]
|-
|}
== Работа с таблицами Working with tables ==Чтобы применить сортировку по тому или иному параметруTo apply sorting by any parameter, кликните на название соответствующей колонкиclick on the name of the corresponding column.
Чтобы выделить строку в таблицеTo select a row in the table, поставьте галку слева от нееcheck the box to the left of it. Чтобы выделить все строкиTo select all rows displayed on the page, отображаемые на странице, поставьте галку в верхней левой строкеcheck the box on the top left row.
Чтобы изменить количество строкTo change the number of rows displayed on one page, отображаемых на одной странице, внизу экрана нажмите на соответствующее окошко и выберите из выпадающего списка нужное числоclick on the appropriate box at the bottom of the screen and select the desired number from the drop-down list. Страница обновится автоматическиThe page will update automatically.
268
правок

Навигация