DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Companies.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 16 Mar 2011 03:23:45 +0000 (11:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 16 Mar 2011 03:23:45 +0000 (11:23 +0800)
32 files changed:
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Companies.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_company_type.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_enum.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_image_type.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_locking.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_person_alias.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_watch.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/DiscountItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Events.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Group_Members.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Group_Rights.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Groups.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/I18n.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Images.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/InventoryAdjustment.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/InventoryItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/JournalEntry.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/KitItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventoryPurchaseItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventoryResaleItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventorySaleItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Office.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/OtherChargePurchaseItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/OtherChargeSaleItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Person.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Projects.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/PurchaseOrder.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/SalesOrder.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/SalesOrderItem.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Translations.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Vendor.php [deleted file]
DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/VendorBill.php [deleted file]

diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Companies.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Companies.php
deleted file mode 100755 (executable)
index 2a71089..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?php
-/**
- * Table Definition for Companies
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Companies extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Companies';                       // table name
-    public $code;                            // string(32)  not_null
-    public $name;                            // string(128)  
-    public $remarks;                         // blob(65535)  blob
-    public $owner_id;                        // int(11)  not_null
-    public $address;                         // blob(65535)  blob
-    public $tel;                             // string(32)  
-    public $fax;                             // string(32)  
-    public $email;                           // string(128)  
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $isOwner;                         // int(11)  
-    public $logo_id;                         // int(11)  not_null
-    public $background_color;                // string(8)  not_null
-    public $comptype;                        // string(8)  not_null
-    public $url;                             // string(254)  not_null
-    public $main_office_id;                  // int(11)  not_null
-    public $created_by;                      // int(11)  not_null
-    public $created_dt;                      // datetime(19)  not_null binary
-    public $updated_by;                      // int(11)  not_null
-    public $updated_dt;                      // datetime(19)  not_null binary
-    public $passwd;                          // string(64)  not_null
-    public $dispatch_port;                   // string(255)  not_null
-    public $province;                        // string(255)  not_null
-    public $country;                         // string(4)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Companies',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_company_type.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_company_type.php
deleted file mode 100755 (executable)
index a544ffd..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/**
- * Table Definition for core_company_type
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_company_type extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_company_type';               // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $name;                            // string(64)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_company_type',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_enum.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_enum.php
deleted file mode 100755 (executable)
index 6cc5b37..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * Table Definition for core_enum
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_enum extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_enum';                       // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $etype;                           // string(32)  not_null
-    public $name;                            // string(255)  not_null
-    public $active;                          // int(2)  not_null
-    public $seqid;                           // int(11)  not_null multiple_key
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_enum',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_image_type.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_image_type.php
deleted file mode 100755 (executable)
index 32b0067..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/**
- * Table Definition for core_image_type
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_image_type extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_image_type';                 // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $name;                            // string(64)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_image_type',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_locking.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_locking.php
deleted file mode 100755 (executable)
index 52484c7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * Table Definition for core_locking
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_locking extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_locking';                    // table name
-    public $int;                             // int(11)  not_null primary_key auto_increment
-    public $on_table;                        // string(64)  not_null multiple_key
-    public $on_id;                           // int(11)  not_null
-    public $person_id;                       // int(11)  not_null
-    public $created;                         // datetime(19)  not_null binary
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_locking',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_person_alias.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_person_alias.php
deleted file mode 100755 (executable)
index e614ef7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * Table Definition for core_person_alias
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_person_alias extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_person_alias';               // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $person_id;                       // string(128)  
-    public $alias;                           // string(254)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_person_alias',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_watch.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Core_watch.php
deleted file mode 100755 (executable)
index ec9ee69..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-/**
- * Table Definition for core_watch
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_watch extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'core_watch';                      // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $ontable;                         // string(128)  not_null
-    public $onid;                            // int(11)  not_null
-    public $person_id;                       // int(11)  not_null
-    public $event;                           // string(128)  not_null
-    public $medium;                          // string(128)  not_null
-    public $active;                          // int(11)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Core_watch',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/DiscountItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/DiscountItem.php
deleted file mode 100755 (executable)
index 521e559..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-/**
- * Table Definition for DiscountItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_DiscountItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'DiscountItem';                    // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $account;                         // int(11)  
-    public $availableToPartners;             // int(4)  
-    public $class;                           // int(11)  
-    public $createdDate;                     // datetime(19)  binary
-    public $customForm;                      // int(11)  
-    public $deferredRevenueAccount;          // int(11)  
-    public $department;                      // int(11)  
-    public $description;                     // string(255)  
-    public $displayName;                     // string(255)  
-    public $expenseAccount;                  // int(11)  
-    public $externalId;                      // string(255)  
-    public $includeChildren;                 // int(4)  
-    public $incomeAccount;                   // int(11)  
-    public $isInactive;                      // int(4)  
-    public $isPreTax;                        // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $nonPosting;                      // int(4)  
-    public $parent;                          // int(11)  
-    public $rate;                            // string(255)  
-    public $revRecSchedule;                  // int(11)  
-    public $salesTaxCode;                    // int(11)  
-    public $taxSchedule;                     // int(11)  
-    public $upcCode;                         // string(255)  
-    public $vendorName;                      // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_DiscountItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Events.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Events.php
deleted file mode 100755 (executable)
index 899f0ae..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/**
- * Table Definition for Events
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Events extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Events';                          // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $person_name;                     // string(128)  
-    public $event_when;                      // datetime(19)  binary
-    public $action;                          // string(32)  
-    public $ipaddr;                          // string(16)  
-    public $on_id;                           // int(11)  
-    public $on_table;                        // string(64)  
-    public $person_id;                       // int(11)  
-    public $remarks;                         // blob(65535)  blob
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Events',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Group_Members.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Group_Members.php
deleted file mode 100755 (executable)
index e57ba57..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-/**
- * Table Definition for Group_Members
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Group_Members extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Group_Members';                   // table name
-    public $group_id;                        // int(11)  
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $user_id;                         // int(11)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Group_Members',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Group_Rights.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Group_Rights.php
deleted file mode 100755 (executable)
index 47a0444..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-/**
- * Table Definition for Group_Rights
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Group_Rights extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Group_Rights';                    // table name
-    public $rightname;                       // string(64)  not_null
-    public $group_id;                        // int(11)  not_null
-    public $AccessMask;                      // string(10)  not_null
-    public $id;                              // int(11)  not_null primary_key auto_increment
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Group_Rights',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Groups.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Groups.php
deleted file mode 100755 (executable)
index 7d85a7a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-/**
- * Table Definition for Groups
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Groups extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Groups';                          // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $name;                            // string(64)  not_null
-    public $type;                            // int(11)  
-    public $leader;                          // int(11)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Groups',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/I18n.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/I18n.php
deleted file mode 100755 (executable)
index 7bcb78e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * Table Definition for i18n
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_I18n extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'i18n';                            // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $ltype;                           // string(1)  not_null multiple_key
-    public $lkey;                            // string(8)  not_null
-    public $inlang;                          // string(8)  not_null
-    public $lval;                            // string(64)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_I18n',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Images.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Images.php
deleted file mode 100755 (executable)
index 15c7454..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-/**
- * Table Definition for Images
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Images extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Images';                          // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $filename;                        // string(255)  not_null
-    public $ontable;                         // string(32)  not_null multiple_key
-    public $onid;                            // int(11)  not_null
-    public $mimetype;                        // string(64)  not_null
-    public $width;                           // int(11)  not_null
-    public $height;                          // int(11)  not_null
-    public $filesize;                        // int(11)  not_null
-    public $displayorder;                    // int(11)  not_null
-    public $language;                        // string(6)  not_null
-    public $parent_image_id;                 // int(11)  not_null
-    public $created;                         // datetime(19)  not_null binary
-    public $imgtype;                         // string(32)  not_null
-    public $linkurl;                         // string(254)  not_null
-    public $descript;                        // blob(65535)  not_null blob
-    public $title;                           // string(128)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Images',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/InventoryAdjustment.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/InventoryAdjustment.php
deleted file mode 100755 (executable)
index 472d500..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-/**
- * Table Definition for InventoryAdjustment
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_InventoryAdjustment extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'InventoryAdjustment';             // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $account;                         // int(11)  
-    public $adjLocation;                     // int(11)  
-    public $class;                           // int(11)  
-    public $createdDate;                     // datetime(19)  binary
-    public $customForm;                      // int(11)  
-    public $customer;                        // int(11)  
-    public $department;                      // int(11)  
-    public $estimatedTotalValue;             // real(14)  
-    public $externalId;                      // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $memo;                            // string(255)  
-    public $postingPeriod;                   // int(11)  
-    public $subsidiary;                      // int(11)  
-    public $tranDate;                        // datetime(19)  binary
-    public $tranId;                          // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_InventoryAdjustment',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/InventoryItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/InventoryItem.php
deleted file mode 100755 (executable)
index 848323b..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-<?php
-/**
- * Table Definition for InventoryItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_InventoryItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'InventoryItem';                   // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $assetAccount;                    // int(11)  
-    public $autoLeadTime;                    // int(4)  
-    public $autoPreferredStockLevel;         // int(4)  
-    public $autoReorderPoint;                // int(4)  
-    public $availableToPartners;             // int(4)  
-    public $averageCost;                     // real(14)  
-    public $billExchRateVarianceAcct;        // int(11)  
-    public $billPriceVarianceAcct;           // int(11)  
-    public $billQtyVarianceAcct;             // int(11)  
-    public $billingSchedule;                 // int(11)  
-    public $class;                           // int(11)  
-    public $cogsAccount;                     // int(11)  
-    public $copyDescription;                 // int(4)  
-    public $cost;                            // real(14)  
-    public $costEstimate;                    // real(14)  
-    public $costEstimateType;                // string(255)  
-    public $costEstimateUnits;               // string(255)  
-    public $costUnits;                       // string(255)  
-    public $costingMethod;                   // string(255)  
-    public $costingMethodDisplay;            // string(255)  
-    public $countryOfManufacture;            // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $currency;                        // string(255)  
-    public $customForm;                      // int(11)  
-    public $dateConvertedToInv;              // datetime(19)  binary
-    public $defaultReturnCost;               // real(14)  
-    public $deferredRevenueAccount;          // int(11)  
-    public $demandModifier;                  // real(14)  
-    public $department;                      // int(11)  
-    public $displayName;                     // string(255)  
-    public $dontShowPrice;                   // int(4)  
-    public $enforceMinQtyInternally;         // int(4)  
-    public $excludeFromSitemap;              // int(4)  
-    public $expenseAccount;                  // int(11)  
-    public $externalId;                      // string(255)  
-    public $featuredDescription;             // string(255)  
-    public $gainLossAccount;                 // int(11)  
-    public $handlingCost;                    // real(14)  
-    public $handlingCostUnits;               // string(255)  
-    public $includeChildren;                 // int(4)  
-    public $incomeAccount;                   // int(11)  
-    public $internalId;                      // string(255)  
-    public $isDonationItem;                  // int(4)  
-    public $isDropShipItem;                  // int(4)  
-    public $isGcoCompliant;                  // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isOnline;                        // int(4)  
-    public $isSpecialOrderItem;              // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $lastPurchasePrice;               // real(14)  
-    public $leadTime;                        // int(11)  
-    public $location;                        // int(11)  
-    public $manufacturer;                    // string(255)  
-    public $manufacturerAddr1;               // string(255)  
-    public $manufacturerCity;                // string(255)  
-    public $manufacturerState;               // string(255)  
-    public $manufacturerTariff;              // string(255)  
-    public $manufacturerTaxId;               // string(255)  
-    public $manufacturerZip;                 // string(255)  
-    public $matchBillToReceipt;              // int(4)  
-    public $matrixType;                      // string(255)  
-    public $maxDonationAmount;               // real(14)  
-    public $metaTagHtml;                     // string(255)  
-    public $minimumQuantity;                 // int(11)  
-    public $minimumQuantityUnits;            // string(255)  
-    public $mpn;                             // string(255)  
-    public $multManufactureAddr;             // int(4)  
-    public $nexTagCategory;                  // string(255)  
-    public $noPriceMessage;                  // string(255)  
-    public $offerSupport;                    // int(4)  
-    public $onHandValueMli;                  // real(14)  
-    public $onSpecial;                       // int(4)  
-    public $originalItemSubtype;             // string(255)  
-    public $originalItemType;                // string(255)  
-    public $outOfStockBehavior;              // string(255)  
-    public $outOfStockMessage;               // string(255)  
-    public $overallQuantityPricingType;      // string(255)  
-    public $pageTitle;                       // string(255)  
-    public $parent;                          // int(11)  
-    public $preferenceCriterion;             // string(255)  
-    public $preferredLocation;               // int(11)  
-    public $preferredStockLevel;             // real(14)  
-    public $preferredStockLevelDays;         // real(14)  
-    public $preferredStockLevelUnits;        // string(255)  
-    public $pricesIncludeTax;                // int(4)  
-    public $pricingGroup;                    // int(11)  
-    public $producer;                        // int(4)  
-    public $purchaseDescription;             // string(255)  
-    public $purchaseTaxCode;                 // int(11)  
-    public $purchaseUnit;                    // int(11)  
-    public $quantityAvailable;               // real(14)  
-    public $quantityAvailableUnits;          // string(255)  
-    public $quantityBackOrdered;             // real(14)  
-    public $quantityCommitted;               // real(14)  
-    public $quantityCommittedUnits;          // string(255)  
-    public $quantityOnHand;                  // real(14)  
-    public $quantityOnHandUnits;             // string(255)  
-    public $quantityOnOrder;                 // real(14)  
-    public $quantityOnOrderUnits;            // string(255)  
-    public $quantityPricingSchedule;         // int(11)  
-    public $quantityReorderUnits;            // string(255)  
-    public $rate;                            // real(14)  
-    public $relatedItemsDescription;         // string(255)  
-    public $reorderMultiple;                 // int(11)  
-    public $reorderPoint;                    // real(14)  
-    public $reorderPointUnits;               // string(255)  
-    public $revRecSchedule;                  // int(11)  
-    public $safetyStockLevel;                // real(14)  
-    public $safetyStockLevelDays;            // int(11)  
-    public $safetyStockLevelUnits;           // string(255)  
-    public $saleUnit;                        // int(11)  
-    public $salesDescription;                // string(255)  
-    public $salesTaxCode;                    // int(11)  
-    public $scheduleBCode;                   // string(255)  
-    public $scheduleBNumber;                 // string(255)  
-    public $scheduleBQuantity;               // int(11)  
-    public $searchKeywords;                  // string(255)  
-    public $seasonalDemand;                  // int(4)  
-    public $shipIndividually;                // int(4)  
-    public $shipPackage;                     // int(11)  
-    public $shippingCost;                    // real(14)  
-    public $shippingCostUnits;               // string(255)  
-    public $shoppingDotComCategory;          // string(255)  
-    public $shopzillaCategoryId;             // int(11)  
-    public $showDefaultDonationAmount;       // int(4)  
-    public $sitemapPriority;                 // string(255)  
-    public $softDescriptor;                  // int(11)  
-    public $specialsDescription;             // string(255)  
-    public $stockDescription;                // string(255)  
-    public $stockUnit;                       // int(11)  
-    public $storeDescription;                // string(255)  
-    public $storeDetailedDescription;        // string(255)  
-    public $storeDisplayImage;               // int(11)  
-    public $storeDisplayName;                // string(255)  
-    public $storeDisplayThumbnail;           // int(11)  
-    public $storeItemTemplate;               // int(11)  
-    public $taxSchedule;                     // int(11)  
-    public $totalValue;                      // real(14)  
-    public $trackLandedCost;                 // int(4)  
-    public $transferPrice;                   // real(14)  
-    public $unitsType;                       // int(11)  
-    public $upcCode;                         // string(255)  
-    public $urlComponent;                    // string(255)  
-    public $useBins;                         // int(4)  
-    public $useMarginalRates;                // int(4)  
-    public $vendor;                          // int(11)  
-    public $vendorName;                      // string(255)  
-    public $vsoeDeferral;                    // string(255)  
-    public $vsoeDelivered;                   // int(4)  
-    public $vsoePermitDiscount;              // string(255)  
-    public $vsoePrice;                       // real(14)  
-    public $weight;                          // real(14)  
-    public $weightUnit;                      // string(255)  
-    public $weightUnits;                     // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_InventoryItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/JournalEntry.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/JournalEntry.php
deleted file mode 100755 (executable)
index 3391fcd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-/**
- * Table Definition for JournalEntry
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_JournalEntry extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'JournalEntry';                    // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $approved;                        // int(4)  
-    public $class;                           // int(11)  
-    public $createdDate;                     // datetime(19)  binary
-    public $createdFrom;                     // int(11)  
-    public $currency;                        // int(11)  
-    public $customForm;                      // int(11)  
-    public $department;                      // int(11)  
-    public $exchangeRate;                    // real(14)  
-    public $externalId;                      // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $parentExpenseAlloc;              // int(11)  
-    public $postingPeriod;                   // int(11)  
-    public $reversalDate;                    // datetime(19)  binary
-    public $reversalDefer;                   // int(4)  
-    public $reversalEntry;                   // string(255)  
-    public $subsidiary;                      // int(11)  
-    public $tranDate;                        // datetime(19)  binary
-    public $tranId;                          // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_JournalEntry',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/KitItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/KitItem.php
deleted file mode 100755 (executable)
index 7aa0c01..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-<?php
-/**
- * Table Definition for KitItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_KitItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'KitItem';                         // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $availableToPartners;             // int(4)  
-    public $billingSchedule;                 // int(11)  
-    public $class;                           // int(11)  
-    public $costEstimate;                    // real(14)  
-    public $costEstimateType;                // string(255)  
-    public $countryOfManufacture;            // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $customForm;                      // int(11)  
-    public $deferredRevenueAccount;          // int(11)  
-    public $department;                      // int(11)  
-    public $description;                     // string(255)  
-    public $displayName;                     // string(255)  
-    public $dontShowPrice;                   // int(4)  
-    public $enforceMinQtyInternally;         // int(4)  
-    public $excludeFromSitemap;              // int(4)  
-    public $externalId;                      // string(255)  
-    public $featuredDescription;             // string(255)  
-    public $handlingCost;                    // real(14)  
-    public $includeChildren;                 // int(4)  
-    public $incomeAccount;                   // int(11)  
-    public $isDonationItem;                  // int(4)  
-    public $isFulfillable;                   // int(4)  
-    public $isGcoCompliant;                  // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isOnline;                        // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $manufacturer;                    // string(255)  
-    public $manufacturerCity;                // string(255)  
-    public $manufacturerState;               // string(255)  
-    public $manufacturerTariff;              // string(255)  
-    public $manufacturerTaxId;               // string(255)  
-    public $manufacturerZip;                 // string(255)  
-    public $manufactureraddr1;               // string(255)  
-    public $maxDonationAmount;               // real(14)  
-    public $metaTagHtml;                     // string(255)  
-    public $minimumQuantity;                 // int(11)  
-    public $mpn;                             // string(255)  
-    public $multManufactureAddr;             // int(4)  
-    public $nexTagCategory;                  // string(255)  
-    public $noPriceMessage;                  // string(255)  
-    public $offerSupport;                    // int(4)  
-    public $onSpecial;                       // int(4)  
-    public $outOfStockBehavior;              // string(255)  
-    public $outOfStockMessage;               // string(255)  
-    public $overallQuantityPricingType;      // string(255)  
-    public $pageTitle;                       // string(255)  
-    public $parent;                          // int(11)  
-    public $preferenceCriterion;             // string(255)  
-    public $pricesIncludeTax;                // int(4)  
-    public $pricingGroup;                    // int(11)  
-    public $printItems;                      // int(4)  
-    public $producer;                        // int(4)  
-    public $quantityPricingSchedule;         // int(11)  
-    public $rate;                            // real(14)  
-    public $relatedItemsDescription;         // string(255)  
-    public $revRecSchedule;                  // int(11)  
-    public $salesTaxCode;                    // int(11)  
-    public $scheduleBCode;                   // int(11)  
-    public $scheduleBNumber;                 // string(255)  
-    public $scheduleBQuantity;               // int(11)  
-    public $searchKeywords;                  // string(255)  
-    public $shipIndividually;                // int(4)  
-    public $shipPackage;                     // int(11)  
-    public $shippingCost;                    // real(14)  
-    public $shoppingDotComCategory;          // string(255)  
-    public $shopzillaCategoryId;             // int(11)  
-    public $showDefaultDonationAmount;       // int(4)  
-    public $sitemapPriority;                 // string(255)  
-    public $softDescriptor;                  // int(11)  
-    public $specialsDescription;             // string(255)  
-    public $stockDescription;                // string(255)  
-    public $storeDescription;                // string(255)  
-    public $storeDetailedDescription;        // string(255)  
-    public $storeDisplayImage;               // int(11)  
-    public $storeDisplayName;                // string(255)  
-    public $storeDisplayThumbnail;           // int(11)  
-    public $storeItemTemplate;               // int(11)  
-    public $taxSchedule;                     // int(11)  
-    public $upcCode;                         // string(255)  
-    public $urlComponent;                    // string(255)  
-    public $useMarginalRates;                // int(4)  
-    public $vsoeDeferral;                    // string(255)  
-    public $vsoeDelivered;                   // int(4)  
-    public $vsoePermitDiscount;              // string(255)  
-    public $vsoePrice;                       // real(14)  
-    public $weight;                          // real(14)  
-    public $weightUnit;                      // int(11)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_KitItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventoryPurchaseItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventoryPurchaseItem.php
deleted file mode 100755 (executable)
index 01844c9..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
-/**
- * Table Definition for NonInventoryPurchaseItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_NonInventoryPurchaseItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'NonInventoryPurchaseItem';        // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $amortizationPeriod;              // int(11)  
-    public $amortizationTemplate;            // int(11)  
-    public $availableToPartners;             // int(4)  
-    public $class;                           // int(11)  
-    public $cost;                            // real(14)  
-    public $costUnits;                       // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $currency;                        // string(255)  
-    public $customForm;                      // int(11)  
-    public $deferralAccount;                 // int(11)  
-    public $department;                      // int(11)  
-    public $displayName;                     // string(255)  
-    public $expenseAccount;                  // int(11)  
-    public $externalId;                      // string(255)  
-    public $includeChildren;                 // int(4)  
-    public $isFulfillable;                   // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $matrixType;                      // string(255)  
-    public $parent;                          // int(11)  
-    public $purchaseDescription;             // string(255)  
-    public $purchaseTaxCode;                 // int(11)  
-    public $purchaseUnit;                    // int(11)  
-    public $residual;                        // string(255)  
-    public $salesTaxCode;                    // int(11)  
-    public $taxSchedule;                     // int(11)  
-    public $unitsType;                       // int(11)  
-    public $upcCode;                         // string(255)  
-    public $vendor;                          // int(11)  
-    public $vendorName;                      // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_NonInventoryPurchaseItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventoryResaleItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventoryResaleItem.php
deleted file mode 100755 (executable)
index 42a83b1..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?php
-/**
- * Table Definition for NonInventoryResaleItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_NonInventoryResaleItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'NonInventoryResaleItem';          // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $amortizationPeriod;              // int(11)  
-    public $amortizationTemplate;            // int(11)  
-    public $availableToPartners;             // int(4)  
-    public $billingSchedule;                 // int(11)  
-    public $class;                           // int(11)  
-    public $copyDescription;                 // int(4)  
-    public $cost;                            // real(14)  
-    public $costEstimate;                    // real(14)  
-    public $costEstimateType;                // string(255)  
-    public $costEstimateUnits;               // string(255)  
-    public $costUnits;                       // string(255)  
-    public $countryOfManufacture;            // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $currency;                        // string(255)  
-    public $customForm;                      // int(11)  
-    public $deferralAccount;                 // int(11)  
-    public $deferredRevenueAccount;          // int(11)  
-    public $department;                      // int(11)  
-    public $displayName;                     // string(255)  
-    public $dontShowPrice;                   // int(4)  
-    public $enforceMinQtyInternally;         // int(4)  
-    public $excludeFromSitemap;              // int(4)  
-    public $expenseAccount;                  // int(11)  
-    public $externalId;                      // string(255)  
-    public $featuredDescription;             // string(255)  
-    public $handlingCost;                    // real(14)  
-    public $handlingCostUnits;               // string(255)  
-    public $includeChildren;                 // int(4)  
-    public $incomeAccount;                   // int(11)  
-    public $isDonationItem;                  // int(4)  
-    public $isDropShipItem;                  // int(4)  
-    public $isFulfillable;                   // int(4)  
-    public $isGcoCompliant;                  // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isOnline;                        // int(4)  
-    public $isSpecialOrderItem;              // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $manufacturer;                    // string(255)  
-    public $manufacturerAddr1;               // string(255)  
-    public $manufacturerCity;                // string(255)  
-    public $manufacturerState;               // string(255)  
-    public $manufacturerTariff;              // string(255)  
-    public $manufacturerTaxId;               // string(255)  
-    public $manufacturerZip;                 // string(255)  
-    public $matrixType;                      // string(255)  
-    public $maxDonationAmount;               // real(14)  
-    public $metaTagHtml;                     // string(255)  
-    public $minimumQuantity;                 // int(11)  
-    public $minimumQuantityUnits;            // string(255)  
-    public $mpn;                             // string(255)  
-    public $multManufactureAddr;             // int(4)  
-    public $nexTagCategory;                  // string(255)  
-    public $noPriceMessage;                  // string(255)  
-    public $offerSupport;                    // int(4)  
-    public $onSpecial;                       // int(4)  
-    public $outOfStockBehavior;              // string(255)  
-    public $outOfStockMessage;               // string(255)  
-    public $overallQuantityPricingType;      // string(255)  
-    public $pageTitle;                       // string(255)  
-    public $parent;                          // int(11)  
-    public $preferenceCriterion;             // string(255)  
-    public $pricesIncludeTax;                // int(4)  
-    public $pricingGroup;                    // int(11)  
-    public $producer;                        // int(4)  
-    public $purchaseDescription;             // string(255)  
-    public $purchaseTaxCode;                 // int(11)  
-    public $purchaseUnit;                    // int(11)  
-    public $quantityPricingSchedule;         // int(11)  
-    public $rate;                            // real(14)  
-    public $relatedItemsDescription;         // string(255)  
-    public $residual;                        // string(255)  
-    public $revRecSchedule;                  // int(11)  
-    public $saleUnit;                        // int(11)  
-    public $salesDescription;                // string(255)  
-    public $salesTaxCode;                    // int(11)  
-    public $scheduleBCode;                   // string(255)  
-    public $scheduleBNumber;                 // string(255)  
-    public $scheduleBQuantity;               // int(11)  
-    public $searchKeywords;                  // string(255)  
-    public $shipIndividually;                // int(4)  
-    public $shipPackage;                     // int(11)  
-    public $shippingCost;                    // real(14)  
-    public $shippingCostUnits;               // string(255)  
-    public $shoppingDotComCategory;          // string(255)  
-    public $shopzillaCategoryId;             // int(11)  
-    public $showDefaultDonationAmount;       // int(4)  
-    public $sitemapPriority;                 // string(255)  
-    public $softDescriptor;                  // string(255)  
-    public $specialsDescription;             // string(255)  
-    public $stockDescription;                // string(255)  
-    public $storeDescription;                // string(255)  
-    public $storeDetailedDescription;        // string(255)  
-    public $storeDisplayImage;               // int(11)  
-    public $storeDisplayName;                // string(255)  
-    public $storeDisplayThumbnail;           // int(11)  
-    public $storeItemTemplate;               // int(11)  
-    public $taxSchedule;                     // int(11)  
-    public $unitsType;                       // int(11)  
-    public $upcCode;                         // string(255)  
-    public $urlComponent;                    // string(255)  
-    public $useMarginalRates;                // int(4)  
-    public $vendor;                          // int(11)  
-    public $vendorName;                      // string(255)  
-    public $vsoeDeferral;                    // string(255)  
-    public $vsoeDelivered;                   // int(4)  
-    public $vsoePermitDiscount;              // string(255)  
-    public $vsoePrice;                       // real(14)  
-    public $weight;                          // real(14)  
-    public $weightUnit;                      // string(255)  
-    public $weightUnits;                     // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_NonInventoryResaleItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventorySaleItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/NonInventorySaleItem.php
deleted file mode 100755 (executable)
index ddf6318..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-<?php
-/**
- * Table Definition for NonInventorySaleItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_NonInventorySaleItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'NonInventorySaleItem';            // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $availableToPartners;             // int(4)  
-    public $billingSchedule;                 // int(11)  
-    public $class;                           // int(11)  
-    public $costEstimate;                    // real(14)  
-    public $costEstimateType;                // string(255)  
-    public $costEstimateUnits;               // string(255)  
-    public $countryOfManufacture;            // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $customForm;                      // int(11)  
-    public $deferredRevenueAccount;          // int(11)  
-    public $department;                      // int(11)  
-    public $displayName;                     // string(255)  
-    public $dontShowPrice;                   // int(4)  
-    public $enforceMinQtyInternally;         // int(4)  
-    public $excludeFromSitemap;              // int(4)  
-    public $externalId;                      // string(255)  
-    public $featuredDescription;             // string(255)  
-    public $handlingCost;                    // real(14)  
-    public $handlingCostUnits;               // string(255)  
-    public $includeChildren;                 // int(4)  
-    public $incomeAccount;                   // int(11)  
-    public $isDonationItem;                  // int(4)  
-    public $isFulfillable;                   // int(4)  
-    public $isGcoCompliant;                  // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isOnline;                        // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $manufacturer;                    // string(255)  
-    public $manufacturerAddr1;               // string(255)  
-    public $manufacturerCity;                // string(255)  
-    public $manufacturerState;               // string(255)  
-    public $manufacturerTariff;              // string(255)  
-    public $manufacturerTaxId;               // string(255)  
-    public $manufacturerZip;                 // string(255)  
-    public $matrixType;                      // string(255)  
-    public $maxDonationAmount;               // real(14)  
-    public $metaTagHtml;                     // string(255)  
-    public $minimumQuantity;                 // int(11)  
-    public $minimumQuantityUnits;            // string(255)  
-    public $mpn;                             // string(255)  
-    public $multManufactureAddr;             // int(4)  
-    public $nexTagCategory;                  // string(255)  
-    public $noPriceMessage;                  // string(255)  
-    public $offerSupport;                    // int(4)  
-    public $onSpecial;                       // int(4)  
-    public $outOfStockBehavior;              // string(255)  
-    public $outOfStockMessage;               // string(255)  
-    public $overallQuantityPricingType;      // string(255)  
-    public $pageTitle;                       // string(255)  
-    public $parent;                          // int(11)  
-    public $preferenceCriterion;             // string(255)  
-    public $pricesIncludeTax;                // int(4)  
-    public $pricingGroup;                    // int(11)  
-    public $producer;                        // int(4)  
-    public $purchaseTaxCode;                 // int(11)  
-    public $quantityPricingSchedule;         // int(11)  
-    public $rate;                            // real(14)  
-    public $relatedItemsDescription;         // string(255)  
-    public $revRecSchedule;                  // int(11)  
-    public $saleUnit;                        // int(11)  
-    public $salesDescription;                // string(255)  
-    public $salesTaxCode;                    // int(11)  
-    public $scheduleBCode;                   // string(255)  
-    public $scheduleBNumber;                 // string(255)  
-    public $scheduleBQuantity;               // int(11)  
-    public $searchKeywords;                  // string(255)  
-    public $shipIndividually;                // int(4)  
-    public $shipPackage;                     // int(11)  
-    public $shippingCost;                    // real(14)  
-    public $shippingCostUnits;               // string(255)  
-    public $shoppingDotComCategory;          // string(255)  
-    public $shopzillaCategoryId;             // int(11)  
-    public $showDefaultDonationAmount;       // int(4)  
-    public $sitemapPriority;                 // string(255)  
-    public $softDescriptor;                  // string(255)  
-    public $specialsDescription;             // string(255)  
-    public $stockDescription;                // string(255)  
-    public $storeDescription;                // string(255)  
-    public $storeDetailedDescription;        // string(255)  
-    public $storeDisplayImage;               // int(11)  
-    public $storeDisplayName;                // string(255)  
-    public $storeDisplayThumbnail;           // int(11)  
-    public $storeItemTemplate;               // int(11)  
-    public $taxSchedule;                     // int(11)  
-    public $unitsType;                       // int(11)  
-    public $upcCode;                         // string(255)  
-    public $urlComponent;                    // string(255)  
-    public $useMarginalRates;                // int(4)  
-    public $vsoeDeferral;                    // string(255)  
-    public $vsoeDelivered;                   // int(4)  
-    public $vsoePermitDiscount;              // string(255)  
-    public $vsoePrice;                       // real(14)  
-    public $weight;                          // real(14)  
-    public $weightUnit;                      // string(255)  
-    public $weightUnits;                     // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_NonInventorySaleItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Office.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Office.php
deleted file mode 100755 (executable)
index 01a8651..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-/**
- * Table Definition for Office
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Office extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Office';                          // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $company_id;                      // int(11)  not_null
-    public $name;                            // string(64)  not_null
-    public $address;                         // blob(65535)  not_null blob
-    public $phone;                           // string(32)  not_null
-    public $fax;                             // string(32)  not_null
-    public $email;                           // string(128)  not_null
-    public $role;                            // string(32)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Office',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/OtherChargePurchaseItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/OtherChargePurchaseItem.php
deleted file mode 100755 (executable)
index 21621b4..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
-/**
- * Table Definition for OtherChargePurchaseItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_OtherChargePurchaseItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'OtherChargePurchaseItem';         // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $amortizationPeriod;              // int(11)  
-    public $amortizationTemplate;            // int(11)  
-    public $availableToPartners;             // int(4)  
-    public $class;                           // int(11)  
-    public $cost;                            // real(14)  
-    public $costUnits;                       // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $currency;                        // string(255)  
-    public $customForm;                      // int(11)  
-    public $deferralAccount;                 // int(11)  
-    public $department;                      // int(11)  
-    public $displayName;                     // string(255)  
-    public $expenseAccount;                  // int(11)  
-    public $externalId;                      // string(255)  
-    public $includeChildren;                 // int(4)  
-    public $isFulfillable;                   // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $matrixType;                      // string(255)  
-    public $parent;                          // int(11)  
-    public $purchaseDescription;             // string(255)  
-    public $purchaseTaxCode;                 // int(11)  
-    public $purchaseUnit;                    // int(11)  
-    public $residual;                        // string(255)  
-    public $salesTaxCode;                    // int(11)  
-    public $taxSchedule;                     // int(11)  
-    public $unitsType;                       // int(11)  
-    public $upcCode;                         // string(255)  
-    public $vendor;                          // int(11)  
-    public $vendorName;                      // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_OtherChargePurchaseItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/OtherChargeSaleItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/OtherChargeSaleItem.php
deleted file mode 100755 (executable)
index 8f0210e..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-<?php
-/**
- * Table Definition for OtherChargeSaleItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_OtherChargeSaleItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'OtherChargeSaleItem';             // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $availableToPartners;             // int(4)  
-    public $billingSchedule;                 // int(11)  
-    public $class;                           // int(11)  
-    public $costEstimate;                    // real(14)  
-    public $costEstimateType;                // string(255)  
-    public $costEstimateUnits;               // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $customForm;                      // int(11)  
-    public $deferredRevenueAccount;          // int(11)  
-    public $department;                      // int(11)  
-    public $displayName;                     // string(255)  
-    public $enforceMinQtyInternally;         // int(4)  
-    public $externalId;                      // string(255)  
-    public $includeChildren;                 // int(4)  
-    public $incomeAccount;                   // int(11)  
-    public $isFulfillable;                   // int(4)  
-    public $isGcoCompliant;                  // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isOnline;                        // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $issueProduct;                    // int(11)  
-    public $itemId;                          // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $matrixType;                      // string(255)  
-    public $minimumQuantity;                 // int(11)  
-    public $minimumQuantityUnits;            // string(255)  
-    public $offerSupport;                    // int(4)  
-    public $overallQuantityPricingType;      // string(255)  
-    public $parent;                          // int(11)  
-    public $pricesIncludeTax;                // int(4)  
-    public $pricingGroup;                    // int(11)  
-    public $purchaseTaxCode;                 // int(11)  
-    public $quantityPricingSchedule;         // int(11)  
-    public $rate;                            // real(14)  
-    public $revRecSchedule;                  // int(11)  
-    public $saleUnit;                        // int(11)  
-    public $salesDescription;                // string(255)  
-    public $salesTaxCode;                    // int(11)  
-    public $softDescriptor;                  // string(255)  
-    public $taxSchedule;                     // int(11)  
-    public $unitsType;                       // int(11)  
-    public $upcCode;                         // string(255)  
-    public $useMarginalRates;                // int(4)  
-    public $vsoeDeferral;                    // string(255)  
-    public $vsoeDelivered;                   // int(4)  
-    public $vsoePermitDiscount;              // string(255)  
-    public $vsoePrice;                       // real(14)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_OtherChargeSaleItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Person.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Person.php
deleted file mode 100755 (executable)
index aa11af6..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php
-/**
- * Table Definition for Person
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Person extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Person';                          // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $office_id;                       // int(11)  
-    public $name;                            // string(128)  not_null
-    public $phone;                           // string(32)  not_null
-    public $fax;                             // string(32)  not_null
-    public $email;                           // string(128)  not_null
-    public $company_id;                      // int(11)  
-    public $role;                            // string(32)  not_null
-    public $active;                          // int(11)  not_null
-    public $remarks;                         // blob(65535)  not_null blob
-    public $passwd;                          // string(64)  not_null
-    public $owner_id;                        // int(11)  not_null
-    public $lang;                            // string(8)  
-    public $no_reset_sent;                   // int(11)  
-    public $action_type;                     // string(32)  
-    public $project_id;                      // int(11)  
-    public $deleted_by;                      // int(11)  not_null
-    public $deleted_dt;                      // datetime(19)  binary
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Person',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Projects.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Projects.php
deleted file mode 100755 (executable)
index 3c8d049..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-/**
- * Table Definition for Projects
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Projects extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Projects';                        // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $name;                            // string(254)  not_null
-    public $remarks;                         // blob(65535)  not_null blob
-    public $owner_id;                        // int(11)  
-    public $code;                            // string(32)  not_null multiple_key
-    public $active;                          // int(11)  
-    public $type;                            // string(1)  not_null
-    public $client_id;                       // int(11)  not_null
-    public $team_id;                         // int(11)  not_null
-    public $file_location;                   // string(254)  not_null
-    public $open_date;                       // date(10)  binary
-    public $open_by;                         // int(11)  not_null
-    public $close_date;                      // date(10)  binary
-    public $countries;                       // string(128)  not_null
-    public $languages;                       // string(128)  not_null
-    public $agency_id;                       // int(11)  not_null
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Projects',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/PurchaseOrder.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/PurchaseOrder.php
deleted file mode 100755 (executable)
index 658fc87..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-<?php
-/**
- * Table Definition for PurchaseOrder
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_PurchaseOrder extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'PurchaseOrder';                   // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $billAddress;                     // string(255)  
-    public $billAddressList;                 // int(11)  
-    public $class;                           // int(11)  
-    public $createdDate;                     // datetime(19)  binary
-    public $createdFrom;                     // int(11)  
-    public $currencyName;                    // string(255)  
-    public $customForm;                      // int(11)  
-    public $department;                      // int(11)  
-    public $dueDate;                         // datetime(19)  binary
-    public $email;                           // string(255)  
-    public $employee;                        // int(11)  
-    public $entity;                          // int(11)  
-    public $exchangeRate;                    // real(14)  
-    public $externalId;                      // string(255)  
-    public $fax;                             // string(255)  
-    public $fob;                             // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $linkedTrackingNumbers;           // string(255)  
-    public $location;                        // int(11)  
-    public $memo;                            // string(255)  
-    public $message;                         // string(255)  
-    public $orderStatus;                     // string(255)  
-    public $otherRefNum;                     // string(255)  
-    public $shipAddress;                     // string(255)  
-    public $shipAddressList;                 // int(11)  
-    public $shipDate;                        // datetime(19)  binary
-    public $shipMethod;                      // int(11)  
-    public $shipTo;                          // int(11)  
-    public $source;                          // string(255)  
-    public $status;                          // string(255)  
-    public $subTotal;                        // real(14)  
-    public $subsidiary;                      // int(11)  
-    public $supervisorApproval;              // int(4)  
-    public $tax2Total;                       // real(14)  
-    public $taxTotal;                        // real(14)  
-    public $terms;                           // int(11)  
-    public $toBeEmailed;                     // int(4)  
-    public $toBeFaxed;                       // int(4)  
-    public $toBePrinted;                     // int(4)  
-    public $total;                           // real(14)  
-    public $trackingNumbers;                 // string(255)  
-    public $tranDate;                        // datetime(19)  binary
-    public $tranId;                          // string(255)  
-    public $vatRegNum;                       // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_PurchaseOrder',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/SalesOrder.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/SalesOrder.php
deleted file mode 100755 (executable)
index d14def6..0000000
+++ /dev/null
@@ -1,141 +0,0 @@
-<?php
-/**
- * Table Definition for SalesOrder
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_SalesOrder extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'SalesOrder';                      // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $actualShipDate;                  // datetime(19)  binary
-    public $altHandlingCost;                 // real(14)  
-    public $altSalesTotal;                   // real(14)  
-    public $altShippingCost;                 // real(14)  
-    public $authCode;                        // string(255)  
-    public $balance;                         // real(14)  
-    public $billAddress;                     // string(255)  
-    public $billAddressList;                 // int(11)  
-    public $billingSchedule;                 // int(11)  
-    public $ccApproved;                      // int(4)  
-    public $ccAvsStreetMatch;                // string(255)  
-    public $ccAvsZipMatch;                   // string(255)  
-    public $ccExpireDate;                    // datetime(19)  binary
-    public $ccName;                          // string(255)  
-    public $ccNumber;                        // string(255)  
-    public $ccSecurityCode;                  // string(255)  
-    public $ccSecurityCodeMatch;             // string(255)  
-    public $ccStreet;                        // string(255)  
-    public $ccZipCode;                       // string(255)  
-    public $class;                           // int(11)  
-    public $contribPct;                      // string(255)  
-    public $createdDate;                     // datetime(19)  binary
-    public $createdFrom;                     // int(11)  
-    public $creditCard;                      // int(11)  
-    public $creditCardProcessor;             // int(11)  
-    public $currencyName;                    // string(255)  
-    public $customForm;                      // int(11)  
-    public $debitCardIssueNo;                // string(255)  
-    public $deferredRevenue;                 // real(14)  
-    public $department;                      // int(11)  
-    public $discountItem;                    // int(11)  
-    public $discountRate;                    // string(255)  
-    public $discountTotal;                   // real(14)  
-    public $email;                           // string(255)  
-    public $endDate;                         // datetime(19)  binary
-    public $entity;                          // int(11)  
-    public $estGrossProfit;                  // real(14)  
-    public $estGrossProfitPercent;           // real(14)  
-    public $exchangeRate;                    // real(14)  
-    public $excludeCommission;               // int(4)  
-    public $externalId;                      // string(255)  
-    public $fax;                             // string(255)  
-    public $fob;                             // string(255)  
-    public $getAuth;                         // int(4)  
-    public $giftCertApplied;                 // real(14)  
-    public $handlingCost;                    // real(14)  
-    public $handlingTax1Rate;                // real(14)  
-    public $handlingTax2Rate;                // string(255)  
-    public $handlingTaxCode;                 // int(11)  
-    public $ignoreAvs;                       // int(4)  
-    public $internalId;                      // string(255)  
-    public $isMultiShipTo;                   // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $job;                             // int(11)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $leadSource;                      // int(11)  
-    public $linkedTrackingNumbers;           // string(255)  
-    public $location;                        // int(11)  
-    public $memo;                            // string(255)  
-    public $message;                         // string(255)  
-    public $messageSel;                      // int(11)  
-    public $opportunity;                     // int(11)  
-    public $orderStatus;                     // string(255)  
-    public $otherRefNum;                     // string(255)  
-    public $partner;                         // int(11)  
-    public $payPalStatus;                    // string(255)  
-    public $payPalTranId;                    // string(255)  
-    public $paymentEventDate;                // datetime(19)  binary
-    public $paymentEventHoldReason;          // string(255)  
-    public $paymentEventResult;              // string(255)  
-    public $paymentEventType;                // string(255)  
-    public $paymentEventUpdatedBy;           // string(255)  
-    public $paymentMethod;                   // int(11)  
-    public $paypalAuthId;                    // string(255)  
-    public $paypalProcess;                   // int(4)  
-    public $pnRefNum;                        // string(255)  
-    public $promoCode;                       // int(11)  
-    public $recognizedRevenue;               // real(14)  
-    public $revCommitStatus;                 // string(255)  
-    public $revRecEndDate;                   // datetime(19)  binary
-    public $revRecOnRevCommitment;           // int(4)  
-    public $revRecSchedule;                  // int(11)  
-    public $revRecStartDate;                 // datetime(19)  binary
-    public $revenueStatus;                   // string(255)  
-    public $salesEffectiveDate;              // datetime(19)  binary
-    public $salesGroup;                      // int(11)  
-    public $salesRep;                        // int(11)  
-    public $shipAddress;                     // string(255)  
-    public $shipAddressList;                 // int(11)  
-    public $shipComplete;                    // int(4)  
-    public $shipDate;                        // datetime(19)  binary
-    public $shipMethod;                      // int(11)  
-    public $shippingCost;                    // real(14)  
-    public $shippingTax1Rate;                // real(14)  
-    public $shippingTax2Rate;                // string(255)  
-    public $shippingTaxCode;                 // int(11)  
-    public $source;                          // string(255)  
-    public $startDate;                       // datetime(19)  binary
-    public $status;                          // string(255)  
-    public $subTotal;                        // real(14)  
-    public $subsidiary;                      // int(11)  
-    public $syncPartnerTeams;                // int(4)  
-    public $syncSalesTeams;                  // int(4)  
-    public $tax2Total;                       // real(14)  
-    public $taxItem;                         // int(11)  
-    public $taxRate;                         // real(14)  
-    public $taxTotal;                        // real(14)  
-    public $terms;                           // int(11)  
-    public $threeDStatusCode;                // string(255)  
-    public $toBeEmailed;                     // int(4)  
-    public $toBeFaxed;                       // int(4)  
-    public $toBePrinted;                     // int(4)  
-    public $total;                           // real(14)  
-    public $totalCostEstimate;               // real(14)  
-    public $trackingNumbers;                 // string(255)  
-    public $tranDate;                        // datetime(19)  binary
-    public $tranId;                          // string(255)  
-    public $tranIsVsoeBundle;                // int(4)  
-    public $validFrom;                       // datetime(19)  binary
-    public $vatRegNum;                       // string(255)  
-    public $vsoeAutoCalc;                    // int(4)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_SalesOrder',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/SalesOrderItem.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/SalesOrderItem.php
deleted file mode 100755 (executable)
index cb1eead..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-<?php
-/**
- * Table Definition for SalesOrderItem
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_SalesOrderItem extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'SalesOrderItem';                  // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $altSalesAmt;                     // real(14)  
-    public $amount;                          // real(14)  
-    public $billingSchedule;                 // int(11)  
-    public $class;                           // int(11)  
-    public $commitInventory;                 // string(255)  
-    public $costEstimate;                    // real(14)  
-    public $costEstimateType;                // string(255)  
-    public $createPo;                        // string(255)  
-    public $createWo;                        // int(4)  
-    public $createdPo;                       // int(11)  
-    public $deferRevRec;                     // int(4)  
-    public $department;                      // int(11)  
-    public $description;                     // string(255)  
-    public $fromJob;                         // int(4)  
-    public $giftCertFrom;                    // string(255)  
-    public $giftCertMessage;                 // string(255)  
-    public $giftCertNumber;                  // string(255)  
-    public $giftCertRecipientEmail;          // string(255)  
-    public $giftCertRecipientName;           // string(255)  
-    public $grossAmt;                        // real(14)  
-    public $isClosed;                        // int(4)  
-    public $isEstimate;                      // int(4)  
-    public $isTaxable;                       // int(4)  
-    public $item;                            // int(11)  
-    public $itemIsFulfilled;                 // int(4)  
-    public $job;                             // int(11)  
-    public $licenseCode;                     // string(255)  
-    public $line;                            // int(11)  
-    public $location;                        // int(11)  
-    public $percentComplete;                 // real(14)  
-    public $poCurrency;                      // string(255)  
-    public $poRate;                          // real(14)  
-    public $poVendor;                        // int(11)  
-    public $price;                           // int(11)  
-    public $quantity;                        // real(14)  
-    public $quantityAvailable;               // real(14)  
-    public $quantityBackOrdered;             // real(14)  
-    public $quantityBilled;                  // real(14)  
-    public $quantityCommitted;               // real(14)  
-    public $quantityFulfilled;               // real(14)  
-    public $quantityOnHand;                  // real(14)  
-    public $quantityPacked;                  // real(14)  
-    public $quantityPicked;                  // real(14)  
-    public $rate;                            // string(255)  
-    public $revRecEndDate;                   // datetime(19)  binary
-    public $revRecSchedule;                  // int(11)  
-    public $revRecStartDate;                 // datetime(19)  binary
-    public $revRecTermInMonths;              // int(11)  
-    public $serialNumbers;                   // string(255)  
-    public $shipAddress;                     // int(11)  
-    public $shipGroup;                       // int(11)  
-    public $shipMethod;                      // int(11)  
-    public $tax1Amt;                         // real(14)  
-    public $taxCode;                         // int(11)  
-    public $taxRate1;                        // real(14)  
-    public $taxRate2;                        // real(14)  
-    public $units;                           // int(11)  
-    public $vsoeAllocation;                  // real(14)  
-    public $vsoeAmount;                      // real(14)  
-    public $vsoeDeferral;                    // string(255)  
-    public $vsoeDelivered;                   // int(4)  
-    public $vsoePermitDiscount;              // string(255)  
-    public $vsoePrice;                       // real(14)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_SalesOrderItem',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Translations.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Translations.php
deleted file mode 100755 (executable)
index 604f418..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * Table Definition for translations
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Translations extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'translations';                    // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $module;                          // string(64)  not_null multiple_key
-    public $tfile;                           // string(128)  not_null
-    public $tlang;                           // string(8)  not_null
-    public $tkey;                            // string(32)  not_null
-    public $tval;                            // blob(-1)  not_null blob
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Translations',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Vendor.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/Vendor.php
deleted file mode 100755 (executable)
index c1269fc..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<?php
-/**
- * Table Definition for Vendor
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Vendor extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'Vendor';                          // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $accountNumber;                   // string(255)  
-    public $altEmail;                        // string(255)  
-    public $altName;                         // string(255)  
-    public $altPhone;                        // string(255)  
-    public $balance;                         // real(14)  
-    public $bcn;                             // string(255)  
-    public $billPay;                         // int(4)  
-    public $category;                        // int(11)  
-    public $comments;                        // string(255)  
-    public $companyName;                     // string(255)  
-    public $creditLimit;                     // real(14)  
-    public $currency;                        // int(11)  
-    public $customForm;                      // int(11)  
-    public $dateCreated;                     // datetime(19)  binary
-    public $defaultAddress;                  // string(255)  
-    public $eligibleForCommission;           // int(4)  
-    public $email;                           // string(255)  
-    public $emailPreference;                 // string(255)  
-    public $emailTransactions;               // int(4)  
-    public $entityId;                        // string(255)  
-    public $expenseAccount;                  // int(11)  
-    public $externalId;                      // string(255)  
-    public $fax;                             // string(255)  
-    public $faxTransactions;                 // int(4)  
-    public $firstName;                       // string(255)  
-    public $giveAccess;                      // int(4)  
-    public $globalSubscriptionStatus;        // string(255)  
-    public $homePhone;                       // string(255)  
-    public $image;                           // int(11)  
-    public $internalId;                      // string(255)  
-    public $is1099Eligible;                  // int(4)  
-    public $isAccountant;                    // int(4)  
-    public $isInactive;                      // int(4)  
-    public $isJobResourceVend;               // int(4)  
-    public $isPerson;                        // int(4)  
-    public $laborCost;                       // real(14)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $lastName;                        // string(255)  
-    public $legalName;                       // string(255)  
-    public $middleName;                      // string(255)  
-    public $mobilePhone;                     // string(255)  
-    public $openingBalance;                  // real(14)  
-    public $openingBalanceAccount;           // int(11)  
-    public $openingBalanceDate;              // datetime(19)  binary
-    public $password;                        // string(255)  
-    public $password2;                       // string(255)  
-    public $phone;                           // string(255)  
-    public $phoneticName;                    // string(255)  
-    public $printOnCheckAs;                  // string(255)  
-    public $printTransactions;               // int(4)  
-    public $requirePwdChange;                // int(4)  
-    public $salutation;                      // string(255)  
-    public $sendEmail;                       // int(4)  
-    public $subsidiary;                      // int(11)  
-    public $taxIdNum;                        // string(255)  
-    public $terms;                           // int(11)  
-    public $title;                           // string(255)  
-    public $unbilledOrders;                  // real(14)  
-    public $url;                             // string(255)  
-    public $vatRegNumber;                    // string(255)  
-    public $workCalendar;                    // int(11)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_Vendor',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}
diff --git a/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/VendorBill.php b/DataObjects:/home/alan/gitlive/web.Netsuite/Pman/Netsuite/DataObjects/VendorBill.php
deleted file mode 100755 (executable)
index 8b5fae0..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-/**
- * Table Definition for VendorBill
- */
-require_once 'DB/DataObject.php';
-
-class Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_VendorBill extends DB_DataObject 
-{
-    ###START_AUTOCODE
-    /* the code below is auto generated do not remove the above tag */
-
-    public $__table = 'VendorBill';                      // table name
-    public $id;                              // int(11)  not_null primary_key auto_increment
-    public $account;                         // int(11)  
-    public $class;                           // int(11)  
-    public $createdDate;                     // datetime(19)  binary
-    public $creditLimit;                     // real(14)  
-    public $currencyName;                    // string(255)  
-    public $customForm;                      // int(11)  
-    public $department;                      // int(11)  
-    public $discountAmount;                  // real(14)  
-    public $discountDate;                    // datetime(19)  binary
-    public $dueDate;                         // datetime(19)  binary
-    public $entity;                          // int(11)  
-    public $exchangeRate;                    // real(14)  
-    public $externalId;                      // string(255)  
-    public $landedCostMethod;                // string(255)  
-    public $lastModifiedDate;                // datetime(19)  binary
-    public $location;                        // int(11)  
-    public $memo;                            // string(255)  
-    public $postingPeriod;                   // int(11)  
-    public $status;                          // string(255)  
-    public $subsidiary;                      // int(11)  
-    public $tax2Total;                       // real(14)  
-    public $taxTotal;                        // real(14)  
-    public $terms;                           // int(11)  
-    public $tranDate;                        // datetime(19)  binary
-    public $tranId;                          // string(255)  
-    public $userTotal;                       // real(14)  
-    public $vatRegNum;                       // string(255)  
-
-    /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Pman_Core_DataObjects_:Pman_Netsuite_DataObjects_VendorBill',$k,$v); }
-
-    /* the code above is auto generated do not remove the tag below */
-    ###END_AUTOCODE
-}