feat: add dlv_account_reconciliation_rest_amount — show rest amount on bank reconciliation screen

This commit is contained in:
Kristof Bernaert
2026-08-10 20:21:04 +02:00
parent 99be24c46a
commit a529d6fd01
7 changed files with 178 additions and 0 deletions
@@ -0,0 +1,29 @@
# -*- coding: utf-8 -*-
{
"name": "Reconciliation Rest Amount",
"summary": "Toon het restbedrag tussen haakjes op het afletterscherm "
"(bank reconciliatie)",
"description": """
Voegt het restbedrag (verschil tussen het oorspronkelijke bedrag en het reeds
afgeletterde/toegewezen bedrag) tussen haakjes toe aan het bank-afletterscherm,
zowel bij de regel van het bankafschrift (liquidity-line) als bij de
voorgestelde afletteringsregels (bestaande boekingen) die niet volledig
worden ingezet.
""",
"author": "bv Domus La Vila",
"website": "https://domuslavila.eu",
"category": "Accounting/Accounting",
"version": "16.0.1.0.0",
"license": "LGPL-3",
"depends": ["account_accountant"],
"data": [],
"assets": {
"web.assets_backend": [
"dlv_account_reconciliation_rest_amount/static/src/js/*.js",
"dlv_account_reconciliation_rest_amount/static/src/xml/*.xml",
],
},
"installable": True,
"application": False,
"auto_install": False,
}