wimverstuyf / php-coda-parser

PHP parser for Belgian CODA banking files
GNU Lesser General Public License v3.0
41 stars 25 forks source link

Show coda sequences #16

Closed astalpaert closed 4 years ago

astalpaert commented 4 years ago

To be able to detect duplicate database entries, I need to check if a coda/transaction was already inserted (based on its sequence number). Since the sequence numbers were read/parsed, but not exposed to the transaction, I added these.

astalpaert commented 4 years ago

Added some comments which should still be addressed. After this should be good to go.

Thanks for the feedback! Fixed the comments.