📊 14 Microservices Included
Settings
Configuration
Accounting
Financial
Employee
HR & Payroll
Inventory
Stock Mgmt
Sales
Revenue
Purchasing
Procurement
Projects
Management
Compliance
Tickets
Documents
DMS
Quotations
Quotes
Tasks
Management
CRM
Customers
Collaboration
Chat
POS
Sales
📋 Installation Steps
Step 1: Import Database
mysql -u root -p < database/uoms_complete_setup.sql
Step 2: Copy Services
cp -r services/* /home/username/public_html/services/
Step 3: Install Dependencies
cd /home/username/public_html/services/settings && composer install
Step 4: Run Migrations
php spark migrate
Step 5: Start Service
php spark serve --port=3001
⚙️ Database Credentials
User: uoms_user
Password: secure_password
Databases: 14 (uoms_settings, uoms_accounting, etc.)
✨ Key Features
Multi-tenant
RESTful APIs
Soft Deletes
Audit Logging
UUID Keys
CORS Support
Migrations
cPanel Ready
Production Ready
100+ Endpoints
Complete Docs
Easy Deploy