예제 #1
0
							</tr>
						</table>
					</td>
					<td class="menu_group_items"> <!-- General transactions options -->
						<table width="100%" class="table_index">
							<tr>
							<td class="menu_group_item">
								<?php 
            echo "<a href='" . $rootpath . '/FixedAssetRegister.php?' . SID . "'><LI>" . _('Asset Register') . '</LI></a>';
            ?>
							</td>
							</tr>
							<tr>
							<td class="menu_group_item">
								<?php 
            echo GetRptLinks('fa');
            ?>
							</td>
							</tr>
						</table>
					</td>
					<td class="menu_group_items"> <!-- General transactions options -->
						<table width="100%" class="table_index">
							<tr>
							<td class="menu_group_item">
								<?php 
            echo "<a href='" . $rootpath . '/FixedAssetCategories.php?' . SID . "'><LI>" . _('Asset Categories Maintenance') . '</LI></a>';
            ?>
							</td>
							</tr>
							<tr>
예제 #2
0
}
echo $Header;
echo '</li>';
$i = 0;
foreach ($MenuItems[$_SESSION['Module']]['Reports']['Caption'] as $Caption) {
    /* Transactions Menu Item */
    $ScriptNameArray = explode('?', substr($MenuItems[$_SESSION['Module']]['Reports']['URL'][$i], 1));
    $PageSecurity = $_SESSION['PageSecurityArray'][$ScriptNameArray[0]];
    if (in_array($PageSecurity, $_SESSION['AllowedPageSecurityTokens']) or !isset($PageSecurity)) {
        echo '<li class="menu_group_item">
				<p>&bull; <a href="' . $RootPath . $MenuItems[$_SESSION['Module']]['Reports']['URL'][$i] . '">' . $Caption . '</a></p>
			  </li>';
    }
    $i++;
}
echo GetRptLinks($_SESSION['Module']);
//=== GetRptLinks() must be modified!!! ===
echo '</ul></div>';
//=== InquiriesDiv ===
echo '<div id="MaintenanceDiv"><ul>';
//=== MaintenanceDive ===
echo '<li class="menu_group_headers">';
if ($_SESSION['Module'] == 'system') {
    $Header = '<img src="' . $RootPath . '/css/' . $Theme . '/images/inventory.png" title="' . _('Inventory Setup') . '" alt="' . _('Inventory Setup') . '" /><b>' . _('Inventory Setup') . '</b>';
} else {
    $Header = '<img src="' . $RootPath . '/css/' . $Theme . '/images/maintenance.png" title="' . _('Maintenance') . '" alt="' . _('Maintenance') . '" /><b>' . _('Maintenance') . '</b>';
}
echo $Header;
echo '</li>';
$i = 0;
foreach ($MenuItems[$_SESSION['Module']]['Maintenance']['Caption'] as $Caption) {
예제 #3
0
								<?php 
            echo "<A HREF='" . $rootpath . '/GLBalanceSheet.php?' . SID . "'><LI>" . _('Balance Sheet') . '</LI></A>';
            ?>
							</td>
							</tr>
							<tr>
							<td class="menu_group_item">
								<?php 
            echo "<A HREF='" . $rootpath . '/Tax.php?' . SID . "'><LI>" . _('Tax Reports') . '</LI></A>';
            ?>
							</td>
							</tr>
							<tr>
							<td class="menu_group_item">
								<?php 
            echo GetRptLinks('gl');
            ?>
							</td>
							</tr>
						</table>
					</td>
					<td class="menu_group_items">  <!-- Gereral Ledger Maintenance options -->
						<table width="100%" class="table_index">
							<tr>
							<td class="menu_group_item">
								<?php 
            echo "<A HREF='" . $rootpath . '/GLAccounts.php?' . SID . "'><LI>" . _('GL Account') . '</LI></A>';
            ?>
							</td>
							</tr>
							<tr>