GnuCashew ~ GnuCash Enabled Web
GCW
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 
8 namespace GCW {
9  namespace Dbo {
10  namespace BillTerms {
11 
12 extern const char * s_tableName;
13 
14  namespace Field {
15 
16 extern const Wt::WFormModel::Field guid ; // text(32) PRIMARY KEY NOT NULL,
17 extern const Wt::WFormModel::Field name ; // text(2048) NOT NULL,
18 extern const Wt::WFormModel::Field description ; // text(2048) NOT NULL,
19 extern const Wt::WFormModel::Field refcount ; // integer NOT NULL,
20 extern const Wt::WFormModel::Field invisible ; // integer NOT NULL,
21 extern const Wt::WFormModel::Field parent ; // text(32),
22 extern const Wt::WFormModel::Field type ; // text(2048) NOT NULL,
23 extern const Wt::WFormModel::Field duedays ; // integer,
24 extern const Wt::WFormModel::Field discountdays ; // integer,
25 extern const Wt::WFormModel::Field discount_num ; // bigint,
26 extern const Wt::WFormModel::Field discount_denom ; // bigint,
27 extern 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 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:17