GIF89a php
Current File : /home/hencockfreshchic/public_html/erp/menu_links.php
<?php
//Menu 1 : User Personals
$menu1="Administrator Control";
$menu2="Customer Records";
$menu3="Office Expense";


// menu 1
$m1_item1="Add/Remove Admin";

// files link
$m1_L1="adminUsers.php";

/*-----------------------------------------------------*/

// menu 2
$m2_item1="New Record";
$m2_item2="Debit Bill Entry";
$m2_item3="Credit Bill Entry";
$m2_item4="Actual Price";
$m2_item5="Ledger";
$m2_item6="Debit Ledger";


// files links2
$m2_L1="addRecord.php";
$m2_L2="recordEntry.php";
$m2_L3="creditEntry.php";
$m2_L4="actualPrice.php";
$m2_L5="ledger.php";
$m2_L6="debitledger.php";

/*-------------------------*/
// menu 3
$m3_item1="Add Firm";
$m3_item2="Meat Purchase";
$m3_item3="Debit Purchase";
$m3_item4="Add Expense";
$m3_item5="Profit/Loss";
$m3_item6="Purchased Ledger";
$m3_item7="Total S/P";



// files links2
$m3_L1="addFirm.php";
$m3_L2="meatPurchase.php";
$m3_L3="debitPurchase.php";
$m3_L4="addExpense.php";
$m3_L5="profitLoss.php";
$m3_L6="purchasedLedget.php";
$m3_L6="purchasedLedget.php";
$m3_L7="totalPL.php";


// logo
$logo='<img style="width:100px; height:40px" src="icons/logo2.png"></img>';
$main1icon="fa fa-wrench";


?>