{"id":24105090,"url":"https://github.com/code-jl/inventory-manager","last_synced_at":"2026-06-11T19:31:36.904Z","repository":{"id":266389200,"uuid":"898218010","full_name":"Code-JL/Inventory-Manager","owner":"Code-JL","description":"A robust C++ inventory management system that allows users to create, modify, and track inventory items with detailed information and persistent storage capabilities.","archived":false,"fork":false,"pushed_at":"2025-01-05T23:30:29.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T00:23:16.115Z","etag":null,"topics":["asset-management","cli","command-line","cpp","cpp17","csv","data-persistence","data-storage","file-io","filesystem","inventory-control","inventory-management","inventroy-system","item-tracking","stock-management"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Code-JL.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-12-04T02:07:34.000Z","updated_at":"2025-01-05T23:30:32.000Z","dependencies_parsed_at":"2025-01-06T00:33:00.350Z","dependency_job_id":null,"html_url":"https://github.com/Code-JL/Inventory-Manager","commit_stats":null,"previous_names":["code-jl/inventory-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FInventory-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FInventory-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FInventory-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FInventory-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-JL","download_url":"https://codeload.github.com/Code-JL/Inventory-Manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241072751,"owners_count":19904834,"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","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":["asset-management","cli","command-line","cpp","cpp17","csv","data-persistence","data-storage","file-io","filesystem","inventory-control","inventory-management","inventroy-system","item-tracking","stock-management"],"created_at":"2025-01-10T20:25:22.963Z","updated_at":"2026-06-11T19:31:36.868Z","avatar_url":"https://github.com/Code-JL.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Manager\n\nA robust C++ inventory management system that allows users to create, modify, and track inventory items with detailed information and persistent storage capabilities.\n\n## Features\n\n- **Item Management**\n  - Create new inventory items with name, description, quantity, and image path\n  - Modify existing items (name, description, quantity, image path)\n  - Increment/decrement item quantities\n  - Delete items\n  - Case-insensitive item search\n\n- **Data Persistence**\n  - Save inventory to CSV files\n  - Load inventory from saved files\n  - Export inventory with custom separators\n  - Automatic settings management\n\n- **User Interface**\n  - Interactive command-line interface\n  - Clear menu-driven operation\n  - Input validation and error handling\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/Inventory-Manager.git\n```\n2. Navigate to the project directory:\n```bash\ncd Inventory-Manager\n```\n3. Compile the program:\n```bash\ng++ inventory_manager.cpp src/item_class.cpp src/save_load.cpp -o inventory_manager\n```\n\n## Usage\n\n1. Run the compiled program:\n```bash\n./inventory_manager\n```\n2. Main Menu Options:\n   - Create new inventory\n   - Load existing inventory\n   - Modify settings\n   - Manage items\n   - Save/Export inventory\n   - File Structure\n\n## File Structure\n```bash\n.\n├── inventory_manager.cpp    # Main program file\n├── src/\n│   ├── item_class.h        # Item class declaration\n│   ├── item_class.cpp      # Item class implementation\n│   ├── save_load.h         # File operations declaration\n│   └── save_load.cpp       # File operations implementation\n└── save/\n    ├── inventory.csv       # Default inventory storage\n    └── settings.cfg        # Program settings\n```\n\n## Data Storage\n\n- Inventory data is stored in CSV format\n- Default save location: `save/inventory.csv`\n- Custom export options available with configurable separators\n- Settings stored in `save/settings.cfg`\n\n## Configuration\n\n- CSV separator character can be customized through settings\n- Default separator: comma (,)\n- Settings are persistent between sessions\n\n## Contributing\n\n- Fork the repository\n- Create your feature branch (`git checkout -b feature/AmazingFeature`)\n- Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n- Push to the branch (`git push origin feature/AmazingFeature`)\n- Open a Pull Request\n\n## License\n\nThis project is licensed under the terms of the included [LICENSE](LICENSE) file.\n\n## Technical Details\n\n- Written in C++\n- Uses standard library containers (vector, list)\n- Implements file I/O operations\n- Supports CSV parsing and generation\n- Error handling for file operations and user input\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-jl%2Finventory-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-jl%2Finventory-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-jl%2Finventory-manager/lists"}