cleaned up the file hiearchy, added icons to asset types. fixed edit client net terms, added change photo for contacts, added some more options to settings

This commit is contained in:
root
2019-06-11 19:37:42 -04:00
parent f06a66887d
commit a5b7004e8a
1013 changed files with 120 additions and 183718 deletions

View File

@@ -27,6 +27,8 @@ $config_smtp_port = $row['config_smtp_port'];
$config_mail_from_email = $row['config_mail_from_email'];
$config_mail_from_name = $row['config_mail_from_name'];
$config_account_balance_threshold = $row['config_account_balance_threshold'];
$config_invoice_overdue_reminders = $row['config_invoice_overdue_reminders'];
$config_invoice_prefix = $row['config_invoice_prefix'];
$config_quote_email_subject = $row['config_quote_email_subject'];
@@ -129,19 +131,20 @@ $category_types_array = array(
);
$asset_types_array = array(
'Laptop',
'Desktop',
'Server',
'Mobile Phone',
'Tablet',
'Firewall/Router',
'Switch',
'Access Point',
'Printer',
'Camera',
'TV',
'Virtual Machine',
'Other'
'Laptop'=>'fa-laptop',
'Desktop'=>'fa-desktop',
'Server'=>'fa-server',
'Phone'=>'fa-phone',
'Mobile Phone'=>'fa-mobile-alt',
'Tablet'=>'fa-tablet-alt',
'Firewall/Router'=>'fa-network-wired',
'Switch'=>'fa-network-wired',
'Access Point'=>'fa-wifi',
'Printer'=>'fa-print',
'Camera'=>'fa-video',
'TV'=>'fa-tv',
'Virtual Machine'=>'fa-cloud',
'Other'=>'fa-tag'
);
$software_types_array = array(