GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Invoices/Definition.h"
2 
3 #ifndef __DBO_INVOICES_DEFINITION_H___
4 #define __DBO_INVOICES_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Invoices {
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 id ; // text(2048) NOT NULL,
18 extern const Wt::WFormModel::Field date_opened ; // text(19),
19 extern const Wt::WFormModel::Field date_posted ; // text(19),
20 extern const Wt::WFormModel::Field notes ; // text(2048) NOT NULL,
21 extern const Wt::WFormModel::Field active ; // integer NOT NULL,
22 extern const Wt::WFormModel::Field currency ; // text(32) NOT NULL,
23 extern const Wt::WFormModel::Field owner_type ; // integer,
24 extern const Wt::WFormModel::Field owner_guid ; // text(32),
25 extern const Wt::WFormModel::Field terms ; // text(32),
26 extern const Wt::WFormModel::Field billing_id ; // text(2048),
27 extern const Wt::WFormModel::Field post_txn ; // text(32),
28 extern const Wt::WFormModel::Field post_lot ; // text(32),
29 extern const Wt::WFormModel::Field post_acc ; // text(32),
30 extern const Wt::WFormModel::Field billto_type ; // integer,
31 extern const Wt::WFormModel::Field billto_guid ; // text(32),
32 extern const Wt::WFormModel::Field charge_amt_num ; // bigint,
33 extern const Wt::WFormModel::Field charge_amt_denom ; // bigint
34 
35  } // endnamespace Field {
36  } // endnamespace Invoices {
37  } // endnamespace Dbo {
38 } // endnamespace GCW {
39 
40 #endif // __DBO_INVOICES_DEFINITION_H___
41 
42 
43 
const Wt::WFormModel::Field notes
Definition: Definition.h:20
const Wt::WFormModel::Field currency
Definition: Definition.h:22
const Wt::WFormModel::Field billing_id
Definition: Definition.h:26
const Wt::WFormModel::Field billto_guid
Definition: Definition.h:31
const Wt::WFormModel::Field date_posted
Definition: Definition.h:19
const Wt::WFormModel::Field active
Definition: Definition.h:21
const Wt::WFormModel::Field id
Definition: Definition.h:17
const Wt::WFormModel::Field post_lot
Definition: Definition.h:28
const Wt::WFormModel::Field billto_type
Definition: Definition.h:30
const Wt::WFormModel::Field post_acc
Definition: Definition.h:29
const Wt::WFormModel::Field owner_type
Definition: Definition.h:23
const Wt::WFormModel::Field date_opened
Definition: Definition.h:18
const Wt::WFormModel::Field charge_amt_num
Definition: Definition.h:32
const Wt::WFormModel::Field owner_guid
Definition: Definition.h:24
const Wt::WFormModel::Field post_txn
Definition: Definition.h:27
const Wt::WFormModel::Field guid
Definition: Definition.h:16
const Wt::WFormModel::Field charge_amt_denom
Definition: Definition.h:33
const Wt::WFormModel::Field terms
Definition: Definition.h:25
const char * s_tableName
Definition: Definition.h:12
Definition: App.h:17