From 40a810a65d6ae5961a0ea3619fc277cecbec4086 Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Wed, 12 May 2021 12:33:35 -0400 Subject: [PATCH] Add Notes Services Documentation (#839) Co-authored-by: elsiosanchez --- docs/es/guide/components/notes.md | 29 +++++++++++++++++++++++++++++ docs/guide/components/notes.md | 30 +++++++++++++++++++++++++++++- docs/zh/guide/components/notes.md | 30 +++++++++++++++++++++++++++++- 3 files changed, 87 insertions(+), 2 deletions(-) diff --git a/docs/es/guide/components/notes.md b/docs/es/guide/components/notes.md index 2ed58760..6a50b8d6 100644 --- a/docs/es/guide/components/notes.md +++ b/docs/es/guide/components/notes.md @@ -43,3 +43,32 @@ En la versión móvil se debe posicionar en la parte inferior de la ventana para ### Crear Notas ![Cómo crear notas en la versión móvil]('/images/components/notes/create-notes-in-the-mobile-version.gif' "Cómo crear notas en la versión móvil") + + +## Opciones para el Desarrollador + +El panel de **Notas** se encuentra en la siguiente ruta: + +```bash +└── src # Código fuente principal + └── components # Componentes globales + └── ADempiere # Componentes específicos de ADempiere + └── ChatEntries # Directorio principal del componente Notas + +``` +Aquí puede ver un [Demo](https://demo-ui.erpya.com/#/7aa4242a-93c0-42d8-92be-8250002d3e3c/d97027fd-4cd5-445e-8fd8-ef5d3f7959b4/window/53418?tabParent=0&action=fa50908e-40f1-11e9-91a1-0242ac140002) + +El llamado al consumo de servicio de **Notas** se encuentra en la siguiente ruta: +```bash +└─ src # Código fuente principal + └─ api # Servicios globales + └─ ADempiere # Servicios específicos de ADempiere + └─ window # Directorio principal de los servicio Notas + +``` + + +Los servicios llamados del componente son
+[POST /adempiere-api/logs/list-entity-chat](https://adempiere.github.io/proxy-adempiere-api/guide/es/default-modules/adempiere-api/user-log.html#post-adempiere-api-logs-list-entity-chats)
+[POST /adempiere-api/logs/list-chat-entries](https://adempiere.github.io/proxy-adempiere-api/guide/es/default-modules/adempiere-api/user-log.html#post-adempiere-api-logs-list-chat-entries)
+[POST /adempiere-api/ui/create-chat-entry](https://adempiere.github.io/proxy-adempiere-api/guide/es) diff --git a/docs/guide/components/notes.md b/docs/guide/components/notes.md index c6143291..7639f6d4 100644 --- a/docs/guide/components/notes.md +++ b/docs/guide/components/notes.md @@ -42,4 +42,32 @@ In the mobile version, it must be positioned at the bottom of the window to view ### Create Notes -![How to create notes in the mobile version]('/images/components/notes/create-notes-in-the-mobile-version.gif' "How to create notes in the mobile version") \ No newline at end of file +![How to create notes in the mobile version]('/images/components/notes/create-notes-in-the-mobile-version.gif' "How to create notes in the mobile version") + +## Developer Options + +The **Notes** panel is located in the following path: + +```bash +└── src # Main source code. + └── components # Global components. + └── ADempiere # ADempiere specific components. + └── ChatEntries # Main component directory Notes. + +``` +Here you can see a [Demo](https://demo-ui.erpya.com/#/7aa4242a-93c0-42d8-92be-8250002d3e3c/d97027fd-4cd5-445e-8fd8-ef5d3f7959b4/window/53418?tabParent=0&action=fa50908e-40f1-11e9-91a1-0242ac140002) + +The **Notes** service consumption call can be found in the following path: +```bash +└─ src # Main source code. + └─ api # Global Services + └─ ADempiere # ADempiere's specific services + └─ window # Main service directory Notes + +``` + + +The services called from the component are
+[POST /adempiere-api/logs/list-entity-chat](https://adempiere.github.io/proxy-adempiere-api/guide/es/default-modules/adempiere-api/user-log.html#post-adempiere-api-logs-list-entity-chats)
+[POST /adempiere-api/logs/list-chat-entries](https://adempiere.github.io/proxy-adempiere-api/guide/es/default-modules/adempiere-api/user-log.html#post-adempiere-api-logs-list-chat-entries)
+[POST /adempiere-api/ui/create-chat-entry](https://adempiere.github.io/proxy-adempiere-api/guide/es) diff --git a/docs/zh/guide/components/notes.md b/docs/zh/guide/components/notes.md index ef8b4947..b9205470 100644 --- a/docs/zh/guide/components/notes.md +++ b/docs/zh/guide/components/notes.md @@ -42,4 +42,32 @@ ### 創建筆記 -![如何在移動版本中創建註釋]('/images/components/notes/create-notes-in-the-mobile-version.gif' "如何在移動版本中創建註釋") \ No newline at end of file +![如何在移動版本中創建註釋]('/images/components/notes/create-notes-in-the-mobile-version.gif' "如何在移動版本中創建註釋") + +## 开发者选项 + + **注释**面板位于以下路径中。 + +```bash +└── src # 主要的源代码。 + └── components # 全球组件。 + └── ADempiere # ADempiere的特定组件。 + └── ChatEntries # 主要组件目录说明。 + +``` +在这里你可以看到一个 [Demo](https://demo-ui.erpya.com/#/7aa4242a-93c0-42d8-92be-8250002d3e3c/d97027fd-4cd5-445e-8fd8-ef5d3f7959b4/window/53418?tabParent=0&action=fa50908e-40f1-11e9-91a1-0242ac140002) + +可以在以下路径找到**注释**服务的消费调用: +```bash +└─ src # 主要的源代码。 + └─ api # 全球服务 + └─ ADempiere # ADempiere的具体服务 + └─ window # 主要服务目录说明 + +``` + + +从该组件中调用的服务有
+[POST /adempiere-api/logs/list-entity-chat](https://adempiere.github.io/proxy-adempiere-api/guide/es/default-modules/adempiere-api/user-log.html#post-adempiere-api-logs-list-entity-chats)
+[POST /adempiere-api/logs/list-chat-entries](https://adempiere.github.io/proxy-adempiere-api/guide/es/default-modules/adempiere-api/user-log.html#post-adempiere-api-logs-list-chat-entries)
+[POST /adempiere-api/ui/create-chat-entry](https://adempiere.github.io/proxy-adempiere-api/guide/es) \ No newline at end of file