Added More Client to Demo Seed, even better relations, filled out more missing data spots etc

This commit is contained in:
johnnyq
2026-08-28 19:09:42 -04:00
parent bfa53dfd66
commit 8d25337774
4 changed files with 1102 additions and 66 deletions

View File

@@ -59,7 +59,7 @@ if (isset($_POST['load_demo_data'])) {
redirect();
}
$summary = "{$counts['clients']} clients, {$counts['contacts']} contacts, {$counts['assets']} assets, {$counts['documentation']} documentation records, {$counts['tickets']} tickets, {$counts['projects']} projects, {$counts['billing']} billing records, {$counts['company']} company financial records";
$summary = "{$counts['clients']} clients, {$counts['contacts']} contacts, {$counts['assets']} assets, {$counts['documentation']} documentation records, {$counts['tickets']} tickets, {$counts['projects']} projects, {$counts['billing']} billing records, {$counts['company']} company records";
if (!empty($counts['skipped_company'])) {
$summary = $summary . " (company financials skipped - this install already has its own accounts)";