mirror of
https://github.com/itflow-org/itflow
synced 2026-09-12 01:35:12 +00:00
Added More Client to Demo Seed, even better relations, filled out more missing data spots etc
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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)";
|
||||
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user