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 scheduled a weekly payment report. The finance team says they did not receive last week’s report. The creditor should open Report History and confirm whether the report was generated, when it was created, and whether delivery completed or failed.

Visual Flow

How It Should Work

  • It should show report generation history for the creditor.
  • It should help the creditor confirm when reports were created or delivered.
  • It should keep report history connected to the right account access.

How It Should Not Work

  • It should not show reports from another creditor.
  • It should not hide failed report deliveries.
  • It should not show a scheduled report as delivered if delivery did not complete.

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