GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Entries/Definition.h"
2 
3 #ifndef __DBO_ENTRIES_DEFINITION_H___
4 #define __DBO_ENTRIES_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Entries {
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 date ; // text(19) NOT NULL,
18 extern const Wt::WFormModel::Field date_entered ; // text(19),
19 extern const Wt::WFormModel::Field description ; // text(2048),
20 extern const Wt::WFormModel::Field action ; // text(2048),
21 extern const Wt::WFormModel::Field notes ; // text(2048),
22 extern const Wt::WFormModel::Field quantity_num ; // bigint,
23 extern const Wt::WFormModel::Field quantity_denom ; // bigint,
24 extern const Wt::WFormModel::Field i_acct ; // text(32),
25 extern const Wt::WFormModel::Field i_price_num ; // bigint,
26 extern const Wt::WFormModel::Field i_price_denom ; // bigint,
27 extern const Wt::WFormModel::Field i_discount_num ; // bigint,
28 extern const Wt::WFormModel::Field i_discount_denom ; // bigint,
29 extern const Wt::WFormModel::Field invoice ; // text(32),
30 extern const Wt::WFormModel::Field i_disc_type ; // text(2048),
31 extern const Wt::WFormModel::Field i_disc_how ; // text(2048),
32 extern const Wt::WFormModel::Field i_taxable ; // integer,
33 extern const Wt::WFormModel::Field i_taxincluded ; // integer,
34 extern const Wt::WFormModel::Field i_taxtable ; // text(32),
35 extern const Wt::WFormModel::Field b_acct ; // text(32),
36 extern const Wt::WFormModel::Field b_price_num ; // bigint,
37 extern const Wt::WFormModel::Field b_price_denom ; // bigint,
38 extern const Wt::WFormModel::Field bill ; // text(32),
39 extern const Wt::WFormModel::Field b_taxable ; // integer,
40 extern const Wt::WFormModel::Field b_taxincluded ; // integer,
41 extern const Wt::WFormModel::Field b_taxtable ; // text(32),
42 extern const Wt::WFormModel::Field b_paytype ; // integer,
43 extern const Wt::WFormModel::Field billable ; // integer,
44 extern const Wt::WFormModel::Field billto_type ; // integer,
45 extern const Wt::WFormModel::Field billto_guid ; // text(32),
46 extern const Wt::WFormModel::Field order_guid ; // text(32)
47 
48  } // endnamespace Field {
49  } // endnamespace Entries {
50  } // endnamespace Dbo {
51 } // endnamespace GCW {
52 
53 #endif // __DBO_ENTRIES_DEFINITION_H___
54 
55 
56 
const Wt::WFormModel::Field bill
Definition: Entries.cpp:32
const Wt::WFormModel::Field i_taxtable
Definition: Entries.cpp:28
const Wt::WFormModel::Field i_discount_denom
Definition: Entries.cpp:22
const Wt::WFormModel::Field action
Definition: Entries.cpp:14
const Wt::WFormModel::Field billable
Definition: Entries.cpp:37
const Wt::WFormModel::Field guid
Definition: Entries.cpp:10
const Wt::WFormModel::Field i_disc_how
Definition: Entries.cpp:25
const Wt::WFormModel::Field b_taxable
Definition: Entries.cpp:33
const Wt::WFormModel::Field b_price_denom
Definition: Entries.cpp:31
const Wt::WFormModel::Field date_entered
Definition: Entries.cpp:12
const Wt::WFormModel::Field i_disc_type
Definition: Entries.cpp:24
const Wt::WFormModel::Field billto_type
Definition: Entries.cpp:38
const Wt::WFormModel::Field description
Definition: Entries.cpp:13
const Wt::WFormModel::Field b_paytype
Definition: Entries.cpp:36
const Wt::WFormModel::Field date
Definition: Entries.cpp:11
const Wt::WFormModel::Field billto_guid
Definition: Entries.cpp:39
const Wt::WFormModel::Field b_taxtable
Definition: Entries.cpp:35
const Wt::WFormModel::Field i_discount_num
Definition: Entries.cpp:21
const Wt::WFormModel::Field order_guid
Definition: Entries.cpp:40
const Wt::WFormModel::Field i_price_num
Definition: Entries.cpp:19
const Wt::WFormModel::Field notes
Definition: Entries.cpp:15
const Wt::WFormModel::Field b_price_num
Definition: Entries.cpp:30
const Wt::WFormModel::Field i_taxable
Definition: Entries.cpp:26
const Wt::WFormModel::Field b_acct
Definition: Entries.cpp:29
const Wt::WFormModel::Field i_price_denom
Definition: Entries.cpp:20
const Wt::WFormModel::Field i_taxincluded
Definition: Entries.cpp:27
const Wt::WFormModel::Field quantity_num
Definition: Entries.cpp:16
const Wt::WFormModel::Field invoice
Definition: Entries.cpp:23
const Wt::WFormModel::Field quantity_denom
Definition: Entries.cpp:17
const Wt::WFormModel::Field b_taxincluded
Definition: Entries.cpp:34
const Wt::WFormModel::Field i_acct
Definition: Entries.cpp:18
const char * s_tableName
Definition: Entries.cpp:8
Definition: App.h:17