|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Classes | |
| class | Item |
| Variables Item Class. More... | |
Enumerations | |
| enum class | ReverseBalanceAccounts { NONE = 0x01 , INCOME_EXPENSE = 0x02 , CREDIT = 0x03 } |
| Reversed Balance Accounts. More... | |
| enum class | AccountRegisterHighlight { NONE = 0x01 , NORMAL = 0x02 , NEGVAL_EXTRA = 0x03 } |
| Account Register Highlighting. More... | |
Functions | |
| auto | get () -> GCW::Dbo::Prefrences::Item |
|
strong |
Account Register Highlighting.
This controls how some of the display features of the account-register window are handled
| Enumerator | |
|---|---|
| NONE | no highlight handling |
| NORMAL | normal handling - neg values are red |
| NEGVAL_EXTRA | extra handling - neg values are gold-background-full-line |
Definition at line 58 of file Prefrences.h.
|
strong |
Reversed Balance Accounts.
Reverse Balanced accounts: This option lets you determine whether account balances will display as positive or negative numbers:
| Enumerator | |
|---|---|
| NONE | no account balances are reversed |
| INCOME_EXPENSE | income and expense account balances are reversed |
| CREDIT | credit account balances are reversed |
Definition at line 39 of file Prefrences.h.
| auto GCW::Dbo::Prefrences::get | ( | ) | -> GCW::Dbo::Prefrences::Item |
Definition at line 19 of file Prefrences.cpp.
References GCW::app(), and GCW::Dbo::Vars::get().
Referenced by GCW::Gui::AccountRegister::Widget::on_delete_triggered(), and GCW::Gui::AccountRegister::Model::refreshFromDisk().