Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Flitem.php
1 <?php
2 /**
3  * Table Definition for flitem
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Flitem extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'flitem';              // table name
13     public $flitem_id;                       // int4(4)  not_null default_nextval%28flitem_flitem_id_seq%29 primary_key
14     public $flitem_flhead_id;                // int4(4)  
15     public $flitem_flgrp_id;                 // int4(4)  
16     public $flitem_order;                    // int4(4)  
17     public $flitem_accnt_id;                 // int4(4)  
18     public $flitem_showstart;                // bool(1)  
19     public $flitem_showend;                  // bool(1)  
20     public $flitem_showdelta;                // bool(1)  
21     public $flitem_showbudget;               // bool(1)  not_null default_false
22     public $flitem_subtract;                 // bool(1)  not_null default_false
23     public $flitem_showstartprcnt;           // bool(1)  not_null default_false
24     public $flitem_showendprcnt;             // bool(1)  not_null default_false
25     public $flitem_showdeltaprcnt;           // bool(1)  not_null default_false
26     public $flitem_showbudgetprcnt;          // bool(1)  not_null default_false
27     public $flitem_prcnt_flgrp_id;           // int4(4)  not_null default_%28-1%29
28     public $flitem_showdiff;                 // bool(1)  not_null default_false
29     public $flitem_showdiffprcnt;            // bool(1)  not_null default_false
30     public $flitem_showcustom;               // bool(1)  not_null default_false
31     public $flitem_showcustomprcnt;          // bool(1)  not_null default_false
32     public $flitem_custom_source;            // bpchar(-1)  
33     public $flitem_company;                  // text(-1)  
34     public $flitem_profit;                   // text(-1)  
35     public $flitem_number;                   // text(-1)  
36     public $flitem_sub;                      // text(-1)  
37     public $flitem_type;                     // bpchar(-1)  
38     public $flitem_subaccnttype_code;        // text(-1)  
39
40     
41     /* the code above is auto generated do not remove the tag below */
42     ###END_AUTOCODE
43 }