Exemplo n.º 1
0
 /**
  * Initialise the accounting session
  *
  * Method will initialise the accounting session used when importing/exporting the XML spool
  *
  * @access public
  * @return bool TRUE if the session was initialised, FALSE on error
  */
 public function initAccountingSession()
 {
     $session = array('UUID' => '', 'LAST_ERROR' => '', 'CLIENT_COUNTRY' => '', 'QBXML_VERSION' => '', 'COMPANY_DATA' => null);
     return parent::initAccountingSession($this->getid(), $session);
 }