GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Invoices/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 char * Field
const Wt::WFormModel::Field notes
const Wt::WFormModel::Field currency
const Wt::WFormModel::Field billing_id
const Wt::WFormModel::Field billto_guid
const Wt::WFormModel::Field date_posted
const Wt::WFormModel::Field active
const Wt::WFormModel::Field id
const Wt::WFormModel::Field post_lot
const Wt::WFormModel::Field billto_type
const Wt::WFormModel::Field post_acc
const Wt::WFormModel::Field owner_type
const Wt::WFormModel::Field date_opened
const Wt::WFormModel::Field charge_amt_num
const Wt::WFormModel::Field owner_guid
const Wt::WFormModel::Field post_txn
const Wt::WFormModel::Field guid
const Wt::WFormModel::Field charge_amt_denom
const Wt::WFormModel::Field terms
const char * s_tableName
Definition App.h:18