dstpabuaran.com/config
Yoga Pangestu 72848d51d8 feat: add transaction management page with filtering and CRUD functionality
- Implemented TransactionIndex component for displaying transactions with pagination and filtering options.
- Created TransactionCardRow component for rendering individual transaction details.
- Added TransactionItemSubRow component for displaying detailed order items within a transaction.
- Integrated delete confirmation dialog for transaction deletion.
- Updated routes to include transaction management with appropriate permissions.
2026-08-04 10:37:28 +07:00
..
app.php fix: update timezone to Asia/Jakarta and adjust date formatting in attendance component 2026-08-02 15:07:04 +07:00
auth.php feat: add UserSeeder for creating default users and update auth configuration for password 2026-07-28 23:40:14 +07:00
cache.php initial commit 2026-07-28 17:40:38 +07:00
database.php feat: add transaction management page with filtering and CRUD functionality 2026-08-04 10:37:28 +07:00
filesystems.php feat: add media library configuration and file upload components 2026-07-30 10:16:49 +07:00
fortify.php feat: update authentication to allow login using username or email and add tests for inactive users 2026-07-28 23:49:39 +07:00
inertia.php initial commit 2026-07-28 17:40:38 +07:00
logging.php initial commit 2026-07-28 17:40:38 +07:00
mail.php initial commit 2026-07-28 17:40:38 +07:00
media-library.php feat: add media library configuration and file upload components 2026-07-30 10:16:49 +07:00
permission.php feat: add role management functionality with create, edit, and delete capabilities 2026-07-31 23:15:55 +07:00
queue.php initial commit 2026-07-28 17:40:38 +07:00
services.php initial commit 2026-07-28 17:40:38 +07:00
session.php initial commit 2026-07-28 17:40:38 +07:00
settings.php refactor: apply consistent formatting and organization across multiple files 2026-07-31 23:16:34 +07:00
webpush.php feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00