use simplified label
This commit is contained in:
parent
524a2e5787
commit
46b2e632b6
|
@ -12,7 +12,7 @@ from beancount.ingest import cache, importer # type: ignore
|
||||||
|
|
||||||
|
|
||||||
COL_DATE = "Date de comptabilisation"
|
COL_DATE = "Date de comptabilisation"
|
||||||
COL_LABEL = "Libelle operation"
|
COL_LABEL = "Libelle simplifie"
|
||||||
COL_DEBIT = "Debit"
|
COL_DEBIT = "Debit"
|
||||||
COL_CREDIT = "Credit"
|
COL_CREDIT = "Credit"
|
||||||
COL_DETAIL = "Informations complementaires"
|
COL_DETAIL = "Informations complementaires"
|
||||||
|
|
Loading…
Reference in a new issue