From d09d5ace170da7e2d9b8164670552f24df99e115 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 15 Jul 2015 13:46:28 +0200 Subject: [PATCH] Ad sold columns in account list. --- accountant/frontend/static/templates/accounts.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/accountant/frontend/static/templates/accounts.html b/accountant/frontend/static/templates/accounts.html index 0b615d3..23fd93f 100644 --- a/accountant/frontend/static/templates/accounts.html +++ b/accountant/frontend/static/templates/accounts.html @@ -22,6 +22,8 @@ Nom du compte + Solde courant + Solde pointé Découvert autorisé Actions @@ -34,6 +36,10 @@ + + + + @@ -55,7 +61,9 @@ - [[ account.name ]] + [[ account.name ]] + [[ account.current ]] + [[ account.pointed ]] [[ account.authorized_overdraft ]]