GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <Wt/WFormModel.h>
Go to the source code of this file.
Namespaces | |
GCW | |
GCW::Dbo | |
Database Object Namespace. | |
GCW::Dbo::BillTerms | |
GCW::Dbo::BillTerms::Field | |
Variables | |
const char * | GCW::Dbo::BillTerms::s_tableName = "billterms" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::guid = "guid" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::name = "name" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::description = "description" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::refcount = "refcount" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::invisible = "invisible" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::parent = "parent" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::type = "type" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::duedays = "duedays" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::discountdays = "discountdays" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::discount_num = "discount_num" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::discount_denom = "discount_denom" |
const Wt::WFormModel::Field | GCW::Dbo::BillTerms::Field::cutoff = "cutoff" |