MVC improvements. Upload ofx now creates entries in the DB.
authorwww-data <www-data@n3150.home>
Sat, 2 Apr 2022 23:16:37 +0000 (01:16 +0200)
committerwww-data <www-data@n3150.home>
Sat, 2 Apr 2022 23:16:37 +0000 (01:16 +0200)
commit4e565fc166c6e264a23b46e7ef23301ef4cc31d4
treea71b2cb9ed0fe67fb7f0cf43e85887a507437472
parentb1aebcda1d236750d3457e37b8676fc2add96f0b
MVC improvements. Upload ofx now creates entries in the DB.
19 files changed:
app/compta/api/bank.php
app/compta/api/recurrent.php [new file with mode: 0644]
app/compta/api_recurrent.php [deleted file]
app/compta/controlers/recurrent.php
app/compta/controlers/supplier.php
app/compta/models/anah.php [new file with mode: 0644]
app/compta/models/bank.php
app/compta/models/loan.php
app/compta/models/owner.php
app/compta/models/recurrent.php
app/compta/views/bank_index.php
app/compta/views/recurrent_detail.php
app/compta/views/recurrent_index.php
app/compta/views/recurrent_nouveau.php
app/compta/views/recurrent_payer.php
app/compta/views/recurrent_remove.php [new file with mode: 0644]
app/compta/views/recurrent_update.php
app/compta/views/supplier_bill.php
app/compta/views/supplier_billpay.php [new file with mode: 0644]