Skip to content
Snippets Groups Projects
Commit c895e312 authored by Ujjvala Collins's avatar Ujjvala Collins
Browse files

[FIX] l10n_it: Fixed account type and added respected accounts with correct types.

bzr revid: uco@tinyerp.com-20110922131113-ho5l3qzjbn0w7rkb
parent 9757a3a5
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,8 @@
2,2,"PASSIVO ",0,"account_type_view","view",TRUE
20,20,"PATRIMONIO NETTO ",2,"account_type_view","view",TRUE
2101,2101,"patrimonio netto ",20,"account_type_view","other",TRUE
2102,2102,"utile d'esercizio ",20,"account_type_view","receivable",TRUE
2103,2103,"perdita d'esercizio ",20,"account_type_view","payable",TRUE
2102,2102,"utile d'esercizio ",20,"account_type_receivable","receivable",TRUE
2103,2103,"perdita d'esercizio ",20,"account_type_payable","payable",TRUE
2104,2104,"prelevamenti extra gestione ",20,"account_type_view","other",TRUE
2105,2105,"titolare c/ritenute subite ",20,"account_type_view","other",TRUE
22,22,"FONDI PER RISCHI E ONERI ",2,"account_type_view","view",TRUE
......
"id","code","name","close_method","report_type"
"account_type_receivable","receivable","Debiti","unreconciled","liability"
"account_type_payable","payable","Crediti","unreconciled","asset"
"account_type_view","view","Gerarchia","unreconciled",
"account_type_view","view","Gerarchia","none",
"account_type_income","income","Entrate","none","income"
"account_type_expense","expense","Uscite","none","expense"
"account_type_tax","tax","Tasse","none",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment