Skip to content

A simple IT Equipment Managment System made with PHP, Bootstrap and Docker

Notifications You must be signed in to change notification settings

Gren-95/item-it_inventory_managment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITEM - IT Equipment Management System

Overview

This is a simple IT equipment management system that allows you to track IT equipment inventory, manage equipment assignments, track equipment locations, and more.

Features

  • Track IT equipment inventory
  • Manage equipment assignments
  • Track equipment locations
  • Equipment audit system
  • Status history tracking
  • Write-off management
  • Model and type management
  • User management
  • Location hierarchy management
  • Shared account labeling
  • Equipment audit history
  • Equipment audit status
  • Equipment audit notes
  • Equipment audit approval
  • Equipment audit rejection
  • Equipment audit approval history
  • Equipment audit rejection history

Setup

  1. Clone the repository

  2. make your own .env file and set the variables. example:

    DB_ROOT_PASSWORD=root_password
    DB_DATABASE=it_equipment
    DB_USERNAME=it_user
    DB_PASSWORD=it_password 
  3. Run docker-compose up -d

  4. enjoy :)

default credentials

  • username: admin
  • password: administrator

To change the password in extreme cases, go to the database and set the password to null.

todo

import more stuff with csv files