Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.9.3 fehlende Menue Übersetzungen #1

Open
homebeaver opened this issue Apr 8, 2020 · 2 comments
Open

3.9.3 fehlende Menue Übersetzungen #1

homebeaver opened this issue Apr 8, 2020 · 2 comments

Comments

@homebeaver
Copy link
Contributor

grafik

@homebeaver
Copy link
Contributor Author

homebeaver commented Apr 8, 2020

siehe Business English

Asset: Vermögenswert, Vermögensgegenstand, Anlagevermögen (en:fixed assets)

Cash flow: Cash Flow, Kapitalfluß
Sale: Verkauf
Sales or other operating revenue: Umsatzerlöse oder sonstige betriebliche Erträge
Loan: Kredit, Darlehen
Inverstment and Loan Mgt: Inverstition und Finanzierung


customer: Geschäftspartner/Kunde
warehouse management: Lagerverwaltung
inbound and outbound: Ein- und Ausfuhr / Warenein- und Ausgang
distribution: Versand/Auslieferung

@homebeaver
Copy link
Contributor Author

homebeaver commented Apr 16, 2020

Bug: die Übersetzung von AD_Menu_ID=54292 - AD_Language=de_DE "Fixed Assets Browser" läßt sich nicht exportieren. Warum?
Der Fehler ist in Methoden Translation.exportTrl bzw. Translation.getTrlColumns

	public String exportTrl (String directory, int AD_Client_ID, String AD_Language, String Trl_Table)
...
			String[] trlColumns = getTrlColumns (Base_Table);
...
			if (m_IsCentrallyMaintained) {
				sql.append(haveWhere ? " AND " : " WHERE ").append("o.IsCentrallyMaintained='N'");
				haveWhere = true;
			}
/* das erzeugt:
SELECT t.IsTranslated,t.AD_Menu_ID, t.Name,o.Name AS NameO, t.Description,o.Description AS DescriptionO, t.UUID,o.UUID AS UUIDO 
FROM AD_Menu_Trl t 
INNER JOIN AD_Menu o ON (t.AD_Menu_ID=o.AD_Menu_ID) 
WHERE t.AD_Language=? AND o.IsCentrallyMaintained='N' 
ORDER BY t.AD_Menu_ID
*/

Der Menu Eintrag 54292 hat IsCentrallyMaintained='Y' und wird nicht exportiert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant