|
From: h <h...@gr...> - 2002-02-03 17:32:15
|
Hi, Here are three small patches to show credit_limit and balance on the invoice and order add forms. It doesn't work on the "add vendor invoice", because I just modified the get_customer function. I also include a tgz with locales for Mexico. In many countries including Mexico, Spain, Venezuela there is a "Tax payer registry", and in Mexico is obligatory to print this registry called RFC(Registro federal de contribuyentes) in the invoices. At the moment I'm using the last address field for this purpose, but I also have the problem that sometimes the addresses are very long, so I suggest the addition of this field to the db tables customer and vendor. In Mexico as many other countrys we requiere to print the invoice total amount with letters as $546.00 (Five hundred and forty five dlls.), I solve this problem using the package ES::Lingua::Numeros. I don't know If the solution is to make locale-spell patches, or include number-spell packages for all the languages that need this feature? I think that including number-spell packages would be a solution and that could be used to create also checks, and many other documents. sALudos |