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

A reseller partner brings ABC Collections to YouNegotiate. Superadmin creates or updates the partner record so future creditor revenue share can be calculated correctly.

Visual Flow

How It Should Work

  • It should let Superadmin create and manage partner records.
  • It should support partner association with creditor companies.
  • It should preserve revenue-share settings used in billing.

How It Should Not Work

  • It should not calculate partner share from the wrong partner.
  • It should not remove partner context from historical transactions.
  • It should not expose partner management to non-Superadmin users.

Developer Notes

  • Partner records can affect membership and YN share billing calculations.
  • Be careful with changes to partner revenue-share values.
  • app/Livewire/Creditor/ManagePartners
  • app/Services/PartnerService.php
  • app/Console/Commands/ProcessCreditorPaymentsCommand.php
Last modified on May 25, 2026