Description:
Add functionality to clone existing orders and schedule repeating orders.
Tasks:
- Add "Clone Order" option in the order actions menu.
- Allow users to configure cloned schedules (e.g., daily, weekly, monthly).
- Automatically generate scheduled orders with identical data at defined intervals.
- Display schedule metadata on order detail view.
Acceptance Criteria:
- Orders can be cloned instantly.
- Scheduled orders repeat at correct intervals.
- Scheduling supports stop date or repeat count.
- Proper UI for managing cloned/scheduled orders.
References:
- Related models:
Order
- Look into Laravel scheduling or cron-based implementation.
Description:
Add functionality to clone existing orders and schedule repeating orders.
Tasks:
Acceptance Criteria:
References:
Order