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 05/01/2009 02:39:15 pm
Re: utf-8 problem (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 04/28/2009 07:30:32 pm
Topic: gettext question (1 replies, posted in Translations)
hi
where is the gettext module used in the frontaccountinng?
thanks for help
/leo
4 04/28/2009 06:38:55 pm
Re: utf-8 problem (7 replies, posted in Translations)
if use the UTF-8, must set php page: header(”Content-Type: text/html; charset=UTF-8″) ?
5 04/27/2009 03:53:44 pm
Re: words misunderstandsing (10 replies, posted in Translations)
thanks Joe's help
6 04/27/2009 03:42:56 pm
Re: utf-8 problem (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 04/27/2009 03:21:00 pm
Re: about database (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 04/26/2009 04:21:44 pm
Re: utf-8 problem (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 04/26/2009 04:09:15 pm
Topic: utf-8 problem (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
10 04/26/2009 02:16:47 pm
Re: How to can I empty pre-data in my tables on installation (8 replies, posted in Installation)
but if i remove the all insert , i can't run frontaccount. is it right?
11 04/26/2009 02:14:52 pm
Re: about database (11 replies, posted in Setup)
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 04/26/2009 02:13:02 pm
Re: about database (11 replies, posted in Setup)
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 04/25/2009 04:54:40 pm
Re: Disable this Branch (2 replies, posted in Report Bugs here)
thanks joe, i fix the problem. because i choose the wrong credit status.
14 04/25/2009 03:07:45 pm
Topic: Disable this Branch (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 04/25/2009 03:00:02 pm
Re: about database (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 04/25/2009 01:44:32 pm
Re: about database (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 04/25/2009 01:42:46 pm
Re: about database (11 replies, posted in Setup)
my meaning is that the table fields are different.
18 04/25/2009 12:27:17 pm
Topic: about database (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.
19 04/25/2009 11:31:36 am
Re: How to can I empty pre-data in my tables on installation (8 replies, posted in Installation)
in the en_us_new.sql, the values thoese are inserted default must be inserted? which are essential?
20 04/25/2009 11:27:47 am
Re: words misunderstandsing (10 replies, posted in Translations)
hi
can i translate the string in the sql script into chinese?
any help will be apprectiated
21 04/25/2009 07:22:11 am
Re: words misunderstandsing (10 replies, posted in Translations)
thanks Joe a lot.
what about re-order level and on order in the Inventory Item Status ?
22 04/25/2009 03:11:31 am
Re: about inventory (4 replies, posted in Setup)
i got it
thanks everybody.
23 04/25/2009 03:06:03 am
Re: words misunderstandsing (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 04/24/2009 03:58:13 pm
Topic: words misunderstandsing (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 04/23/2009 02:38:50 pm
Re: the type of database table (1 replies, posted in Setup)
i fix the problem , because i disable the InnoDB..