Real-World Example
A reseller partner brings ABC Collections to YouNegotiate. Super Admin creates or updates the partner record so future creditor revenue share can be calculated correctly.
Visual Flow
How It Should Work
- It should let Super Admin 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-Super Admin 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 26, 2026