heliton / module-reservation-admin-grid
Admin reservation grid
Package info
github.com/CUTTRHOAT69/module-reservation-admin-grid
Type:magento2-module
pkg:composer/heliton/module-reservation-admin-grid
1.1.3
2025-10-08 12:01 UTC
This package is auto-updated.
Last update: 2026-02-22 11:26:33 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.