Skip to content

✨ Sales Order Management Solution (NextJS + Shadcn UI)

License

Notifications You must be signed in to change notification settings

keanteng/option

Repository files navigation

Option - Order Management Solution

Option is a order management solution for salesman to keep track of their sales order and product catalogue. It can be used specifically for goods trading company such as snacks, beverages, household goods and more.

The project is powered by NextJS and styles using Shadcn UI and Tailwind CSS. The database is powered by PostgresSQL hosted on local Docker setup. The CRUD operations are done via Prisma.

Preview

alt text

Run Locally

Configure Docker

docker compose up

Once connection established, setup the database

npx prisma migrate dev --name init

After that, start the development server

npm run dev

Features

  • ✅Product Catalogue
  • ✅Order Creation
  • ✅Order Item Creation
  • ✅Autosuggestion Based on Product
  • ✅Autofill Order
  • ✅Simple Dashboard For Visualization
  • and more ...

Potential Ideas

  • Multi users to support company with more than one salesman
  • Admin dashboard to manage sales team