Balance Sheet V 26

Accounting and inventory IFRS/GAAP suite for SMB. General questions. See 1C:AccountingSuite details

#1
People who like this:0Yes/0No
Interested
Rating: 11
Joined: Nov 10, 2011
Company: 1A Software e.U

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

 
#2
People who like this:0Yes/0No
Active user
Rating: 4
Joined: Jul 29, 2011
Company: 1C Company

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).

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)
Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.