mirror of
https://github.com/itflow-org/itflow
synced 2026-09-01 20:35:12 +00:00
Rewrite of the demo data seed includes more alternative products including FOSS more accurate historical relations, break fix mix with managed clients and services
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -61,6 +61,10 @@ if (isset($_POST['load_demo_data'])) {
|
||||
|
||||
$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";
|
||||
|
||||
if (!empty($counts['skipped_company'])) {
|
||||
$summary = $summary . " (company financials skipped - this install already has its own accounts)";
|
||||
}
|
||||
|
||||
logAudit("Demo Data", "Create", "$session_name loaded demo data - $summary");
|
||||
|
||||
if ($counts['skipped_credentials']) {
|
||||
|
||||
Reference in New Issue
Block a user