The EURO comes!
Hi,
Our invoices are stored as templates in a database. Because we are in
germany the prices are all in DM(Deutsche Mark) e.g. 10,99 DM. Now we want
to replace 'DM' through 'EUR'. The idea is to do this automatically in
background at a specific date. Now the question:
What is the best way to load a template from database, scan it for
'DM'-entries, replace them with 'EUR' and save again in the database?
Thanks in advance
Klaus Leitloff
Our invoices are stored as templates in a database. Because we are in
germany the prices are all in DM(Deutsche Mark) e.g. 10,99 DM. Now we want
to replace 'DM' through 'EUR'. The idea is to do this automatically in
background at a specific date. Now the question:
What is the best way to load a template from database, scan it for
'DM'-entries, replace them with 'EUR' and save again in the database?
Thanks in advance
Klaus Leitloff
This discussion has been closed.
Comments
the easiest way to handle this is through rap (wich is also saved in the
report)
just hook up an ongettext event and do your thing
cu
marc