Administration setup

Companies

Total companies 0 Configured tenants
Active companies 0 Ready for future modules
Next company code 00 Auto-generated sequence
Code format 00-0001 Company + employee sequence

Company registry

Configured companies

Code Company Address Contact Next employee ID Status

Company setup

New company profile

Next code 00
Company details
Primary address
Contact and defaults

ID rules

Company and employee numbering

Company code: two digits, zero-based by default. First company is 00, second is 01.

Employee sequence: four digits per company. First employee under company 00 is 00-0001.

Scope: employee sequence resets for each company.

Future-ready: code rules are stored as configuration, so we can change the format later without rewriting modules.

Preview

Next employee identifiers

Supabase foundation

Configuration schema

The first database layer is focused only on company setup, addresses, contacts, numbering rules, and audit logs.

Operational modules can later reference jce_company_id and use the generated company code as their tenant boundary.

Run jce_sql/jce_system_config_schema.sql in Supabase when you are ready to connect the app.