juntagrico / juntagrico-billing

GNU Lesser General Public License v3.0
2 stars 3 forks source link

Reference to invalid field organisation_bank_connection.ESR #7

Closed nixnuex closed 4 months ago

nixnuex commented 3 years ago

organisation_bank_connection.ESR is not part of juntagrico's default setup. Shouldn't the IBAN be used here?

https://github.com/juntagrico/juntagrico-billing/blob/44cc98159199c1c2c278f6246d6fed7c652c6ee2/juntagrico_billing/templates/mails/bill_share.txt#L16

samuel-iseli commented 3 years ago

We have the newly introduced concept of payment-types now in juntagrico_billling. There are multiple payment types and one of them is referenced as default paymenttype by a reference from the singleton Settings object. The mail-template bill_notification.txt is using this. Other places displaying an account for payment should be changed to using paymenttype too.

samuel-iseli commented 3 years ago

I don't know much about shares billing. @motu55, is this actively used or can it be removed?

samuel-iseli commented 5 months ago

As far as I can see, the email templates bill_share.txt, bill_sub.txt and bill_extra.extrasub.txt are not used anywhere.