mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Document complexity in UI
This commit is contained in:
parent
1aba062109
commit
4718604f3b
@ -72,7 +72,9 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes"><b>Auto-Clear Information</b>
|
||||
Use this dialog if you want GnuCash to automatically find which transactions are cleared, given an ending balance. For example, said ending balance can be the current balance given by your online bank.</property>
|
||||
Use this dialog if you want GnuCash to automatically find which transactions are cleared, given an ending balance. For example, said ending balance can be the current balance given by your online bank.
|
||||
|
||||
<b>Note</b>: The complexity of this algorithm is quite high (<a href="https://en.wikipedia.org/wiki/Knapsack_problem#Computational_complexity">O(nW)</a>). Use this only on a dozen of uncleared splits.</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="max_width_chars">80</property>
|
||||
|
Loading…
Reference in New Issue
Block a user