Desktop version

Main > Forum > Applications > 1C:AccountingSuite > Balance Sheet V 26

Forum

Search UsersRules
Balance Sheet V 26
#1
Interested
Points:: 0
Joined:: Nov 10, 2011

Hi,

It will be generated with English words (for example Current Assets), but I need German Description (Umlaufvermögen). Where can I change it?

Thanks in advance

Profile
#2
Active user
Points:: 23
Joined:: Jul 29, 2011

Try translating in the SQL query code (and everywhere else in the Data Composition Schema)

Code
// Define list of mandatory balance divisions and sections
SEL ECT "Assets" AS Division, "Current Assets" AS Section, 1 AS SectionOrder
INTO BalanceSections
UNI ON ALL SELECT "Assets", "Noncurrent Assets",         2
UNI ON ALL SELECT "Liabilities and Stockholder Equity", "Current Liabilities",       3
UNION ALL SEL ECT "Liabilities and Stockholder Equity", "Long Term Liabilities",     4
UNION ALL SEL ECT "Liabilities and Stockholder Equity", "Stockholder Equity",        5;

We'll see if in the future we can make this more translation-friendly.

Perhaps you'll be better off using a template fr om previous releases (before it was updated to the data composition schema).

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.