GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
BillTerms/Definition.h
Go to the documentation of this file.
1#line 2 "src/Dbo/BillTerms/Definition.h"
2
3#ifndef __DBO_BILLTERMS_DEFINITION_H___
4#define __DBO_BILLTERMS_DEFINITION_H___
5
6#include <Wt/WFormModel.h>
7
8namespace GCW {
9 namespace Dbo {
10 namespace BillTerms {
11
12extern const char * s_tableName;
13
14 namespace Field {
15
16extern const Wt::WFormModel::Field guid ; // text(32) PRIMARY KEY NOT NULL,
17extern const Wt::WFormModel::Field name ; // text(2048) NOT NULL,
18extern const Wt::WFormModel::Field description ; // text(2048) NOT NULL,
19extern const Wt::WFormModel::Field refcount ; // integer NOT NULL,
20extern const Wt::WFormModel::Field invisible ; // integer NOT NULL,
21extern const Wt::WFormModel::Field parent ; // text(32),
22extern const Wt::WFormModel::Field type ; // text(2048) NOT NULL,
23extern const Wt::WFormModel::Field duedays ; // integer,
24extern const Wt::WFormModel::Field discountdays ; // integer,
25extern const Wt::WFormModel::Field discount_num ; // bigint,
26extern const Wt::WFormModel::Field discount_denom ; // bigint,
27extern const Wt::WFormModel::Field cutoff ; // integer
28
29 } // endnamespace Field {
30 } // endnamespace BillTerms {
31 } // endnamespace Dbo {
32} // endnamespace GCW {
33
34#endif // __DBO_BILLTERMS_DEFINITION_H___
35
36
37
const char * Field
const Wt::WFormModel::Field description
Definition BillTerms.cpp:12
const Wt::WFormModel::Field refcount
Definition BillTerms.cpp:13
const Wt::WFormModel::Field discount_num
Definition BillTerms.cpp:19
const Wt::WFormModel::Field cutoff
Definition BillTerms.cpp:21
const Wt::WFormModel::Field parent
Definition BillTerms.cpp:15
const Wt::WFormModel::Field guid
Definition BillTerms.cpp:10
const Wt::WFormModel::Field discount_denom
Definition BillTerms.cpp:20
const Wt::WFormModel::Field discountdays
Definition BillTerms.cpp:18
const Wt::WFormModel::Field invisible
Definition BillTerms.cpp:14
const Wt::WFormModel::Field name
Definition BillTerms.cpp:11
const Wt::WFormModel::Field type
Definition BillTerms.cpp:16
const Wt::WFormModel::Field duedays
Definition BillTerms.cpp:17
const char * s_tableName
Definition BillTerms.cpp:8
Definition App.h:18