Skip to content
Snippets Groups Projects
Unverified Commit 8756b259 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Update docs/financial/financialentities.md


Co-Authored-By: default avatarMikey O'Toole <mikey@mjco.uk>
parent d2a1c4f6
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ this item will have a status of 'Unpaid'.
For historical reasons this may not always be true but [it's the goal](https://github.com/civicrm/civicrm-dev-docs/issues/712).
When a payment is made it might either pay off the line items, or a specific line item, in full. In that case the line item
status is updated to Paid and an EntityFinancialTrxn record is created in the civicrm_entity_financial_trxn table linking
status is updated to Paid and an `EntityFinancialTrxn` record is created in the `civicrm_entity_financial_trxn` table linking
the line item to the payment and specifying the amount paid.
If the line item is paid in part then the status is not updated and the `EntityFinancialTrxn` record specifies the portion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment