1

(10 replies, posted in Translations)

in the fa, the customer and branch confuse me a little. in my meanings, the customer is a company and the branch is a department in the company, is it right?

2

(7 replies, posted in Translations)

mabe i got the answer. if use the UTF-8, you may should set the function bind_textdomain_codeset($domain, "UTF-8"), however, on the line 275 in getText.php, it is commented.
if i uncomment it, the problem disappear.

3

(1 replies, posted in Translations)

hi

where is the gettext module used in the frontaccountinng?

thanks for help

/leo

4

(7 replies, posted in Translations)

if use the UTF-8, must set php page: header(”Content-Type: text/html; charset=UTF-8″) ?

5

(10 replies, posted in Translations)

thanks Joe's help

6

(7 replies, posted in Translations)

i use the apache2triad and i think that the gettext is intalled defautly.
i did't see the php file where the .po file resides.
there are two new question. the first is the encoding used by IE is decided by the  installed_languages.php?
the second is .po's encoding is utf-8 why i can't use the utf-8 in the installed_languages.php like this
$installed_languages = array (
array ('code' => 'en_US', 'name' => 'English(US)', 'encoding' => 'iso-8859-1'),
array ('code' => 'zh_CN', 'name' => 'Chinese', 'encoding' => 'utf-8'),);
$dflt_lang = 'zh_CN';

7

(11 replies, posted in Setup)

CREATE TABLE `0_credit_status` (
  `id` int(11) NOT NULL auto_increment,
  `reason_description` char(100) NOT NULL default '',
  `dissallow_invoices` tinyint(1) NOT NULL default '0',
  `inactive` tinyint(1) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `reason_description` (`reason_description`)
) TYPE=MyISAM AUTO_INCREMENT=5  AUTO_INCREMENT=5 ;

for example, i want to translate the reason_description in the credit_status table.

and why in this table, there are 2 AUTO_INCREMENT?

thanks a lot

8

(7 replies, posted in Translations)

i use the poedit to translate the english into the simple chinese, the set the encoding is the utf-8, why i can't set the encoding utf-8 in the installed_language.php

9

(7 replies, posted in Translations)

hi
i use the simple chinese translation package, but in the installed_languages.php file i set the encoding is utf-8. when i open the page, the chinese character is showed wrongly. i must change the IE's encodint to gb2312 in order show rightly.  my quesetion is where do you set the page's encoding.

Regards
/leo

but if i remove the all insert , i can't run frontaccount. is it right?

11

(11 replies, posted in Setup)

joe wrote:

Regarding the differences between the 'tax_group_items' fields in en_US-demo.sql and en_US-new.sql, you are right. In en_US-demo.sql there is a field called 'included_in_price'. This field is obsolete and will be removed in the next release.

/Joe

thanks Joe

12

(11 replies, posted in Setup)

itronics wrote:

Why not? But you should also use the same translated value in other table, if it is used as foreign key.
Janusz

thanks Janusz

what about foreign key?

13

(2 replies, posted in Report Bugs here)

thanks joe, i fix the problem. because i choose the wrong credit status.

14

(2 replies, posted in Report Bugs here)

hi
if i disable this Branch, i can't go back. when i new a sales order, the system inform me the select custom is hold on. is it a bug?

thanks for help.

15

(11 replies, posted in Setup)

hi Janusz.

i didn't see the foreign key in the sql script. where is it?  in the en_US_new.sql just have the primary key, unique key, key, there are not foreign key constraint.

16

(11 replies, posted in Setup)

another question. i have a little ideas about database. the unique key in the table can be tanslated into chinese?

thanks
/leo

17

(11 replies, posted in Setup)

my meaning is that the table fields are different.

18

(11 replies, posted in Setup)

hi.
why the table 0_tax_group_items in the en_US_new.sql different from in the en_US_demo.sql

/leo

thanks everyone for help.

in the en_us_new.sql, the values thoese are inserted default must be inserted?  which are essential?

20

(10 replies, posted in Translations)

hi
can i translate the string in the sql script into chinese?

any help will be apprectiated

21

(10 replies, posted in Translations)

thanks Joe a lot.

what about re-order level and on order in the Inventory Item Status ?

22

(4 replies, posted in Setup)

i got it

thanks everybody.

23

(10 replies, posted in Translations)

thanks itronics fast reply.

but when i go on, there are some other misunderstand. in the sales person data page, the Provision and Break Pt. i can't understand them.
please.

24

(10 replies, posted in Translations)

hi.
when i translate some words to chinese, some words confuse me..for example
Tax Shipping is same as shipping tax, tax for ship goods?

thanks!

25

(1 replies, posted in Setup)

i fix the problem , because i disable the InnoDB..