mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Modifed color pickeer logic under categories, you can pick from 20 different colors and it will only show the color not used when adding or editing new, also updated categories listing to now be categrizerd
This commit is contained in:
@@ -61,6 +61,29 @@ $config_stripe_enable = $row['config_stripe_enable'];
|
||||
$config_stripe_publishable = $row['config_stripe_publishable'];
|
||||
$config_stripe_secret = $row['config_stripe_secret'];
|
||||
|
||||
$colors_array = array(
|
||||
'green',
|
||||
'olive',
|
||||
'yellowgreen',
|
||||
'lime',
|
||||
'blue',
|
||||
'darkblue',
|
||||
'cadetblue',
|
||||
'cyan',
|
||||
'purple',
|
||||
'indigo',
|
||||
'magenta',
|
||||
'red',
|
||||
'crimson',
|
||||
'indianred',
|
||||
'pink',
|
||||
'orange',
|
||||
'teal',
|
||||
'black',
|
||||
'gray-dark',
|
||||
'gray'
|
||||
);
|
||||
|
||||
$net_terms_array = array(
|
||||
'0'=>'On Reciept',
|
||||
'7'=>'7 Days',
|
||||
|
||||
Reference in New Issue
Block a user