Store address when clicking on show address

Ivan Novaka year ago

Is it possible for the system to store the address in the database once someone clicks on "show address"?
Right now this data is not persisted as far as I can tell, so even if you click on "show address" for all addresses in a report, if you regenerate the report the addresses are gone.
Also, even if you click on show address for all the addresses on a report, they will not be a part of the generated spreadsheet since they are not stored in the database.
I do not want to enable storing the address for all positions, only when someone manually retrieves them should they be persisted.

Ivan Novaka year ago

I would also like to know if there is a possibility to add a configuration parameter to change which fields are saved?
For example, right now it looks like the address is saved as "<house number> <road>, <town>, <country_code>" but I would like the format to be something like "<village ? village | town>, <road> <house number>"

Anton Tananaeva year ago
  1. To save the address you would have to change the code.
  2. Address format is configurable. See the documentation.