tomatophp / tomato-pos-module
Full POS system for tomato ordering and inventory
Fund package maintenance!
3x1io
Installs: 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:Blade
Type:laravel-module
Requires
- php: ^8.1|^8.2
- joshbrw/laravel-module-installer: ^2.0
- nwidart/laravel-modules: ^10.0
- tomatophp/console-helpers: ^1.1
- tomatophp/tomato-admin: ^1.2
- tomatophp/tomato-branches-module: ^1.0
- tomatophp/tomato-category-module: ^1.0
- tomatophp/tomato-coupons-module: ^1.0
- tomatophp/tomato-crm-module: ^1.0
- tomatophp/tomato-ecommerce-module: ^1.0
- tomatophp/tomato-inventory-module: ^1.0
- tomatophp/tomato-orders-module: ^1.0
- tomatophp/tomato-plugins: ^1.2
- tomatophp/tomato-products-module: ^1.0
- tomatophp/tomato-wallet-module: ^1.0
This package is auto-updated.
Last update: 2024-11-21 10:43:12 UTC
README
Tomato POS
Full POS system for tomato ordering and inventory
big thanks for tailwind-pos for the tailwind POS Theme
Installation
composer require tomatophp/tomato-pos-module
after install your package please run this command
php artisan tomato-pos:install
Add Style
you need to add style.css to you app.css please on this file resources/css/app.css
add this line after the imports
@import url('../../Modules/TomatoPos/resources/assets/css/style.css');
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="tomato-pos-config"
you can publish views file by use this command
php artisan vendor:publish --tag="tomato-pos-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="tomato-pos-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="tomato-pos-migrations"
Support
you can join our discord server to get support TomatoPHP
Docs
you can check docs of this package on Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
Please see SECURITY for more information about security.
Credits
License
The MIT License (MIT). Please see License File for more information.