Skip to content

esabook/Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This application is flat designed for existing database structure.

Primarily:

  • office
  • location
  • department
  • employer
  • inventory
  • loan (borrow/return)
  • document archive
  • user & their roles

Breakdown:

Step for deployment:

//phpgen_settings.php
function GetGlobalConnectionOptions()
{
   return
       array(
        'server' => 'server host',
           'port' => '3306',
           'username' => 'username',
           'database' => 'db_name',
           'password'=>'pwd',
           'client_encoding' => 'utf8'
       );
}

Demo overview

For more documentation/help :