User Guide for Inventory POS System
Introduction
This User Guide provides instructions on how to use the Inventory POS System.
User Guide for Inventory POS System
Getting Started
1. Ensure you have the necessary files: index.html, styles.css, script.js, schema.sql, data.sql.
2. Set up your SQL database using schema.sql and populate it with data.sql.
User Guide for Inventory POS System
HTML File (index.html)
The HTML file sets up the structure of the inventory and POS system, including forms and tables for
managing inventory and sales.
User Guide for Inventory POS System
CSS File (styles.css)
The CSS file styles the HTML structure, providing a clean and user-friendly interface for the
inventory and POS system.
User Guide for Inventory POS System
JavaScript File (script.js)
The JavaScript file provides the functionality for the system, including:
- Adding items to the inventory.
- Adding items to the POS cart.
- Calculating totals, including GST and QST.
- Updating and removing items from the inventory and cart.
User Guide for Inventory POS System
SQL Files
schema.sql:
This file creates the necessary tables for the inventory and cart in your database.
data.sql:
This file populates the inventory and cart tables with sample data.
User Guide for Inventory POS System
Using the Inventory POS System
1. Open index.html in your web browser.
2. Use the "Inventory Management" section to add items to your inventory.
3. Use the "POS System" section to add items to the cart using their SKU.
4. The system will calculate the subtotal, GST, QST, and total amount automatically.
User Guide for Inventory POS System
Conclusion
This User Guide has covered the basic setup and usage of the Inventory POS System. For further
customizations and enhancements, refer to the code and modify it as per your requirements.