Hi, i share this UI (Version 2) for the POS (Works with Create & Edit sell), with visible stock and some optimizations (Look the image for more info)
To install:
MAKE BACKUPS of yor root directory o app before install this!!!
1. Make a copy of your root directory ( the root of your application ...)
2. Unzip and copy the folders public and resources in your root directory ( the root of your application ...)
3. Run the app -- I recommend test enviroment (localhost)
4. Change the theme form CFG-SYSTEM and test the default colors of the app
5. CLEAR CACHE or use SHIFT + F5 to refresh the page if its neccesary
Update: Images for categories
Each image is the id of the category,example id=1, name=fruits ... The image will be "1.jpg"
Put each image (1.jg, 2,jpg, 3jpg...) in public/img
The zip contains (If you want to make a copy of this files before replace.)
:: JS & CSS
\UPOS478\public\css\app.css"
\UPOS478\public\js\pos.js"
:: Headers
\UPOS478\resources\views\layouts\partials\header-pos.blade.php"
:: Forms
\UPOS478\resources\views\sale_pos\create.blade.php"
\UPOS478\resources\views\sale_pos\edit.blade.php"
\UPOS478\resources\views\sale_pos\product_row.blade.php"
\UPOS478\resources\views\sale_pos\partials\pos_form_totals.blade.php"
\UPOS478\resources\views\sale_pos\partials\pos_form.blade.php"
\UPOS478\resources\views\sale_pos\partials\pos_form_actions.blade.php"
\UPOS478\resources\views\sale_pos\partials\pos_sidebar.blade.php"
\UPOS478\resources\views\sale_pos\partials\product_list_box.blade.php"
\UPOS478\resources\views\sale_pos\partials\product_list.blade.php"
\UPOS478\resources\views\sale_pos\partials\featured_products.blade.php"
\UPOS478\resources\views\sale_pos\partials\pos_category_product.blade.php"
Let me to know if it works!