* src/business/business-ledger/gncEntryLedger.c: allow the user

to enter any Action they wish.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8046 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-03-09 03:04:39 +00:00
parent b2ccbf62cf
commit ef78bbefe6
2 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,9 @@
Chris Morgan's Baysian Matching code, to match transactions
based on Bayesian filtering of previously matched transactions.
* src/business/business-ledger/gncEntryLedger.c: allow the user
to enter any Action they wish.
2003-03-06 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/dialog-hbcitrans.c: Include a latest

View File

@ -211,6 +211,11 @@ gnc_entry_ledger_config_cells (GncEntryLedger *ledger)
((ComboCell *)
gnc_table_layout_get_cell (ledger->table->layout, ENTRY_ACTN_CELL), TRUE);
/* The action cell should also accept strings not in the list */
gnc_combo_cell_set_strict
((ComboCell *)
gnc_table_layout_get_cell (ledger->table->layout, ENTRY_ACTN_CELL), FALSE);
/* Use 6 decimal places for all prices and quantities */
gnc_price_cell_set_fraction
((PriceCell *)