├── .DS_Store ├── .vscode └── settings.json ├── NewbornOutletImages ├── account_one.png ├── account_two.png ├── customers.png ├── dashboard.png ├── login.png ├── reports.png ├── sales.png └── suppliers.png ├── README.md ├── _DS_Store ├── account.php ├── css └── custom.css ├── customers.php ├── dashboard.php ├── database └── connect.php ├── images ├── baby-background.jpg └── newbornoutletlogo.png ├── index.php ├── inventory.php ├── inventorytest.php ├── js ├── custom.js ├── loadNavBar.js ├── reload.js ├── showAdminTools.js ├── showAllCustomers.js ├── showAllSales.js ├── showAllSuppliers.js ├── showCustomer.js ├── showEmployee.js ├── showEmployeeSales.js ├── showProduct.js ├── showProducts.js ├── showSuppliers.js └── showTriggers.js ├── logout.php ├── navBar.html ├── sales.php ├── salesReports.php └── suppliers.php /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/.DS_Store -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | // Place your settings in this file to overwrite default and user settings. 2 | { 3 | } -------------------------------------------------------------------------------- /NewbornOutletImages/account_one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/account_one.png -------------------------------------------------------------------------------- /NewbornOutletImages/account_two.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/account_two.png -------------------------------------------------------------------------------- /NewbornOutletImages/customers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/customers.png -------------------------------------------------------------------------------- /NewbornOutletImages/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/dashboard.png -------------------------------------------------------------------------------- /NewbornOutletImages/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/login.png -------------------------------------------------------------------------------- /NewbornOutletImages/reports.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/reports.png -------------------------------------------------------------------------------- /NewbornOutletImages/sales.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/sales.png -------------------------------------------------------------------------------- /NewbornOutletImages/suppliers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/derreck503/PointOfSales/a3f688943273641be9366ffd1c79493703b24997/NewbornOutletImages/suppliers.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # NewBorn Outlet 2 | A simple and easy to use point of sales system. Built without any frameworks, only using HTML, CSS, JavaScript, PHP, and MySQL. 3 | 4 | # Features 5 |
Product Name | 142 |Description | 143 |Qty In Stock | 144 |Price | 145 |
---|---|---|---|
', $row['ProductName'],' | '; 170 | echo'', $row['Descriptions'], ' ',$row['eLName'],' | '; 171 | echo'', $row['QtyInStock'], ' ',$row['cLName'], ' | '; 172 | echo'', $row['UnitPrice'],' | '; 173 | echo'
The leading point of sales system for a baby store.
67 | 68 |You have been logged out.
59 |Product | Sales | ",$productsArray[$i][0]," | ",'$',$productsArray[$i][1]," | "; 222 | } 223 | echo "
---|