Acrylitec is a Django-powered management platform built specifically for acrylic laser-cutting shops. It handles the full business workflow — from generating accurate quotes based on material thickness and laser time, through to tracking order production status and reviewing monthly revenue — all in a single web application.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/YonAnn99/Acrylitec/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what Acrylitec does and how its modules fit together.
Quickstart
Run Acrylitec locally in minutes with SQLite and Django’s dev server.
Deploy to Railway
Ship to production on Railway with PostgreSQL in a few steps.
User Guide
Explore the dashboard, quoting flow, POS orders, and more.
What Acrylitec covers
Quotations
Auto-calculate prices from material area, thickness factor, profit margin, and laser minutes.
POS Orders
Build multi-item carts and create sales without a prior quote.
Clients
Maintain a searchable client directory with quick-create from the POS screen.
Products
Manage your product catalogue with optional fixed prices or dynamic formulas.
Materials
Track acrylic sheet inventory with low-stock alerts and auto deduction on sale.
Pricing Config
Set laser tariffs, thickness cost factors, and per-product profit margins.
Get up and running
Clone and install dependencies
Clone the repository and install Python dependencies from
requirements.txt.For full step-by-step instructions, see the Quickstart guide.