Web based PHP and MySQL Asset Management database for fast easy access, updates and CSV generated reports. The application is designed to manage IT assets from a Desktop Services perspective: computers and associated hardware, printers and software. I’m offering the software for free here to anyone who has a use for it.
Update – Version 3.0 – 04/13/2013
- PHP 5.3+ support – addresses “Function session_register() is deprecated” error
- Added – Asset Tag field
- Added – Purchase Order field
- Fixed and updated – Search and Search Results pages
- Fixed – Login and Logout pages
- Existing install upgrades – download package and follow Upgrade Steps in the Readme.
Quick and easy: import SQL update, replace 8 files.
View the demo here
username: eam
password: eam123
Requirements
- PHP, MySQL, Apache, MySQL management tool. WAMP on Windows or LAMP on Linux
- Follow ten step setup – Create a database, use supplied SQL dump file to populate.
- Dreamweaver – Only needed if you wish to modify the application as it was written.
Download source code and all assets
- Application files for version 3.0
- SQL code, logo file and assets in the Assets folder
- 10 step setup doc in the root of the site 1-README.txt
- Download password: assets
Enter password
Download808 downloads

13 Comments
Hi, I keep getting an error when running this script:
Notice: A session had already been started – ignoring session_start() in C:\wamp\www\eam\includes\header.php on line 38
Call Stack
# Time Memory Function Location
1 0.0007 362480 {main}( ) ..\Admin.php:0
2 0.0037 390400 include( ‘C:\wamp\www\eam\includes\header.php’ ) ..\Admin.php:82
3 0.0039 390440 session_start ( ) ..\header.php:38
if you can spare time to help I’d be very grateful.
Regards
Graham
I like to use this application but can we implement to Add some unique no to each asset & we can Print Bar coded Asset Label with unique Asset No,content Make,Model,User,Division & Location , this will help to identifiy the asset easily….
Hi Brijesh – I’ll work to add ‘Asset Tag’ in the next release.
& also try to release new version with report printing option & instead of csv please try to fetch report in PDF…
I really like what you have done here. Nice simple interface and out of the box usability. Like some of the other before me have mentioned so updated features would be really nice to see implemented as well.
The HTML reports would be a big one, and the ability to create and generate reports dynamically would be great. I have done this kind of thing more times than I want to count in MS Access, but everybody want their databases web accessible now a days so you are doing well.
Id like to download this program file using ssh, where do I find the link?
Hi, i use xampp for the webserver and I don’t why i still got an error in the beginning: Fatal error: Call to undefined function session_is_registered() in C:\xampp\htdocs\eam\includes\header.php on line 39
would you please help me? Thank’s
Hi gfisk,
Can you look at following error and how to overcome it, please reply its is very great project for me, you great support and effort appreciated.
! ) Deprecated: Function session_is_registered() is deprecated in C:\wamp\www\eam\includes\header.php on line 39
Call Stack
# Time Memory Function Location
1 0.0008 417224 {main}( ) ..\index.php:0
2 0.0034 450384 include( ‘C:\wamp\www\eam\includes\header.php’ ) ..\index.php:98
Updated to version 3.0 – bug fixes, PHP 5.3 support, added Asset Tag and Purchase Order fields. Simple upgrade for existing installs.
It would be great if someone can Generate Report’s in PDF Format instead of csv.
Hi Brijesh – If there’s a compelling reason to create PDFs I can look into it. Exporting to PDF requires additional components such as TCPDF or FPDF and configuration. CSV can be opened by any application, works with Google Docs, MS Excel, Open Office Calc and can be converted to PDF using those apps or free PDF print software such as PDFCreator, BullZip, PDF995 or CutePDF.
I don’t see the 10 step setup document. Where is that to download?
Hi Draco, 1-README.txt in the root of the site. Thanks for highlighting that, I’ve added the information to this page.