1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00
Elsio Sanchez 348ae22dc4
Error when translating the menu in the documentation menu (#878)
* error when translating the menu in the documentation menu

* fix component

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-26 23:02:41 -04:00

3.4 KiB

Notes

In the ADempiere-UI version, the notes represent the "Comments" icon of the ADempiere-ZK version. It allows to establish notes or comments to the records of ADempiere windows.

ADempiere-ZK version

Comments on ZK Desktop Version

ADempiere-Vue version

Notes in Mobile and Desktop UI Version

By adding a note or comment to a record in a window, it will be available to all users who have access to that record.

Similarly, the record of the note or comment can be deleted.

Where it is located?

It is located in the central part of the right side of the windows, represented by the icon "i".

What is it for?

Used to add notes or comments to a record.

Functions or Observations

::: tip It allows adding images and information to the notes, applying "Markdown" format to the text of the note. :::

How is it used in the Desktop version?

In the desktop version, click on the "i" icon to view the menu displayed by it, then enter the information in the box on the left side. The information entered in the box on the left side is automatically displayed in the box on the right side, with the format applied.

Create Notes

How is it used in the mobile version?

In the mobile version, it must be positioned at the bottom of the window to view the options "Notes" and "Activity", then enter the information in the box on the left side. The information entered in the box on the left side is automatically displayed in the box on the right side, with the format applied.

Create Notes

Developer Options

The Notes panel is located in the following path:

└── src                      # Main source code.
    └── components           # Global components.
        └── ADempiere        # ADempiere specific components.
            └── ChatEntries  # Main component directory Notes.

Here you can see a Demo

The Notes service consumption call can be found in the following path:

└─ 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-chat-entries
POST /api/user-interface/component/notes/create-chat-entry
POST /adempiere-api/logs/list-entity-chats