shopit-back/tests/Unit
ncoronel 448ffb4102 feat(ticket): implement validity time management for tickets and catalog items
- Added ValidityTime model and migration to manage ticket validity periods.
- Updated TicketGeneratorService to resolve and assign validity times to tickets.
- Refactored ticket generation logic to remove legacy date fields and use validity time.
- Introduced timezone support for tenants to handle service dates correctly.
- Updated migrations to remove deprecated columns and add foreign keys for validity times.
- Modified seeders and tests to accommodate new validity time structure.
- Enhanced tests to validate ticket generation and validity time behavior.
2026-08-06 15:52:19 -03:00
..
Auth Forgot password flow 2026-07-27 09:43:00 -03:00
Bootstrap feat: Refactor event form functionality by removing social media data from AdminAppBootstrapResource and AdminAppBootstrapService; add EventFormController, EventFormResource, and EventFormService; implement routes and tests for event form 2026-08-03 14:02:08 -03:00
Catalog feat(ticket): implement validity time management for tickets and catalog items 2026-08-06 15:52:19 -03:00
Event feat: Add event management to tenant and catalog 2026-08-03 12:01:20 -03:00
Forms feat: Add event association to purchases; implement event relationship in models, update migration, and enhance tests 2026-08-04 11:45:03 -03:00
Logging feat: Add tenant code to value changes; implement PurchaseController and related services for tenant-specific purchase management 2026-08-04 10:27:33 -03:00
Notification Forgot password flow 2026-07-27 09:43:00 -03:00
Sale feat: Implement sale management features including controllers, services, resources, and routes; add PDF generation for sales and modifications 2026-08-04 11:44:13 -03:00
Ticket feat(ticket): implement validity time management for tickets and catalog items 2026-08-06 15:52:19 -03:00
ExampleTest.php initial commit 2026-06-18 10:09:24 -03:00