| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/leve/application/plugins/module_billing/ |
Upload File : |
<?php
global $_L;
$dir = 'module_billing';
$submenu = array(
array('link' => U.'module_billing/billing/expense', 'name'=>$_L['Bills to Pay']),
array('link' => U.'module_billing/billing/income', 'name'=>$_L['Bills to Receive']),
array('link' => U.'module_billing/billing/cashier', 'name'=>$_L['Cashier'])
);
add_menu_admin($_L['Finances'], U.'', $dir, 'fa fa-money', 1, $submenu);
$submenu = array(
array('link' => U.'module_billing/billing/history', 'name'=>$_L['Payment History']),
array('link' => U.'module_billing/billing/list_notifications_users', 'name'=>$_L['User Notifications']),
array('link' => U.'module_billing/cost_center/list', 'name'=>$_L['Cost center'])
);
add_menu_admin($_L['Config'], U.'', $dir, 'fa fa-cog', 2, $submenu, '_config');