Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardmax71/nexusware
NexusWare: A multi-platform Warehouse Management System built with Python.
https://github.com/hardmax71/nexusware
fastapi pydantic-v2 python shipengine sqlite wms
Last synced: 10 days ago
JSON representation
NexusWare: A multi-platform Warehouse Management System built with Python.
- Host: GitHub
- URL: https://github.com/hardmax71/nexusware
- Owner: HardMax71
- License: mit
- Created: 2024-08-07T21:38:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T00:31:16.000Z (3 months ago)
- Last Synced: 2024-08-30T02:33:00.005Z (3 months ago)
- Topics: fastapi, pydantic-v2, python, shipengine, sqlite, wms
- Language: Python
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
NexusWare
Advanced Warehouse Management SystemNexusWare is a cutting-edge, multi-platform Warehouse Management System designed to revolutionize inventory control,
order fulfillment, and warehouse operations. Built with Python and SQLite, NexusWare offers seamless integration
across mobile, web, and desktop environments.> Although initial development idea was to use Flet lib, it was decided to split the project into separate projects
> for each platform.## Feature Roadmap
| Feature | Mobile | Web | Desktop |
|-----------------------------|--------|-----|---------|
| User Authentication | ✅ | ✅ | ✅ |
| Inventory Management | ✅ | ✅ | ✅ |
| Barcode/QR Scanning | ✅ | - | - |
| Picking and Packing | ✅ | ✅ | ✅ |
| Receiving | ✅ | ✅ | ✅ |
| Shipping | ✅ | ✅ | ✅ |
| Cycle Counting | ✅ | ✅ | ✅ |
| Asset Tracking | ✅ | ✅ | ✅ |
| Task Management | ✅ | ✅ | ✅ |
| Real-time Communication | ✅ | ✅ | ✅ |
| Offline Mode | ✅ | - | ✅ |
| Voice Control | ✅ | - | - |
| Augmented Reality | ✅ | - | - |
| Dashboard & Analytics | - | ✅ | ✅ |
| Order Management | - | ✅ | ✅ |
| Warehouse Layout | - | ✅ | ✅ |
| Labor Management | - | ✅ | ✅ |
| Supplier Management | - | ✅ | ✅ |
| Customer Management | - | ✅ | ✅ |
| Integration Hub | - | ✅ | ✅ |
| Document Management | - | ✅ | ✅ |
| Quality Control | - | ✅ | ✅ |
| Billing and Invoicing | - | ✅ | ✅ |
| Yard Management | - | ✅ | ✅ |
| System Administration | - | ✅ | ✅ |
| Offline Database Management | - | - | ✅ |
| Advanced Reporting | - | - | ✅ |
| Inventory Planning | - | - | ✅ |
| 3D Warehouse Visualization | - | - | ✅ |
| Barcode and Label Design | - | - | ✅ |
| Advanced Search and Filter | - | ✅ | ✅ |
| System Diagnostics | - | - | ✅ |
| Training Mode | - | - | ✅ |
| Customization Tools | - | - | ✅ |## Architecture
For a detailed description of the system architecture, please refer to the [ARCHITECTURE.md](docs/ARCHITECTURE.md) file.
## Getting Started
(Instructions for setting up development environment, installing dependencies, and running the application will be added
here.)## Contributing
We welcome contributions to NexusWare! Please refer to our [CONTRIBUTING.md](docs/CONTRIBUTING.md) file for guidelines
on how to report issues, submit pull requests, and more.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.