Added Client Asset Status functionality need to work on the names

This commit is contained in:
johnnyq
2022-05-25 16:09:20 -04:00
parent 5052a92f8e
commit 93e45dc7c4
6 changed files with 57 additions and 3 deletions

View File

@@ -86,7 +86,6 @@ $config_currency_format = "US_en";
// Theme
$config_enable_dark_mode = "dark_mode";
$colors_array = array(
'green',
'olive',
@@ -921,4 +920,11 @@ $document_types_array = array(
'2'=>'Global Template'
);
$asset_status_array = array(
'In Storage',
'In Use',
'In Service',
'Retired'
);
?>