GnuCashew ~ GnuCash Enabled Web
GCW
Definition.h
Go to the documentation of this file.
1 #line 2 "src/Dbo/Employees/Definition.h"
2 
3 #ifndef __DBO_EMPLOYEES_DEFINITION_H___
4 #define __DBO_EMPLOYEES_DEFINITION_H___
5 
6 #include <Wt/WFormModel.h>
7 
8 namespace GCW {
9  namespace Dbo {
10  namespace Employees {
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 username ; // text(2048) NOT NULL,
18 extern const Wt::WFormModel::Field id ; // text(2048) NOT NULL,
19 extern const Wt::WFormModel::Field language ; // text(2048) NOT NULL,
20 extern const Wt::WFormModel::Field acl ; // 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 ccard_guid ; // text(32),
24 extern const Wt::WFormModel::Field workday_num ; // bigint NOT NULL,
25 extern const Wt::WFormModel::Field workday_denom ; // bigint NOT NULL,
26 extern const Wt::WFormModel::Field rate_num ; // bigint NOT NULL,
27 extern const Wt::WFormModel::Field rate_denom ; // bigint NOT NULL,
28 extern const Wt::WFormModel::Field addr_name ; // text(1024),
29 extern const Wt::WFormModel::Field addr_addr1 ; // text(1024),
30 extern const Wt::WFormModel::Field addr_addr2 ; // text(1024),
31 extern const Wt::WFormModel::Field addr_addr3 ; // text(1024),
32 extern const Wt::WFormModel::Field addr_addr4 ; // text(1024),
33 extern const Wt::WFormModel::Field addr_phone ; // text(128),
34 extern const Wt::WFormModel::Field addr_fax ; // text(128),
35 extern const Wt::WFormModel::Field addr_email ; // text(256)
36 
37  } // endnamespace Field {
38  } // endnamespace Employees {
39  } // endnamespace Dbo {
40 } // endnamespace GCW {
41 
42 #endif // __DBO_EMPLOYEES_DEFINITION_H___
43 
44 
45 
const Wt::WFormModel::Field addr_addr2
Definition: Employees.cpp:23
const Wt::WFormModel::Field workday_denom
Definition: Employees.cpp:18
const Wt::WFormModel::Field addr_name
Definition: Employees.cpp:21
const Wt::WFormModel::Field acl
Definition: Employees.cpp:13
const Wt::WFormModel::Field guid
Definition: Employees.cpp:9
const Wt::WFormModel::Field language
Definition: Employees.cpp:12
const Wt::WFormModel::Field rate_num
Definition: Employees.cpp:19
const Wt::WFormModel::Field addr_addr3
Definition: Employees.cpp:24
const Wt::WFormModel::Field username
Definition: Employees.cpp:10
const Wt::WFormModel::Field addr_email
Definition: Employees.cpp:28
const Wt::WFormModel::Field rate_denom
Definition: Employees.cpp:20
const Wt::WFormModel::Field addr_addr1
Definition: Employees.cpp:22
const Wt::WFormModel::Field ccard_guid
Definition: Employees.cpp:16
const Wt::WFormModel::Field currency
Definition: Employees.cpp:15
const Wt::WFormModel::Field workday_num
Definition: Employees.cpp:17
const Wt::WFormModel::Field id
Definition: Employees.cpp:11
const Wt::WFormModel::Field addr_addr4
Definition: Employees.cpp:25
const Wt::WFormModel::Field addr_phone
Definition: Employees.cpp:26
const Wt::WFormModel::Field active
Definition: Employees.cpp:14
const Wt::WFormModel::Field addr_fax
Definition: Employees.cpp:27
const char * s_tableName
Definition: Employees.cpp:7
Definition: App.h:17