news.volyx.in

Show HN: Craftplan – I built my wife a production management tool for her bakery (github.com)

577 points by deofoo · 170 days ago · 167 comments on HN

Article summary

The author built an open-source ERP system called Craftplan for their wife's bakery, which manages production, inventory, and customer orders. Craftplan is designed for small-scale artisanal manufacturers and includes features such as catalog management, inventory control, and allergen tracking. The system is self-hosted and uses a PostgreSQL database. The author provides a simple way to deploy Craftplan using Docker.

Main themes

  • ERP system for small businesses
  • Artisanal manufacturing
  • Inventory management
  • Production planning
  • Open-source software
  • Self-hosting

What commenters say

  • The ERP system fills a need for small businesses, particularly those in the food industry, by providing a comprehensive and easy-to-use platform for managing production and inventory.
  • The system's allergen tracking feature is a major advantage for food producers who need to track ingredients and generate nutrition labels.
  • Some users appreciate the system's simplicity and ease of deployment, while others have suggestions for improvement, such as making certain features configurable.
  • The system's mobile responsiveness is a concern, with some users reporting issues with scrolling and layout on smaller screens.
  • The use of Elixir, Ash, and LiveView is seen as a productive combination for building the system, but some users have questions about the choice of technology stack.
  • The system's potential for customization and extension is a major advantage, with some users suggesting the addition of new features, such as labor accounting.