功能展示:

资产导入 csv文件 ,展示如图

字段

labellocationareaownerstatusdnsnameipv4commentsmanufacturermodelsnitemtypefunctioncpuramhd

label: 资产标签

location:用户所在办公室物理位置

owner:员工公司邮箱

status:  stored库存,in ues出库在用

manufacturer:厂商

model:机器型号

sn: 电脑唯一识别序列号,由厂商定义

itemtype: PC台式机,PC-portable 笔记本

wKiom1egOC_CkClYAAJRu2F2e1E377.png-wh_50 

查多少台mac, so easy

wKioL1egODuAvnbzAAAjYXWn1eQ244.png-wh_50

离职,入库

wKiom1egOEzgxj2nAAAwYZrE_m0258.png-wh_50

入职,出库,资产重新分配

wKioL1egOFiS54OGAABHdFjj_S4492.png-wh_50


 

centos 6.8 final 简单安装步骤:


yum -y update

yum -y install  httpd sqlite* php*

yum -y install wget 

wget http://www.sivann.gr/software/itdb/itdb-1.12.tar.gz

cp itdb-1.12.tar.gz /var/www/html

cd /var/www/html

tar zxvf itdb-1.12.tar.gz

mv itdb/* .

cd data/pure.db data/it.db

chown -R apache data/* 

chmod -R u+w data

chown -R apache translations

chmod -R u+w translations

service httpd restart

Ubuntu 14.04 简单安装

sudo apt-get install apache2 libapache2-mod-php5 php5-sqlite sqlite3

余下步骤参考 centos