Patch de la capability bank: ajout d'un type pour les dépôts d'espèces

Ci-joint le patch.

Cordialement,
Simon

From a31841ccf4467acf8453d80cee8ff948e5daeb96 Mon Sep 17 00:00:00 2001
From: smurail <simon.murail@budget-insight.com>
Date: Thu, 21 Nov 2013 13:37:24 +0100
Subject: [PATCH 1/1] add TYPE_CASH_DEPOSIT to Transaction

Signed-off-by: smurail <simon.murail@budget-insight.com>
This commit is contained in:
Simon Murail 2013-11-21 13:45:01 +01:00 committed by Florent
commit 790a685b2d

View file

@ -97,6 +97,7 @@ class Transaction(CapBaseObject):
TYPE_CARD = 7
TYPE_LOAN_PAYMENT = 8
TYPE_BANK = 9
TYPE_CASH_DEPOSIT = 10
date = DateField('Debit date on the bank statement')
rdate = DateField('Real date, when the payment has been made; usually extracted from the label or from credit card info')