fleetbase/fleetops

[GFI] Clone and Schedule Repeating Orders

Open

#180 opened on Oct 30, 2025

 (0 comments) (0 reactions) (0 assignees)PHP (55 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide