Flexible Payments #57355
Labels
No Label
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Websites
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Information from Developers
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/devfund-website#57355
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
People should be able to pay what they want whenever they want, and it should add to the extension of their Membership.
next_payment_date
of their membershipReminder X days/weeks before expiry (maybe based on the period last paid for, e.g. when you pay for a month you get a notification one or two weeks before it expires, but when you pay for a full year you get it a month or two before it expires).(not part of this task; see #57675)Added subscriber: @dr.sybren
Changed status from 'Open' to: 'Resolved'
Shifting
next_payment
date by pay-whatever-you-want is implemented in72843f3
. Note that this does not allow manual payments.Instead of computing price per day and working with that, the price per month is used. This gives less roundoff errors (as monetary amounts are always entire cents). The amount paid is translated into N months + M days, where N is integer and M is fractional.