feat: módulo de empresa con números WhatsApp y endpoints API por empresa
- DB: company_phones (3 tipos de permiso, límites por usuarios ERP) - DB: company_endpoints (11 endpoints upload/download configurables) - DB: erp_active_users en companies (base para calcular límites) - Company edit: 3 pestañas — General / Números WhatsApp / Endpoints API - Límites: tipo 1 = usuarios_erp×10, tipo 2+3 = usuarios_erp - Endpoints: URL configurable + botón Probar + preview de respuesta JSON - Layout::close() agregado Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b083d49769
commit
860e93a20b
@@ -26,6 +26,11 @@ class Layout
|
||||
return $icons[$name] ?? '';
|
||||
}
|
||||
|
||||
public static function close(): string
|
||||
{
|
||||
return '</div></body></html>';
|
||||
}
|
||||
|
||||
public static function open(
|
||||
string $title,
|
||||
string $active,
|
||||
|
||||
Reference in New Issue
Block a user