-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit c51c077 Author: Ivan Novosad <[email protected]> Date: Thu Jan 9 14:15:28 2025 +0100 feat(manual-payments): Add total paid and total due to pdf templates commit 8e9e11d Author: Vincent Pochet <[email protected]> Date: Fri Jan 24 16:46:44 2025 +0100 fix(payment): Ensure payment status is checkd as a string (#3104) ## Description This PR is related to #3088 it ensure that none of the payment `status`, `payable_payment_status` and related payables's `payment_status` are updated if an unknown status is received from a payment provider commit ec8ef1f Author: Anna Velentsevich <[email protected]> Date: Fri Jan 24 16:15:29 2025 +0100 Fix(rev-share): fix bugs found during QA (#3098) ## Context There were small issues found during the QA ## Description Fixed invoice numbering switching from customer-based to per-organization Do not allow edit customers via API if they are not editable commit 4bbb63b Author: Anna Velentsevich <[email protected]> Date: Fri Jan 24 15:30:06 2025 +0100 add rescue when failing to update charge filters and charges (#3103) ## Context When an organization have charges or charge filters with wrong properties, the migration fails and it's hard to indicate what exactly went wrong ## Description Added rescue to migration that fixes double properties for charges and charges filters commit 3881346 Author: brunomiguelpinto <[email protected]> Date: Fri Jan 24 13:56:37 2025 +0000 fix: filter payments based on visible invoices (#3102) ## Context This changes the scope `for_organization` in the `Payment` model, allowing payments only for visible invoices to be considered. ## Description only let the Invoices with statuses defined in `Invoice::VISIBLE_STATUS`. commit 035cea3 Author: Jérémy Denquin <[email protected]> Date: Fri Jan 24 12:14:33 2025 +0100 fix(tasks): Fix signup task env var (#3101)
- Loading branch information
1 parent
f5a225c
commit 9ae177e
Showing
15 changed files
with
93 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters