mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-17 00:14:46 -05:00
Add account templates for Norwegian (Bokmal) language; by Tor Harald
Thorland <linux@strigen.com>; not fully functional so far. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12310 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<gnc-account-example>
|
||||
<gnc-act:title>
|
||||
Other Loans
|
||||
</gnc-act:title>
|
||||
<gnc-act:short-description>
|
||||
Accounts for tracking other loans and associated interest
|
||||
</gnc-act:short-description>
|
||||
<gnc-act:long-description>
|
||||
You would want to select this set of accounts if you have something other than a home loan (other loan, other loan interest).
|
||||
</gnc-act:long-description>
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Liabilities</act:name>
|
||||
<act:id type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:id>
|
||||
<act:type>LIABILITY</act:type>
|
||||
<act:commodity>
|
||||
<cmdty:space>ISO4217</cmdty:space>
|
||||
<cmdty:id>USD</cmdty:id>
|
||||
</act:commodity>
|
||||
<act:description>Liabilities</act:description>
|
||||
</gnc:account>
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Loans</act:name>
|
||||
<act:id type="new">b5624a9d1a1b797b87b815774faccfe4</act:id>
|
||||
<act:type>LIABILITY</act:type>
|
||||
<act:commodity>
|
||||
<cmdty:space>ISO4217</cmdty:space>
|
||||
<cmdty:id>USD</cmdty:id>
|
||||
</act:commodity>
|
||||
<act:description>Loans</act:description>
|
||||
<act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
|
||||
</gnc:account>
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Other Loan</act:name>
|
||||
<act:id type="new">eb79670a4c9b0faab87485b7b2a4abe4</act:id>
|
||||
<act:type>LIABILITY</act:type>
|
||||
<act:commodity>
|
||||
<cmdty:space>ISO4217</cmdty:space>
|
||||
<cmdty:id>USD</cmdty:id>
|
||||
</act:commodity>
|
||||
<act:description>Other Loan</act:description>
|
||||
<act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
|
||||
</gnc:account>
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Expenses</act:name>
|
||||
<act:id type="new">565e52a122e8acc9a67a36e61357e2ae</act:id>
|
||||
<act:type>EXPENSE</act:type>
|
||||
<act:commodity>
|
||||
<cmdty:space>ISO4217</cmdty:space>
|
||||
<cmdty:id>USD</cmdty:id>
|
||||
</act:commodity>
|
||||
<act:description>Expenses</act:description>
|
||||
</gnc:account>
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Interest</act:name>
|
||||
<act:id type="new">4a02c14e992ea79076837c164aa6fc8d</act:id>
|
||||
<act:type>EXPENSE</act:type>
|
||||
<act:commodity>
|
||||
<cmdty:space>ISO4217</cmdty:space>
|
||||
<cmdty:id>USD</cmdty:id>
|
||||
</act:commodity>
|
||||
<act:description>Interest</act:description>
|
||||
<act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
|
||||
</gnc:account>
|
||||
<gnc:account version="2.0.0">
|
||||
<act:name>Other Interest</act:name>
|
||||
<act:id type="new">f01de45e290ecc29b64d9cb8a733af68</act:id>
|
||||
<act:type>EXPENSE</act:type>
|
||||
<act:commodity>
|
||||
<cmdty:space>ISO4217</cmdty:space>
|
||||
<cmdty:id>USD</cmdty:id>
|
||||
</act:commodity>
|
||||
<act:description>Other Interest</act:description>
|
||||
<act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
|
||||
</gnc:account>
|
||||
</gnc-account-example>
|
||||
|
||||
<!-- Local variables: -->
|
||||
<!-- mode: xml -->
|
||||
<!-- End: -->
|
||||
Reference in New Issue
Block a user