Move records per page as a config option per company DB Structure has updated

This commit is contained in:
johnny@pittpc.com
2021-01-15 20:10:53 -05:00
parent 7b4618c16f
commit 9aa978c920
5 changed files with 25 additions and 6 deletions

View File

@@ -50,6 +50,7 @@ $config_default_calendar = $row['config_default_calendar'];
$config_default_payment_method = $row['config_default_payment_method'];
$config_default_expense_payment_method = $row['config_default_expense_payment_method'];
$config_default_net_terms = $row['config_default_net_terms'];
$config_records_per_page = $row['config_records_per_page'];
$config_recurring_auto_send_invoice = $row['config_recurring_auto_send_invoice'];
@@ -62,7 +63,7 @@ $config_aes_key = $row['config_aes_key'];
$config_base_url = $row['config_base_url'];
$config_enable_cron = $row['config_enable_cron'];
$config_records_per_page = 20;
$net_terms_array = array(
'0'=>'On Reciept',
@@ -71,6 +72,8 @@ $net_terms_array = array(
'30'=>'30 Days'
);
$records_per_page_array = array('5','10','15','20','30','50','100');
$states_array = array(
'AL'=>'Alabama',
'AK'=>'Alaska',