A tool to monitor all IT devices
- install a web server (XAMPP)
- go to ./Install and run Create_DB.bat to create the database and all tables
- default user: admin
- default password: admin
- Hide empty columns (if a category is selected)
- Color entire row if status is Disposed
- Total of records found in # of seconds
- 2026-06-15: Add: JQuery
- 2026-05-28: Add: Markdown scrolling text that displays the README.md
- 2026-05-25: Add: Edit device by click on ID in Locations and IP list
- 2026-05-20: Add: New field in devices -> port
- 2026-05-20: Add: If a category is selected, hide empty columns
- 2026-05-20: Fix: Show all locations instead of showing only locations that have devices (maybe a ToDo in the future)
- 2026-05-18: Fix: first row from query not showing (created another query to retrieve current category)
- 2026-05-15: Add: Current location in header title (like Category/Location/List...)
- 2026-05-15: Change: renamed fields: devices.name to devices.hostname and devices.device to devices.description (and update sources)
- 2026-05-14: Fix: link to IP Management
- 2026-05-14: Add: List all IP's
- 2026-05-14: Add: List all devices in location
- 2026-05-13: Add: List locations
- 2026-05-11: Change: root & root password for accessing MySQL DB stored in JSON config file
- 2026-04-16: Change: rewrite index file / process parameters (index.php)
- 2026-04-15: Change: rewrite main menu (src/menu.php)
- 2026-04-14: Add: Color entire row if status is Disposed (src/show.php)
- 2026-04-14: Fix: IP2 changed to match ###.###.###.###
- 2026-04-09: Add: add \n in echo so the view source of the pages can be readable
- 2026-04-03: Changed: removed PHP code for go back (previous page) and inserted JS code
- 2026-03-31: Fix: removed message showing # seconds until previous page
- 2026-03-31: Add: total records found
- 2026-03-31: Fix: some table formatting
- 2026-03-20: Fix: show notes with paragraphs (if entered) instead of a single line of data
- 2026-03-20: Fix: notes not showing on edit device
- 2026-03-20: Add: New field in devices -> phone number
- 2026-03-02: Add: use JSON to save language settings instead of PHP file
- 2026-02-27: Add: Language support
- 2026-02-27: Add: Implement Location
- 2026-02-20: Add: Edit device by click on ID in Categories
- 2026-01-16: Add: Link IP to device
- 2026-01-15: Add: IP Range form
- 2026-01-14: Add: CSS style for login page
- 2026-01-13: Fix: Reduced font size of the menu
- 2026-01-13: Fix: Extract categories from DB and build menu
- 2025-12-29: Add: New field in devices -> Custodian
- 2025-12-28: Add: Update device form
- 2025-12-27: Add: Filter by category
- 2025-12-26: Add: Add new device
- 2025-12-16: Add: Separate menu for Standard/Admin user
- 2025-12-11: Project started