Управление уведомлениями: Тех.описание

Показатели:

Table 1. Свернуть/развернуть таблицу
Меры
Наименование Мастерсистема Доп.информация
Отправлено сообщений, всего

База db_notifications_old

Схема public

Таблица send_message.create_time

Кроме сообщений в статусе (status) NOT_SENT
Количество смс в сообщениях, СМС

База db_notifications_old

Схема public

Таблица send_message. sms_count

Сумма по полю: sms_count
Стоимость

База db_notifications_old

Схема public

Таблица send_message.send_cost

Сумма по полю: send_cost
Доставлено сообщений, всего

База db_notifications_old

Схема public

Таблица send_message.status, где status = 'DELIVERED'

Измерения
Наименование Описание / Формулы Доп.информация
Каналы сообщения

База db_notifications_old

Схема public

Таблица send_message.chanel

Ответственный отдел

База db_notifications_old

Схема public

Таблица send_message.responsible_department_id

По связке с таблица template. responsible_department_id

Расшифровка отделов template_responsible_department.name
Период

База db_notifications_old

Схема public

Таблица send_message.create_time

Шаблоны уведомлений

Шаблоны

База db_notifications_old

Схема public

Таблица send_message.template_id по связке с таблица template.id, где id=template_id

Группы

База db_notifications_old

Схема public

Таблица send_message.template_id

По связке с таблицей template.id, поле group_id, где id=template_id,

По связке с таблицей template_groups.id, где id=group_id

Общий / индивидуальный

База db_notifications_old

Схема public

Таблица template

По условиям:

  • Общий: template - (seller_id and contragent_id and contract_id) is null
  • Индивидуальный: template - (seller_id or contragent_id or contract_id) is not null

Клиент / сотрудник

База db_notifications_old

Схема public

Таблица send_message.template_id

По связке с таблицей template.id, поле group_id, где id=template_id,

По связке с таблицей template_groups.id, где id=group_id

Поле template_groups.recipient_type, где

  • CLIENT - Клиент
  • EMPLOYEE - Сотрудник

Страна шаблона

База db_notifications_old

Схема public

Таблица send_message.template_id

По связке с таблицей template.id, поле country_id

По связке с таблицей country.code, поле "name"