heliton / module-reservation-admin-grid
Admin reservation grid
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/heliton/module-reservation-admin-grid
This package is auto-updated.
Last update: 2025-12-22 11:06:46 UTC
README
- Admin grid to manage store reservations with ACL to chose who is allowed to view and/or delete
- Admin grid that list inconsistent reservations to analize
- CRUD for Reservations, to be able to do many things more easily, like GetById and DeleteById
- Custom log called reservations_logger.log
- Translation available in pt_BR
Installation
- Install the module composer by running
composer require heliton/module-reservation-admin-grid - enable the module by running
php bin/magento module:enable Heliton_ReservationAdminGrid - apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
Configuration
- Admin menu can be accessed in: Reservations -> Grid Reservations.