GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Employees/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
8namespace GCW {
9 namespace Dbo {
10 namespace Employees {
11
12extern const char * s_tableName;
13
14 namespace Field {
15
16extern const Wt::WFormModel::Field guid ; // text(32) PRIMARY KEY NOT NULL,
17extern const Wt::WFormModel::Field username ; // text(2048) NOT NULL,
18extern const Wt::WFormModel::Field id ; // text(2048) NOT NULL,
19extern const Wt::WFormModel::Field language ; // text(2048) NOT NULL,
20extern const Wt::WFormModel::Field acl ; // text(2048) NOT NULL,
21extern const Wt::WFormModel::Field active ; // integer NOT NULL,
22extern const Wt::WFormModel::Field currency ; // text(32) NOT NULL,
23extern const Wt::WFormModel::Field ccard_guid ; // text(32),
24extern const Wt::WFormModel::Field workday_num ; // bigint NOT NULL,
25extern const Wt::WFormModel::Field workday_denom ; // bigint NOT NULL,
26extern const Wt::WFormModel::Field rate_num ; // bigint NOT NULL,
27extern const Wt::WFormModel::Field rate_denom ; // bigint NOT NULL,
28extern const Wt::WFormModel::Field addr_name ; // text(1024),
29extern const Wt::WFormModel::Field addr_addr1 ; // text(1024),
30extern const Wt::WFormModel::Field addr_addr2 ; // text(1024),
31extern const Wt::WFormModel::Field addr_addr3 ; // text(1024),
32extern const Wt::WFormModel::Field addr_addr4 ; // text(1024),
33extern const Wt::WFormModel::Field addr_phone ; // text(128),
34extern const Wt::WFormModel::Field addr_fax ; // text(128),
35extern 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 char * Field
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:18