fleetbase/fleetops

[GFI] Custom Tracking Numbers

Open

#181 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:
Allow users to define and assign custom tracking numbers for orders and other entities.

Tasks:

  • Ensure support for manual or auto-generated tracking numbers.
  • Ensure uniqueness within the company scope.
  • Display custom tracking numbers in order and entity listings.

Acceptance Criteria:

  • Users can set or override tracking numbers.
  • Tracking numbers are unique and searchable.
  • Tracking numbers show in detail and label views.

References:

  • Related models: Order, Entity.
  • See HasTrackingNumber trait

Contributor guide