GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
ViewMode.h File Reference
#include <Wt/WDateTime.h>
#include <Wt/WStandardItemModel.h>
+ Include dependency graph for ViewMode.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  GCW
 
namespace  GCW::Gui
 
namespace  GCW::Gui::AccountRegister
 

Enumerations

enum class  GCW::Gui::AccountRegister::ViewMode { GCW::Gui::AccountRegister::BASIC_LEDGER , GCW::Gui::AccountRegister::AUTOSPLIT_LEDGER , GCW::Gui::AccountRegister::TRANSACTION_JOURNAL , GCW::Gui::AccountRegister::GENERAL_JOURNAL }
 View Mode. More...
 
enum class  GCW::Gui::AccountRegister::Col : int {
  GCW::Gui::AccountRegister::DATE = 0 , GCW::Gui::AccountRegister::ACTION = 1 , GCW::Gui::AccountRegister::DESCRIPTION = 2 , GCW::Gui::AccountRegister::TRANSFER = 3 ,
  GCW::Gui::AccountRegister::RECONCILE = 4 , GCW::Gui::AccountRegister::DEBIT = 5 , GCW::Gui::AccountRegister::CREDIT = 6 , GCW::Gui::AccountRegister::BALANCE = 7 ,
  GCW::Gui::AccountRegister::NOTES = 2
}
 

Functions

constexpr int GCW::Gui::AccountRegister::asInt (Col col) noexcept