الصفحات · TomatoPHP
🧾 Tomato POS
Full POS system for tomato ordering and inventory
<figure><img src="../../.gitbook/assets/screenshot (1) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/Screenshot 2023-12-07 at 6.46.05 PM.png" alt=""><figcaption></figcaption></figure>
Installation
composer require tomatophp/tomato-pos
or as Module
composer require tomatophp/tomato-pos-module
after installing your package please run this command
php artisan tomato-pos:install
Add Style
you need to add style.css to your app.css please on this file resources/css/app.css add this line after the imports
@import url('../../vendor/tomatophp/tomato-pos/resources/css/style.css');
now build your asset
yarn && yarn build
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
Please see SECURITY for more security information.
Credits
License
The MIT License (MIT). Please see License File for more information.