Administration setup
Companies
Company registry
Configured companies
| Code | Company | Address | Contact | Next employee ID | Status |
|---|
Company setup
New company profile
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.