{"id":31767904,"url":"https://github.com/webdevtodayjason/tc-inventory","last_synced_at":"2026-02-16T07:02:33.782Z","repository":{"id":265517284,"uuid":"896169916","full_name":"webdevtodayjason/tc-Inventory","owner":"webdevtodayjason","description":"MSP Inventory system","archived":false,"fork":false,"pushed_at":"2025-06-19T19:04:44.000Z","size":16811,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T01:30:33.501Z","etag":null,"topics":["inventory-management","msp"],"latest_commit_sha":null,"homepage":"https://titaniumcomputing.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdevtodayjason.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-29T17:33:15.000Z","updated_at":"2025-06-19T19:04:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd5bac3e-ce5b-412a-bb9c-9fd10141dc64","html_url":"https://github.com/webdevtodayjason/tc-Inventory","commit_stats":null,"previous_names":["webdevtodayjason/tc-inventory"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webdevtodayjason/tc-Inventory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Ftc-Inventory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Ftc-Inventory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Ftc-Inventory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Ftc-Inventory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevtodayjason","download_url":"https://codeload.github.com/webdevtodayjason/tc-Inventory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevtodayjason%2Ftc-Inventory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002400,"owners_count":26083375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["inventory-management","msp"],"created_at":"2025-10-10T01:48:43.982Z","updated_at":"2025-10-10T01:48:55.793Z","avatar_url":"https://github.com/webdevtodayjason.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TC Inventory System\n\nA comprehensive inventory management system built with Flask, designed for tracking general inventory items and computer systems.\n\n[![Python Version](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3118/)\n[![Flask Version](https://img.shields.io/badge/flask-3.1.0-green.svg)](https://flask.palletsprojects.com/)\n[![PostgreSQL Version](https://img.shields.io/badge/postgresql-16-blue.svg)](https://www.postgresql.org/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Features\n\n### Core Functionality\n- Track both general inventory items and computer systems\n- Barcode scanning support with UPCItemDB integration\n- Dark/Light mode support across all components\n- Location-based inventory tracking\n- Reorder threshold monitoring\n- Multi-user support with role-based access control (Admin/User)\n- Quick checkout system with PIN code access\n- Automated build number versioning\n\n### Item Management\n- Add, edit, view, and delete inventory items\n- Barcode scanning for quick item addition\n- Storage location tracking\n- Automatic restock alerts with email notifications\n- Custom tagging system with color coding\n- Printable 4x2 labels with barcodes and QR codes\n- Bulk item management\n- Purchase URL tracking\n- CSV import/export functionality with templates\n\n### Computer Systems\n- Separate tracking for computer systems\n- Detailed computer specifications tracking\n- CPU and model management\n- Testing results tracking with status indicators\n- Component tracking (RAM, Storage, OS)\n- Performance benchmarks\n- Serial tag management\n- Testing status workflow\n\n### Data Management\n- Database backup and restore functionality\n- CSV import/export with field mapping\n- Downloadable import templates\n- Log management with date-based filtering\n- Automatic data validation\n- Nullable field support\n\n### User Management (Admin Only)\n- User creation and management\n- Role assignment (Admin/User)\n- PIN code management for quick access\n- Email and password management\n- Activity logging per user\n- User-specific permissions\n\n### Search and Filter\n- Advanced search functionality\n- Multiple filter options:\n  - Category\n  - Type\n  - Status\n  - Location\n  - Tags\n- Sortable columns\n- Tag-based filtering\n- Smart search suggestions\n\n### Interface Features\n- Modern responsive design\n- Dark/Light mode toggle with full theme support\n- Icon-based actions\n- Status indicators\n- Tag color coding\n- Pagination\n- Mobile-friendly interface\n- Tabbed interface for system types\n- Modal dialogs with theme support\n\n### Logging and Monitoring\n- Detailed system logs\n- Human-readable activity logging\n- Downloadable logs with date filtering\n- Email notifications for low stock\n- Error tracking and reporting\n- User activity monitoring\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone [repository-url]\ncd tcinvintory\n```\n\n2. Create and activate a Conda environment:\n\n```bash\nconda create -n inventory python=3.11\nconda activate inventory\n```\n\n3. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n4. Set up the PostgreSQL database (version 16 required):\n\n```bash\ncreatedb inventory_db\ncreateuser inventory_admin\n```\n\n5. Configure environment variables in `.env`:\n\n```\nFLASK_APP=run.py\nFLASK_ENV=development\nSECRET_KEY=your_secret_key\nDATABASE_URL=postgresql://inventory_admin:your_password@localhost:5432/inventory_db\nDEBUG=True\n\n# System Defaults\nDEFAULT_ITEMS_PER_PAGE=20\nDEFAULT_ALLOW_REGISTRATION=false\nDEFAULT_REQUIRE_EMAIL_VERIFICATION=false\nDEFAULT_ALLOW_PASSWORD_RESET=true\n\n# Admin Configuration\nADMIN_USERNAME=admin\nADMIN_EMAIL=admin@example.com\nADMIN_PASSWORD=your_secure_password\nADMIN_PIN=123456\n\n# API Keys\nUPCITEMDB_API_KEY=your_api_key_here\n```\n\n6. Initialize the database:\n\n```bash\nflask db upgrade\nflask create-category\nflask create-admin\nflask init-config\n```\n\n## Usage\n\n1. Start the application:\n\n```bash\nflask run -p 5001\n```\n\n2. Access the application at `http://127.0.0.1:5001`\n\n3. Log in with the admin credentials configured in your `.env` file\n\n## Docker Deployment\n\nThe system includes a Dockerfile for containerized deployment:\n\n```bash\ndocker build -t tcinventory .\ndocker run -p 8080:8080 --env-file .env tcinventory\n```\n\n## Key Components\n\n### Models\n- InventoryItem: Base model for all inventory items\n- ComputerSystem: Extended model for computer systems\n- Category: Item categorization\n- Tag: Item tagging system\n- User: User management with role-based access\n- Configuration: System settings and preferences\n\n### Features\n- Barcode scanning for quick item addition\n- Location-based inventory tracking\n- Automatic restock alerts with email notifications\n- PIN-based quick checkout system\n- Role-based access control\n- Dark/Light mode theme switching\n- 4x2 label printing with barcodes and QR codes\n- CSV import/export functionality\n- Database backup and restore\n- Log management and filtering\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## Author\n\n**WebDevTodayJason** - [GitHub Profile](https://github.com/webdevtodayjason)\n\n## Repository\n\n- **Repository URL:** [https://github.com/webdevtodayjason/tc-Inventory](https://github.com/webdevtodayjason/tc-Inventory)\n- **Clone URL:** [https://github.com/webdevtodayjason/tc-Inventory.git](https://github.com/webdevtodayjason/tc-Inventory.git)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\nMade with ❤️ by [WebDevTodayJason](https://github.com/webdevtodayjason)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevtodayjason%2Ftc-inventory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevtodayjason%2Ftc-inventory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevtodayjason%2Ftc-inventory/lists"}