[FIX] account.account.type.csv

bzr revid: dusan@ubuntu-20121122180032-1w6e3vuxcrj2tdaa
This commit is contained in:
dusan 2012-11-22 19:00:32 +01:00
parent 20d33391e4
commit bdc88244ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
"id","name","code","report_type","close_method"
"account.data_account_type_liability","Obveznosti do virov sredstev","obveznosti","liability","Balance"
"account.data_account_type_payable","Obveznosti do virov sredstev - obveznosti","obveznosti.obveznosti","liability","Unreconciled"
"account.data_account_type_other","Ostalo","ostalo","","None"
"account.data_account_type_other","Ostalo","ostalo","/","None"
"account.data_account_type_asset","Sredstva","sredstva","asset","Balance"
"account.data_account_type_receivable","Sredstva - terjatve","sredstva.terjatve","asset","Unreconciled"
"account.data_account_type_expense","Uspeh - odhodki","uspeh.odhodki","expense","None"

1 id name code report_type close_method
2 account.data_account_type_liability Obveznosti do virov sredstev obveznosti liability Balance
3 account.data_account_type_payable Obveznosti do virov sredstev - obveznosti obveznosti.obveznosti liability Unreconciled
4 account.data_account_type_other Ostalo ostalo / None
5 account.data_account_type_asset Sredstva sredstva asset Balance
6 account.data_account_type_receivable Sredstva - terjatve sredstva.terjatve asset Unreconciled
7 account.data_account_type_expense Uspeh - odhodki uspeh.odhodki expense None