phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] property/help/EN/entities.php, 1.1


From: nomail
Subject: [Phpgroupware-cvs] property/help/EN/entities.php, 1.1
Date: Sat, 23 Oct 2004 18:38:40 +0200

Update of /property/help/EN
Added Files:
        Branch: 
          entities.php

date: 2004/10/23 16:38:40;  author: sigurdne;  state: Exp;

Log Message:
no message
=====================================================================
<?php
        
/**************************************************************************\
        * phpGroupWare - property                                               
   *
        * http://www.phpgroupware.org                                           
   *
        *                                                                       
   *
        * Facilities Management                                                 
   *
        * Written by Sigurd Nes [sigurdne at online.no]                         
   *
        * 
------------------------------------------------------------------------ *
        * Copyright 2000 - 2003 Free Software Foundation, Inc                   
   *
        * This program is part of the GNU project, see http://www.gnu.org/      
   *
        * 
------------------------------------------------------------------------ *
        * This program is free software; you can redistribute it and/or modify 
it  *
        * under the terms of the GNU General Public License as published by the 
   *
        * Free Software Foundation; either version 2 of the License, or (at 
your   *
        * option) any later version.                                            
   *
        
\**************************************************************************/
        /* $Id: entities.php,v 1.1 2004/10/23 16:38:40 sigurdne Exp $ */


        $phpgw_flags = Array(
                'currentapp'    => 'manual',
                'admin_header'  => True,
        );
        $phpgw_info['flags'] = $phpgw_flags;
        include('../../../header.inc.php');
        $appname = 'property';
?>
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>

<ul>
<li><b>Location</b><p/>
Also a metadatabase (separated from location to) defines entities (as 
components, equipment, reports ..) which links to other entities or 
locations.<p/>

Entities are organized in class of entitity and entity_category: each 
entity_category is represented by their own table.<p/>

Example: entity_1 is equipment, entity_1_1 is elevator, and entity_1_2 is fire 
alarm system<p/>

There is a set of submodules that all is controlled by ACL2 (also: each 
entity_category emerge as its one submodule when defined)<p/>
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]