GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Item.h>
Public Member Functions | |
Item () | |
ctor | |
Item (const std::string &_guid) | |
ctor with guid | |
auto | guid () const -> const std::string & |
GUID. | |
template<class Action > | |
auto | persist (Action &action) -> void |
![]() | |
BaseItem () | |
![]() | |
Dbo () | |
Dbo (const Dbo< C > &other) | |
dbo_traits< C >::IdType | id () const |
Session * | session () const |
void | setDirty () |
bool | isDirty () const |
ptr< C > | self () const |
Private Attributes | |
std::string | m_guid |
std::string | m_name |
std::string | m_description |
int | m_refcount |
int | m_invisible |
std::string | m_parent |
std::string | m_type |
int | m_duedays |
int | m_discountdays |
int | m_discount_num |
int | m_discount_denom |
int | m_cutoff |
Additional Inherited Members | |
![]() | |
using | Ptr = Wt::Dbo::ptr< Item > |
using | Collection = Wt::Dbo::collection< Ptr > |
using | Vector = std::vector< Ptr > |
BillTerms Class.
Definition at line 78 of file Dbo/BillTerms/Item.h.
|
inline |
ctor
Definition at line 86 of file Dbo/BillTerms/Item.h.
|
inline |
ctor with guid
Definition at line 91 of file Dbo/BillTerms/Item.h.
|
inline |
GUID.
Return account 'guid' value - the primary key for the account
Definition at line 98 of file Dbo/BillTerms/Item.h.
References m_guid.
|
inline |
Definition at line 101 of file Dbo/BillTerms/Item.h.
References GCW::Dbo::BillTerms::Field::cutoff, GCW::Dbo::BillTerms::Field::description, GCW::Dbo::BillTerms::Field::discount_denom, GCW::Dbo::BillTerms::Field::discount_num, GCW::Dbo::BillTerms::Field::discountdays, GCW::Dbo::BillTerms::Field::duedays, Wt::Dbo::field(), GCW::Dbo::BillTerms::Field::guid, Wt::Dbo::id(), GCW::Dbo::BillTerms::Field::invisible, m_cutoff, m_description, m_discount_denom, m_discount_num, m_discountdays, m_duedays, m_guid, m_invisible, m_name, m_parent, m_refcount, m_type, GCW::Dbo::BillTerms::Field::name, GCW::Dbo::BillTerms::Field::parent, GCW::Dbo::BillTerms::Field::refcount, and GCW::Dbo::BillTerms::Field::type.
|
private |
Definition at line 131 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 122 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 130 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 129 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 128 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 127 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 120 of file Dbo/BillTerms/Item.h.
|
private |
Definition at line 124 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 121 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 125 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 123 of file Dbo/BillTerms/Item.h.
Referenced by persist().
|
private |
Definition at line 126 of file Dbo/BillTerms/Item.h.
Referenced by persist().