I’m looking to have a Python-based system that keeps tabs on our physical assets and, most importantly, where each item is at any given moment. The scope is focused on location tracking, so I need an application that lets me: • Register new assets quickly, capturing key details (serial number, description, owner, purchase date). • Record and update an asset’s location in real time—ideally through a simple form or an import from barcode/RFID scans. • Maintain a searchable movement history so I can see where an item has been and who had it. • Generate straightforward reports (current location list, movement log by asset, exceptions for missing items). • Provide user authentication with role-based access so only the right people can add or edit locations. A clean, web-based interface is preferred—Flask or Django is fine as long as the code is well-structured and documented. Please use a relational database (PostgreSQL or SQLite) and package everything so I can deploy it on my own server (Docker is a plus). I’ll supply sample asset data and can test as you go; I’m happy to review an early prototype, then iterate once or twice for polish. Source code, setup instructions, and a short user guide will complete the job.