Abdullrahman
HomeAboutProjectsResearchSkillsContact
Download CV
Back to Projects
Project 01 // Core Engine

Coffee Shop ERP with
AI.

Operational system for coffee shop management workflows

VIEW ON GITHUBDOCUMENTATION
ERPOperationsDashboardBusiness Systems
ERP
ERP
OPE
Operations
DAS
Dashboard
BUS
Business Systems
Retail OpsDomain
ERPWorkflow
Full-stackScope
Process // 01

The Challenge

Small retail teams need a central operational view instead of scattered spreadsheets and manual tracking.

Bottleneck Analysis

Identification of relay failures in distributed nodes.

Process // 02

The Solution

  • Structured the project around day-to-day coffee shop workflows.
  • Prepared a portfolio-safe ERP case study focused on operations, reporting, and maintainable data models.

Advanced Core Logic

A public portfolio project for managing coffee shop operations, with room for inventory, sales, staff, and reporting workflows.

Operational data modeling
Admin workflows
Reporting views
Full-stack application structure
Architecture

Visual Chronicles

Abdullrahman

© 2026 Abdullrahman. Built for high-end AI research.

LinkedInGitHubPrivacyTerms
Kept the seed wording conservative until the live admin content is replaced with final screenshots and details.
Solution visualization
bash
git clone <this-repo>
cd coffee_shop_erp/docker
cp .env.example .env
# Optional: edit .env to set passwords and site name

docker compose -f compose.local.yml up --build
```

Open ERPNext at **http://localhost:8000**

Default login:
- **User:** `Administrator`
- **Password:** value of `ADMIN_PASSWORD` in `.env` (default: `admin`)