Use account_id from receivable/payable properties
Bug #931395 reported by
Stefan Rijnhart (Opener)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Banking Addons |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Currently, the default debit and credit accounts for unmatched transactions need to be manually configured using 'Defaults settings for bank accounts'. Instead, property_
Related branches
lp:~therp-nl/banking-addons/6.1-dev-useful_defaults
- Banking Addons Core Editors: Pending requested
-
Diff: 107 lines (+47/-5)4 files modifiedaccount_banking/account_banking.py (+39/-3)
account_banking/i18n/nl.po (+1/-1)
account_banking/wizard/bank_import.py (+5/-0)
account_banking/wizard/bank_import_view.xml (+2/-1)
- Banking Addons Core Editors: Pending requested
-
Diff: 107 lines (+47/-5)4 files modifiedaccount_banking/account_banking.py (+39/-3)
account_banking/i18n/nl.po (+1/-1)
account_banking/wizard/bank_import.py (+5/-0)
account_banking/wizard/bank_import_view.xml (+2/-1)
Changed in banking-addons: | |
status: | New → Fix Released |
To post a comment you must log in.
I'm not sure that this is the right option. In our case, the 'Defaults settings for bank accounts' works well because we use a custom 'Bank Suspense' account as the default for the transactions. If the journal does get created for the statement line using, the 'Bank Suspense' account then it is easily visible. The book-keepers will check the 'Bank Suspense' account regularly and manually reconcile any transactions in that account.
Our accountants have already raised concerns that it is possible to change the account on a statement line to the 'Debtors' or 'Creditors' account and to generate a journal without the partner on it.