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 needs a payment report for April. The creditor chooses the payment report, selects April 1 through April 30, and generates the report. The report should include only ABC Collections payment records from that date range. It should not include May payments, another creditor’s payments, or records outside the selected filters.

Visual Flow

How It Should Work

  • It should let the creditor choose a report type and filters.
  • It should generate a report only from records the creditor can access.
  • The exported information should match the selected report criteria.

How It Should Not Work

  • It should not include data from another creditor.
  • It should not ignore the selected filters.
  • It should not create a report with missing or misleading totals.

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