Add Orders and Order Status repositories with pagination and management features
- Implemented OrdersRepository for handling order data with pagination, filtering, and sorting capabilities. - Added methods for retrieving order status options, quick stats, and detailed order information. - Created OrderStatusRepository for managing order status groups and statuses, including CRUD operations and sorting. - Introduced a bootstrap file for test environment setup and autoloading.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<section class="card">
|
||||
<h1><?= $e($t('dashboard.title')) ?></h1>
|
||||
<p class="muted"><?= $e($t('dashboard.description')) ?></p>
|
||||
<?php if (!empty($user['email'])): ?>
|
||||
<p><?= $e($t('dashboard.active_user_label')) ?> <span class="accent"><?= $e($user['email']) ?></span></p>
|
||||
<?php endif; ?>
|
||||
</section>
|
||||
Reference in New Issue
Block a user