BillTerms Class.
More...
#include <Item.h>
BillTerms Class.
- Native GnuCash BillTerms Sqlite Schema
CREATE TABLE billterms
(
guid text(32) PRIMARY KEY NOT NULL,
name text(2048) NOT NULL,
type text(2048) NOT NULL,
);
auto guid() const -> const std::string &
GUID.
const Wt::WFormModel::Field name
const Wt::WFormModel::Field description
const Wt::WFormModel::Field refcount
const Wt::WFormModel::Field discount_num
const Wt::WFormModel::Field cutoff
const Wt::WFormModel::Field parent
const Wt::WFormModel::Field discount_denom
const Wt::WFormModel::Field discountdays
const Wt::WFormModel::Field invisible
const Wt::WFormModel::Field type
const Wt::WFormModel::Field duedays
Definition at line 78 of file Item.h.
◆ Item() [1/2]
GCW::Dbo::BillTerms::Item::Item |
( |
| ) |
|
|
inline |
ctor
Definition at line 86 of file Item.h.
◆ Item() [2/2]
GCW::Dbo::BillTerms::Item::Item |
( |
const std::string & |
_guid | ) |
|
|
inline |
ctor with guid
Definition at line 91 of file Item.h.
◆ guid()
auto GCW::Dbo::BillTerms::Item::guid |
( |
| ) |
const -> const std::string & |
|
inline |
GUID.
Return account 'guid' value - the primary key for the account
Definition at line 98 of file Item.h.
References m_guid.
◆ persist()
template<class Action >
auto GCW::Dbo::BillTerms::Item::persist |
( |
Action & |
action | ) |
-> void
|
|
inline |
Definition at line 101 of file Item.h.
References GCW::Dbo::Entries::Field::action, 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, GCW::Dbo::BillTerms::Field::guid, GCW::Dbo::Invoices::Field::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.
◆ m_cutoff
int GCW::Dbo::BillTerms::Item::m_cutoff |
|
private |
◆ m_description
std::string GCW::Dbo::BillTerms::Item::m_description |
|
private |
◆ m_discount_denom
int GCW::Dbo::BillTerms::Item::m_discount_denom |
|
private |
◆ m_discount_num
int GCW::Dbo::BillTerms::Item::m_discount_num |
|
private |
◆ m_discountdays
int GCW::Dbo::BillTerms::Item::m_discountdays |
|
private |
◆ m_duedays
int GCW::Dbo::BillTerms::Item::m_duedays |
|
private |
◆ m_guid
std::string GCW::Dbo::BillTerms::Item::m_guid |
|
private |
◆ m_invisible
int GCW::Dbo::BillTerms::Item::m_invisible |
|
private |
◆ m_name
std::string GCW::Dbo::BillTerms::Item::m_name |
|
private |
◆ m_parent
std::string GCW::Dbo::BillTerms::Item::m_parent |
|
private |
◆ m_refcount
int GCW::Dbo::BillTerms::Item::m_refcount |
|
private |
◆ m_type
std::string GCW::Dbo::BillTerms::Item::m_type |
|
private |
The documentation for this class was generated from the following file: