Git Product home page Git Product logo

pretix-sepadebit's Introduction

SEPA Direct debit for pretix

This is a plugin for pretix.

Development setup

  1. Make sure that you have a working pretix development setup.
  2. Clone this repository, eg to local/pretix-sepadebit.
  3. Activate the virtual environment you use for pretix development.
  4. Execute python setup.py develop within this directory to register this application with pretix's plugin registry.
  5. Execute make within this directory to compile translations.
  6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.

License

Copyright 2017 Raphael Michel

Released under the terms of the Apache License 2.0

pretix-sepadebit's People

Contributors

arabestia avatar aruanoguate avatar aserramonner avatar bjorn-out avatar bockstaller avatar c0de-bender avatar eltorio avatar lalejand avatar lapor-kris avatar maartenberg avatar moritzlerch avatar oocf avatar pc-coholic avatar per0x avatar raphaelm avatar regendrogenbogen avatar rimi-itk avatar ronijalm avatar sggua avatar szymczag avatar thvranken avatar tophattom avatar webappconcept avatar wiffbi avatar yichengsd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pretix-sepadebit's Issues

BIC/IBAN combination results in hard fail even though it's correct

There seems to be some list of BICs running in the background, which then blocks buying tickets when it doesn't match with the IBAN. I have a customer that complained that his BIC doesn't work. IBAN-Rechner.de shows, that the BIC he provided is definitely correct with the BIC.

I can't provide sample data due to GDPR, but maybe there could be a checkbox to confirm the data (in case only the combination fails) or some other solution, so it's not hardfailing and not keeping customers from buying limited tickets.

No localization

Currently, it seems like languages other than English don't work. Admin interface and user frontend (shop) are always in English

Misleading emails using giftcards and paid reminder via sepa

Hello,

Given an order where a part is paid with a giftcard,
the SEPA debit is the reminding value only, not {total_with_currency}.

The customer gets misleading mail:

Hallo,

wir haben Ihre Bestellung für {event} mit einem Gesamtbetrag von
{total_with_currency} erhalten. (*Bitte schließen Sie die Bezahlung bis {expire_date} ab.*)

{payment_info}:
Wir werden den **vollen Bestellbetrag** am oder kurz nach dem %(date)s von Ihrem
Bankkonto einziehen.

*) already deleted

"We will debit the total amount of this order ...." is just wrong when we just charge the rest.

Actually I can't hotfix this because {payment_info} template isn't user configurable.

sepadd module not found

On update to Pretix 2.5.0 today I encountered the following bug:

  File "/var/pretix/venv/lib/python3.6/site-packages/pretix_sepadebit/views.py", line 17, in <module>
    from sepadd import SepaDD
ModuleNotFoundError: No module named 'sepadd'

Changing the import in the views.py file to from sepaxml import SepaDD fixes the problem, though I imagine this would also need to be reflected in the setup.py at least too.

unique mandate reference?

Having an order with two or more sepa debit payments,
all gets the same mandate reference.

I expect having unique references.

Eg

  • order: X0GTX
  • payment id: X0GTX-P-1
  • payment id: X0GTX-P-2
  • payment id: X0GTX-P-3

all get same Mandate reference: X-PROBE-X0GTX

I'm missing the suffix.

display bugs of sepa payments status in the order view

Steps to reproduce:

  • have an order with a sepa debit
  • export it
  • "This order has been paid via SEPA debit. It was part of the export file exported ... link to export file"
  • refund an amount
  • order gets status 'pending'
  • sepa debit shows up "This order has been planned to be paid via SEPA debit but " ...

However, it was exported.

I'll expect the debit status 'was exported' doesn't and can't change can't be undone ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.