~siretart/gnucash/ubuntu-fullsource

« back to all changes in this revision

Viewing changes to accounts/es_MX/acctchrt_otherloan.gnucash-xea

  • Committer: Reinhard Tartler
  • Date: 2008-08-03 07:25:46 UTC
  • Revision ID: siretart@tauware.de-20080803072546-y6p8xda8zpfi62ys
import gnucash_2.2.4.orig.tar.gz

The original tarball had the md5sum: 27e660297dc5b8ce574515779d05a5a5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<gnc-account-example>
 
3
    <gnc-act:title>
 
4
      Otros pr�stamos
 
5
    </gnc-act:title>
 
6
    <gnc-act:short-description>
 
7
      Cuentas para controlar otros pr�stamos, junto con su inter�s asociado
 
8
    </gnc-act:short-description>
 
9
    <gnc-act:long-description>
 
10
    Desear� seleccionar este juego de cuentas si tiene un pr�stamo
 
11
      distinto a un pr�stamo hipotecario (otro pr�stamo, inter�s de
 
12
      otro pr�stamo).
 
13
  </gnc-act:long-description>    
 
14
<gnc:account version="2.0.0">
 
15
  <act:name>Root Account</act:name>
 
16
  <act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
 
17
  <act:type>ROOT</act:type>
 
18
  <act:commodity-scu>0</act:commodity-scu>
 
19
</gnc:account>
 
20
<gnc:account version="2.0.0">
 
21
  <act:name>Pasivo</act:name>
 
22
  <act:id type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:id>
 
23
  <act:type>LIABILITY</act:type>
 
24
  <act:currency>
 
25
    <cmdty:space>ISO4217</cmdty:space>
 
26
    <cmdty:id>EUR</cmdty:id>
 
27
  </act:currency>
 
28
  <act:description>Pasivo</act:description>
 
29
  <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 
30
</gnc:account>
 
31
<gnc:account version="2.0.0">
 
32
  <act:name>Pr�stamos</act:name>
 
33
  <act:id type="new">b5624a9d1a1b797b87b815774faccfe4</act:id>
 
34
  <act:type>LIABILITY</act:type>
 
35
  <act:currency>
 
36
    <cmdty:space>ISO4217</cmdty:space>
 
37
    <cmdty:id>EUR</cmdty:id>
 
38
  </act:currency>
 
39
  <act:description>Pr�stamos</act:description>
 
40
  <act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
 
41
</gnc:account>
 
42
<gnc:account version="2.0.0">
 
43
  <act:name>Otro pr�stamo</act:name>
 
44
  <act:id type="new">eb79670a4c9b0faab87485b7b2a4abe4</act:id>
 
45
  <act:type>LIABILITY</act:type>
 
46
  <act:currency>
 
47
    <cmdty:space>ISO4217</cmdty:space>
 
48
    <cmdty:id>EUR</cmdty:id>
 
49
  </act:currency>
 
50
  <act:description>Otro pr�stamo</act:description>
 
51
  <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
 
52
</gnc:account>
 
53
<gnc:account version="2.0.0">
 
54
  <act:name>Gastos</act:name>
 
55
  <act:id type="new">565e52a122e8acc9a67a36e61357e2ae</act:id>
 
56
  <act:type>EXPENSE</act:type>
 
57
  <act:currency>
 
58
    <cmdty:space>ISO4217</cmdty:space>
 
59
    <cmdty:id>EUR</cmdty:id>
 
60
  </act:currency>
 
61
  <act:description>Gastos</act:description>
 
62
  <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 
63
</gnc:account>
 
64
<gnc:account version="2.0.0">
 
65
  <act:name>Intereses</act:name>
 
66
  <act:id type="new">4a02c14e992ea79076837c164aa6fc8d</act:id>
 
67
  <act:type>EXPENSE</act:type>
 
68
  <act:currency>
 
69
    <cmdty:space>ISO4217</cmdty:space>
 
70
    <cmdty:id>EUR</cmdty:id>
 
71
  </act:currency>
 
72
  <act:description>Intereses</act:description>
 
73
  <act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
 
74
</gnc:account>
 
75
<gnc:account version="2.0.0">
 
76
  <act:name>Otro inter�s</act:name>
 
77
  <act:id type="new">f01de45e290ecc29b64d9cb8a733af68</act:id>
 
78
  <act:type>EXPENSE</act:type>
 
79
  <act:currency>
 
80
    <cmdty:space>ISO4217</cmdty:space>
 
81
    <cmdty:id>EUR</cmdty:id>
 
82
  </act:currency>
 
83
  <act:description>Inter�s asociado a otro pr�stamo</act:description>
 
84
  <act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
 
85
</gnc:account>
 
86
</gnc-account-example>
 
87
 
 
88
<!-- Local variables: -->
 
89
<!-- mode: xml        -->
 
90
<!-- End:             -->