]> git.parisson.com Git - teleforma.git/commit
First shot of integrating online payment, all bank-related things are stubs for now
authorGael Le Mignot <gael@pilotsystems.net>
Thu, 19 Sep 2019 13:58:08 +0000 (15:58 +0200)
committerGael Le Mignot <gael@pilotsystems.net>
Thu, 19 Sep 2019 13:58:08 +0000 (15:58 +0200)
commitce32da7fbbb1c58ee9d7634d8a3d2788d3d1c56b
treee95f584a9a9dddb951c9b4fc4951aa8dbfa7191a
parent9a85516490838fc4240b168227a0e89e44dafcd5
First shot of integrating online payment, all bank-related things are stubs for now
15 files changed:
teleforma/forms.py
teleforma/management/commands/teleforma-send-payment-emails.py [new file with mode: 0644]
teleforma/migrations/0117_auto__del_field_payment_collected__add_field_payment_scheduled__add_fi.py [new file with mode: 0644]
teleforma/models/core.py [changed mode: 0644->0755]
teleforma/models/crfpa.py
teleforma/templates/payment/email_initial.txt [new file with mode: 0644]
teleforma/templates/payment/email_initial_subject.txt [new file with mode: 0644]
teleforma/templates/payment/email_reminder.txt [new file with mode: 0644]
teleforma/templates/payment/email_reminder_subject.txt [new file with mode: 0644]
teleforma/templates/payment/payment_start.html [new file with mode: 0644]
teleforma/templates/payment/payment_validate.html [new file with mode: 0644]
teleforma/urls.py
teleforma/views/__init__.py
teleforma/views/crfpa.py
teleforma/views/payment.py [new file with mode: 0644]