From 70446519e0a3ca7e08ec1976cabff634865955d1 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Mon, 4 May 2026 21:43:07 +0300 Subject: [PATCH] Update: 2026-05-04 21:43:07 --- public/shell.php | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/public/shell.php b/public/shell.php index a70908e..ac80ff7 100644 --- a/public/shell.php +++ b/public/shell.php @@ -354,6 +354,18 @@ + +
@@ -371,6 +383,18 @@ + +
@@ -598,8 +622,8 @@ showAddTenantModal: false, showEditTenantModal: false, isBusy: false, globalError: '', - newUser: { name: '', email: '', password: '', role: 'accountant' }, - newCompany: { name: '', tax_identification_number: '', commercial_registration_number: '', address: '' }, + newUser: { name: '', email: '', password: '', role: 'accountant', tenant_id: '' }, + newCompany: { name: '', tax_identification_number: '', commercial_registration_number: '', address: '', tenant_id: '' }, newTenant: { name: '', email: '', phone: '', manager_name: '', manager_email: '', manager_password: '' }, connectData: { client_id: '', secret_key: '', income_source_sequence: '1' }, uploadData: { company_id: '' },