/
Client management: Set Initial Client Id
Client management: Set Initial Client Id
When you start using HostBill you may wish to set initial IDs of certain entities to higher values (for example set initial invoice ID to 1000).
Initial Client ID
To set client ID starting from 1000 issue following SQL query:
ALTER TABLE hb_client_details AUTO_INCREMENT=1000;
Initial Invoice ID
To set Invoice ID starting from 1000 issue following SQL query:
ALTER TABLE hb_invoices AUTO_INCREMENT=1000;
Initial Account ID
To set Account ID starting from 1000 issue following SQL query:
ALTER TABLE hb_accounts AUTO_INCREMENT=1000;
, multiple selections available,
Related content
How To Articles
How To Articles
Read with this
Client Groups
Client Groups
More like this
Invoicing: Adding code to invoice templates
Invoicing: Adding code to invoice templates
Read with this
Configure Provisioning Modules
Configure Provisioning Modules
More like this
Invoicing: Invoice fixed client data
Invoicing: Invoice fixed client data
Read with this
Client Profile Automation Settings
Client Profile Automation Settings
More like this