Installation
Please go through each step carefully and allow enough time. Support tickets opened due to simple errors will be forwarded to the documentation.
1. Download
Download the latest version of the script from your keymaster account.
2. Database
Add the gp_InsuranceSystem.sql file to your database.
3. Restart your server
In order for your new asset to be recognized and the database changes to be applied, you must restart your server!
4. Society Accounts and other integrations
5. Your Billing System
Navigate in "sv_utils.lua" to line 151 to
and add
below local note = data.note
Navigate to "editable/server_editable.lua" to function createBilling at line 1342. Insert above jobname = society in line 1379:
So the if-statement should look like this:
6. Adding a new insurance/membership for a job
Go into the Config to the item Config.InsuranceTypes and add your new insurance/membership:
pedModels can be found here.
Open the config.js file which is located at ./web/config.js.
As in the Config, you can simply copy and paste an existing translation and adjust the values. Make sure to replace the old jobname as well.
Last updated
Was this helpful?