numerus/debian
jordi fita mas 20827b2cfb Add IBAN and BIC fields to contacts
These two fields are just for information purposes, as Numerus does not
have any way to wire transfer using these, but people might want to keep
these in the contact’s info as a convenience.

Since not every contact should have an IBAN, e.g., customers, and inside
SEPA (European Union and some more countries) the BIC is not required,
they are in two different relations in order to be optional without
using NULL.

For the IBAN i found an already made PostgreSQL module, but for BIC i
had to write a regular expression based on the information i gathered
from Wikipedia, because the ISO standard is not free.

These two parameters for the add_contact and edit_contact functions are
TEXT because i realized that these functions are intended to be used
from the web application, that only deals with texts, so the
ValueOrNil() function was unnecessarily complex and PostreSQL’s
functions were better suited to “convert” from TEXT to IBAN or BIC.
The same is true for EMAIL and URI domains, so i changed their parameter
types to TEXT too.

Closes #54.
2023-07-02 02:08:45 +02:00
..
source Convert to Debian non-native format 1.0 2023-01-16 10:41:46 +01:00
changelog Convert to Debian non-native format 1.0 2023-01-16 10:41:46 +01:00
control Add IBAN and BIC fields to contacts 2023-07-02 02:08:45 +02:00
copyright Add user_profile view to update the profile with form 2023-01-22 02:23:09 +01:00
golang-tandem-numerus-dev.install Split into three debian packages: dev, binary, and sqitch migration 2023-01-16 13:22:16 +01:00
numerus-demo.install Add the SQL for the demo 2023-01-17 22:30:01 +01:00
numerus-sqitch.install Split into three debian packages: dev, binary, and sqitch migration 2023-01-16 13:22:16 +01:00
numerus.install Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
numerus.postinst Debian: add service and post installation script to create user and group 2023-06-13 14:48:43 +02:00
numerus.service Debian: add service and post installation script to create user and group 2023-06-13 14:48:43 +02:00
rules debian: Update PostgreSQL version to 15, used in Debian 12 2023-06-15 12:19:08 +02:00