match membership sample-date with sepa-mandate sample-data

This commit is contained in:
Michael Hoennig 2019-05-03 20:22:17 +02:00
parent 20b9d2f105
commit b7aac92807

View File

@ -1,7 +1,7 @@
id;customer_id;admission_document_date;cancellation_document_date;member_from_date;member_until_date;remark
1;1;2001-04-10;2007-08-09;2001-04-11;2007-12-31;is now client of another member|see XYZ
2;1;2017-01-15;null;2017-01-15;null;nothing to say here
3;3;2003-05-11;2019-11-30;2003-05-15;2019-12-31;business discontinued
3;3;2003-05-11;2018-11-30;2003-05-15;2018-12-31;business discontinued
4;4;2017-05-15;null;2017-05-15;null;whatever|is|to|say
5;5;2011-08-18;null;2011-08-18;null;foo bar etc.

1 id customer_id admission_document_date cancellation_document_date member_from_date member_until_date remark
2 1 1 2001-04-10 2007-08-09 2001-04-11 2007-12-31 is now client of another member|see XYZ
3 2 1 2017-01-15 null 2017-01-15 null nothing to say here
4 3 3 2003-05-11 2019-11-30 2018-11-30 2003-05-15 2019-12-31 2018-12-31 business discontinued
5 4 4 2017-05-15 null 2017-05-15 null whatever|is|to|say
6 5 5 2011-08-18 null 2011-08-18 null foo bar etc.
7