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

File diff suppressed because it is too large Load Diff

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)";

View File

@@ -591,6 +591,8 @@ function starterContentTags() {
[1, 'Past Due', '#dc3545', 'file-invoice-dollar'],
[1, 'Multi Site', '#001f3f', 'map-marked-alt'],
[1, 'Non Profit', '#3d9970', 'hand-holding-heart'],
[1, 'Hosting', '#20c997', 'server'],
[1, 'Seasonal', '#fd7e14', 'calendar-alt'],
[1, 'After Hours Support', '#343a40', 'moon'],
[1, 'Compliance', '#795548', 'balance-scale'],
[1, 'Cyber Insurance', '#6610f2', 'shield-alt'],