Development

Changeset 2804

You must first sign up to be able to contribute.

Changeset 2804

Show
Ignore:
Timestamp:
11/24/06 23:25:06 (2 years ago)
Author:
slickrick
Message:

* Added invoice item ID hooks to quickbooks export class

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfQuickbooksExportInvoicePlugin/lib/sfQuickbooksExportInvoice.class.php

    r2787 r2804  
    570570  { 
    571571    $this->addItemDetail('DATE', $string); 
     572  } 
     573   
     574  /** 
     575   * The item name or ID of the inventory item as defined within Quickbooks 
     576   * 
     577   * @param decimal $decimal 
     578   */ 
     579  public function setItemId($string) 
     580  { 
     581    $this->addItemDetail('INVITEM', $string); 
    572582  } 
    573583   
  • plugins/sfQuickbooksExportInvoicePlugin/package.xml

    r2787 r2804  
    1111  <active>yes</active> 
    1212 </lead> 
    13  <date>2006-11-22</date> 
     13 <date>2006-11-24</date> 
    1414 <time>14:25:01</time> 
    1515 <version> 
    16   <release>1.0.0</release> 
     16  <release>1.0.1</release> 
    1717  <api>1.0.0</api> 
    1818 </version>