Skip to main content

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.

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.

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

1

Clone and install dependencies

Clone the repository and install Python dependencies from requirements.txt.
2

Run database migrations

Apply Django migrations to set up the SQLite database locally.
3

Create a superuser

Use manage.py createsuperuser to create the first Administrator account.
4

Start the development server

Run manage.py runserver and open http://127.0.0.1:8000 in your browser.
For full step-by-step instructions, see the Quickstart guide.

Build docs developers (and LLMs) love