How do I change the order of clients' address, city and state/province?

Hi.
I’m searching for the way to reverse the order of address.
We write our address like; Zip code > State/Province > City > Town > house number.
It’s completely reverse to Western/European way.

I’ve heard it’s not only in Japan, same style is also used in Taiwan, Korea.
Does anyone know how to reverse the order of the address not only display but also in PDF?

Thanks,

Hi. It is quity easy to switch fields if you can do some PHP coding.
Look here for information about editing pdf templates:

I hope this is helpful to you.

Hey

you may find more information with this link
and effectively Dolibarr complies with this standard

in Dolibarr source htdocs/core/lib/functions.lib.php you will find dol_format_address : you have to modify this function for this kind of change

Good continuation

Thank you. I haven’t visited the page. It’s gonna be a big help for me!

Thank you for your detailed reply, pcbleu.
I found the php file you showed me, and start trying modification. I really appreciate.

1 Like