Add MembershipPayment model #2

Open
opened 2022-08-03 19:51:24 +02:00 by nik · 3 comments
nik commented 2022-08-03 19:51:24 +02:00 (Migrated from edugit.org)

We need a model for a single membership payment, that will be created every time fees have to be paid (e.g. every year or so).

The model needs:

  • A foreign key to Membership
  • A field holding the date when the payment is due
  • The amount (money field)

It needs to implement the Tezor for_object API (by exposing the required methods/properties), so we can make Tezor payments for membership payments.

No frontend is required right now.

We need a model for a single membership payment, that will be created every time fees have to be paid (e.g. every year or so). The model needs: * A foreign key to `Membership` * A field holding the date when the payment is due * The amount (money field) It needs to implement the Tezor `for_object` API (by exposing the required methods/properties), so we can make Tezor payments for membership payments. No frontend is required right now.
nik commented 2022-08-03 19:51:24 +02:00 (Migrated from edugit.org)

assigned to @debdolph

assigned to @debdolph
debdolph commented 2022-08-03 19:53:18 +02:00 (Migrated from edugit.org)

created branch 2-add-membershippayment-model to address this issue

created branch [`2-add-membershippayment-model`](/AlekSIS/onboarding/AlekSIS-App-Vereinsmeier/-/compare/master...2-add-membershippayment-model) to address this issue
debdolph commented 2022-08-03 19:53:23 +02:00 (Migrated from edugit.org)

mentioned in merge request !17

mentioned in merge request !17
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-Vereinsmeier#2
No description provided.