gnucash/accounts/nb/acctchrt_checkbook.gnucash-xea
David Hampton 8f7a9afccc Update the example account trees to include a new root account.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15648 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-02-23 01:24:57 +00:00

118 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<gnc-account-example>
<gnc-act:title>
A Simple Checkbook
</gnc-act:title>
<gnc-act:short-description>
Dette er et minimums sett av kontoer for å bruke GnuCash.
</gnc-act:short-description>
<gnc-act:long-description>
Use this if you just want to balance your checkbook. Later on, you can start tracking income and expenses in more detail if you feel the need.
</gnc-act:long-description>
<gnc:account version="2.0.0">
<act:name>Root Account</act:name>
<act:id type="new">1972cce2e2364f95b2b0bc014502661d</act:id>
<act:type>ROOT</act:type>
<act:commodity-scu>0</act:commodity-scu>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Aktiva</act:name>
<act:id type="new">bde24bbbe01829aff3dac8d038e174cc</act:id>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>NOK</cmdty:id>
</act:commodity>
<act:commodity-scu>100</act:commodity-scu>
<act:description>Aktiva</act:description>
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Nåværende Aktiva</act:name>
<act:id type="new">d90864ec1d660176244b05a0e43e621a</act:id>
<act:type>ASSET</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>NOK</cmdty:id>
</act:commodity>
<act:commodity-scu>100</act:commodity-scu>
<act:description>Nåværende Aktiva</act:description>
<act:parent type="new">bde24bbbe01829aff3dac8d038e174cc</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Sjekk Konto</act:name>
<act:id type="new">ab2dc28552256b8d1ef4fdea4ba45717</act:id>
<act:type>BANK</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>NOK</cmdty:id>
</act:commodity>
<act:commodity-scu>100</act:commodity-scu>
<act:description>Sjekk Konto</act:description>
<act:parent type="new">d90864ec1d660176244b05a0e43e621a</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Inntekt</act:name>
<act:id type="new">e96c0691c219f5f55590e20fb9a3309b</act:id>
<act:type>INCOME</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>NOK</cmdty:id>
</act:commodity>
<act:commodity-scu>100</act:commodity-scu>
<act:description>Inntekt</act:description>
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Utgifter</act:name>
<act:id type="new">3b95fbbcc06ef20d61aa082b84938287</act:id>
<act:type>EXPENSE</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>NOK</cmdty:id>
</act:commodity>
<act:commodity-scu>100</act:commodity-scu>
<act:description>Utgifter</act:description>
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
<act:slots>
<slot>
<slot:key>placeholder</slot:key>
<slot:value type="string">false</slot:value>
</slot>
<slot>
<slot:key>notes</slot:key>
<slot:value type="string"></slot:value>
</slot>
</act:slots>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Egenkapital</act:name>
<act:id type="new">b8b72887da1adf889f171923d23efbdd</act:id>
<act:type>EQUITY</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>NOK</cmdty:id>
</act:commodity>
<act:commodity-scu>100</act:commodity-scu>
<act:description>Egenkapital</act:description>
<act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
</gnc:account>
<gnc:account version="2.0.0">
<act:name>Inngående Balanse</act:name>
<act:id type="new">bdb4dd9be2b98f03a0b400036452232c</act:id>
<act:type>EQUITY</act:type>
<act:commodity>
<cmdty:space>ISO4217</cmdty:space>
<cmdty:id>NOK</cmdty:id>
</act:commodity>
<act:commodity-scu>100</act:commodity-scu>
<act:description>Inngående Balanse</act:description>
<act:parent type="new">b8b72887da1adf889f171923d23efbdd</act:parent>
</gnc:account>
</gnc-account-example>
<!-- Local variables: -->
<!-- mode: xml -->
<!-- End: -->