mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
More Currency Code Updates, would like to do conversions and add currency icons at a later date also set default country so it doesnt have to be selected each time
This commit is contained in:
@@ -18,6 +18,8 @@ $config_mail_from_email = $row['config_mail_from_email'];
|
||||
$config_mail_from_name = $row['config_mail_from_name'];
|
||||
|
||||
//Defaults
|
||||
$config_default_country = $row['config_default_country'];
|
||||
$config_default_currency = $row['config_default_currency'];
|
||||
$config_default_transfer_from_account = $row['config_default_transfer_from_account'];
|
||||
$config_default_transfer_to_account = $row['config_default_transfer_to_account'];
|
||||
$config_default_payment_account = $row['config_default_payment_account'];
|
||||
@@ -157,6 +159,13 @@ $timezones_array = array(
|
||||
'US/Pacific'
|
||||
);
|
||||
|
||||
$currencies_array = array(
|
||||
'USD'=>'US Dollars',
|
||||
'EUR'=>'Euro',
|
||||
'GBP'=>'British Pounds',
|
||||
'TRY'=>'Turkish Lira'
|
||||
);
|
||||
|
||||
$category_types_array = array(
|
||||
'Expense',
|
||||
'Income',
|
||||
|
||||
Reference in New Issue
Block a user