Default property configuration
Most settings for properties can be changed by using the General Configuration option from the manager's toolbar in the front end.
These settings are pulled by default from the file /administrator/components/com_Paxsoft/Paxsoft_config.php and when a manager changes a particular setting, then that setting is saved to the XXX_Paxsoft_settings table.
If you'd like to change the default setting for each property, you can edit the Paxsoft_config.php file
For example, to change the default currency code you can edit the option
$mrConfig['currency']="£";
to something that is more valid to your target market, like
$mrConfig['currency']="€";