Automatic SSN generation
Last updated
Last updated
This section is only for ESX users!
If you have VMS City Hall skip this, and go to Automatic SSN generation
Go to vms_cityhall/server/modules/ssn.lua and in the first line you have to customize your birth date format stored on your server.
By default, the date of birth in ESX is stored in the column dateofbirth.
Make the following changes but remember to change in each case from exports['
vms_cityhall
']:GenerateSSN
to exports['
vms_documentsv2
']:GenerateSSN
and from GetResourceState("
vms_cityhall
")
to GetResourceState("
vms_documentsv2
")