1 #line 2 "src/Dbo/Accounts/Item.cpp"
6 #include "../Transactions/Transactions.h"
7 #include "../Slots/Slots.h"
27 auto atn = accountTypeName();
30 if( val.backendName == accountTypeName() )
40 auto atn = accountTypeName();
43 if( val.backendName == accountTypeName() )
auto hasColor() const -> bool
Has Color.
auto color() const -> std::string
Color.
auto accountDrCr() const -> GCW::Dbo::Accounts::DrCr
Account Debit/Credit.
auto accountType() const -> GCW::Dbo::Accounts::Type
Account Type.
auto fullName() const -> std::string
Full Name.
auto accountTypeName() const -> const std::string &
Type Name.
auto accountDef() const -> const GCW::Dbo::Accounts::AccountDef_t &
Account Definition.
const Wt::WFormModel::Field guid
DrCr
Account Debit/Credit Enum.
@ NONE
0x00 ~ invalid - should not happen
const std::vector< AccountDef_t > s_accountDefs
auto fullName(const std::string &_guid) -> std::string
Account Fullname via GUID.
Wt::WFormModel::Field string_val
auto get() -> GCW::Dbo::Slots::Item::Vector