adempiere / adempiere-vue

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://adempiere.github.io/adempiere-vue
GNU General Public License v3.0
58 stars 47 forks source link

[Bug Report] Error in Translation of Reports "Purchasing Management" #773

Open oscarinak opened 3 years ago

oscarinak commented 3 years ago

Bug report

The following problem occurs with the translation of the search parameters of the following Purchasing reports:

Steps to reproduce

The step by step to verify this case is the following:

  1. Enter ADempiere and verify that you find the language "Spanish"
  2. Go to the menu in the "Purchasing Management" folder

Screenshot or Gif(截图或动态图)

image

image

Link to minimal reproduction(最小可在线还原demo)

https://demo-ui.erpya.com/

Expected behavior

The expected result for this case is that if you enter ADempiere with the language in "Spanish", the search parameters of the reports appear with the language in which you are entering, which in this case should appear translated in Spanish and not in English

EdwinBetanc0urt commented 3 years ago

@yamelsenih the client does not handle dictionary translations, and the selected language is sent in each request. this seems to be an error in the translations returned by the gRPC Server. Please verify it.

yamelsenih commented 3 years ago

Ummm maybe can be a service of fields. Let me see it tomorrow