Amanah Laundry
Amanah Laundry is a web-based laundry management system built to streamline day-to-day operations of a laundry business — from receiving customer orders to tracking laundry progress, processing payments, and generating transaction reports.
Overview
| Type | Web Application (CMS) |
| Stack | PHP, Laravel, MySQL, Midtrans Snap |
| Deployment | Shared Hosting |
Features
- Order Management — Create and manage customer laundry orders with item details, weight, and service type (regular, express, dry clean).
- Laundry Tracking — Monitor the status of each order through stages: received, washing, drying, ironing, ready for pickup, and completed.
- Payment Processing — Integrated with Midtrans Snap for seamless in-app payments supporting credit/debit cards, bank transfers, and e-wallets (GoPay, OVO, Dana, ShopeePay). Handles payment callbacks and updates order status automatically upon successful payment.
- Transaction Reports — Generate daily, monthly, and custom-range reports covering revenue, order volume, and payment status.
- Customer Management — Maintain a customer database with order history and contact information.
- Price List Management — Configure service types and pricing per kg or per item for different laundry categories.
- User Authentication — Role-based access control with separate permissions for Admin and Kasir.
Tech Stack
| Technology | Purpose |
|---|---|
| PHP & Laravel | Backend framework, routing, business logic |
| MySQL | Relational database for storing all business data |
| Blade Templating | Server-side rendered frontend views |
| Midtrans Snap | Payment gateway — cards, bank transfer, e-wallets |
| Shared Hosting | Deployment environment |
Roles & Access
| Role | Access |
|---|---|
| Admin | Full access — orders, payments, reports, customer data, price list, user management |
| Kasir | Operational access — create orders, process payments, update order status, view reports |
Highlights
This project was built as a full-stack solution covering the complete workflow of a laundry business. It replaced manual paper-based tracking with a digital system, reducing errors in order management and making financial reporting significantly faster.
Database Design
Designed with 7 core tables covering users, customers, services, orders, order items, payments, and reporting. All relationships are defined with foreign keys to maintain data integrity.
| Table | Description |
|---|---|
users |
Login credentials and role (admin / kasir) |
customers |
Customer profiles and contact information |
services |
Laundry service types with pricing per kg or per item |
orders |
Order header with customer reference, status, and due date |
order_items |
Line items per order linked to service type |
payments |
Payment records with Midtrans transaction details and status |
reports |
Generated report records with summary data |

View full ERD on dbdiagram.io — paste the DBML below to render it.