31 Commits

Author SHA1 Message Date
307a4b0330 Complete previous commit 2024-10-16 20:09:22 +02:00
4969025722 Replace re.match with re.fullmatch
See [Benjamin-Loison/cpython/issues/43](https://github.com/Benjamin-Loison/cpython/issues/43).
2024-10-16 20:03:32 +02:00
91fb433258 Add and use isTransactionFromOwnAccounts 2024-10-04 12:47:48 +02:00
db18d88f35 Correctly make all transactions match current balance 2024-10-04 02:04:55 +02:00
e19132c33f Fix #2: Use amount sign to precise if it's a debit or a credit 2024-10-04 01:37:47 +02:00
e0c99bc068 Parse all relevés 2024-10-04 01:15:38 +02:00
2d4a10da05 #2: Use pdftotext -layout instead of pdftotext -raw to distinguish debit from credit 2024-10-04 00:53:33 +02:00
69d6442966 WIP about to plot with transaction precision 2024-10-03 23:47:26 +02:00
7d7ced9b81 WIP sort all transactions 2024-10-03 21:36:43 +02:00
9e8de4b4c7 WIP gather all transactions over bank accounts 2024-10-03 21:33:38 +02:00
046835064d WIP transaction precise 2024-10-03 21:22:30 +02:00
31b81fa33e Make date and valeur of transaction be datetimes 2024-10-03 21:20:07 +02:00
c425ebcb00 Correctly detect transactions with thousands 2024-10-03 20:36:39 +02:00
9eed49c344 Consider last transaction 2024-10-03 20:10:06 +02:00
4123118020 Add and use readPdfBankStatement 2024-10-03 19:51:54 +02:00
b99838696e WIP adding other bank accounts 2024-10-03 19:33:54 +02:00
bbe93d0939 Move stuff from main.py to README.md and utils.py 2024-10-03 18:07:03 +02:00
17acc478b7 Uppercase constants 2024-10-03 17:43:44 +02:00
ee6e850174 Specify compte_de_cheques/ 2024-10-03 17:36:07 +02:00
f090374caf Use symlog scale instead of log 2024-10-02 00:33:11 +02:00
ef3e8ef337 Add logarithmic scale 2024-10-01 20:57:36 +02:00
b75d5fc86f Add WIP monthly debit and credit plot 2024-10-01 20:35:43 +02:00
480072779c Remove config dependency 2023-11-05 21:10:45 +01:00
6f97554195 Use is None instead of == None 2023-09-14 20:18:51 +02:00
9c3ed9dd2a Correct a typo 2023-07-28 18:15:03 +02:00
9ceaa935b7 Replace "\n" with n in Python scripts 2023-07-28 14:54:53 +02:00
c775a3056d Remove TODOs to use Issues 2023-06-21 01:12:58 +02:00
02625cc71b Add account amount after each transaction 2023-06-21 01:05:48 +02:00
5f439c0e61 Add initialAmount parsing 2023-06-21 00:57:16 +02:00
6ced1c0db0 Correct a typo in the change folder path 2023-06-21 00:40:31 +02:00
bff59b3504 Add bnp_pdf_statement_parser.py 2023-06-21 00:36:27 +02:00