https://github.com/aaqyaar/next-pos-admin
https://github.com/aaqyaar/next-pos-admin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaqyaar/next-pos-admin
- Owner: aaqyaar
- Created: 2023-10-24T08:42:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-25T13:10:28.000Z (over 1 year ago)
- Last Synced: 2024-08-03T20:48:52.493Z (10 months ago)
- Language: TypeScript
- Size: 459 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextPOS (Admin App)
This is a POS for next generation. It's a web app that can be used in any device. It's a PWA (Progressive Web App) that can be installed in any device. It's a SPA (Single Page Application)
## Features
Main features of this app are:
marked with [x] are completed, [ ] are not completed
- [x] PWA (Progressive Web App)
- [x] Authentication (Login, Logout, Register, Forgot Password, Reset Password)
- [x] Dashboard (Visual Reports)
- [ ] Products (Items)
- [ ] Categories (Product Groups)
- [ ] Customers (Clients)
- [ ] Suppliers (Vendors)
- [ ] Sales (Orders)
- [ ] Purchases (Orders for Suppliers)
- [ ] Payments (Sales, Purchases, Customers, Suppliers)
- [ ] Balance (Cash, Bank, Wallet, MMT)
- [ ] Bills (Sales, Purchases, Customers, Suppliers)
- [ ] Reports (Sales, Purchases, Products, Customers, Suppliers)
- [ ] Settings
- [ ] Users Management
- [ ] Roles Based Access Control
- [ ] Permissions Management
- [ ] Profile Management## Installation
1. Clone this repository
```bash
git clone https://github.com/aaqyaar/Next-POS-Admin/
```2. Run `yarn install`
3. Run `yarn dev`## Configuration
1. Copy `.env.example` to `.env`
2. Edit `.env` and set all the required information```bash
cp .env.example .env
```## Usage
1. Run `yarn dev`
2. Visit `http://localhost:3000`
3. Login with default credentials (see below)```ts
username = "abdizamed";
password = "12345678";
```4. Enjoy!