GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Customers/Definition.h"
2 
3 #ifndef __DBO_CUSTOMERS_DEFINITION_H___
4 #define __DBO_CUSTOMERS_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Customers {
11  namespace Field {
12 
13 extern Wt::WFormModel::Field guid ; // text(32) PRIMARY KEY NOT NULL
14 extern Wt::WFormModel::Field name ; // text(2048) NOT NULL
15 extern Wt::WFormModel::Field id ; // text(2048) NOT NULL
16 extern Wt::WFormModel::Field notes ; // text(2048) NOT NULL,
17 extern Wt::WFormModel::Field active ; // integer NOT NULL,
18 extern Wt::WFormModel::Field discount_num ; // bigint NOT NULL,
19 extern Wt::WFormModel::Field discount_denom ; // bigint NOT NULL,
20 extern Wt::WFormModel::Field credit_num ; // bigint NOT NULL,
21 extern Wt::WFormModel::Field credit_denom ; // bigint NOT NULL,
22 extern Wt::WFormModel::Field currency ; // text(32) NOT NULL,
23 extern Wt::WFormModel::Field tax_override ; // integer NOT NULL,
24 extern Wt::WFormModel::Field addr_name ; // text(1024),
25 extern Wt::WFormModel::Field addr_addr1 ; // text(1024),
26 extern Wt::WFormModel::Field addr_addr2 ; // text(1024),
27 extern Wt::WFormModel::Field addr_addr3 ; // text(1024),
28 extern Wt::WFormModel::Field addr_addr4 ; // text(1024),
29 extern Wt::WFormModel::Field addr_phone ; // text(128),
30 extern Wt::WFormModel::Field addr_fax ; // text(128),
31 extern Wt::WFormModel::Field addr_email ; // text(256),
32 extern Wt::WFormModel::Field shipaddr_name ; // text(1024),
33 extern Wt::WFormModel::Field shipaddr_addr1 ; // text(1024),
34 extern Wt::WFormModel::Field shipaddr_addr2 ; // text(1024),
35 extern Wt::WFormModel::Field shipaddr_addr3 ; // text(1024),
36 extern Wt::WFormModel::Field shipaddr_addr4 ; // text(1024),
37 extern Wt::WFormModel::Field shipaddr_phone ; // text(128),
38 extern Wt::WFormModel::Field shipaddr_fax ; // text(128),
39 extern Wt::WFormModel::Field shipaddr_email ; // text(256),
40 extern Wt::WFormModel::Field terms ; // text(32),
41 extern Wt::WFormModel::Field tax_included ; // integer,
42 extern Wt::WFormModel::Field taxtable ; // text(32)
43 
44  } // endnamespace Field {
45  } // endnamespace Customers {
46  } // endnamespace Dbo {
47 } // endnamespace GCW {
48 
49 #endif // __DBO_CUSTOMERS_DEFINITION_H___
50 
51 
52 
Wt::WFormModel::Field addr_addr1
Definition: Customers.cpp:20
Wt::WFormModel::Field addr_name
Definition: Customers.cpp:19
Wt::WFormModel::Field tax_included
Definition: Customers.cpp:36
Wt::WFormModel::Field discount_denom
Definition: Customers.cpp:14
Wt::WFormModel::Field notes
Definition: Customers.cpp:11
Wt::WFormModel::Field shipaddr_addr4
Definition: Customers.cpp:31
Wt::WFormModel::Field addr_fax
Definition: Customers.cpp:25
Wt::WFormModel::Field shipaddr_email
Definition: Customers.cpp:34
Wt::WFormModel::Field taxtable
Definition: Customers.cpp:37
Wt::WFormModel::Field guid
Definition: Customers.cpp:8
Wt::WFormModel::Field addr_addr3
Definition: Customers.cpp:22
Wt::WFormModel::Field tax_override
Definition: Customers.cpp:18
Wt::WFormModel::Field active
Definition: Customers.cpp:12
Wt::WFormModel::Field shipaddr_fax
Definition: Customers.cpp:33
Wt::WFormModel::Field addr_phone
Definition: Customers.cpp:24
Wt::WFormModel::Field credit_denom
Definition: Customers.cpp:16
Wt::WFormModel::Field shipaddr_addr3
Definition: Customers.cpp:30
Wt::WFormModel::Field addr_email
Definition: Customers.cpp:26
Wt::WFormModel::Field name
Definition: Customers.cpp:9
Wt::WFormModel::Field discount_num
Definition: Customers.cpp:13
Wt::WFormModel::Field currency
Definition: Customers.cpp:17
Wt::WFormModel::Field terms
Definition: Customers.cpp:35
Wt::WFormModel::Field shipaddr_addr1
Definition: Customers.cpp:28
Wt::WFormModel::Field addr_addr2
Definition: Customers.cpp:21
Wt::WFormModel::Field shipaddr_name
Definition: Customers.cpp:27
Wt::WFormModel::Field credit_num
Definition: Customers.cpp:15
Wt::WFormModel::Field id
Definition: Customers.cpp:10
Wt::WFormModel::Field shipaddr_phone
Definition: Customers.cpp:32
Wt::WFormModel::Field shipaddr_addr2
Definition: Customers.cpp:29
Wt::WFormModel::Field addr_addr4
Definition: Customers.cpp:23
Definition: App.h:17