/usr/share/glib-2.0/schemas/org.gnucash.window.pages.account.tree.gschema.xml is in gnucash-common 1:2.6.15-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnucash">
<schema path="/org/gnucash/window/pages/account-tree/summary/" id="org.gnucash.window.pages.account-tree.summary">
<key type="b" name="grand-total">
<default>true</default>
<summary>Show a grand total of all accounts converted to the default report currency</summary>
<description>Show a grand total of all accounts converted to the default report currency</description>
</key>
<key type="b" name="non-currency">
<default>true</default>
<summary>Show non currency commodities</summary>
<description>If active, non currency commodities (stocks) will be shown. Otherwise they will be hidden.</description>
</key>
<key type="b" name="start-choice-relative">
<default>true</default>
<summary>Use relative profit/loss starting date</summary>
<description>This setting controls the type of starting date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the starting date specified by the start-date key. If set to anything else, GnuCash will retrieve the starting date specified by the start-period key.</description>
</key>
<key type="b" name="start-choice-absolute">
<default>false</default>
<summary>Use absolute profit/loss starting date</summary>
<description>This setting controls the type of starting date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the starting date specified by the start-date key. If set to anything else, GnuCash will retrieve the starting date specified by the start-period key.</description>
</key>
<key type="x" name="start-date">
<default>0</default>
<summary>Starting date (in seconds from Jan 1, 1970)</summary>
<description>This setting controls the starting date set in profit/loss calculations if the start-choice setting is set to "absolute". This field should contain a date as represented in seconds from January 1st, 1970.</description>
</key>
<key type="i" name="start-period">
<default>5</default>
<summary>Starting time period identifier</summary>
<description>This setting controls the starting date set in profit/loss calculations if the start-choice setting is set to anything other than "absolute". This field should contain a value between 0 and 8.</description>
</key>
<key type="b" name="end-choice-relative">
<default>true</default>
<summary>Use relative profit/loss ending date</summary>
<description>This setting controls the type of ending date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the ending date specified by the end-date key. If set to anything else, GnuCash will retrieve the ending date specified by the end-period key.</description>
</key>
<key type="b" name="end-choice-absolute">
<default>false</default>
<summary>Use absolute profit/loss ending date</summary>
<description>This setting controls the type of ending date used in profit/loss calculations. If set to "absolute" then GnuCash will retrieve the ending date specified by the end-date key. If set to anything else, GnuCash will retrieve the ending date specified by the end-period key.</description>
</key>
<key type="x" name="end-date">
<default>0</default>
<summary>Ending date (in seconds from Jan 1, 1970)</summary>
<description>This setting controls the ending date set in profit/loss calculations if the end-choice setting is set to "absolute". This field should contain a date as represented in seconds from January 1st, 1970.</description>
</key>
<key type="i" name="end-period">
<default>5</default>
<summary>Ending time period identifier</summary>
<description>This setting controls the ending date set in profit/loss calculations if the end-choice setting is set to anything other than "absolute". This field should contain a value between 0 and 8.</description>
</key>
</schema>
</schemalist>
|