GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Customers/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
8namespace GCW {
9 namespace Dbo {
10 namespace Customers {
11 namespace Field {
12
13extern Wt::WFormModel::Field guid ; // text(32) PRIMARY KEY NOT NULL
14extern Wt::WFormModel::Field name ; // text(2048) NOT NULL
15extern Wt::WFormModel::Field id ; // text(2048) NOT NULL
16extern Wt::WFormModel::Field notes ; // text(2048) NOT NULL,
17extern Wt::WFormModel::Field active ; // integer NOT NULL,
18extern Wt::WFormModel::Field discount_num ; // bigint NOT NULL,
19extern Wt::WFormModel::Field discount_denom ; // bigint NOT NULL,
20extern Wt::WFormModel::Field credit_num ; // bigint NOT NULL,
21extern Wt::WFormModel::Field credit_denom ; // bigint NOT NULL,
22extern Wt::WFormModel::Field currency ; // text(32) NOT NULL,
23extern Wt::WFormModel::Field tax_override ; // integer NOT NULL,
24extern Wt::WFormModel::Field addr_name ; // text(1024),
25extern Wt::WFormModel::Field addr_addr1 ; // text(1024),
26extern Wt::WFormModel::Field addr_addr2 ; // text(1024),
27extern Wt::WFormModel::Field addr_addr3 ; // text(1024),
28extern Wt::WFormModel::Field addr_addr4 ; // text(1024),
29extern Wt::WFormModel::Field addr_phone ; // text(128),
30extern Wt::WFormModel::Field addr_fax ; // text(128),
31extern Wt::WFormModel::Field addr_email ; // text(256),
32extern Wt::WFormModel::Field shipaddr_name ; // text(1024),
33extern Wt::WFormModel::Field shipaddr_addr1 ; // text(1024),
34extern Wt::WFormModel::Field shipaddr_addr2 ; // text(1024),
35extern Wt::WFormModel::Field shipaddr_addr3 ; // text(1024),
36extern Wt::WFormModel::Field shipaddr_addr4 ; // text(1024),
37extern Wt::WFormModel::Field shipaddr_phone ; // text(128),
38extern Wt::WFormModel::Field shipaddr_fax ; // text(128),
39extern Wt::WFormModel::Field shipaddr_email ; // text(256),
40extern Wt::WFormModel::Field terms ; // text(32),
41extern Wt::WFormModel::Field tax_included ; // integer,
42extern 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
const char * Field
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:18