mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-15 19:23:59 -04:00
Merge with svn repository
Conflicts: application/language/dutch/index.html application/language/en/form_validation_lang.php application/language/en/sales_lang.php application/language/id/form_validation_lang.php application/language/nl-BE/index.html application/language/ru/form_validation_lang.php application/views/config.php system/language/Azərbaycanca/index.html system/language/en/calendar_lang.php system/language/en/date_lang.php system/language/en/db_lang.php system/language/en/email_lang.php system/language/en/ftp_lang.php system/language/en/imglib_lang.php system/language/en/index.html system/language/en/migration_lang.php system/language/en/number_lang.php system/language/en/profiler_lang.php system/language/en/unit_test_lang.php system/language/en/upload_lang.php system/language/nl-BE/index.html git-svn-id: svn+ssh://svn.code.sf.net/p/opensourcepos/code/@93 c3eb156b-1dc0-44e1-88ae-e38439141b53
This commit is contained in:
@@ -264,7 +264,7 @@ $config['sess_encrypt_cookie'] = FALSE;
|
||||
$config['sess_use_database'] = TRUE;
|
||||
$config['sess_table_name'] = 'ospos_sessions';
|
||||
$config['sess_match_ip'] = FALSE;
|
||||
$config['sess_match_useragent'] = FALSE;
|
||||
$config['sess_match_useragent'] = TRUE;
|
||||
$config['sess_time_to_update'] = 300;
|
||||
|
||||
/*
|
||||
|
||||
@@ -787,7 +787,7 @@ class Reports extends Secure_area
|
||||
|
||||
$this->load->view("reports/tabular_details",$data);
|
||||
}
|
||||
|
||||
|
||||
function detailed_receivings($start_date, $end_date, $sale_type, $export_excel=0)
|
||||
{
|
||||
$this->load->model('reports/Detailed_receivings');
|
||||
|
||||
@@ -28,7 +28,9 @@ $lang['reports_total'] = 'Total';
|
||||
$lang['reports_tax'] = 'Tax';
|
||||
$lang['reports_profit'] = 'Profit';
|
||||
$lang['reports_report_input'] = 'Report Input';
|
||||
$lang['reports_discount'] = 'Discount';
|
||||
$lang['reports_type'] = 'Type';
|
||||
$lang['reports_discount'] = 'A discount greater than ';
|
||||
$lang['reports_date_range'] = 'Date Range';
|
||||
$lang['reports_today'] = 'Today';
|
||||
$lang['reports_yesterday'] = 'Yesterday';
|
||||
|
||||
Reference in New Issue
Block a user