ZAG ERP - https://erp-zag.vercel.app/
A web app to be an ERP System to a medical company in Germany with the features: 1 - Create an "anfragen" (a purchase request) 2 - Create an "auftrag" (a purchase order) 3 - Manage warehouse (inbound, outbound and stock)
First, set up you firebase config in the project; Second, run the development server:
npm run dev
# or
yarn dev
- React / NextJs
- Typescript
- ESlint
- Tailwind for styles
- Firestore
- Firebase Auth
- XLSX (To Excel export)
-
Admin login = email: [email protected] password: adminpassword
-
Anfragen login = email: [email protected] password: anfragen
-
Auftrag login = email: [email protected] password: auftrag
-
Warehouse login = email: [email protected] password: warehouse
- A welcome panel
- You can create and manage your own anfragen
- You can manage and create all auftrag based on anfragen
- You can manage inbound, outbound and stock
- /api/warehouse
- /api/anfragen
- /api/auftrag