GnuCashew ~ GnuCash Enabled Web
GCW
Loading...
Searching...
No Matches
Definition.h
Go to the documentation of this file.
1#line 2 "src/Dbo/Invoices/Definition.h"
2
3#ifndef __DBO_INVOICES_DEFINITION_H___
4#define __DBO_INVOICES_DEFINITION_H___
5
6#include <Wt/WFormModel.h>
7
8namespace GCW {
9 namespace Dbo {
10 namespace Invoices {
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 id ; // text(2048) NOT NULL,
18extern const Wt::WFormModel::Field date_opened ; // text(19),
19extern const Wt::WFormModel::Field date_posted ; // text(19),
20extern const Wt::WFormModel::Field notes ; // 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 owner_type ; // integer,
24extern const Wt::WFormModel::Field owner_guid ; // text(32),
25extern const Wt::WFormModel::Field terms ; // text(32),
26extern const Wt::WFormModel::Field billing_id ; // text(2048),
27extern const Wt::WFormModel::Field post_txn ; // text(32),
28extern const Wt::WFormModel::Field post_lot ; // text(32),
29extern const Wt::WFormModel::Field post_acc ; // text(32),
30extern const Wt::WFormModel::Field billto_type ; // integer,
31extern const Wt::WFormModel::Field billto_guid ; // text(32),
32extern const Wt::WFormModel::Field charge_amt_num ; // bigint,
33extern const Wt::WFormModel::Field charge_amt_denom ; // bigint
34
35 } // endnamespace Field {
36 } // endnamespace Invoices {
37 } // endnamespace Dbo {
38} // endnamespace GCW {
39
40#endif // __DBO_INVOICES_DEFINITION_H___
41
42
43
const Wt::WFormModel::Field notes
Definition Definition.h:20
const Wt::WFormModel::Field currency
Definition Definition.h:22
const Wt::WFormModel::Field billing_id
Definition Definition.h:26
const Wt::WFormModel::Field billto_guid
Definition Definition.h:31
const Wt::WFormModel::Field date_posted
Definition Definition.h:19
const Wt::WFormModel::Field active
Definition Definition.h:21
const Wt::WFormModel::Field id
Definition Definition.h:17
const Wt::WFormModel::Field post_lot
Definition Definition.h:28
const Wt::WFormModel::Field billto_type
Definition Definition.h:30
const Wt::WFormModel::Field post_acc
Definition Definition.h:29
const Wt::WFormModel::Field owner_type
Definition Definition.h:23
const Wt::WFormModel::Field date_opened
Definition Definition.h:18
const Wt::WFormModel::Field charge_amt_num
Definition Definition.h:32
const Wt::WFormModel::Field owner_guid
Definition Definition.h:24
const Wt::WFormModel::Field post_txn
Definition Definition.h:27
const Wt::WFormModel::Field guid
Definition Definition.h:16
const Wt::WFormModel::Field charge_amt_denom
Definition Definition.h:33
const Wt::WFormModel::Field terms
Definition Definition.h:25
const char * s_tableName
Definition Definition.h:12
Definition App.h:18