solop-develop / frontend-core

ADempiere-Vue is a new UI for ADempiere ERP, CRM & SCM. It is based on Vue and uses the UI Toolkit element-ui. It is a great UI for ADempiere ERP, CRM & SCM, based on the newest development stack of Vue, built-in i18n solution, typical templates for enterprise applications, lots of awesome features. This project was forked from Vue-Element-Admin originally write by PanJiaChen / 花裤衩 over MIT license and was changed to GNU/GPL v3 by Yamel Senih after forked granted by PanJiaChen / 花裤衩 on the issue "Extend as GNU/Gpl v3 License #1434".
https://solop-develop.github.io/frontend-core
GNU General Public License v3.0
2 stars 7 forks source link

MS Cache > Diccionario > Exportar Multis Tenants #2393

Open elsiosanchez opened 3 months ago

elsiosanchez commented 3 months ago

Feature request

Se requiere soporte para gestionar desde un mismo servicio de diccionario multiples clientes

New Structure

Console Output

A output generated by the Arduino UNO emulator can be like it:

INFO  [server] └──!NULL!
    └──api
        ├──[OPTIONS] -> server::options_response
        ├──[GET] -> server::get_system_info
        ├──security/get-allowed-menu
        │   ├──[OPTIONS] -> server::options_response
        │   └──[GET] -> server::get_allowed_menu
        └──dictionary
            ├──browsers
            │   ├──[OPTIONS] -> server::options_response
            │   ├──[GET] -> server::get_browsers
            │   └──<id>
            │       ├──[OPTIONS] -> server::options_response
            │       └──[GET] -> server::get_browsers
            ├──forms
            │   ├──[OPTIONS] -> server::options_response
            │   ├──[GET] -> server::get_forms
            │   └──<id>
            │       ├──[OPTIONS] -> server::options_response
            │       └──[GET] -> server::get_forms
            ├──processes
            │   ├──[OPTIONS] -> server::options_response
            │   ├──[GET] -> server::get_processes
            │   └──<id>
            │       ├──[OPTIONS] -> server::options_response
            │       └──[GET] -> server::get_processes
            └──windows
                ├──[OPTIONS] -> server::options_response
                ├──[GET] -> server::get_windows
                └──<id>
                    ├──[OPTIONS] -> server::options_response
                    └──[GET] -> server::get_windows

2024-06-20T19:28:59.081Z INFO  [server] Kafka Consumer is enabled
2024-06-20T19:28:59.081Z INFO  [server] Kafka queue: "localhost:29092"
2024-06-20T19:28:59.081Z INFO  [server] Topics to Subscribed: ["menu", "browser", "form", "process", "window", "menu_item", "menu_tree", "role"]

Contexto adicional

https://github.com/adempiere/dictionary_rs/commit/921b3bc060a9acb889bbcc8523fb63a68978f014

https://github.com/adempiere/dictionary_rs/commit/8879485b9630ec84b325eac05d9418879b3b2dd7

https://github.com/adempiere/dictionary_rs/commit/b38d04f063279f53fe4c88506e6e46259b5dfc7f

niclopup commented 1 day ago

se reabre ya que se encontraron varios errores que no permitió utilizar el multitenant