Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt

Use this file to discover all available pages before exploring further.

Real-World Example

ABC Collections wants a failed payments report every Monday morning. They choose the report type, set the schedule, and add the finance team as recipients. Every Monday, the system should generate the report using the selected settings and send it only to the selected recipients.

Visual Flow

How It Should Work

  • It should let the creditor choose the report, schedule, recipients, and delivery settings.
  • Reports should be generated according to the selected schedule.
  • Scheduled report delivery may happen in the background.

How It Should Not Work

  • It should not send reports to unintended recipients.
  • It should not include data outside the creditor’s allowed access.
  • It should not keep sending a report after the schedule is disabled or removed.

Developer Notes

  • Imports and reports can involve background work, so visible status should never claim completion before processing is done.
  • Partial failures should remain visible to the creditor instead of being treated as a clean success.
  • app/Livewire/Creditor/ImportConsumers
  • app/Livewire/Creditor/Reports
  • app/Jobs/ImportConsumersCoordinatorJob.php
  • app/Jobs/ProcessConsumerChunkJob.php
Last modified on May 25, 2026