ledger123 / runmyaccounts

SQL-Ledger Customizations by Run My Accounts
GNU General Public License v2.0
16 stars 9 forks source link

Revolut import feature: Select and memorize appropriate account #426

Open sweitmann opened 11 months ago

sweitmann commented 11 months ago

Hi Armaghan,

It would be great if we could add the possibility to select and memorize the appropriate (AR_paid/ AP_paid) account to each Revolut account listed under 'Import--Revolut--Transactions' like this:

Bildschirmfoto vom 2023-12-27 11-34-13

Regards

sweitmann commented 11 months ago

Hi Armaghan,

Once we have added the possibility to pre-select the respective bank account as shown above, we will be able to improve the following screen and make everything faster as follows:

Bildschirmfoto vom 2023-12-27 14-47-55

Regards

ledger123 commented 10 months ago

Hi Sebastian,

Good morning.

I have implemented this change in a bit different way. Now when you will select bank account on import screen, it will be set against the given revolut account and next time it will be selected automatically.

Please pull the rmac branch and test change. You will need to add a new column chart_id to revolut_accounts table with 'ALTER TABLE revolut_accounts ADD chart_id INTEGER'

image