1<schemalist gettext-domain="@PROJECT_NAME@">
2  <schema id="org.gnucash" path="/org/gnucash/">
3    <child name="general" schema="org.gnucash.general"/>
4    <child name="dev" schema="org.gnucash.dev"/>
5  </schema>
6
7  <schema id="org.gnucash.general" path="/org/gnucash/general/">
8    <key name="migrate-prefs-done" type="b">
9      <default>false</default>
10      <summary>-Obsolete-</summary>
11      <description>This setting is obsolete and will be removed in the next major @PROJECT_NAME@ release series.</description>
12    </key>
13
14    <key name="prefs-version" type="i">
15      <default>0</default>
16      <summary>The version of these settings</summary>
17      <description>This is used internally to determine whether some preferences may need conversion when switching to a newer version of GnuCash.</description>
18    </key>
19    <key name="save-window-geometry" type="b">
20      <default>true</default>
21      <summary>Save window sizes and locations</summary>
22      <description>If active, the size and location of each dialog window will be saved when it is closed. The sizes and locations of content windows will be remembered when you quit GnuCash. Otherwise the sizes will not be saved.</description>
23    </key>
24    <key name="account-separator" type="s">
25      <default>'colon'</default>
26      <summary>Character to use as separator between account names</summary>
27      <description>This setting determines the character that will be used between components of an account name. Possible values are any single non-alphanumeric unicode character, or any of the following strings: "colon", "slash", "backslash", "dash" and "period".</description>
28    </key>
29    <key name="assoc-head" type="s">
30      <default>''</default>
31      <summary>Transaction Linked Files head path</summary>
32      <description>This is the path head for the Transaction Linked Files with relative paths</description>
33    </key>
34    <key name="file-compression" type="b">
35      <default>true</default>
36      <summary>Compress the data file</summary>
37      <description>Enables file compression when writing the data file.</description>
38    </key>
39    <key name="autosave-show-explanation" type="b">
40      <default>true</default>
41      <summary>Show auto-save explanation</summary>
42      <description>If active, GnuCash shows an explanation of the auto-save feature the first time that feature is started. Otherwise no extra explanation is shown.</description>
43    </key>
44    <key name="autosave-interval-minutes" type="d">
45      <default>5</default>
46      <summary>Auto-save time interval</summary>
47      <description>The number of minutes until saving of the data file to harddisk will be started automatically. If zero, no saving will be started automatically.</description>
48    </key>
49    <key name="save-on-close-expires" type="b">
50      <default>false</default>
51      <summary>Enable timeout on "Save changes on closing" question</summary>
52      <description>If enabled, the "Save changes on closing" question will only wait a limited number of seconds for an answer. If the user didn't answer within that time, the changes will be saved automatically and the question window closed.</description>
53    </key>
54    <key name="save-on-close-wait-time" type="i">
55      <default>20</default>
56      <summary>Time to wait for answer</summary>
57      <description>The number of seconds to wait before the question window will be closed and the changes saved automatically.</description>
58    </key>
59    <key name="negative-in-red" type="b">
60      <default>true</default>
61      <summary>Display negative amounts in red</summary>
62      <description>Display negative amounts in red</description>
63    </key>
64    <key name="auto-decimal-point" type="b">
65      <default>false</default>
66      <summary>Automatically insert a decimal point</summary>
67      <description>If active, GnuCash will automatically insert a decimal point into values that are entered without one. Otherwise GnuCash will not modify entered numbers.</description>
68    </key>
69    <key name="auto-decimal-places" type="i">
70      <default>2</default>
71      <summary>Number of automatic decimal places</summary>
72      <description>This field specifies the number of automatic decimal places that will be filled in.</description>
73    </key>
74    <key name='force-price-decimal' type="b">
75      <default>false</default>
76      <summary>Force prices to display as decimals even if they must be rounded.</summary>
77      <description>If active, GnuCash will round prices as necessary to display them as decimals instead of displaying the exact fraction if the fractional part cannot be exactly represented as a decimal.</description>
78    </key>
79    <key name="retain-type-never" type="b">
80      <default>false</default>
81      <summary>Do not create log/backup files.</summary>
82      <description>This setting specifies what to do with old log/backups files. "forever" means keep all old files. "never" means no old log/backup files are kept. Each time you save, older versions of the file are removed. "days" means keep old files for a number of days. How many days is defined in key 'retain-days'</description>
83    </key>
84    <key name="retain-type-days" type="b">
85      <default>true</default>
86      <summary>Delete old log/backup files after this many days (0 = never).</summary>
87      <description>This setting specifies what to do with old log/backups files. "forever" means keep all old files. "never" means no old log/backup files are kept. Each time you save, older versions of the file are removed. "days" means keep old files for a number of days. How many days is defined in key 'retain-days'</description>
88    </key>
89    <key name="retain-type-forever" type="b">
90      <default>false</default>
91      <summary>Do not delete log/backup files.</summary>
92      <description>This setting specifies what to do with old log/backups files. "forever" means keep all old files. "never" means no old log/backup files are kept. Each time you save, older versions of the file are removed. "days" means keep old files for a number of days. How many days is defined in key 'retain-days'</description>
93    </key>
94    <key name="retain-days" type="d">
95      <default>30.0</default>
96      <summary>Delete old log/backup files after this many days (0 = never)</summary>
97      <description>This setting specifies the number of days after which old log/backup files will be deleted (0 = never).</description>
98    </key>
99    <key name="reversed-accounts-none" type="b">
100      <default>false</default>
101      <summary>Don't sign reverse any accounts.</summary>
102      <description>This setting allows certain accounts to have their balances reversed in sign from positive to negative, or vice versa. The setting "income-expense" is for users who like to see negative expenses and positive income. The setting of "credit" is for users who want to see balances reflect the debit/credit status of the account. The setting "none" doesn't reverse the sign on any balances.</description>
103    </key>
104    <key name="reversed-accounts-credit" type="b">
105      <default>true</default>
106      <summary>Sign reverse balances on the following: Credit Card, Payable, Liability, Equity, and Income.</summary>
107      <description>This setting allows certain accounts to have their balances reversed in sign from positive to negative, or vice versa. The setting "income-expense" is for users who like to see negative expenses and positive income. The setting of "credit" is for users who want to see balances reflect the debit/credit status of the account. The setting "none" doesn't reverse the sign on any balances.</description>
108    </key>
109    <key name="reversed-accounts-incomeexpense" type="b">
110      <default>false</default>
111      <summary>Sign reverse balances on income and expense accounts.</summary>
112      <description>This setting allows certain accounts to have their balances reversed in sign from positive to negative, or vice versa. The setting "income-expense" is for users who like to see negative expenses and positive income. The setting of "credit" is for users who want to see balances reflect the debit/credit status of the account. The setting "none" doesn't reverse the sign on any balances.</description>
113    </key>
114    <key name="show-account-color" type="b">
115      <default>false</default>
116      <summary>Use account colors in the account hierarchy</summary>
117      <description>If active the account hierarchy will colorize the account using the account's custom color if set. This can serve as a visual aid to quickly identify accounts.</description>
118    </key>
119    <key name="show-account-color-tabs" type="b">
120      <default>false</default>
121      <summary>Use account colors in the tabs of open account registers</summary>
122      <description>If active the account register tabs will be colored using the account's custom color if set. This can serve as a visual aid to quickly identify accounts.</description>
123    </key>
124    <key name="use-accounting-labels" type="b">
125      <default>false</default>
126      <summary>Use formal account labels</summary>
127      <description>If active, formal accounting labels "Credit" and "Debit" will be used when designating fields on screen. Otherwise, informal labels such as Increase/Decrease, "Funds In"/"Funds Out", etc. will be used.</description>
128    </key>
129    <key name="tab-close-buttons" type="b">
130      <default>true</default>
131      <summary>Show close buttons on notebook tabs</summary>
132      <description>If active, a "close" button will be displayed on any notebook tab that may be closed. Otherwise, no such button will be shown on the tab. Regardless of this setting, pages can always be closed via the "close" menu item or the "close" button on toolbar.</description>
133    </key>
134    <key name="tab-width" type="d">
135      <default>30.0</default>
136      <summary>Width of notebook tabs</summary>
137      <description>This key specifies the maximum width of notebook tabs. If the text in the tab is longer than this value (the test is approximate) then the tab label will have the middle cut and replaced with an ellipsis.</description>
138    </key>
139    <key name="tab-open-adjacent" type="b">
140      <default>true</default>
141      <summary>Opens new tab adjacent to current tab instead of at the end</summary>
142      <description>If active, new tabs are opened adjacent to current tab. If inactive, the new tabs are opened instead at the end.</description>
143    </key>
144    <key name="currency-choice-locale" type="b">
145      <default>true</default>
146      <summary>Use the system locale currency for all newly created accounts.</summary>
147      <description>This setting controls the source of the default currency for new accounts. If set to "locale" then GnuCash will retrieve the default currency from the user's locale setting. If set to "other", GnuCash will use the setting specified by the currency-other key.</description>
148    </key>
149    <key name="currency-choice-other" type="b">
150      <default>false</default>
151      <summary>Use the specified currency for all newly created accounts.</summary>
152      <description>This setting controls the source of the default currency for new accounts. If set to "locale" then GnuCash will retrieve the default currency from the user's locale setting. If set to "other", GnuCash will use the setting specified by the currency-other key.</description>
153    </key>
154    <key name="currency-other" type="s">
155      <default>'USD'</default>
156      <summary>Default currency for new accounts</summary>
157      <description>This setting specifies the default currency used for new accounts if the currency-choice setting is set to "other". This field must contain the three letter ISO 4217 code for a currency (e.g. USD, GBP, RUB).</description>
158    </key>
159    <key name="clock-24h" type="b">
160      <default>false</default>
161      <summary>Use 24 hour time format</summary>
162      <description>If active, use a 24 hour time format. Otherwise use a 12 hour time format.</description>
163    </key>
164    <key name="date-format" type="i">
165      <default>4</default>
166      <summary>Date format choice</summary>
167      <description>This setting chooses the way dates are displayed in GnuCash. Possible values for this setting are "locale" to use the system locale setting, "ce" for Continental Europe style dates, "iso" for ISO 8601 standard dates , "uk" for United Kingdom style dates, and "us" for United States style dates.</description>
168    </key>
169    <key name="date-completion-thisyear" type="b">
170      <default>false</default>
171      <summary>In the current calendar year</summary>
172      <description>When a date is entered without year it can be completed so that it will be within the current calendar year or close to the current date based on a sliding window starting a set number of months backwards in time.</description>
173    </key>
174    <key name="date-completion-sliding" type="b">
175      <default>true</default>
176      <summary>In a sliding 12-month window starting a configurable number of months before the current month</summary>
177      <description>When a date is entered without year it can be completed so that it will be within the current calendar year or close to the current date based on a sliding window starting a set number of months backwards in time.</description>
178    </key>
179    <key name="date-backmonths" type="d">
180      <default>6.0</default>
181      <summary>Maximum number of months to go back.</summary>
182      <description>Dates will be completed so that they are close to the current date. Enter the maximum number of months to go backwards in time when completing dates.</description>
183    </key>
184    <key name="grid-lines-horizontal" type="b">
185      <default>false</default>
186      <summary>Show Horizontal Grid Lines</summary>
187      <description>If active, horizontal grid lines will be shown on table displays. Otherwise no horizontal grid lines will be shown.</description>
188    </key>
189    <key name="grid-lines-vertical" type="b">
190      <default>false</default>
191      <summary>Show Vertical Grid Lines</summary>
192      <description>If active, vertical grid lines will be shown on table displays. Otherwise no vertical grid lines will be shown.</description>
193    </key>
194    <key name="show-splash-screen" type="b">
195      <default>true</default>
196      <summary>Show splash screen</summary>
197      <description>If active, a splash screen will be shown at startup. Otherwise no splash screen will be shown.</description>
198    </key>
199    <key name="tab-position-top" type="b">
200      <default>true</default>
201      <summary>Display the notebook tabs at the top of the window.</summary>
202      <description>This setting determines the edge at which the tabs for switching pages in notebooks are drawn. Possible values are "top", "left", "bottom" and "right". It defaults to "top".</description>
203    </key>
204    <key name="tab-position-bottom" type="b">
205      <default>false</default>
206      <summary>Display the notebook tabs at the bottom of the window.</summary>
207      <description>This setting determines the edge at which the tabs for switching pages in notebooks are drawn. Possible values are "top", "left", "bottom" and "right". It defaults to "top".</description>
208    </key>
209    <key name="tab-position-left" type="b">
210      <default>false</default>
211      <summary>Display the notebook tabs at the left of the window.</summary>
212      <description>This setting determines the edge at which the tabs for switching pages in notebooks are drawn. Possible values are "top", "left", "bottom" and "right". It defaults to "top".</description>
213    </key>
214    <key name="tab-position-right" type="b">
215      <default>false</default>
216      <summary>Display the notebook tabs at the right of the window.</summary>
217      <description>This setting determines the edge at which the tabs for switching pages in notebooks are drawn. Possible values are "top", "left", "bottom" and "right". It defaults to "top".</description>
218    </key>
219    <key name="summarybar-position-top" type="b">
220      <default>false</default>
221      <summary>Display the summary bar at the top of the page.</summary>
222      <description>This setting determines the edge at which the summary bar for various pages is drawn. Possible values are "top" and "bottom". It defaults to "bottom".</description>
223    </key>
224    <key name="summarybar-position-bottom" type="b">
225      <default>true</default>
226      <summary>Display the summary bar at the bottom of the page.</summary>
227      <description>This setting determines the edge at which the summary bar for various pages is drawn. Possible values are "top" and "bottom". It defaults to "bottom".</description>
228    </key>
229    <key name="tab-next-recent" type="b">
230      <default>false</default>
231      <summary>Closing a tab moves to the most recently visited tab.</summary>
232      <description>If active, closing a tab moves to the most recently visited tab. Otherwise closing a tab moves one tab to the left.</description>
233    </key>
234    <key name="num-source" type="b">
235      <default>false</default>
236      <summary>Set book option on new files to use split "action" field for "Num" field on registers/reports</summary>
237      <description>If selected, the default book option for new files is set so that the 'Num' cell on registers shows/updates the split 'action' field and the transaction 'num' field is shown on the second line in double line mode (and is not visible in single line mode). Otherwise, the default book option for new files is set so that the 'Num' cell on registers shows/updates the transaction 'num' field.</description>
238    </key>
239    <child name="register" schema="org.gnucash.general.register"/>
240    <child name="report" schema="org.gnucash.general.report"/>
241  </schema>
242
243  <schema id="org.gnucash.general.register" path="/org/gnucash/general/register/">
244    <key name="use-gnucash-color-theme" type="b">
245      <default>true</default>
246      <summary>Color the register using a gnucash specific color theme</summary>
247      <description>When enabled the register will use a GnuCash specific color theme (green/yellow). Otherwise it will use the system color theme. Regardless of this setting the user can always override the color theme via a gnucash specific css file to be stored in the gnucash used config directory. More information can be found in the gnucash FAQ.</description>
248    </key>
249    <key name="use-theme-colors" type="b">
250      <default>false</default>
251      <summary>Superseded by "use-gnucash-color-theme"</summary>
252      <description>This option is temporarily kept around for backwards compatibility. It will be removed in a future version.</description>
253    </key>
254    <key name="enter-moves-to-end" type="b">
255      <default>false</default>
256      <summary>"Enter" key moves to bottom of register</summary>
257      <description>If active, pressing the enter key will move to the bottom of the register. Otherwise pressing the enter key will move to the next transaction line.</description>
258    </key>
259    <key name="auto-raise-lists" type="b">
260      <default>true</default>
261      <summary>Automatically raise the list of accounts or actions during input</summary>
262      <description>Automatically raise the list of accounts or actions during input</description>
263    </key>
264    <key name="tab-to-transfer-on-memorised" type="b">
265      <default>false</default>
266      <summary>Move to Transfer field when memorised transaction auto filled</summary>
267      <description>If active then after a memorised transaction is automatically filled in the cursor will move to the Transfer field. If not active then it skips to the value field.</description>
268    </key>
269    <key name="use-new-window" type="b">
270      <default>false</default>
271      <summary>Create a new window for each new register</summary>
272      <description>If active, each new register will be opened in a new window. Otherwise each new register will be opened as a tab in the main window.</description>
273    </key>
274    <key name="alternate-color-by-transaction" type="b">
275      <default>false</default>
276      <summary>Color all lines of a transaction the same</summary>
277      <description>If active all lines that make up a single transaction will use the same color for their background. Otherwise the background colors are alternated on each line.</description>
278    </key>
279    <key name="draw-horizontal-lines" type="b">
280      <default>true</default>
281      <summary>Show horizontal borders in a register</summary>
282      <description>Show horizontal borders between rows in a register. If active the border between cells will be indicated with a heavy line. Otherwise the border between cells will not be marked.</description>
283    </key>
284    <key name="draw-vertical-lines" type="b">
285      <default>true</default>
286      <summary>Show vertical borders in a register</summary>
287      <description>Show vertical borders between columns in a register. If active the border between cells will be indicated with a heavy line. Otherwise the border between cells will not be marked.</description>
288    </key>
289    <key name="future-after-blank-transaction" type="b">
290      <default>false</default>
291      <summary>Show future transactions after the blank transaction in a register</summary>
292      <description>Show future transactions after the blank transaction in a register. If active then transactions with a date in the future will be displayed at the bottom of the register after the blank transaction. Otherwise the blank transaction will be at the bottom of the register after all transactions.</description>
293    </key>
294    <key name="default-style-ledger" type="b">
295      <default>true</default>
296      <summary>Show all transactions on one line or in double line mode on two.</summary>
297      <description>This field specifies the default view style when opening a new register window. Possible values are "ledger", "auto-ledger" and "journal". The "ledger" setting says to show each transaction on one or two lines. The "auto-ledger" setting does the same, but also expands only the current transaction to show all splits. The "journal" setting shows all transactions in expanded form.</description>
298    </key>
299    <key name="default-style-autoledger" type="b">
300      <default>false</default>
301      <summary>Automatically expand the current transaction to show all splits. All other transactions are shown on one line or in double line mode on two.</summary>
302      <description>This field specifies the default view style when opening a new register window. Possible values are "ledger", "auto-ledger" and "journal". The "ledger" setting says to show each transaction on one or two lines. The "auto-ledger" setting does the same, but also expands only the current transaction to show all splits. The "journal" setting shows all transactions in expanded form.</description>
303    </key>
304    <key name="default-style-journal" type="b">
305      <default>false</default>
306      <summary>All transactions are expanded to show all splits.</summary>
307      <description>This field specifies the default view style when opening a new register window. Possible values are "ledger", "auto-ledger" and "journal". The "ledger" setting says to show each transaction on one or two lines. The "auto-ledger" setting does the same, but also expands only the current transaction to show all splits. The "journal" setting shows all transactions in expanded form.</description>
308    </key>
309    <key name="double-line-mode" type="b">
310      <default>false</default>
311      <summary>Show a second line with "Action", "Notes", and "Linked Documents" for each transaction.</summary>
312      <description>Show a second line with "Action", "Notes", and "Linked Documents" for each transaction in a register. This is the default setting for when a register is first opened. The setting can be changed at any time via the "View-&gt;Double Line" menu item.</description>
313    </key>
314    <key name="show-leaf-account-names" type="b">
315      <default>false</default>
316      <summary>Only display leaf account names.</summary>
317      <description>Show only the names of the leaf accounts in the register and in the account selection popup. The default behaviour is to display the full name, including the path in the account tree. Activating this option implies that you use unique leaf names.</description>
318    </key>
319    <key name="show-extra-dates" type="b">
320      <default>false</default>
321      <summary>Show the entered and reconcile dates</summary>
322      <description>Show the date when the transaction was entered below the posted date and reconciled date on split row.</description>
323    </key>
324    <key name="show-extra-dates-on-selection" type="b">
325      <default>false</default>
326      <summary>Show entered and reconciled dates on selection</summary>
327      <description>Show the entered date and reconciled date on transaction selection.</description>
328    </key>
329    <key name="show-calendar-buttons" type="b">
330      <default>false</default>
331      <summary>Show the calendar buttons</summary>
332      <description>Show the calendar buttons Cancel, Today and Select.</description>
333    </key>
334    <key name="selection-to-blank-on-expand" type="b">
335      <default>false</default>
336      <summary>Move the selection to the blank split on expand</summary>
337      <description>This will move the selection to the blank split when the transaction is expanded.</description>
338    </key>
339    <key name="max-transactions" type="d">
340      <default>0.0</default>
341      <summary>Number of transactions to show in a register.</summary>
342      <description>Show this many transactions in a register. A value of zero means show all transactions.</description>
343    </key>
344    <key name="key-length" type="d">
345      <default>2.0</default>
346      <summary>Number of characters for auto complete.</summary>
347      <description>This sets the number of characters before auto complete starts for description, notes and memo fields.</description>
348    </key>
349  </schema>
350
351  <schema id="org.gnucash.general.report" path="/org/gnucash/general/report/">
352    <key name="use-new-window" type="b">
353      <default>false</default>
354      <summary>Create a new window for each new report</summary>
355      <description>If active, each new report will be opened in its own window. Otherwise new reports will be opened as tabs in the main window.</description>
356    </key>
357    <key name="currency-choice-locale" type="b">
358      <default>true</default>
359      <summary>Use the system locale currency for all newly created reports.</summary>
360      <description>This setting controls the default currency used for reports. If set to "locale" then GnuCash will retrieve the default currency from the user's locale setting. If set to "other", GnuCash will use the setting specified by the currency-other key.</description>
361    </key>
362    <key name="currency-choice-other" type="b">
363      <default>false</default>
364      <summary>Use the specified currency for all newly created reports.</summary>
365      <description>This setting controls the source of the default currency for new accounts. If set to "locale" then GnuCash will retrieve the default currency from the user's locale setting. If set to "other", GnuCash will use the setting specified by the currency-other key.</description>
366    </key>
367    <key name="currency-other" type="s">
368      <default>'USD'</default>
369      <summary>Default currency for new reports</summary>
370      <description>This setting controls the default currency used for reports. If set to "locale" then GnuCash will retrieve the default currency from the user's locale setting. If set to "other", GnuCash will use the setting specified by the currency-other key.</description>
371    </key>
372    <key name="default-zoom" type="d">
373      <default>1.0</default>
374      <summary>Zoom factor to use by default for reports.</summary>
375      <description>On high resolution screens reports tend to be hard to read.
376This option allows you to scale reports up by the set factor.
377For example setting this to 2.0 will display reports at twice their typical size.</description>
378    </key>
379    <child name="pdf-export" schema="org.gnucash.general.report.pdf-export"/>
380  </schema>
381  <schema id="org.gnucash.general.report.pdf-export" path="/org/gnucash/general/report/pdf-export/">
382    <key name="filename-format" type="s">
383      <default>'%1$s-%2$s-%3$s'</default>
384      <summary>PDF export file name format</summary>
385      <description>This setting chooses the file name for PDF export. This is a sprintf(3) string with three arguments: "%1$s" is the report name such as "Invoice". "%2$s" is the number of the report, which for an invoice report is the invoice number. "%3$s" is the date of the report, formatted according to the filename-date-format setting. Note: Any characters that are not allowed in filenames, such as '/', will be replaced with underscores '_' in the resulting file name.</description>
386    </key>
387    <key name="filename-date-format" type="s">
388      <default>'locale'</default>
389      <summary>PDF export file name date format choice</summary>
390      <description>This setting chooses the way dates are used in the filename of PDF export. Possible values for this setting are "locale" to use the system locale setting, "ce" for Continental Europe style dates, "iso" for ISO 8601 standard dates , "uk" for United Kingdom style dates, and "us" for United States style dates.</description>
391    </key>
392  </schema>
393  <schema id="org.gnucash.dev" path="/org/gnucash/dev/">
394    <key name="allow-file-incompatibility" type="b">
395      <default>false</default>
396      <summary>Allow file incompatibility with older versions.</summary>
397      <description>If active, gnucash will be allowed to intentionally break file compatibility with older versions, so that a data file saved in this version cannot be read by an older version again. Otherwise gnucash will write data files only in formats that can be read by older versions as well.</description>
398    </key>
399  </schema>
400
401  <schema id="org.gnucash.dialogs" path="/org/gnucash/dialogs/">
402    <child name="account" schema="org.gnucash.dialogs.account"/>
403    <child name="imap-editor" schema="org.gnucash.dialogs.imap-editor"/>
404    <child name="preferences" schema="org.gnucash.dialogs.preferences"/>
405    <child name="price-editor" schema="org.gnucash.dialogs.price-editor"/>
406    <child name="pricedb-editor" schema="org.gnucash.dialogs.pricedb-editor"/>
407    <child name="reset-warnings" schema="org.gnucash.dialogs.reset-warnings"/>
408    <child name="tax-info" schema="org.gnucash.dialogs.tax-info"/>
409    <child name="fincalc" schema="org.gnucash.dialogs.fincalc"/>
410    <child name="find" schema="org.gnucash.dialogs.find"/>
411    <child name="find-account" schema="org.gnucash.dialogs.find-account"/>
412    <child name="export-accounts" schema="org.gnucash.dialogs.export-accounts"/>
413    <child name="log-replay" schema="org.gnucash.dialogs.log-replay"/>
414    <child name="open-save" schema="org.gnucash.dialogs.open-save"/>
415    <child name="report" schema="org.gnucash.dialogs.report"/>
416    <child name="report-saved-configs" schema="org.gnucash.dialogs.report-saved-configs"/>
417    <child name="lot-viewer" schema="org.gnucash.dialogs.lot-viewer"/>
418    <child name="new-user" schema="org.gnucash.dialogs.new-user"/>
419    <child name="new-hierarchy" schema="org.gnucash.dialogs.new-hierarchy"/>
420    <child name="search" schema="org.gnucash.dialogs.search"/>
421    <child name="transfer" schema="org.gnucash.dialogs.transfer"/>
422    <child name="business-doclink" schema="org.gnucash.dialogs.business-doclink"/>
423    <child name="trans-doclink" schema="org.gnucash.dialogs.trans-doclink"/>
424    <child name="style-sheet" schema="org.gnucash.dialogs.style-sheet"/>
425    <child name="options" schema="org.gnucash.dialogs.options"/>
426  </schema>
427
428  <schema id="org.gnucash.dialogs.business-assoc" path="/org/gnucash/dialogs/business-assoc/">
429    <key type="(iiii)" name="last-geometry">
430      <default>(-1,-1,-1,-1)</default>
431      <summary>Last window position and size</summary>
432      <description>This setting describes the size and position of the window when it was last closed.
433        The numbers are the X and Y coordinates of the top left corner of the window
434        followed by the width and height of the window.</description>
435    </key>
436  </schema>
437
438  <schema id="org.gnucash.dialogs.trans-assoc" path="/org/gnucash/dialogs/trans-assoc/">
439    <key type="(iiii)" name="last-geometry">
440      <default>(-1,-1,-1,-1)</default>
441      <summary>Last window position and size</summary>
442      <description>This setting describes the size and position of the window when it was last closed.
443        The numbers are the X and Y coordinates of the top left corner of the window
444        followed by the width and height of the window.</description>
445    </key>
446  </schema>
447
448  <schema id="org.gnucash.dialogs.account" path="/org/gnucash/dialogs/account/">
449    <key name="last-geometry" type="(iiii)">
450      <default>(-1,-1,-1,-1)</default>
451      <summary>Last window position and size</summary>
452      <description>This setting describes the size and position of the window when it was last closed.
453        The numbers are the X and Y coordinates of the top left corner of the window
454        followed by the width and height of the window.</description>
455    </key>
456  </schema>
457
458  <schema id="org.gnucash.dialogs.imap-editor" path="/org/gnucash/dialogs/imap-editor/">
459    <key type="(iiii)" name="last-geometry">
460      <default>(-1,-1,-1,-1)</default>
461      <summary>Last window position and size</summary>
462      <description>This setting describes the size and position of the window when it was last closed.
463        The numbers are the X and Y coordinates of the top left corner of the window
464        followed by the width and height of the window.</description>
465    </key>
466  </schema>
467
468  <schema id="org.gnucash.dialogs.find-account" path="/org/gnucash/dialogs/find-account/">
469    <key type="(iiii)" name="last-geometry">
470      <default>(-1,-1,-1,-1)</default>
471      <summary>Last window position and size</summary>
472      <description>This setting describes the size and position of the window when it was last closed.
473        The numbers are the X and Y coordinates of the top left corner of the window
474        followed by the width and height of the window.</description>
475    </key>
476  </schema>
477
478  <schema id="org.gnucash.dialogs.preferences" path="/org/gnucash/dialogs/preferences/">
479    <key name="last-geometry" type="(iiii)">
480      <default>(-1,-1,-1,-1)</default>
481      <summary>Last window position and size</summary>
482      <description>This setting describes the size and position of the window when it was last closed.
483        The numbers are the X and Y coordinates of the top left corner of the window
484        followed by the width and height of the window.</description>
485    </key>
486  </schema>
487
488  <schema id="org.gnucash.dialogs.price-editor" path="/org/gnucash/dialogs/price-editor/">
489    <key name="last-geometry" type="(iiii)">
490      <default>(-1,-1,-1,-1)</default>
491      <summary>Last window position and size</summary>
492      <description>This setting describes the size and position of the window when it was last closed.
493        The numbers are the X and Y coordinates of the top left corner of the window
494        followed by the width and height of the window.</description>
495    </key>
496  </schema>
497
498  <schema id="org.gnucash.dialogs.pricedb-editor" path="/org/gnucash/dialogs/pricedb-editor/">
499    <key name="last-geometry" type="(iiii)">
500      <default>(-1,-1,-1,-1)</default>
501      <summary>Last window position and size</summary>
502      <description>This setting describes the size and position of the window when it was last closed.
503        The numbers are the X and Y coordinates of the top left corner of the window
504        followed by the width and height of the window.</description>
505    </key>
506  </schema>
507
508  <schema id="org.gnucash.dialogs.reset-warnings" path="/org/gnucash/dialogs/reset-warnings/">
509    <key name="last-geometry" type="(iiii)">
510      <default>(-1,-1,-1,-1)</default>
511      <summary>Last window position and size</summary>
512      <description>This setting describes the size and position of the window when it was last closed.
513        The numbers are the X and Y coordinates of the top left corner of the window
514        followed by the width and height of the window.</description>
515    </key>
516  </schema>
517
518  <schema id="org.gnucash.dialogs.tax-info" path="/org/gnucash/dialogs/tax-info/">
519    <key name="paned-position" type="i">
520      <default>0</default>
521      <summary>Position of the horizontal pane divider.</summary>
522      <description>Position of the horizontal pane divider.</description>
523    </key>
524    <key name="last-geometry" type="(iiii)">
525      <default>(-1,-1,-1,-1)</default>
526      <summary>Last window position and size</summary>
527      <description>This setting describes the size and position of the window when it was last closed.
528        The numbers are the X and Y coordinates of the top left corner of the window
529        followed by the width and height of the window.</description>
530    </key>
531  </schema>
532
533  <schema id="org.gnucash.dialogs.fincalc" path="/org/gnucash/dialogs/fincalc/">
534    <key name="last-geometry" type="(iiii)">
535      <default>(-1,-1,-1,-1)</default>
536      <summary>Last window position and size</summary>
537      <description>This setting describes the size and position of the window when it was last closed.
538        The numbers are the X and Y coordinates of the top left corner of the window
539        followed by the width and height of the window.</description>
540    </key>
541  </schema>
542
543  <schema id="org.gnucash.dialogs.find" path="/org/gnucash/dialogs/find/">
544    <key name="last-geometry" type="(iiii)">
545      <default>(-1,-1,-1,-1)</default>
546      <summary>Last window position and size</summary>
547      <description>This setting describes the size and position of the window when it was last closed.
548        The numbers are the X and Y coordinates of the top left corner of the window
549        followed by the width and height of the window.</description>
550    </key>
551    <key name="search-for-active-only" type="b">
552      <default>false</default>
553      <summary>Search only in active items</summary>
554      <description>This setting indicates whether to search in all items in the current class, or only in 'active' items in the current class.</description>
555    </key>
556  </schema>
557
558  <schema id="org.gnucash.dialogs.export-accounts" path="/org/gnucash/dialogs/export-accounts/">
559    <key name="last-path" type="s">
560      <default>''</default>
561      <summary>Last pathname used</summary>
562      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
563    </key>
564  </schema>
565
566  <schema id="org.gnucash.dialogs.log-replay" path="/org/gnucash/dialogs/log-replay/">
567    <key name="last-path" type="s">
568      <default>''</default>
569      <summary>Last pathname used</summary>
570      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
571    </key>
572  </schema>
573
574  <schema id="org.gnucash.dialogs.open-save" path="/org/gnucash/dialogs/open-save/">
575    <key name="last-path" type="s">
576      <default>''</default>
577      <summary>Last pathname used</summary>
578      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
579    </key>
580  </schema>
581
582  <schema id="org.gnucash.dialogs.report" path="/org/gnucash/dialogs/report/">
583    <key name="last-path" type="s">
584      <default>''</default>
585      <summary>Last pathname used</summary>
586      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
587    </key>
588  </schema>
589
590  <schema id="org.gnucash.dialogs.report-saved-configs" path="/org/gnucash/dialogs/report-saved-configs/">
591    <key name="last-geometry" type="(iiii)">
592      <default>(-1,-1,-1,-1)</default>
593      <summary>Last window position and size</summary>
594      <description>This setting describes the size and position of the window when it was last closed.
595        The numbers are the X and Y coordinates of the top left corner of the window
596        followed by the width and height of the window.</description>
597    </key>
598  </schema>
599
600  <schema id="org.gnucash.dialogs.lot-viewer" path="/org/gnucash/dialogs/lot-viewer/">
601    <key name="hpane-position" type="i">
602      <default>200</default>
603      <summary>Position of the horizontal pane divider.</summary>
604      <description>Position of the horizontal pane divider.</description>
605    </key>
606    <key name="vpane-position" type="i">
607      <default>200</default>
608      <summary>Position of the vertical pane divider.</summary>
609      <description>Position of the vertical pane divider.</description>
610    </key>
611    <key name="last-geometry" type="(iiii)">
612      <default>(-1,-1,-1,-1)</default>
613      <summary>Last window position and size</summary>
614      <description>This setting describes the size and position of the window when it was last closed.
615        The numbers are the X and Y coordinates of the top left corner of the window
616        followed by the width and height of the window.</description>
617    </key>
618  </schema>
619
620  <schema id="org.gnucash.dialogs.new-user" path="/org/gnucash/dialogs/new-user/">
621    <key name="first-startup" type="b">
622      <default>true</default>
623      <summary>Show the new user window</summary>
624      <description>If active, the new user window will be shown. Otherwise it will not be shown.</description>
625    </key>
626  </schema>
627
628  <schema id="org.gnucash.dialogs.new-hierarchy" path="/org/gnucash/dialogs/new-hierarchy/">
629    <key name="last-geometry" type="(iiii)">
630      <default>(-1,-1,-1,-1)</default>
631      <summary>Last window position and size</summary>
632      <description>This setting describes the size and position of the window when it was last closed.
633        The numbers are the X and Y coordinates of the top left corner of the window
634        followed by the width and height of the window.</description>
635    </key>
636    <key name="show-on-new-file" type="b">
637      <default>true</default>
638      <summary>New hierarchy window on "New File"</summary>
639      <description>If active, the "New Hierarchy" window will be shown whenever the "New File" menu item is chosen. Otherwise it will not be shown.</description>
640    </key>
641  </schema>
642
643  <schema id="org.gnucash.dialogs.search" path="/org/gnucash/dialogs/search/">
644    <key name="new-search-limit" type="d">
645      <default>1.0</default>
646      <summary>Default to 'new search' if fewer than this number of items is returned</summary>
647      <description>Default to 'new search' if fewer than this number of items is returned</description>
648    </key>
649  </schema>
650
651  <schema id="org.gnucash.dialogs.transfer" path="/org/gnucash/dialogs/transfer/">
652    <key name="last-geometry" type="(iiii)">
653      <default>(-1,-1,-1,-1)</default>
654      <summary>Last window position and size</summary>
655      <description>This setting describes the size and position of the window when it was last closed.
656        The numbers are the X and Y coordinates of the top left corner of the window
657        followed by the width and height of the window.</description>
658    </key>
659  </schema>
660
661  <schema id="org.gnucash.dialogs.business-doclink" path="/org/gnucash/dialogs/business-doclink/">
662    <key type="(iiii)" name="last-geometry">
663      <default>(-1,-1,-1,-1)</default>
664      <summary>Last window position and size</summary>
665      <description>This setting describes the size and position of the window when it was last closed.
666        The numbers are the X and Y coordinates of the top left corner of the window
667        followed by the width and height of the window.</description>
668    </key>
669  </schema>
670
671  <schema id="org.gnucash.dialogs.trans-doclink" path="/org/gnucash/dialogs/trans-doclink/">
672    <key type="(iiii)" name="last-geometry">
673      <default>(-1,-1,-1,-1)</default>
674      <summary>Last window position and size</summary>
675      <description>This setting describes the size and position of the window when it was last closed.
676        The numbers are the X and Y coordinates of the top left corner of the window
677        followed by the width and height of the window.</description>
678    </key>
679  </schema>
680
681  <schema id="org.gnucash.dialogs.style-sheet" path="/org/gnucash/dialogs/style-sheet/">
682    <key type="(iiii)" name="last-geometry">
683      <default>(-1,-1,-1,-1)</default>
684      <summary>Last window position and size</summary>
685      <description>This setting describes the size and position of the window when it was last closed.
686        The numbers are the X and Y coordinates of the top left corner of the window
687        followed by the width and height of the window.</description>
688    </key>
689  </schema>
690
691  <schema id="org.gnucash.dialogs.options" path="/org/gnucash/dialogs/options/">
692    <key name="last-geometry" type="(iiii)">
693      <default>(-1,-1,-1,-1)</default>
694      <summary>Last window position and size</summary>
695      <description>This setting describes the size and position of the window when it was last closed.
696        The numbers are the X and Y coordinates of the top left corner of the window
697        followed by the width and height of the window.</description>
698    </key>
699  </schema>
700
701  <schema id="org.gnucash.dialogs.business" path="/org/gnucash/dialogs/business/">
702    <child name="customer-search" schema="org.gnucash.dialogs.business.customer-search"/>
703    <child name="employee-search" schema="org.gnucash.dialogs.business.employee-search"/>
704    <child name="invoice-search" schema="org.gnucash.dialogs.business.invoice-search"/>
705    <child name="job-search" schema="org.gnucash.dialogs.business.job-search"/>
706    <child name="order-search" schema="org.gnucash.dialogs.business.order-search"/>
707    <child name="vendor-search" schema="org.gnucash.dialogs.business.vendor-search"/>
708    <child name="invoice" schema="org.gnucash.dialogs.business.invoice"/>
709    <child name="bill" schema="org.gnucash.dialogs.business.bill"/>
710    <child name="tax-tables" schema="org.gnucash.dialogs.business.tax-tables"/>
711  </schema>
712
713  <schema id="org.gnucash.dialogs.business.customer-search" path="/org/gnucash/dialogs/business/customer-search/">
714    <key name="last-geometry" type="(iiii)">
715      <default>(-1,-1,-1,-1)</default>
716      <summary>Last window position and size</summary>
717      <description>This setting describes the size and position of the window when it was last closed.
718        The numbers are the X and Y coordinates of the top left corner of the window
719        followed by the width and height of the window.</description>
720    </key>
721    <key name="search-for-active-only" type="b">
722      <default>false</default>
723      <summary>Search only in active items</summary>
724      <description>If active, only the 'active' items in the current class will be searched. Otherwise all items in the current class will be searched.</description>
725    </key>
726  </schema>
727
728  <schema id="org.gnucash.dialogs.business.employee-search" path="/org/gnucash/dialogs/business/employee-search/">
729    <key name="last-geometry" type="(iiii)">
730      <default>(-1,-1,-1,-1)</default>
731      <summary>Last window position and size</summary>
732      <description>This setting describes the size and position of the window when it was last closed.
733        The numbers are the X and Y coordinates of the top left corner of the window
734        followed by the width and height of the window.</description>
735    </key>
736    <key name="search-for-active-only" type="b">
737      <default>false</default>
738      <summary>Search only in active items</summary>
739      <description>If active, only the 'active' items in the current class will be searched. Otherwise all items in the current class will be searched.</description>
740    </key>
741  </schema>
742
743  <schema id="org.gnucash.dialogs.business.invoice-search" path="/org/gnucash/dialogs/business/invoice-search/">
744    <key name="last-geometry" type="(iiii)">
745      <default>(-1,-1,-1,-1)</default>
746      <summary>Last window position and size</summary>
747      <description>This setting describes the size and position of the window when it was last closed.
748        The numbers are the X and Y coordinates of the top left corner of the window
749        followed by the width and height of the window.</description>
750    </key>
751    <key name="search-for-active-only" type="b">
752      <default>false</default>
753      <summary>Search only in active items</summary>
754      <description>If active, only the 'active' items in the current class will be searched. Otherwise all items in the current class will be searched.</description>
755    </key>
756  </schema>
757
758  <schema id="org.gnucash.dialogs.business.job-search" path="/org/gnucash/dialogs/business/job-search/">
759    <key name="last-geometry" type="(iiii)">
760      <default>(-1,-1,-1,-1)</default>
761      <summary>Last window position and size</summary>
762      <description>This setting describes the size and position of the window when it was last closed.
763        The numbers are the X and Y coordinates of the top left corner of the window
764        followed by the width and height of the window.</description>
765    </key>
766    <key name="search-for-active-only" type="b">
767      <default>false</default>
768      <summary>Search only in active items</summary>
769      <description>If active, only the 'active' items in the current class will be searched. Otherwise all items in the current class will be searched.</description>
770    </key>
771  </schema>
772
773  <schema id="org.gnucash.dialogs.business.order-search" path="/org/gnucash/dialogs/business/order-search/">
774    <key name="last-geometry" type="(iiii)">
775      <default>(-1,-1,-1,-1)</default>
776      <summary>Last window position and size</summary>
777      <description>This setting describes the size and position of the window when it was last closed.
778        The numbers are the X and Y coordinates of the top left corner of the window
779        followed by the width and height of the window.</description>
780    </key>
781    <key name="search-for-active-only" type="b">
782      <default>false</default>
783      <summary>Search only in active items</summary>
784      <description>If active, only the 'active' items in the current class will be searched. Otherwise all items in the current class will be searched.</description>
785    </key>
786  </schema>
787
788  <schema id="org.gnucash.dialogs.business.vendor-search" path="/org/gnucash/dialogs/business/vendor-search/">
789    <key name="last-geometry" type="(iiii)">
790      <default>(-1,-1,-1,-1)</default>
791      <summary>Last window position and size</summary>
792      <description>This setting describes the size and position of the window when it was last closed.
793        The numbers are the X and Y coordinates of the top left corner of the window
794        followed by the width and height of the window.</description>
795    </key>
796    <key name="search-for-active-only" type="b">
797      <default>false</default>
798      <summary>Search only in active items</summary>
799      <description>If active, only the 'active' items in the current class will be searched. Otherwise all items in the current class will be searched.</description>
800    </key>
801  </schema>
802
803  <schema id="org.gnucash.dialogs.business.invoice" path="/org/gnucash/dialogs/business/invoice/">
804    <key name="tax-included" type="b">
805      <default>true</default>
806      <summary>Is tax included in this type of business entry?</summary>
807      <description>If set to active then tax is included by default in entries of this type. This setting is inherited by new customers and vendors.</description>
808    </key>
809    <key name="auto-pay" type="b">
810      <default>false</default>
811      <summary>Auto pay when posting.</summary>
812      <description>At post time, automatically attempt to pay customer documents with outstanding pre-payments and counter documents. The pre-payments and documents obviously have to be against the same customer. Counter documents are documents with opposite sign. For example for an invoice, customer credit notes and negative invoices are considered counter documents.</description>
813    </key>
814    <key name="notify-when-due" type="b">
815      <default>true</default>
816      <summary>Show invoices due reminder at startup</summary>
817      <description>If active, at startup GnuCash will check to see whether any invoices will become due soon. If so, it will present the user with a reminder dialog. The definition of "soon" is controlled by the "Days in Advance" setting. Otherwise GnuCash does not check for due invoices.</description>
818    </key>
819    <key name="days-in-advance" type="d">
820      <default>7.0</default>
821      <summary>Show invoices due within this many days</summary>
822      <description>This field defines the number of days in advance that GnuCash will check for due invoices. Its value is only used if the "Notify when due" setting is active.</description>
823    </key>
824    <key name="enable-toolbuttons" type="b">
825      <default>false</default>
826      <summary>Enable extra toolbar buttons for business</summary>
827      <description>If active, extra toolbar buttons for common business functions are shown as well. Otherwise they are not shown.</description>
828    </key>
829    <key name="invoice-printreport" type="i">
830      <default>0</default>
831      <summary>The invoice report to be used for printing.</summary>
832      <description>The name of the report to be used for invoice printing.</description>
833    </key>
834    <key name="use-new-window" type="b">
835      <default>false</default>
836      <summary>Open new invoice in new window</summary>
837      <description>If active, each new invoice will be opened in a new window. Otherwise a new invoice will be opened as a tab in the main window.</description>
838    </key>
839    <key name="accumulate-splits" type="b">
840      <default>true</default>
841      <summary>Accumulate multiple splits into one</summary>
842      <description>If this field is active then multiple entries in an invoice that transfer to the same account will be accumulated into a single split. This field can be overridden per invoice in the Posting dialog.</description>
843    </key>
844  </schema>
845  <schema id="org.gnucash.dialogs.business.bill" path="/org/gnucash/dialogs/business/bill/">
846    <key name="tax-included" type="b">
847      <default>true</default>
848      <summary>Is tax included in this type of business entry?</summary>
849      <description>If set to active then tax is included by default in entries of this type. This setting is inherited by new customers and vendors.</description>
850    </key>
851    <key name="auto-pay" type="b">
852      <default>false</default>
853      <summary>Auto pay when posting.</summary>
854      <description>At post time, automatically attempt to pay vendor documents with outstanding pre-payments and counter documents. The pre-payments and documents obviously have to be against the same vendor. Counter documents are documents with opposite sign. For example for a bill, vendor credit notes and negative bills are considered counter documents.</description>
855    </key>
856    <key name="notify-when-due" type="b">
857      <default>true</default>
858      <summary>Show bills due reminder at startup</summary>
859      <description>If active, at startup GnuCash will check to see whether any bills will become due soon. If so, it will present the user with a reminder dialog. The definition of "soon" is controlled by the "Days in Advance" setting. Otherwise GnuCash does not check for due bills.</description>
860    </key>
861    <key name="days-in-advance" type="d">
862      <default>7.0</default>
863      <summary>Show bills due within this many days</summary>
864      <description>This field defines the number of days in advance that GnuCash will check for due bills. Its value is only used if the "Notify when due" setting is active.</description>
865    </key>
866  </schema>
867
868  <schema id="org.gnucash.dialogs.business.tax-tables" path="/org/gnucash/dialogs/business/tax-tables/">
869    <key name="last-geometry" type="(iiii)">
870      <default>(-1,-1,-1,-1)</default>
871      <summary>Last window position and size</summary>
872      <description>This setting describes the size and position of the window when it was last closed.
873        The numbers are the X and Y coordinates of the top left corner of the window
874        followed by the width and height of the window.</description>
875    </key>
876  </schema>
877
878  <schema id="org.gnucash.dialogs.checkprinting" path="/org/gnucash/dialogs/print-checks/">
879    <key name="check-format-guid" type="s">
880      <default>''</default>
881      <summary>GUID of predefined check format to use</summary>
882      <description>This value specifies the predefined check format to use. The number is the guid of a known check format.</description>
883    </key>
884    <key name="check-position" type="i">
885      <default>0</default>
886      <summary>Which check position to print</summary>
887      <description>On preprinted checks containing multiple checks per page, this setting specifies which check position to print. The possible values are 0, 1 and 2, corresponding to the top, middle and bottom checks on the page.</description>
888    </key>
889    <key name="first-page-count" type="i">
890      <default>0</default>
891      <summary>Number of checks to print on the first page.</summary>
892      <description>Number of checks to print on the first page.</description>
893    </key>
894    <key name="date-format" type="i">
895      <default>7</default>
896      <summary>Date format to use</summary>
897      <description>This is the numerical identifier of the predefined date format to use.</description>
898    </key>
899    <key name="date-format-user" type="s">
900      <default>'0'</default>
901      <summary>Custom date format</summary>
902      <description>If the date format is set to indicate a custom date format, this value is used as an argument to strftime to produce the date to be printed. It may be any valid strftime string; for more information about this format, read the manual page of strftime by "man 3 strftime".</description>
903    </key>
904    <key name="custom-units" type="i">
905      <default>0</default>
906      <summary>Units in which the custom coordinates are expressed</summary>
907      <description>Units in which the custom coordinates are expressed (inches, mm, ...).</description>
908    </key>
909    <key name="custom-payee" type="(dd)">
910      <default>(0,0)</default>
911      <summary>Position of payee name</summary>
912      <description>This value contains the X,Y coordinates for the start of the payee line on the check.</description>
913    </key>
914    <key name="custom-date" type="(dd)">
915      <default>(0,0)</default>
916      <summary>Position of date line</summary>
917      <description>This value contains the X,Y coordinates for the start of the date line on the check. Coordinates are from the lower left corner of the specified check position.</description>
918    </key>
919    <key name="custom-amount-words" type="(dd)">
920      <default>(0,0)</default>
921      <summary>Position of check amount in words</summary>
922      <description>This value contains the X,Y coordinates for the start of the written amount line on the check. Coordinates are from the lower left corner of the specified check position.</description>
923    </key>
924    <key name="custom-amount-number" type="(dd)">
925      <default>(0,0)</default>
926      <summary>Position of check amount in numbers</summary>
927      <description>This value contains the X,Y coordinates for the start of the numerical amount line on the check. Coordinates are from the lower left corner of the specified check position.</description>
928    </key>
929    <key name="custom-address" type="(dd)">
930      <default>(0,0)</default>
931      <summary>Position of payee address</summary>
932      <description>This value contains the X,Y coordinates for the start of the payee address line on the check. Coordinates are from the lower left corner of the specified check position.</description>
933    </key>
934    <key name="custom-notes" type="(dd)">
935      <default>(0,0)</default>
936      <summary>Position of notes line</summary>
937      <description>This value contains the X,Y coordinates for the start of the notes line on the check. Coordinates are from the lower left corner of the specified check position.</description>
938    </key>
939    <key name="custom-memo" type="(dd)">
940      <default>(0,0)</default>
941      <summary>Position of memo line</summary>
942      <description>This value contains the X,Y coordinates for the start of the memo line on the check. Coordinates are from the lower left corner of the specified check position.</description>
943    </key>
944    <key name="custom-translation" type="(dd)">
945      <default>(0,0)</default>
946      <summary>Offset for complete check</summary>
947      <description>This value contains the X,Y offset for the complete check. Coordinates are from the lower left corner of the specified check position.</description>
948    </key>
949    <key name="custom-rotation" type="d">
950      <default>0.0</default>
951      <summary>Rotation angle</summary>
952      <description>Number of degrees to rotate the check.</description>
953    </key>
954    <key name="splits-amount" type="(dd)">
955      <default>(0,0)</default>
956      <summary>Position of split's amount in numbers</summary>
957      <description>This value contains the X,Y coordinates for the start of the split's amount line on the check. Coordinates are from the lower left corner of the specified check position.</description>
958    </key>
959    <key name="splits-memo" type="(dd)">
960      <default>(0,0)</default>
961      <summary>Position of split's memo line</summary>
962      <description>This value contains the X,Y coordinates for the start of the split's memo line on the check. Coordinates are from the lower left corner of the specified check position.</description>
963    </key>
964    <key name="splits-account" type="(dd)">
965      <default>(0,0)</default>
966      <summary>Position of split's account line</summary>
967      <description>This value contains the X,Y coordinates for the start of the split's account line on the check. Coordinates are from the lower left corner of the specified check position.</description>
968    </key>
969    <key name="print-date-format" type="b">
970      <default>false</default>
971      <summary>Print the date format below the date.</summary>
972      <description>Each time the date is printed, print the date format immediately below in 8 point type using the characters Y, M, and D.</description>
973    </key>
974    <key name="default-font" type="s">
975      <default>'sans 10'</default>
976      <summary>The default check printing font</summary>
977      <description>The default font to use when printing checks. This value will be overridden by any font specified in a check description file.</description>
978    </key>
979    <key name="blocking-chars" type="b">
980      <default>false</default>
981      <summary>Print '***' before and after text.</summary>
982      <description>Print '***' before and after text.</description>
983    </key>
984    <key name="last-geometry" type="(iiii)">
985      <default>(-1,-1,-1,-1)</default>
986      <summary>Last window position and size</summary>
987      <description>This setting describes the size and position of the window when it was last closed.
988        The numbers are the X and Y coordinates of the top left corner of the window
989        followed by the width and height of the window.</description>
990    </key>
991  </schema>
992
993  <schema id="org.gnucash.dialogs.commodities" path="/org/gnucash/dialogs/commodities/">
994    <key name="include-iso" type="b">
995      <default>false</default>
996      <summary>Show currencies in this dialog</summary>
997      <description>Show currencies in this dialog</description>
998    </key>
999    <key name="last-geometry" type="(iiii)">
1000      <default>(-1,-1,-1,-1)</default>
1001      <summary>Last window position and size</summary>
1002      <description>This setting describes the size and position of the window when it was last closed.
1003        The numbers are the X and Y coordinates of the top left corner of the window
1004        followed by the width and height of the window.</description>
1005    </key>
1006  </schema>
1007
1008  <schema id="org.gnucash.dialogs.export.csv" path="/org/gnucash/dialogs/export/csv/">
1009    <key name="last-geometry" type="(iiii)">
1010      <default>(-1,-1,-1,-1)</default>
1011      <summary>Last window position and size</summary>
1012      <description>This setting describes the size and position of the window when it was last closed.
1013        The numbers are the X and Y coordinates of the top left corner of the window
1014        followed by the width and height of the window.</description>
1015    </key>
1016    <key name="last-path" type="s">
1017      <default>''</default>
1018      <summary>Last pathname used</summary>
1019      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
1020    </key>
1021    <key name="paned-position" type="i">
1022      <default>0</default>
1023      <summary>Window geometry</summary>
1024      <description>The position of paned window when it was last closed.</description>
1025    </key>
1026  </schema>
1027
1028  <schema id="org.gnucash.dialogs.import.csv" path="/org/gnucash/dialogs/import/csv/">
1029    <key name="last-geometry" type="(iiii)">
1030      <default>(-1,-1,-1,-1)</default>
1031      <summary>Last window position and size</summary>
1032      <description>This setting describes the size and position of the window when it was last closed.
1033        The numbers are the X and Y coordinates of the top left corner of the window
1034        followed by the width and height of the window.</description>
1035    </key>
1036    <key name="last-path" type="s">
1037      <default>''</default>
1038      <summary>Last pathname used</summary>
1039      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
1040    </key>
1041  </schema>
1042
1043  <schema id="org.gnucash.dialogs.import.generic" path="/org/gnucash/dialogs/import/generic/">
1044    <key name="enable-skip" type="b">
1045      <default>true</default>
1046      <summary>Enable SKIP transaction action</summary>
1047      <description>Enable the SKIP action in the transaction matcher. If enabled, a transaction whose best match's score is in the yellow zone (above the Auto-ADD threshold but below the Auto-CLEAR threshold) will be skipped by default.</description>
1048    </key>
1049    <key name="enable-update" type="b">
1050      <default>true</default>
1051      <summary>Enable UPDATE match action</summary>
1052      <description>Enable the UPDATE AND RECONCILE action in the transaction matcher. If enabled, a transaction whose best match's score is above the Auto-CLEAR threshold and has a different date or amount than the matching existing transaction will cause the existing transaction to be updated and cleared by default.</description>
1053    </key>
1054    <key name="use-bayes" type="b">
1055      <default>true</default>
1056      <summary>Use bayesian matching</summary>
1057      <description>Enables bayesian matching when matching imported transaction against existing transactions. Otherwise a less sophisticated rule-based matching mechanism will be used.</description>
1058    </key>
1059    <key name="match-threshold" type="d">
1060      <default>1.0</default>
1061      <summary>Minimum score to be displayed</summary>
1062      <description>This field specifies the minimum matching score a potential matching transaction must have to be displayed in the match list.</description>
1063    </key>
1064    <key name="match-date-threshold" type="d">
1065      <default>4.0</default>
1066      <summary>Likely matching transaction within these days</summary>
1067      <description>This field specifies the maximum number of days a transaction is likely to be a match in the list.</description>
1068    </key>
1069    <key name="match-date-not-threshold" type="d">
1070      <default>14.0</default>
1071      <summary>UnLikely matching a transaction outside of these days</summary>
1072      <description>This field specifies the minimum number of days a transaction is unlikely to be a match in the list.</description>
1073    </key>
1074    <key name="auto-add-threshold" type="d">
1075      <default>3.0</default>
1076      <summary>Add matching transactions below this score</summary>
1077      <description>This field specifies the threshold below which a matching transaction will be added automatically. A transaction whose best match's score is in the red zone (above the display minimum score but below or equal to the Add match score) will be added to the GnuCash file by default.</description>
1078    </key>
1079    <key name="auto-clear-threshold" type="d">
1080      <default>6.0</default>
1081      <summary>Clear matching transactions above this score</summary>
1082      <description>This field specifies the threshold above which a matching transaction will be cleared by default. A transaction whose best match's score is in the green zone (above or equal to this Clear threshold) will be cleared by default.</description>
1083    </key>
1084    <key name="atm-fee-threshold" type="d">
1085      <default>2.0</default>
1086      <summary>Maximum ATM fee amount in your area</summary>
1087      <description>This field specifies the extra fee that is taken into account when matching imported transactions. In some places commercial ATMs (not belonging to a financial institution) are installed in places like convenience stores. These ATMs add their fee directly to the amount instead of showing up as a separate transaction or in your monthly banking fees. For example, you withdraw $100, and you are charged $101,50 plus Interac fees. If you manually entered that $100, the amounts won't match. You should set this to whatever is the maximum such fee in your area (in units of your local currency), so the transaction will be recognised as a match.</description>
1088    </key>
1089    <key name="auto-create-commodity" type="b">
1090      <default>false</default>
1091      <summary>Automatically create new commodities</summary>
1092      <description>Enables the automatic creation of new commodities if any unknown commodity is encountered during import. Otherwise the user will be asked what to do with each unknown commodity.</description>
1093    </key>
1094    <child name="match-picker" schema="org.gnucash.dialogs.import.generic.match-picker"/>
1095    <child name="transaction-list" schema="org.gnucash.dialogs.import.generic.transaction-list"/>
1096    <child name="account-picker" schema="org.gnucash.dialogs.import.generic.account-picker"/>
1097  </schema>
1098
1099  <schema id="org.gnucash.dialogs.import.generic.match-picker" path="/org/gnucash/dialogs/import/generic/match-picker/">
1100    <key name="last-geometry" type="(iiii)">
1101      <default>(-1,-1,-1,-1)</default>
1102      <summary>Last window position and size</summary>
1103      <description>This setting describes the size and position of the window when it was last closed.
1104        The numbers are the X and Y coordinates of the top left corner of the window
1105        followed by the width and height of the window.</description>
1106    </key>
1107    <key name="display-reconciled" type="b">
1108     <default>true</default>
1109     <summary>Display or hide reconciled matches</summary>
1110     <description>Shows or hides transactions from the match picker which are already of some reconciled state.</description>
1111   </key>
1112  </schema>
1113
1114  <schema id="org.gnucash.dialogs.import.generic.account-picker" path="/org/gnucash/dialogs/import/generic/account-picker/">
1115    <key name="last-geometry" type="(iiii)">
1116      <default>(-1,-1,-1,-1)</default>
1117      <summary>Last window position and size</summary>
1118      <description>This setting describes the size and position of the window when it was last closed.
1119        The numbers are the X and Y coordinates of the top left corner of the window
1120        followed by the width and height of the window.</description>
1121    </key>
1122  </schema>
1123
1124  <schema id="org.gnucash.dialogs.import.generic.transaction-list" path="/org/gnucash/dialogs/import/generic/transaction-list/">
1125    <key name="last-geometry" type="(iiii)">
1126      <default>(-1,-1,-1,-1)</default>
1127      <summary>Last window position and size</summary>
1128      <description>This setting describes the size and position of the window when it was last closed.
1129        The numbers are the X and Y coordinates of the top left corner of the window
1130        followed by the width and height of the window.</description>
1131    </key>
1132  </schema>
1133
1134  <schema id="org.gnucash.dialogs.import.qif" path="/org/gnucash/dialogs/import/qif/">
1135    <key name="default-status-notcleared" type="b">
1136      <default>true</default>
1137      <summary>Default QIF transaction status</summary>
1138      <description>Default status for QIF transaction when not specified in QIF file.</description>
1139    </key>
1140    <key name="default-status-cleared" type="b">
1141      <default>false</default>
1142      <summary>Default QIF transaction status</summary>
1143      <description>Default status for QIF transaction when not specified in QIF file.</description>
1144    </key>
1145    <key name="default-status-reconciled" type="b">
1146      <default>false</default>
1147      <summary>When the status is not specified in a QIF file, the transactions are marked as reconciled.</summary>
1148      <description>Default status for QIF transaction when not specified in QIF file.</description>
1149    </key>
1150    <key name="last-geometry" type="(iiii)">
1151      <default>(-1,-1,-1,-1)</default>
1152      <summary>Last window position and size</summary>
1153      <description>This setting describes the size and position of the window when it was last closed.
1154        The numbers are the X and Y coordinates of the top left corner of the window
1155        followed by the width and height of the window.</description>
1156    </key>
1157    <key name="last-path" type="s">
1158      <default>''</default>
1159      <summary>Last pathname used</summary>
1160      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
1161    </key>
1162    <key name="show-doc" type="b">
1163      <default>true</default>
1164      <summary>Show documentation</summary>
1165      <description>Show some documentation-only pages in QIF Import assistant.</description>
1166    </key>
1167    <child name="account-picker" schema="org.gnucash.dialogs.import.qif.account-picker"/>
1168  </schema>
1169
1170  <schema id="org.gnucash.dialogs.import.qif.account-picker" path="/org/gnucash/dialogs/import/qif/account-picker/">
1171    <key name="last-geometry" type="(iiii)">
1172      <default>(-1,-1,-1,-1)</default>
1173      <summary>Last window position and size</summary>
1174      <description>This setting describes the size and position of the window when it was last closed.
1175        The numbers are the X and Y coordinates of the top left corner of the window
1176        followed by the width and height of the window.</description>
1177    </key>
1178  </schema>
1179
1180  <schema id="org.gnucash.dialogs.reconcile" path="/org/gnucash/dialogs/reconcile/">
1181    <key name="check-cleared" type="b">
1182      <default>true</default>
1183      <summary>Pre-select cleared transactions</summary>
1184      <description>If active, all transactions marked as cleared in the register will appear already selected in the reconcile dialog. Otherwise no transactions will be initially selected.</description>
1185    </key>
1186    <key name="auto-interest-transfer" type="b">
1187      <default>false</default>
1188      <summary>Prompt for interest charges</summary>
1189      <description>Prior to reconciling an account which charges or pays interest, prompt the user to enter a transaction for the interest charge or payment. Currently only enabled for Bank, Credit, Mutual, Asset, Receivable, Payable, and Liability accounts.</description>
1190    </key>
1191    <key name="auto-cc-payment" type="b">
1192      <default>true</default>
1193      <summary>Prompt for credit card payment</summary>
1194      <description>If active, after reconciling a credit card account, prompt the user to enter a credit card payment. Otherwise do not prompt the user for this.</description>
1195    </key>
1196    <key name="always-reconcile-to-today" type="b">
1197      <default>false</default>
1198      <summary>Always reconcile to today</summary>
1199      <description>If active, always open the reconcile dialog using today's date for the statement date, regardless of previous reconciliations.</description>
1200    </key>
1201    <key name="last-geometry" type="(iiii)">
1202      <default>(-1,-1,-1,-1)</default>
1203      <summary>Last window position and size</summary>
1204      <description>This setting describes the size and position of the window when it was last closed.
1205        The numbers are the X and Y coordinates of the top left corner of the window
1206        followed by the width and height of the window.</description>
1207    </key>
1208  </schema>
1209
1210  <schema id="org.gnucash.dialogs.sxs" path="/org/gnucash/dialogs/scheduled-trans/">
1211    <child name="since-last-run" schema="org.gnucash.dialogs.sxs.since-last-run"/>
1212    <child name="transaction-editor" schema="org.gnucash.dialogs.sxs.transaction-editor"/>
1213  </schema>
1214
1215  <schema id="org.gnucash.dialogs.sxs.since-last-run" path="/org/gnucash/dialogs/scheduled-trans/since-last-run/">
1216    <key name="last-geometry" type="(iiii)">
1217      <default>(-1,-1,-1,-1)</default>
1218      <summary>Last window position and size</summary>
1219      <description>This setting describes the size and position of the window when it was last closed.
1220        The numbers are the X and Y coordinates of the top left corner of the window
1221        followed by the width and height of the window.</description>
1222    </key>
1223    <key name="show-at-file-open" type="b">
1224      <default>true</default>
1225      <summary>Run "since last run" dialog when a file is opened.</summary>
1226      <description>This setting controls whether the scheduled transactions "since last run" processing is run automatically when a data file is opened. This includes the initial opening of the data file when GnuCash starts. If this setting is active, run the "since last run" process, otherwise it is not run.</description>
1227    </key>
1228    <key name="show-notify-window-at-file-open" type="b">
1229      <default>true</default>
1230      <summary>Show "since last run" notification dialog when a file is opened.</summary>
1231      <description>This setting controls whether the scheduled transactions notification-only "since last run" dialog is shown when a data file is opened (if "since last run" processing is enabled on file open).  This includes the initial opening of the data file when GnuCash starts.  If this setting is active, show the dialog, otherwise it is not shown.</description>
1232    </key>
1233    <key name="review-transactions" type="b">
1234      <default>false</default>
1235      <summary>Set "Review Created Transactions" as the default for the "since last run" dialog.</summary>
1236      <description>This setting controls whether as default the "review created transactions" is set for the "since last run" dialog.</description>
1237    </key>
1238  </schema>
1239
1240  <schema id="org.gnucash.dialogs.sxs.transaction-editor" path="/org/gnucash/dialogs/scheduled-trans/transaction-editor/">
1241    <key name="create-auto" type="b">
1242      <default>false</default>
1243      <summary>Set the "auto create" flag by default</summary>
1244      <description>If active, any newly created scheduled transaction will have its 'auto create' flag set active by default. The user can change this flag during transaction creation, or at any later time by editing the scheduled transaction.</description>
1245    </key>
1246    <key name="create-days" type="d">
1247      <default>0</default>
1248      <summary>How many days in advance to notify the user.</summary>
1249      <description>How many days in advance to notify the user.</description>
1250    </key>
1251    <key name="last-geometry" type="(iiii)">
1252      <default>(-1,-1,-1,-1)</default>
1253      <summary>Last window position and size</summary>
1254      <description>This setting describes the size and position of the window when it was last closed.
1255        The numbers are the X and Y coordinates of the top left corner of the window
1256        followed by the width and height of the window.</description>
1257    </key>
1258    <key name="notify" type="b">
1259      <default>true</default>
1260      <summary>Set the "notify" flag by default</summary>
1261      <description>If active, any newly created scheduled transaction will have its 'notify' flag set by default. The user can change this flag during transaction creation, or at any later time by editing the scheduled transaction. This setting only has meaning if the create-auto setting is active.</description>
1262    </key>
1263    <key name="remind-days" type="d">
1264      <default>0</default>
1265      <summary>How many days in advance to remind the user.</summary>
1266      <description>How many days in advance to remind the user.</description>
1267    </key>
1268  </schema>
1269
1270  <schema id="org.gnucash.dialogs.totd" path="/org/gnucash/dialogs/tip-of-the-day/">
1271    <key name="current-tip" type="i">
1272      <default>0</default>
1273      <summary>The next tip to show.</summary>
1274      <description>The next tip to show.</description>
1275    </key>
1276    <key name="last-geometry" type="(iiii)">
1277      <default>(-1,-1,-1,-1)</default>
1278      <summary>Last window position and size</summary>
1279      <description>This setting describes the size and position of the window when it was last closed.
1280        The numbers are the X and Y coordinates of the top left corner of the window
1281        followed by the width and height of the window.</description>
1282    </key>
1283    <key name="show-at-startup" type="b">
1284      <default>true</default>
1285      <summary>Show "Tip Of The Day" at GnuCash start</summary>
1286      <description>Enables the "Tip Of The Day" when GnuCash starts up. If active, the dialog will be shown. Otherwise it will not be shown.</description>
1287    </key>
1288  </schema>
1289
1290  <schema id="org.gnucash.general.finance-quote" path="/org/gnucash/general/finance-quote/">
1291    <key name="alphavantage-api-key" type="s">
1292      <default>''</default>
1293      <summary>Alpha Vantage API key</summary>
1294      <description>To retrieve online quotes from Alphavantage, this key needs to be set. A key can be retrieved from the Alpha Vantage website.</description>
1295    </key>
1296  </schema>
1297
1298  <schema id="org.gnucash.history" path="/org/gnucash/history/">
1299    <key name="maxfiles" type="i">
1300      <default>4</default>
1301      <summary>Number of files in history</summary>
1302      <description>This setting contains the number of files to keep in the Recently Opened Files menu. This value may be set to zero to disable the file history. This number has a maximum value of 10.</description>
1303    </key>
1304    <key name="file0" type="s">
1305      <default>''</default>
1306      <summary>Most recently opened file</summary>
1307      <description>This field contains the full path of the most recently opened file.</description>
1308    </key>
1309    <key name="file1" type="s">
1310      <default>''</default>
1311      <summary>Next most recently opened file</summary>
1312      <description>This field contains the full path of the next most recently opened file.</description>
1313    </key>
1314    <key name="file2" type="s">
1315      <default>''</default>
1316      <summary>Next most recently opened file</summary>
1317      <description>This field contains the full path of the next most recently opened file.</description>
1318    </key>
1319    <key name="file3" type="s">
1320      <default>''</default>
1321      <summary>Next most recently opened file</summary>
1322      <description>This field contains the full path of the next most recently opened file.</description>
1323    </key>
1324    <key name="file4" type="s">
1325      <default>''</default>
1326      <summary>Next most recently opened file</summary>
1327      <description>This field contains the full path of the next most recently opened file.</description>
1328    </key>
1329    <key name="file5" type="s">
1330      <default>''</default>
1331      <summary>Next most recently opened file</summary>
1332      <description>This field contains the full path of the next most recently opened file.</description>
1333    </key>
1334    <key name="file6" type="s">
1335      <default>''</default>
1336      <summary>Next most recently opened file</summary>
1337      <description>This field contains the full path of the next most recently opened file.</description>
1338    </key>
1339    <key name="file7" type="s">
1340      <default>''</default>
1341      <summary>Next most recently opened file</summary>
1342      <description>This field contains the full path of the next most recently opened file.</description>
1343    </key>
1344    <key name="file8" type="s">
1345      <default>''</default>
1346      <summary>Next most recently opened file</summary>
1347      <description>This field contains the full path of the next most recently opened file.</description>
1348    </key>
1349    <key name="file9" type="s">
1350      <default>''</default>
1351      <summary>Next most recently opened file</summary>
1352      <description>This field contains the full path of the next most recently opened file.</description>
1353    </key>
1354  </schema>
1355
1356  <schema id="org.gnucash.warnings" path="/org/gnucash/warnings/">
1357    <child name="permanent" schema="org.gnucash.warnings.permanent"/>
1358    <child name="temporary" schema="org.gnucash.warnings.temporary"/>
1359  </schema>
1360  <schema id="org.gnucash.warnings.permanent" path="/org/gnucash/warnings/permanent/">
1361    <key name="checkprinting-multi-acct" type="i">
1362      <default>0</default>
1363      <summary>Print checks from multiple accounts</summary>
1364      <description>This dialog is presented if you try to print checks from multiple accounts at the same time.</description>
1365    </key>
1366    <key name="closing-window-question" type="i">
1367      <default>0</default>
1368      <summary>Confirm Window Close</summary>
1369      <description>This dialog is presented when there is more than one window.</description>
1370    </key>
1371    <key name="inv-entry-mod" type="i">
1372      <default>0</default>
1373      <summary>Commit changes to a invoice entry</summary>
1374      <description>This dialog is presented when you attempt to move out of a modified invoice entry. The changed data must be either saved or discarded.</description>
1375    </key>
1376    <key name="inv-entry-dup" type="i">
1377      <default>0</default>
1378      <summary>Duplicating a changed invoice entry</summary>
1379      <description>This dialog is presented when you attempt to duplicate a modified invoice entry. The changed data must be saved or the duplication canceled.</description>
1380    </key>
1381    <key name="price-comm-del" type="i">
1382      <default>0</default>
1383      <summary>Delete a commodity</summary>
1384      <description>This dialog is presented before allowing you to delete a commodity.</description>
1385    </key>
1386    <key name="price-comm-del-quotes" type="i">
1387      <default>0</default>
1388      <summary>Delete a commodity with price quotes</summary>
1389      <description>This dialog is presented before allowing you to delete a commodity that has price quotes attached. Deleting the commodity will delete the quotes as well.</description>
1390    </key>
1391    <key name="price-quotes-del" type="i">
1392      <default>0</default>
1393      <summary>Delete multiple price quotes</summary>
1394      <description>This dialog is presented before allowing you to delete multiple price quotes at one time.</description>
1395    </key>
1396    <key name="price-quotes-replace" type="i">
1397      <default>0</default>
1398      <summary>Replace existing price</summary>
1399      <description>This dialog is presented before allowing you to replace an existing price.</description>
1400    </key>
1401    <key name="reg-is-acct-pay-rec" type="i">
1402      <default>0</default>
1403      <summary>Edit account payable/accounts receivable register</summary>
1404      <description>This dialog is presented before allowing you to edit an accounts payable/accounts receivable account. These account types are reserved for the business features and should rarely be manipulated manually.</description>
1405    </key>
1406    <key name="reg-is-read-only" type="i">
1407      <default>0</default>
1408      <summary>Read only register</summary>
1409      <description>This dialog is presented when a read-only register is opened.</description>
1410    </key>
1411    <key name="reg-recd-split-mod" type="i">
1412      <default>0</default>
1413      <summary>Change contents of reconciled split</summary>
1414      <description>This dialog is presented before allowing you to change the contents of a reconciled split. Allowing these changes can make it hard to perform future reconciliations.</description>
1415    </key>
1416    <key name="reg-recd-split-unrec" type="i">
1417      <default>0</default>
1418      <summary>Mark transaction split as unreconciled</summary>
1419      <description>This dialog is presented before allowing you to mark a transaction split as unreconciled. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1420    </key>
1421    <key name="reg-split-del" type="i">
1422      <default>0</default>
1423      <summary>Remove a split from a transaction</summary>
1424      <description>This dialog is presented before allowing you to remove a split from a transaction.</description>
1425    </key>
1426    <key name="reg-split-del-recd" type="i">
1427      <default>0</default>
1428      <summary>Remove a reconciled split from a transaction</summary>
1429      <description>This dialog is presented before allowing you to remove a reconciled split from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1430    </key>
1431    <key name="reg-split-del-all" type="i">
1432      <default>0</default>
1433      <summary>Remove all the splits from a transaction</summary>
1434      <description>This dialog is presented before allowing you to remove all splits from a transaction.</description>
1435    </key>
1436    <key name="reg-split-del-all-recd" type="i">
1437      <default>0</default>
1438      <summary>Remove all the splits from a transaction</summary>
1439      <description>This dialog is presented before allowing you to remove all splits (including some reconciled splits) from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1440    </key>
1441    <key name="reg-trans-del" type="i">
1442      <default>0</default>
1443      <summary>Delete a transaction</summary>
1444      <description>This dialog is presented before allowing you to delete a transaction.</description>
1445    </key>
1446    <key name="reg-trans-del-recd" type="i">
1447      <default>0</default>
1448      <summary>Delete a transaction with reconciled splits</summary>
1449      <description>This dialog is presented before allowing you to delete a transaction that contains reconciled splits. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1450    </key>
1451    <key name="reg-trans-dup" type="i">
1452      <default>0</default>
1453      <summary>Duplicating a changed transaction</summary>
1454      <description>This dialog is presented when you attempt to duplicate a modified transaction. The changed data must be saved or the duplication canceled.</description>
1455    </key>
1456    <key name="reg-trans-mod" type="i">
1457      <default>0</default>
1458      <summary>Commit changes to a transaction</summary>
1459      <description>This dialog is presented when you attempt to move out of a modified transaction. The changed data must be either saved or discarded.</description>
1460    </key>
1461  </schema>
1462
1463  <schema id="org.gnucash.warnings.temporary" path="/org/gnucash/warnings/temporary/">
1464    <key name="checkprinting-multi-acct" type="i">
1465      <default>0</default>
1466      <summary>Print checks from multiple accounts</summary>
1467      <description>This dialog is presented if you try to print checks from multiple accounts at the same time.</description>
1468    </key>
1469    <key name="closing-window-question" type="i">
1470      <default>0</default>
1471      <summary>Confirm Window Close</summary>
1472      <description>This dialog is presented when there is more than one window.</description>
1473    </key>
1474    <key name="inv-entry-mod" type="i">
1475      <default>0</default>
1476      <summary>Commit changes to a invoice entry</summary>
1477      <description>This dialog is presented when you attempt to move out of a modified invoice entry. The changed data must be either saved or discarded.</description>
1478    </key>
1479    <key name="inv-entry-dup" type="i">
1480      <default>0</default>
1481      <summary>Duplicating a changed invoice entry</summary>
1482      <description>This dialog is presented when you attempt to duplicate a modified invoice entry. The changed data must be saved or the duplication canceled.</description>
1483    </key>
1484    <key name="price-comm-del" type="i">
1485      <default>0</default>
1486      <summary>Delete a commodity</summary>
1487      <description>This dialog is presented before allowing you to delete a commodity.</description>
1488    </key>
1489    <key name="price-comm-del-quotes" type="i">
1490      <default>0</default>
1491      <summary>Delete a commodity with price quotes</summary>
1492      <description>This dialog is presented before allowing you to delete a commodity that has price quotes attached. Deleting the commodity will delete the quotes as well.</description>
1493    </key>
1494    <key name="price-quotes-del" type="i">
1495      <default>0</default>
1496      <summary>Delete multiple price quotes</summary>
1497      <description>This dialog is presented before allowing you to delete multiple price quotes at one time.</description>
1498    </key>
1499    <key name="price-quotes-replace" type="i">
1500      <default>0</default>
1501      <summary>Replace existing price</summary>
1502      <description>This dialog is presented before allowing you to replace an existing price.</description>
1503    </key>
1504    <key name="reg-is-acct-pay-rec" type="i">
1505      <default>0</default>
1506      <summary>Edit account payable/accounts receivable register</summary>
1507      <description>This dialog is presented before allowing you to edit an accounts payable/accounts receivable account. These account types are reserved for the business features and should rarely be manipulated manually.</description>
1508    </key>
1509    <key name="reg-is-read-only" type="i">
1510      <default>0</default>
1511      <summary>Read only register</summary>
1512      <description>This dialog is presented when a read-only register is opened.</description>
1513    </key>
1514    <key name="reg-recd-split-mod" type="i">
1515      <default>0</default>
1516      <summary>Change contents of reconciled split</summary>
1517      <description>This dialog is presented before allowing you to change the contents of a reconciled split. Allowing these changes can make it hard to perform future reconciliations.</description>
1518    </key>
1519    <key name="reg-recd-split-unrec" type="i">
1520      <default>0</default>
1521      <summary>Mark transaction split as unreconciled</summary>
1522      <description>This dialog is presented before allowing you to mark a transaction split as unreconciled. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1523    </key>
1524    <key name="reg-split-del" type="i">
1525      <default>0</default>
1526      <summary>Remove a split from a transaction</summary>
1527      <description>This dialog is presented before allowing you to remove a split from a transaction.</description>
1528    </key>
1529    <key name="reg-split-del-recd" type="i">
1530      <default>0</default>
1531      <summary>Remove a reconciled split from a transaction</summary>
1532      <description>This dialog is presented before allowing you to remove a reconciled split from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1533    </key>
1534    <key name="reg-split-del-all" type="i">
1535      <default>0</default>
1536      <summary>Remove all the splits from a transaction</summary>
1537      <description>This dialog is presented before allowing you to remove all splits from a transaction.</description>
1538    </key>
1539    <key name="reg-split-del-all-recd" type="i">
1540      <default>0</default>
1541      <summary>Remove all the splits from a transaction</summary>
1542      <description>This dialog is presented before allowing you to remove all splits (including some reconciled splits) from a transaction. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1543    </key>
1544    <key name="reg-trans-del" type="i">
1545      <default>0</default>
1546      <summary>Delete a transaction</summary>
1547      <description>This dialog is presented before allowing you to delete a transaction.</description>
1548    </key>
1549    <key name="reg-trans-del-recd" type="i">
1550      <default>0</default>
1551      <summary>Delete a transaction with reconciled splits</summary>
1552      <description>This dialog is presented before allowing you to delete a transaction that contains reconciled splits. Doing so will throw off the reconciled value of the register and can make it hard to perform future reconciliations.</description>
1553    </key>
1554    <key name="reg-trans-dup" type="i">
1555      <default>0</default>
1556      <summary>Duplicating a changed transaction</summary>
1557      <description>This dialog is presented when you attempt to duplicate a modified transaction. The changed data must be saved or the duplication canceled.</description>
1558    </key>
1559    <key name="reg-trans-mod" type="i">
1560      <default>0</default>
1561      <summary>Commit changes to a transaction</summary>
1562      <description>This dialog is presented when you attempt to move out of a modified transaction. The changed data must be either saved or discarded.</description>
1563    </key>
1564  </schema>
1565
1566  <schema id="org.gnucash.window.pages" path="/org/gnucash/window/pages/account-tree/">
1567    <key name="account-code-visible" type="b">
1568      <default>false</default>
1569      <summary>Display this column</summary>
1570      <description>This setting controls whether the given column will be visible in the view. TRUE means visible, FALSE means hidden.</description>
1571    </key>
1572    <key name="account-code-width" type="i">
1573      <default>0</default>
1574      <summary>Width of this column</summary>
1575      <description>This setting stores the width of the given column in pixels.</description>
1576    </key>
1577  </schema>
1578
1579  <schema id="org.gnucash.window.pages.account-tree.summary" path="/org/gnucash/window/pages/account-tree/summary/">
1580    <key name="grand-total" type="b">
1581      <default>true</default>
1582      <summary>Show a grand total of all accounts converted to the default report currency</summary>
1583      <description>Show a grand total of all accounts converted to the default report currency</description>
1584    </key>
1585    <key name="non-currency" type="b">
1586      <default>true</default>
1587      <summary>Show non currency commodities</summary>
1588      <description>If active, non currency commodities (stocks) will be shown. Otherwise they will be hidden.</description>
1589    </key>
1590    <key name="start-choice-relative" type="b">
1591      <default>true</default>
1592      <summary>Use relative profit/loss starting date</summary>
1593      <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>
1594    </key>
1595    <key name="start-choice-absolute" type="b">
1596      <default>false</default>
1597      <summary>Use absolute profit/loss starting date</summary>
1598      <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>
1599    </key>
1600    <key name="start-date" type="x">
1601      <default>0</default>
1602      <summary>Starting date (in seconds from Jan 1, 1970)</summary>
1603      <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>
1604    </key>
1605    <key name="start-period" type="i">
1606      <default>5</default>
1607      <summary>Starting time period identifier</summary>
1608      <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>
1609    </key>
1610    <key name="end-choice-relative" type="b">
1611      <default>true</default>
1612      <summary>Use relative profit/loss ending date</summary>
1613      <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>
1614    </key>
1615    <key name="end-choice-absolute" type="b">
1616      <default>false</default>
1617      <summary>Use absolute profit/loss ending date</summary>
1618      <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>
1619    </key>
1620    <key name="end-date" type="x">
1621      <default>0</default>
1622      <summary>Ending date (in seconds from Jan 1, 1970)</summary>
1623      <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>
1624    </key>
1625    <key name="end-period" type="i">
1626      <default>5</default>
1627      <summary>Ending time period identifier</summary>
1628      <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>
1629    </key>
1630  </schema>
1631
1632  <schema id="org.gnucash.dialogs.flicker" path="/org/gnucash/dialogs/flicker/">
1633    <key name="last-geometry" type="(iiii)">
1634      <default>(-1,-1,-1,-1)</default>
1635      <summary>Last window position and size</summary>
1636      <description>This setting describes the size and position of the window when it was last closed.
1637        The numbers are the X and Y coordinates of the top left corner of the window
1638        followed by the width and height of the window.</description>
1639    </key>
1640  </schema>
1641  <schema id="org.gnucash.dialogs.ab-initial" path="/org/gnucash/dialogs/ab-initial/">
1642    <key name="last-geometry" type="(iiii)">
1643      <default>(-1,-1,-1,-1)</default>
1644      <summary>Last window position and size</summary>
1645      <description>This setting describes the size and position of the window when it was last closed.
1646        The numbers are the X and Y coordinates of the top left corner of the window
1647        followed by the width and height of the window.</description>
1648    </key>
1649  </schema>
1650
1651  <schema id="org.gnucash.dialogs.import.hbci" path="/org/gnucash/dialogs/import/hbci/">
1652    <key name="close-on-finish" type="b">
1653      <default>true</default>
1654      <summary>Close window when finished</summary>
1655      <description>If active, the window will be closed automatically when you finish the HBCI/AqBanking import process. Otherwise it will stay open.</description>
1656    </key>
1657    <key name="remember-pin" type="b">
1658      <default>false</default>
1659      <summary>Remember the PIN in memory</summary>
1660      <description>If active, the PIN for HBCI/AqBanking actions will be remembered in memory during a session. Otherwise it will have to be entered again each time during a session when it is needed.</description>
1661    </key>
1662    <key name="use-ns-transaction-text" type="b">
1663      <default>true</default>
1664      <summary>Put the transaction text in front of the purpose of a transaction.</summary>
1665      <description>Some banks place part of transaction description as "transaction text" in the MT940 file. Normally GNUcash ignores this text. However by activating this option, the transaction text is used for the transaction description too.</description>
1666    </key>
1667    <key name="verbose-debug" type="b">
1668      <default>false</default>
1669      <summary>Verbose HBCI debug messages</summary>
1670      <description>Enables verbose debug messages for HBCI/AqBanking Online Banking.</description>
1671    </key>
1672    <key name="format-dtaus" type="s">
1673      <default>'default'</default>
1674      <summary>DTAUS import data format</summary>
1675      <description>This setting specifies the data format when importing DTAUS files. The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
1676    </key>
1677    <key name="format-csv" type="s">
1678      <default>'default'</default>
1679      <summary>CSV import data format</summary>
1680      <description>This setting specifies the data format when importing CSV files. The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
1681    </key>
1682    <key name="format-swift-mt940" type="s">
1683      <default>'swift-mt940'</default>
1684      <summary>SWIFT MT940 import data format</summary>
1685      <description>This setting specifies the data format when importing SWIFT MT940 files. The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
1686    </key>
1687    <key name="format-swift-mt942" type="s">
1688      <default>'swift-mt942'</default>
1689      <summary>SWIFT MT942 import data format</summary>
1690      <description>This setting specifies the data format when importing SWIFT MT942 files. The AqBanking library offers various import formats (called "profiles") of which you can choose one here.</description>
1691    </key>
1692    <key name="last-path" type="s">
1693      <default>''</default>
1694      <summary>Last pathname used</summary>
1695      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
1696    </key>
1697    <child name="connection-dialog" schema="org.gnucash.dialogs.import.hbci.connection-dialog"/>
1698  </schema>
1699
1700  <schema id="org.gnucash.dialogs.import.hbci.connection-dialog" path="/org/gnucash/dialogs/import/hbci/connection-dialog/">
1701    <key name="last-geometry" type="(iiii)">
1702      <default>(-1,-1,-1,-1)</default>
1703      <summary>Last window position and size</summary>
1704      <description>This setting describes the size and position of the window when it was last closed.
1705        The numbers are the X and Y coordinates of the top left corner of the window
1706        followed by the width and height of the window.</description>
1707    </key>
1708  </schema>
1709
1710  <schema id="org.gnucash.dialogs.import.ofx" path="/org/gnucash/dialogs/import/ofx/">
1711    <key name="last-path" type="s">
1712      <default>''</default>
1713      <summary>Last pathname used</summary>
1714      <description>This field contains the last pathname used by this window. It will be used as the initial filename/pathname the next time this window is opened.</description>
1715    </key>
1716  </schema>
1717</schemalist>
1718