Go to file
Manoj Kumar Mohan c20ff67cbd
Create README.md
2024-05-06 12:38:17 +02:00
assets first commit 2024-05-06 12:30:03 +02:00
customer first commit 2024-05-06 12:30:03 +02:00
dompdf first commit 2024-05-06 12:30:03 +02:00
event first commit 2024-05-06 12:30:03 +02:00
expends first commit 2024-05-06 12:30:03 +02:00
inventory first commit 2024-05-06 12:30:03 +02:00
invoice first commit 2024-05-06 12:30:03 +02:00
jobcard first commit 2024-05-06 12:30:03 +02:00
pages first commit 2024-05-06 12:30:03 +02:00
part-code first commit 2024-05-06 12:30:03 +02:00
perfoma-invoice first commit 2024-05-06 12:30:03 +02:00
report first commit 2024-05-06 12:30:03 +02:00
suplier first commit 2024-05-06 12:30:03 +02:00
.gitlab-ci.yml Create .gitlab-ci.yml 2024-05-06 12:32:28 +02:00
action.php first commit 2024-05-06 12:30:03 +02:00
backup.php first commit 2024-05-06 12:30:03 +02:00
baseurl.php first commit 2024-05-06 12:30:03 +02:00
conn.php first commit 2024-05-06 12:30:03 +02:00
dashboard-finance.html first commit 2024-05-06 12:30:03 +02:00
dashboard-influencer.html first commit 2024-05-06 12:30:03 +02:00
dashboard-sales.html first commit 2024-05-06 12:30:03 +02:00
ecommerce-product-checkout.html first commit 2024-05-06 12:30:03 +02:00
ecommerce-product-single.html first commit 2024-05-06 12:30:03 +02:00
ecommerce-product.html first commit 2024-05-06 12:30:03 +02:00
error_log first commit 2024-05-06 12:30:03 +02:00
header.php first commit 2024-05-06 12:30:03 +02:00
index.php first commit 2024-05-06 12:30:03 +02:00
influencer-finder.html first commit 2024-05-06 12:30:03 +02:00
influencer-profile.html first commit 2024-05-06 12:30:03 +02:00
link.php first commit 2024-05-06 12:30:03 +02:00
login.php first commit 2024-05-06 12:30:03 +02:00
logout.php first commit 2024-05-06 12:30:03 +02:00
main.js first commit 2024-05-06 12:30:03 +02:00
nav.php first commit 2024-05-06 12:30:03 +02:00
profile.php first commit 2024-05-06 12:30:03 +02:00
README.md Create README.md 2024-05-06 12:38:17 +02:00
script.php first commit 2024-05-06 12:30:03 +02:00
update-profile.php first commit 2024-05-06 12:30:03 +02:00
yeardateget.php first commit 2024-05-06 12:30:03 +02:00

Automotive Service Management System (ASMS)

The Automotive Service Management System (ASMS) is a user-friendly application designed to help automobile service centers efficiently manage their operations. Whether youre a mechanic, service advisor, or business owner, ASMS simplifies tasks related to customer management, job cards, and invoicing.

Features

  1. User-Friendly Interface: • ASMS has an easy-to-use interface built with HTML, CSS, and JavaScript. • Its responsive, so you can access it from any device.

  2. Customer Management: • Store customer details, including names, phone numbers, and email addresses. • Keep track of vehicle information (registration numbers, chassis numbers, etc.).

  3. Job Cards and Invoices: • Create job cards for each service request. • Generate professional invoices with itemized details.

  4. Service Types: • Define different service types (e.g., oil change, brake repair). • Assign service types to job cards.

Technical Details

  1. Frontend: • We used HTML, CSS, and JavaScript to build the user interface. • Bootstrap framework ensures a clean and responsive design.
  2. Backend: • PHP handles server-side scripting. • MySQL database stores all data (customer info, job cards, invoices).

Deployment

  1. Azure Virtual Machine (VM): • We hosted ASMS on an Ubuntu VM in Azure. • Installed Apache web server and PHP.
  2. Database Setup: • MySQL database is hosted on Azure. • Created tables for login, customer, invoice, and more.
  3. Public Access: • The application is accessible via the VMs IP address: [172.205.232.115]. • To make it user-friendly, consider mapping a domain name to this IP address.
  4. CI/CD Pipeline: • GitLab CI/CD automatically deploys updates whenever you push new code. • This ensures your application is always up-to-date.

Conclusion

ASMS streamlines service center operations, making life easier for mechanics and service advisors.