add balance report
This commit is contained in:
@@ -272,6 +272,14 @@ class page {
|
||||
# EDZÉSLISTA EXPORTÁLÁSA
|
||||
include('include_export_trainings.php');
|
||||
break;
|
||||
case 'export_balance':
|
||||
# EGYENLEG LISTA EXPORTÁLÁSA
|
||||
include('include_export_balance.php');
|
||||
break;
|
||||
case 'download_report':
|
||||
# EGYENLEG LISTA LETÖLTÉSE
|
||||
include('include_download_report.php');
|
||||
break;
|
||||
case 'set_credit_to_zero':
|
||||
# HITELALKALOM NULLÁZÁS
|
||||
include('include_set_credit_to_zero.php');
|
||||
|
||||
Reference in New Issue
Block a user