Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.54 KB

File metadata and controls

50 lines (32 loc) · 1.54 KB

BoxChooser

Intelligent box selection and packing optimization for shipping operations. Multi-store support, role-based access, and smart recommendations.

Quick Start

# Run with Docker
docker compose up

# Create your first store
./tools/auth create 100 admin@example.com

# Open http://localhost:5893

Try the demo at http://localhost:5893/login → Demo tab

Key Documentation

See all docs in the /docs directory.

Features

  • 📦 Smart box recommendations based on item dimensions
  • 🔒 Two-tier authentication (PIN for staff, email for admins)
  • 🏪 Multi-store isolation with separate inventories
  • 💰 Flexible box pricing (standard or itemized with materials/labor)
  • 📊 Excel import/export for bulk updates
  • 🖨️ Thermal label printing

License

MIT - See LICENSE

Important: See DISCLAIMER.md for liability limitations.

Acknowledgments

Built on navigator9951's original PackingWebsite. The core packing algorithms remain the heart of this system.


Questions? Open an issue or see the documentation.