Warning, /office/kmymoney/kmymoney/settings/kmymoney.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004     xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005     http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006  <kcfgfile name="kmymoney/kmymoneyrc"/>
0007  <group name="General Options">
0008   <entry name="AutoFillTransaction" type="Int">
0009    <label>Auto fill with previous transaction data</label>
0010    <default>1</default>
0011   </entry>
0012   <entry name="AutoFillDifference" type="Int">
0013     <label>Treat two transactions as identical, if amount differs by less than</label>
0014     <default>10</default>
0015   </entry>
0016   <entry name="AutoFillUseMemos" type="Bool">
0017     <label>When auto fill with previous transaction data use the memos</label>
0018     <default>true</default>
0019   </entry>
0020   <entry name="AutoIncCheckNumber" type="Bool">
0021    <label>Auto increment check number</label>
0022    <default>true</default>
0023   </entry>
0024   <entry name="AutoSaveFile" type="Bool">
0025    <label>Autosave file periodically</label>
0026    <default>false</default>
0027   </entry>
0028   <entry name="AutoReconciliation" type="Bool">
0029    <label>Automatically find which transactions match the given reconciliation data</label>
0030    <default>false</default>
0031   </entry>
0032   <entry name="AutoBackupCopies" type="Int">
0033    <label>Number of backup files to keep</label>
0034    <default>10</default>
0035    <min>0</min>
0036    <max>100</max>
0037   </entry>
0038   <entry name="AutoSavePeriod" type="Int">
0039    <label>Autosave interval in minutes</label>
0040    <default>10</default>
0041    <min>0</min>
0042    <max>60</max>
0043   </entry>
0044   <entry name="AutoSaveOnClose" type="Bool">
0045    <label>Autosave file upon close</label>
0046    <default>false</default>
0047   </entry>
0048   <entry name="CheckSchedule" type="Bool">
0049    <label>Check schedules upon startup</label>
0050    <default>false</default>
0051   </entry>
0052   <entry name="CheckSchedulePreview" type="Int">
0053    <label>Enter transactions this number of days in advance</label>
0054    <default>0</default>
0055    <min>0</min>
0056    <max>999</max>
0057   </entry>
0058   <entry name="ExternalCalculator" type="String">
0059    <label>Name of external calculator program</label>
0060   </entry>
0061   <entry name="HolidayRegion" type="String">
0062    <label>Name of region used for non-processing days</label>
0063    <default>(None)</default>
0064   </entry>
0065   <entry name="SchedulePreview" type="Int">
0066    <label>Number of days to preview schedules in ledger</label>
0067    <default>0</default>
0068    <min>0</min>
0069    <max>999</max>
0070   </entry>
0071   <entry name="FocusChangeIsEnter" type="Bool">
0072    <label>Keep changes when selecting a different transaction/split</label>
0073    <default>false</default>
0074   </entry>
0075   <entry name="EnterMovesBetweenFields" type="Bool">
0076    <label>Using the Enter key moves between the fields</label>
0077    <default>false</default>
0078   </entry>
0079   <entry name="LedgerLens" type="Bool">
0080    <label>Use the ledger lens</label>
0081    <default>false</default>
0082   </entry>
0083   <entry name="PriceHistoryUpdate" type="Bool">
0084    <label>Update price history</label>
0085    <default>true</default>
0086   </entry>
0087   <entry name="TransactionForm" type="Bool">
0088    <label>Show transaction form</label>
0089    <default>true</default>
0090   </entry>
0091   <entry name="StartLastViewSelected" type="Int">
0092    <label>Start with last selected view or homepage</label>
0093    <default>0</default>
0094   </entry>
0095   <entry name="LastViewSelected" type="Int">
0096    <label>The last selected view</label>
0097    <default>0</default>
0098   </entry>
0099   <entry name="WriteDataEncrypted" type="Bool">
0100    <label>Use GPG to encrypt data file</label>
0101    <default>false</default>
0102   </entry>
0103   <entry name="EncryptRecover" type="Bool">
0104    <label>Also encrypt against recover key</label>
0105    <default>false</default>
0106   </entry>
0107   <entry name="GpgRecipient" type="String">
0108    <label>GPG User ID (deprecated)</label>
0109   </entry>
0110   <entry name="GpgRecipientList" type="StringList">
0111    <label>GPG User ID</label>
0112   </entry>
0113   <entry name="ExpertMode" type="Bool">
0114    <label>Run in expert (accountant) mode</label>
0115    <default>false</default>
0116   </entry>
0117   <entry name="syncLedgerInvestment" type="Bool">
0118    <label>Synchronize account in ledger and investment view</label>
0119    <default>true</default>
0120   </entry>
0121   <entry name="viewType" type="Int">
0122    <label>The type of the KMyMoney view</label>
0123    <default>0</default>
0124   </entry>
0125   <entry name="firstTimeRun" type="Bool">
0126    <label>First time switch to start new user wizard</label>
0127    <default>true</default>
0128   </entry>
0129   <entry name="stringMatchFromStart" type="Bool">
0130    <label>Match strings in auto-completion only from the first letter on. A substring behind the first letter is not found.</label>
0131    <default>false</default>
0132   </entry>
0133   <entry name="stdTransactionFormTabOrder" type="String">
0134    <label>Tab order of edit widgets in transaction form</label>
0135    <default>account,cashflow,payee,category,tag,memo,number,date,amount,state</default>
0136   </entry>
0137   <entry name="stdTransactionRegisterTabOrder" type="String">
0138    <label>Tab order of edit widgets in register</label>
0139    <default>number,date,payee,category,tag,memo,payment,deposit,state</default>
0140   </entry>
0141  </group>
0142  <group name="Homepage Options">
0143   <entry name="ItemList" type="String">
0144   <label>Order of items on homepage</label>
0145   <default>8,1,2,3,4,5,6,7,-9,10</default>
0146   </entry>
0147   <entry name="ZoomFactor" type="Double">
0148    <label>Zoom factor used for home view HTML page</label>
0149    <default>1.00</default>
0150   </entry>
0151   <entry name="RememberZoomFactor" type="Bool">
0152    <label>Remember (manually adjusted) zoom factor in home view on program end.</label>
0153    <default>true</default>
0154   </entry>
0155   <entry name="ShowLimitInfo" type="Bool">
0156    <label>Show account limit information on the Homepage</label>
0157    <default>true</default>
0158   </entry>
0159   <entry name="ShowBalanceStatusOfOnlineAccounts" type="Bool">
0160    <label>Show balance status on the Homepage for accounts where data imports include balance information.</label>
0161    <default>false</default>
0162   </entry>
0163   <entry name="ShowCountOfUnmarkedTransactions" type="Bool">
0164    <label>Show number of not marked transactions per account on the Homepage [!M]</label>
0165    <default>false</default>
0166   </entry>
0167   <entry name="ShowCountOfClearedTransactions" type="Bool">
0168    <label>Show number of cleared transactions per account on the Homepage [C]</label>
0169    <default>false</default>
0170   </entry>
0171   <entry name="ShowCountOfNotReconciledTransactions" type="Bool">
0172    <label>Show number of not reconciled (not marked + cleared) transactions per account on the Homepage [!R]</label>
0173    <default>false</default>
0174   </entry>
0175   <entry name="ShowDateOfLastReconciliation" type="Bool">
0176    <label>Show date of last reconciliation on the Homepage</label>
0177    <default>false</default>
0178   </entry>
0179  </group>
0180  <group name="Color Options">
0181   <entry name="useCustomColors" type="Bool">
0182    <label>Use custom colors</label>
0183    <default>false</default>
0184   </entry>
0185   <entry name="transactionImportedColor" type="Color">
0186    <label>Background color for imported transactions</label>
0187    <default>255,255,0</default>
0188   </entry>
0189   <entry name="transactionMatchedColor" type="Color">
0190    <label>Background color for matched transactions</label>
0191    <default>152,251,152</default>
0192   </entry>
0193   <entry name="transactionErroneousColor" type="Color">
0194    <label>List color for erroneous transactions</label>
0195    <default>255,0,0</default>
0196   </entry>
0197   <entry name="missingConversionRateColor" type="Color">
0198    <label>List color for missing conversion rate</label>
0199    <default>0,0,255</default>
0200   </entry>
0201   <entry name="groupMarkerColor" type="Color">
0202    <label>Background color for group marker</label>
0203    <default>255,242,155</default>
0204   </entry>
0205   <entry name="fieldRequiredColor" type="Color">
0206    <label>Background color for required fields</label>
0207    <default>255,255,221</default>
0208   </entry>
0209  </group>
0210  <group name="List Options">
0211   <entry name="HideUnusedCategory" type="Bool">
0212    <label>Hide unused categories</label>
0213    <default>false</default>
0214   </entry>
0215   <entry name="ShowAllAccounts" type="Bool">
0216    <label>Show all accounts</label>
0217    <default>false</default>
0218   </entry>
0219   <entry name="ShowCategoriesInAccountsView" type="Bool">
0220    <label>Show categories in the accounts view</label>
0221    <default>false</default>
0222   </entry>
0223   <entry name="HideZeroBalanceEquities" type="Bool">
0224    <label>Hide zero balance equities</label>
0225    <default>false</default>
0226   </entry>
0227   <entry name="HideZeroBalanceAccounts" type="Bool">
0228    <label>Hide zero balance accounts</label>
0229    <default>false</default>
0230   </entry>
0231   <entry name="HideFinishedSchedules" type="Bool">
0232    <label>Hide finished schedules</label>
0233    <default>false</default>
0234   </entry>
0235   <entry name="HideReconciledTransactions" type="Bool">
0236    <label>Hide reconciled transactions</label>
0237    <default>false</default>
0238   </entry>
0239   <entry name="ShowRegisterDetailed" type="Bool">
0240    <label>Show all register entries in full detail</label>
0241    <default>false</default>
0242   </entry>
0243   <entry name="ShowAllSplits" type="Bool">
0244    <label>Show all split details in register</label>
0245    <default>false</default>
0246   </entry>
0247   <entry name="ShowPlannedScheduleDates" type="Bool">
0248    <label>Show schedules with planned date</label>
0249    <default>false</default>
0250   </entry>
0251   <entry name="ShowGrid" type="Bool">
0252    <label>Show a grid in the register</label>
0253    <default>true</default>
0254   </entry>
0255   <entry name="ShowFancyMarker" type="Bool">
0256    <label>Show fancy group markers</label>
0257    <default>true</default>
0258   </entry>
0259   <entry name="ShowFiscalMarker" type="Bool">
0260    <label>Show fancy markers for previous and current fiscal year</label>
0261    <default>true</default>
0262   </entry>
0263   <entry name ="ShowReconciliationMarker" type="Enum">
0264    <label>Show reconciliation entries with date and balance</label>
0265    <default>All</default>
0266    <choices name="ReconciliationHeader">
0267      <choice name="Off"/>
0268      <choice name="Last"/>
0269      <choice name="All"/>
0270    </choices>
0271   </entry>
0272   <entry name="FiscalYearBegin" type="Int">
0273    <label>Starting month of the fiscal year</label>
0274    <default>0</default>
0275    <min>0</min>
0276    <max>11</max>
0277   </entry>
0278   <entry name="FiscalYearBeginDay" type="Int">
0279    <label>Starting day of the fiscal year</label>
0280    <default>1</default>
0281    <min>1</min>
0282    <max>28</max>
0283   </entry>
0284   <entry name="StartDate" type="DateTime">
0285    <label>Start date</label>
0286    <default>QDateTime::fromString("1900-01-01T00:00:00", Qt::ISODate)</default>
0287   </entry>
0288   <entry name="logPath" type="String">
0289    <label>Log file path</label>
0290   </entry>
0291   <entry name="logImportedStatements" type="Bool">
0292    <label>Log imported statements</label>
0293   </entry>
0294   <entry name="logOfxTransactions" type="Bool">
0295    <label>Log OFX transactions</label>
0296   </entry>
0297   <entry name="useSystemFont" type="Bool">
0298    <label>Use system font</label>
0299    <default>false</default>
0300   </entry>
0301   <entry name="listCellFont" type="Font">
0302    <label>Cell font</label>
0303   </entry>
0304   <entry name="listHeaderFont" type="Font">
0305    <label>Header font</label>
0306   </entry>
0307   <entry name="IconsTheme" type="String">
0308    <label>Icon theme</label>
0309    <default>system</default>
0310   </entry>
0311   <entry name="sortNormalView" type="String">
0312    <label>Sort order of register in normal view</label>
0313    <default>1,-9,-4</default>
0314   </entry>
0315   <entry name="sortReconcileView" type="String">
0316    <label>Sort order of register in normal view</label>
0317    <default>1,-4</default>
0318   </entry>
0319   <entry name="sortSearchView" type="String">
0320    <label>Sort order of register in search dialog</label>
0321    <default>1,-9,-4</default>
0322   </entry>
0323   <entry name="initialDateFieldCursorPosition" type="Enum">
0324    <label>Initial cursor position within the date field</label>
0325    <default>Day</default>
0326    <choices name="PositionType">
0327      <choice name="Day"/>
0328      <choice name="Month"/>
0329      <choice name="Year"/>
0330    </choices>
0331   </entry>
0332   <entry name="defaultReconciliationState" type="Int">
0333    <label>Default reconciliation state for transactions entered during reconciliation</label>
0334    <default>0</default>
0335   </entry>
0336  </group>
0337  <group name="Import options">
0338   <entry name="matchInterval" type="Int">
0339    <label>Number of days (plus/minus) to search for matching transactions</label>
0340    <default>4</default>
0341   </entry>
0342   <entry name="askForPayeeCategory" type="Bool">
0343    <label>During import, ask for a new payee's default category</label>
0344    <default>false</default>
0345   </entry>
0346  </group>
0347  <!-- Internal options don't have GUI access -->
0348  <group name="Internal Options">
0349    <entry name="lastUsedPostDate" type="DateTime">
0350      <label>Post date last entered by the user</label>
0351      <default>QDateTime()</default>
0352    </entry>
0353  </group>
0354  <group name="QIF Options">
0355   <entry name="qifCash" type="String">
0356    <label>additional names for cash account</label>
0357    <default>Bar</default>
0358   </entry>
0359   <entry name="qifBank" type="String">
0360    <label>additional names for checking account</label>
0361    <default>Banca,Banque</default>
0362   </entry>
0363   <entry name="qifCreditCard" type="String">
0364    <label>additional names for credit card account</label>
0365    <default>Kreditkarte</default>
0366   </entry>
0367   <entry name="qifAsset" type="String">
0368    <label>additional names for asset account</label>
0369    <default>And. Kto.</default>
0370   </entry>
0371   <entry name="qifOpeningBalance" type="String">
0372    <label>additional names for opening balance payee</label>
0373    <default>Eröffnungssaldo</default>
0374   </entry>
0375   <entry name="qifInvoice" type="String">
0376    <label>additional names for invoice accounts</label>
0377    <default>Rechnung</default>
0378   </entry>
0379  </group>
0380  <group name="Account View Settings">
0381   <entry name="showAccountsExpanded" type="Bool">
0382    <label>Show accounts view expanded when loaded</label>
0383    <default>false</default>
0384   </entry>
0385  </group>
0386  <group name="Chart Settings">
0387   <entry name="MaximumLegendItems" type="Int">
0388    <label>Maximum quantity of legend items to display on charts</label>
0389    <default>10</default>
0390    <min>0</min>
0391    <max>100</max>
0392   </entry>
0393   <entry name="LineWidth" type="Int">
0394    <label>Line width for diagrams, in pixels</label>
0395    <default>2</default>
0396    <min>0</min>
0397    <max>256</max>
0398   </entry>
0399   <entry name="ChartsPalette" type="Int">
0400    <label>The palette used to render charts</label>
0401    <default>2</default>
0402    <min>0</min>
0403    <max>2</max>
0404   </entry>
0405   <entry name="CssFileDefault" type="String">
0406    <label>Name of default CSS file</label>
0407    <default></default>
0408   </entry>
0409  </group>
0410  <!-- Keep the forecast options in this file for compatibility reasons -->
0411  <group name="Forecast Options">
0412   <entry name="forecastMethod" type="Int">
0413    <label>Method to calculate forecast</label>
0414    <default>0</default>
0415   </entry>
0416   <entry name="forecastDays" type="LongLong">
0417    <label>Days to forecast</label>
0418    <default>90</default>
0419    <min>1</min>
0420    <max>999</max>
0421   </entry>
0422   <entry name="forecastAccountCycle" type="LongLong">
0423    <label>Days of normal account cycle</label>
0424    <default>30</default>
0425    <min>1</min>
0426    <max>999</max>
0427   </entry>
0428   <entry name="forecastCycles" type="LongLong">
0429    <label>Number of historic cycles to use in forecast</label>
0430    <default>3</default>
0431    <min>1</min>
0432    <max>999</max>
0433   </entry>
0434   <entry name="beginForecastDay" type="LongLong">
0435    <label>Day of month to start forecast</label>
0436    <default>0</default>
0437    <min>0</min>
0438    <max>31</max>
0439   </entry>
0440   <entry name="historyMethod" type="Int">
0441    <label>Method to calculate history-based forecast</label>
0442    <default>1</default>
0443   </entry>
0444   <entry name="skipOpeningDate" type="Bool">
0445    <label>Skip opening date when fetching transactions</label>
0446    <default>true</default>
0447   </entry>
0448   <entry name="includeFutureTransactions" type="Bool">
0449    <label>Include future transaction when using Schedule Forecast</label>
0450    <default>true</default>
0451   </entry>
0452   <entry name="includeScheduledTransactions" type="Bool">
0453    <label>Include scheduled transactions when using Schedule Forecast</label>
0454    <default>true</default>
0455   </entry>
0456  </group>
0457  <!-- Keep the forecast options in this file for compatibility reasons -->
0458 </kcfg>
0459 <!--
0460   <entry name="" type="">
0461    <label>...</label>
0462    <default>...</default>
0463   </entry>
0464 -->