# 🚀 WELCOME TO PRODUCTIONPLANNERPRO! ## Quick Start Guide for New Customers **Congratulations on your purchase!** This guide will get you up and running in 10 minutes. --- ## 📦 **WHAT YOU RECEIVED:** 1. ✅ Complete ERP system (150+ features) 2. ✅ MySQL database with default admin account 3. ✅ Admin dashboard for user management 4. ✅ All source code (PHP, HTML, JavaScript) 5. ✅ Full documentation **Package Value: $2,000 | Lifetime License** --- ## ⚡ **QUICK START (3 STEPS)** ### **STEP 1: Upload Files (5 minutes)** Upload all files to your web hosting: ``` /public_html/ ├── backend/ (Upload entire folder) ├── app/ (Upload entire folder) ├── admin/ (Upload entire folder) ├── account/ (Upload entire folder) ├── css/ (Upload entire folder) └── index.html (Upload file) ``` **Via cPanel File Manager:** 1. Login to cPanel 2. Click "File Manager" 3. Navigate to `/public_html/` 4. Click "Upload" 5. Upload the ZIP file 6. Extract it --- ### **STEP 2: Import Database (2 minutes)** 1. Open **phpMyAdmin** in cPanel 2. Click "New" to create database 3. Database name: `productionplanner` (or any name you want) 4. Click "Import" tab 5. Choose file: `database.sql` 6. Click "Go" **✅ Default admin account will be created automatically!** --- ### **STEP 3: Update Database Config (2 minutes)** Edit file: `/public_html/backend/config/database.php` Update these 4 lines: ```php private const DB_HOST = 'localhost'; // Usually 'localhost' private const DB_NAME = 'productionplanner'; // Your database name private const DB_USER = 'your_db_username'; // Your database username private const DB_PASS = 'your_db_password'; // Your database password ``` **Save the file.** --- ## 🔐 **DEFAULT ADMIN LOGIN** After completing the 3 steps above: ### **1. Go to System Login Page:** ``` https://yourdomain.com/app/system-login.html ``` ### **2. Enter Default Credentials:** ``` Email: admin@productionplannerpro.com Password: Admin@123456 ``` ### **3. You'll Be Redirected To:** ``` https://yourdomain.com/admin/dashboard.html ``` --- ## 🎯 **YOUR FIRST TASKS:** ### **Task 1: Change Admin Password** (IMPORTANT!) 1. Login to admin dashboard 2. Click "Users" in sidebar 3. Find admin@productionplannerpro.com 4. Click "Edit" 5. Enter new password 6. Click "Update User" ### **Task 2: Create Your Admin Account** 1. Click "+ New User" 2. Fill in your details: - Email: your@email.com - Password: YourSecurePassword - First/Last Name - Organization: Select from dropdown - ✅ Check "Super Admin Privileges" 3. Click "Create User" ### **Task 3: Test Your New Account** 1. Logout (sidebar) 2. Login with your new credentials 3. Verify you can access admin dashboard ### **Task 4: Delete Default Admin** (Optional) Once you've created your own admin account: 1. Login with YOUR account 2. Go to Users 3. Delete "admin@productionplannerpro.com" --- ## 📍 **IMPORTANT URLS TO BOOKMARK:** | Purpose | URL | |---------|-----| | **System Login** (Admin/Users) | `yourdomain.com/app/system-login.html` | | **Admin Dashboard** (User Management) | `yourdomain.com/admin/dashboard.html` | | **Production Dashboard** (Main ERP) | `yourdomain.com/app/dashboard.html` | | **Customer Portal** (If selling software) | `yourdomain.com/account/login.html` | --- ## 👥 **TWO LOGIN SYSTEMS EXPLAINED:** ### **System Login** → For YOUR team - **Purpose:** Run the factory/business - **Users:** Production managers, operators, admins - **Database Table:** `users` - **Login URL:** `/app/system-login.html` - **Access:** ERP system, production planning, inventory ### **Customer Login** → For YOUR customers (if reselling) - **Purpose:** Download software, manage subscriptions - **Users:** People who BUY from you - **Database Table:** `customers_website` - **Login URL:** `/account/login.html` - **Access:** Downloads, billing, support tickets **Most businesses only need System Login!** --- ## 🛠️ **TROUBLESHOOTING:** ### **Can't Login?** **Problem:** "Invalid email or password" **Solution 1:** Reset password via SQL ```sql UPDATE users SET password = '$2y$10$3qenAC6ImUNb7jzlt4U1WeuK4WiZ96mlICzr31B/Ocb4nVh8bB3gq' WHERE email = 'admin@productionplannerpro.com'; ``` Password is now: `Admin@123456` **Solution 2:** Check database config - Verify `/backend/config/database.php` has correct credentials - Test database connection in phpMyAdmin --- ### **500 Server Error?** **Check:** 1. PHP version 7.2 or higher 2. Database credentials correct 3. All files uploaded properly 4. File permissions (folders: 755, files: 644) --- ### **Blank Page?** **Check:** 1. Browser console (F12) for errors 2. Server error logs in cPanel 3. Database config file 4. PHP errors enabled (temporarily) --- ## 📚 **NEXT STEPS:** Once logged in successfully: ### **Week 1: Setup** - ✅ Create admin accounts for your team - ✅ Set up organizations/departments - ✅ Import your company data - ✅ Configure system settings ### **Week 2: Training** - ✅ Train team on production planning - ✅ Learn scheduling features - ✅ Practice MRP calculations - ✅ Test workflows ### **Week 3: Go Live** - ✅ Enter real production orders - ✅ Track inventory - ✅ Generate schedules - ✅ Monitor capacity --- ## 🎓 **TRAINING RESOURCES:** **Included Documentation:** - `INSTALLATION_GUIDE.md` - Complete setup - `USER_MANUAL.md` - How to use each feature - `API_DOCUMENTATION.md` - For developers - `FAQ.md` - Common questions **Video Tutorials:** (Coming soon) - First login walkthrough - Creating production orders - Using auto-scheduler - MRP planning --- ## 📞 **SUPPORT:** **Purchased from:** DKwebArt **Email:** dktrading1985@gmail.com **Phone:** +94 77 7268284 **Support includes:** - ✅ Installation assistance (1 hour) - ✅ Bug fixes (lifetime) - ✅ Email support (90 days) - ✅ Updates (1 year) **Extended support available for purchase.** --- ## ✅ **SYSTEM REQUIREMENTS:** **Server:** - PHP 7.2 or higher - MySQL 5.7 or higher - Apache/Nginx web server - 50MB disk space minimum - SSL certificate (recommended) **Browser:** - Chrome/Edge (recommended) - Firefox - Safari - Internet Explorer 11+ (limited support) **Hosting:** - Shared hosting: ✅ Supported - VPS/Cloud: ✅ Supported - Dedicated: ✅ Supported - cPanel: ✅ Recommended --- ## 🎁 **BONUS FEATURES:** **What's Included (No Extra Cost):** - ✅ Auto-scheduler with AI optimization - ✅ Material Requirements Planning (MRP) - ✅ Capacity planning - ✅ Gantt timeline - ✅ Bill of Materials (BOM) - ✅ Multi-organization support - ✅ Role-based access control - ✅ Detailed audit logs - ✅ REST API (150+ endpoints) - ✅ Dark theme UI --- ## 🔒 **LICENSE:** **You Own This Software:** - ✅ Lifetime license (no recurring fees) - ✅ Use for unlimited organizations - ✅ Create unlimited users - ✅ Modify source code freely - ✅ No attribution required - ✅ Commercial use permitted - ❌ Cannot resell as standalone product - ❌ Cannot remove copyright from code files --- ## 📊 **WHAT HAPPENS AFTER LOGIN:** ``` 1. Login → System Login Page ↓ 2. Authenticated → Admin Dashboard ↓ 3. Dashboard Shows: - Total users count - Active users count - Organizations count - Super admins count ↓ 4. Sidebar Navigation: - Users (manage all users) - Organizations (view orgs) - Settings (coming soon) - Logout ↓ 5. Click "Users" → See all users table - Create new users - Edit existing users - Delete users - Toggle active/inactive ↓ 6. Click "+ New User" → Create account - Email (required) - Password (min 8 chars) - First/Last name - Organization - Super admin checkbox ``` --- ## 🚀 **YOU'RE READY!** **Everything you need is included in this package.** Follow the 3 steps above and you'll be logged in within 10 minutes. **Questions?** Contact support anytime! --- **Last Updated:** February 18, 2026 **Version:** 1.0.0 **Package:** $2,000 Downloadable System **Thank you for choosing ProductionPlannerPro!** 🎉