GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Entries/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
8namespace GCW {
9 namespace Dbo {
10 namespace Entries {
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 date ; // text(19) NOT NULL,
18extern const Wt::WFormModel::Field date_entered ; // text(19),
19extern const Wt::WFormModel::Field description ; // text(2048),
20extern const Wt::WFormModel::Field action ; // text(2048),
21extern const Wt::WFormModel::Field notes ; // text(2048),
22extern const Wt::WFormModel::Field quantity_num ; // bigint,
23extern const Wt::WFormModel::Field quantity_denom ; // bigint,
24extern const Wt::WFormModel::Field i_acct ; // text(32),
25extern const Wt::WFormModel::Field i_price_num ; // bigint,
26extern const Wt::WFormModel::Field i_price_denom ; // bigint,
27extern const Wt::WFormModel::Field i_discount_num ; // bigint,
28extern const Wt::WFormModel::Field i_discount_denom ; // bigint,
29extern const Wt::WFormModel::Field invoice ; // text(32),
30extern const Wt::WFormModel::Field i_disc_type ; // text(2048),
31extern const Wt::WFormModel::Field i_disc_how ; // text(2048),
32extern const Wt::WFormModel::Field i_taxable ; // integer,
33extern const Wt::WFormModel::Field i_taxincluded ; // integer,
34extern const Wt::WFormModel::Field i_taxtable ; // text(32),
35extern const Wt::WFormModel::Field b_acct ; // text(32),
36extern const Wt::WFormModel::Field b_price_num ; // bigint,
37extern const Wt::WFormModel::Field b_price_denom ; // bigint,
38extern const Wt::WFormModel::Field bill ; // text(32),
39extern const Wt::WFormModel::Field b_taxable ; // integer,
40extern const Wt::WFormModel::Field b_taxincluded ; // integer,
41extern const Wt::WFormModel::Field b_taxtable ; // text(32),
42extern const Wt::WFormModel::Field b_paytype ; // integer,
43extern const Wt::WFormModel::Field billable ; // integer,
44extern const Wt::WFormModel::Field billto_type ; // integer,
45extern const Wt::WFormModel::Field billto_guid ; // text(32),
46extern 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 char * Field
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:18