We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c931a6 commit facc377Copy full SHA for facc377
autopart
@@ -0,0 +1,22 @@
1
+# Auto Parts Inventory Management App
2
+
3
+## Features
4
5
+- Inventory: Add/update/delete parts; barcode; expiry alerts
6
+- Billing & Invoicing: GST, PDF, WhatsApp, quotations
7
+- Profit & Loss, Day Book
8
+- GST Management & Reports
9
+- Customers/Vendors & Loyalty
10
+- Expenses Tracking, Attachments
11
+- Analytics, Export, Charts
12
+- Security: Login, Multi-User, Backup
13
+- Payments: UPI, Bank, Reminders
14
+- Multi-Branch, Notifications
15
16
+## Setup
17
18
+1. `cd backend && npm install`
19
+2. Start MongoDB
20
+3. `node server.js`
21
+4. `cd frontend && npm install`
22
+5. `npm start`
0 commit comments