// ****************************************************************** // Filename - admn_inv.html // Shortname - IV // Purpose - This code edits Inventory information // Copyright - (C) 1996, Ingenia Communications Corporation // Authors - Kjell Wooding // - Chris Grant // Contact - kwooding@ingenia.com // ****************************************************************** CM_Authorize(); IF_VerifyRoutines(); empURL=addClient("admn_emp.html"); roomURL=addClient("admn_rm.html"); buildURL=addClient("admn_bdg.html"); invURL=addClient("admn_inv.html"); mapURL=addClient("admn_map.html"); quitURL=addClient("login.html?logout=1"); mainURL=addClient("admin.html"); iMeet 會議室預訂系統 - 設備財產管理作業 [ Buildings ] [ Employees ] [ Inventory ] [ Rooms ] [ Logout ] [ Main ] function IV_InvSelectOpts(invid, select) { CM_Connect(); if (invid) { // Show currently selected inventory first stmt="SELECT * from Inventory, Equipment"+ " WHERE Inventory_ID="+invid+ " AND Inventory.Equipment_Lookup = Equipment.Equipment_Lookup"; csSelInv=database.cursor(stmt); if (!csSelInv.next()) { debug("ERROR: IV_Inventory passed invalid invid:"+invid); } else { write("