1

(2 replies, posted in Translations)

You're welcome. More additions is proberbly going to come in other parts of the system

/Henning

2

(2 replies, posted in Translations)

Hi!

I have a friend working on a new danish translation of FA

The current translations have many errors so he started to make a new ;-)

3

(4 replies, posted in Wish List)

Is there happening anything with this topic?

I'm thinking of using attached files for eg purchaces, so we don't need the paper-copies of any document. (except for for tax-authorities :-) )

/Henning

Hi!

I've just encountered an critical error in the da_DK-*.sql files

The problem is in both files - en_US-*.sql seems to be ok:

In table 0_company the fields for custom field #3 have the wrong name:

mysql> desc 0_company;
+----------------------------+--------------+------+-----+---------+-------+
| Field                      | Type         | Null | Key | Default | Extra |
+----------------------------+--------------+------+-----+---------+-------+
<cut>
| custom1_name               | varchar(60)  | NO   |     |         |       |
| custom2_name               | varchar(60)  | NO   |     |         |       |
| custom0_name               | varchar(100) | YES  |     | NULL    |       |
| custom1_value              | varchar(100) | NO   |     |         |       |
| custom2_value              | varchar(100) | NO   |     |         |       |
| custom0_value              | varchar(100) | YES  |     | NULL    |       |
<cut>

custom0_ should be changed to custom3_

Company-settings can not be updated due to this fault.