Restaurant Production Pro - ERP extension for TastyIgniter. Manages food cost, recipes, inventory and automatic stock deduction.
Extension Code: paolorox.restapro
Namespace: Paolorox\Restapro
Restaurant Production Pro is an extension for TastyIgniter (v4.x) that transforms the application into an ERP system for catering, introducing inventory management, automatic Food Cost calculation, recipe management (with support for sub-recipes), and automatic stock deduction upon order confirmation.
^4.0^8.0Follow these steps to install the extension in your testing environment (including shared hosting):
Upload the entire extension folder to the TastyIgniter extensions directory. The final folder structure must be exactly as follows:
tastyigniter_root/
└── extensions/
└── paolorox/
└── restapro/
├── composer.json
├── src/
├── database/
├── resources/
└── README.md
Access your server via SSH terminal (if available), navigate to the root directory of TastyIgniter, and run the following command to register the extension and execute database migrations:
php artisan igniter:up
If your shared hosting does not have SSH access, you can force TastyIgniter to register and migrate the extension in one of these ways:
Once installed, the extension adds a main menu item named Production to the Admin Dashboard. Follow this logical order to configure the system:
Define basic units of measurement before entering ingredients (e.g., Grams, Kilograms, Liters, Milliliters, Piece).
1000.000000).Enter basic ingredients, specifying:
Create recipes and associate them with existing items in your TastyIgniter menu.
Log new stock arrivals by creating purchase orders.
The extension hooks into the native TastyIgniter event:
admin.order.paymentProcessed (Order payment successfully completed).
sale) for each ingredient used, updating the inventory in real-time.Other extensions and themes by Paolo Rossini.
For developers
Create extensions or themes for TastyIgniter and earn revenue from the community. Join a growing ecosystem of developers building for restaurants worldwide.
Become an authorRestaurant Production Pro - ERP extension for TastyIgniter. Manages food cost, recipes, inventory and automatic stock deduction.