Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Skripnikov
doc
Commits
19b1d336
Commit
19b1d336
authored
Feb 22, 2017
by
Kristina Markova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRM metodologist manual: + crm v1.4
parent
bdc5834e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
148 additions
and
76 deletions
+148
-76
crm/methodologist-manual/src/crm_consist/dashboards.md
crm/methodologist-manual/src/crm_consist/dashboards.md
+1
-1
crm/methodologist-manual/src/crm_consist/forms.md
crm/methodologist-manual/src/crm_consist/forms.md
+144
-40
crm/methodologist-manual/src/crm_consist/registries.md
crm/methodologist-manual/src/crm_consist/registries.md
+3
-34
crm/methodologist-manual/src/crm_consist/registries_group.md
crm/methodologist-manual/src/crm_consist/registries_group.md
+0
-1
No files found.
crm/methodologist-manual/src/crm_consist/dashboards.md
View file @
19b1d336
...
@@ -253,7 +253,7 @@ API.
...
@@ -253,7 +253,7 @@ API.
1.
**Топ прайс-листа**
1.
**Топ прайс-листа**
Отображает 10 наиболее продаваемых позиций реестра
[
Прайс-лист
](
#registryPriceList
)
-
Отображает 10 наиболее продаваемых позиций реестра
[
Каталог товаров и услуг
](
#registryItems
)
-
наименование и количество проданных товаров, указанных в записях реестра
наименование и количество проданных товаров, указанных в записях реестра
[
Счет-фактуры
](
#registryInvoices
)
.
[
Счет-фактуры
](
#registryInvoices
)
.
...
...
crm/methodologist-manual/src/crm_consist/forms.md
View file @
19b1d336
This diff is collapsed.
Click to expand it.
crm/methodologist-manual/src/crm_consist/registries.md
View file @
19b1d336
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
*
[
% комиссии продаж
](
#registryDealComission
)
*
[
% комиссии продаж
](
#registryDealComission
)
*
[
Темы сотрудничества
](
#registryThemes
)
*
[
Темы сотрудничества
](
#registryThemes
)
*
[
Каталог товаров и услуг
](
#registryItems
)
*
[
Каталог товаров и услуг
](
#registryItems
)
*
[
Прайс-лист
](
#registryPriceList
)
*
[
Договоры поставки (единовременная оплата)
](
#registryContractDeliveryAll
)
*
[
Договоры поставки (единовременная оплата)
](
#registryContractDeliveryAll
)
*
[
Договоры поставки (оплата частями)
](
#registryContractDeliveryPart
)
*
[
Договоры поставки (оплата частями)
](
#registryContractDeliveryPart
)
*
[
Коммерческие предложения
](
#registryOffer
)
*
[
Коммерческие предложения
](
#registryOffer
)
...
@@ -300,41 +299,11 @@
...
@@ -300,41 +299,11 @@
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
| Идентификатор колонки | Название поля | Номер | Значащее содержимое |
| Идентификатор колонки | Название поля | Номер | Значащее содержимое |
+========================================================+========================================================+============================+===========================+
+========================================================+========================================================+============================+===========================+
| crm_form_item_name | Наименование товара |
2
| да |
| crm_form_item_name | Наименование товара |
1
| да |
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
| crm_form_item_
id | Код товара | 1
| нет |
| crm_form_item_
price | Цена | 2
| нет |
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
| crm_form_item_theme | Тема сотрудничества | 3 | нет |
#### Прайс-лист {#registryPriceList}
Свойства реестра:
+--------------------------------------------------------+--------------------------------------------------------+
| Свойство | Значение |
+========================================================+========================================================+
| Код | crm_registry_price_list |
+--------------------------------------------------------+--------------------------------------------------------+
| Форма документа | crm_form_price |
+--------------------------------------------------------+--------------------------------------------------------+
| Группа | все маркетологи, все специалисты по продажам |
+--------------------------------------------------------+--------------------------------------------------------+
| Права | все |
+--------------------------------------------------------+--------------------------------------------------------+
| Сортировка | по полю реестра crm_form_price_item_name |
+--------------------------------------------------------+--------------------------------------------------------+
| Направление сортировки | по возрастанию |
+--------------------------------------------------------+--------------------------------------------------------+
Отображаемые поля формы:
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
| Идентификатор колонки | Название поля | Номер | Значащее содержимое |
+========================================================+========================================================+============================+===========================+
| crm_form_price_unit | Единица измерения | 2 | нет |
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
| crm_form_price_price | Цена | 3 | да |
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
| crm_form_price_item_name | Наименование товара | 1 | да |
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
+--------------------------------------------------------+--------------------------------------------------------+----------------------------+---------------------------+
#### Реестры шаблонов документов {#registryTemplates}
#### Реестры шаблонов документов {#registryTemplates}
...
...
crm/methodologist-manual/src/crm_consist/registries_group.md
View file @
19b1d336
...
@@ -40,7 +40,6 @@
...
@@ -40,7 +40,6 @@
Реестры:
Реестры:
*
[
Каталог товаров и услуг
](
#registryItems
)
*
[
Каталог товаров и услуг
](
#registryItems
)
*
[
Прайс-лист
](
#registryPriceList
)
*
[
Темы сотрудничества
](
#registryThemes
)
*
[
Темы сотрудничества
](
#registryThemes
)
#### Шаблоны документов {#group_documentTemplates}
#### Шаблоны документов {#group_documentTemplates}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment