~c2c-oerpscenario/oerpscenario/stable-6.0

« back to all changes in this revision

Viewing changes to doc/files/lib/Helpers/AccountBankStatement_rb.html

  • Committer: Joël Grand-Guillaume
  • Date: 2010-03-26 11:30:57 UTC
  • mfrom: (30.1.75 OERPScenario)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100326113057-w6jb16avnxkf2ize
[MRG] From trunk branch. This is about releasing the 0.5 version of OERPScenario.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    </tr>
57
57
    <tr class="top-aligned-row">
58
58
      <td><strong>Last Update:</strong></td>
59
 
      <td>Tue Mar 02 11:04:04 +0100 2010</td>
 
59
      <td>Fri Mar 05 15:16:34 +0100 2010</td>
60
60
    </tr>
61
61
    </table>
62
62
  </div>
180
180
        </div>
181
181
      
182
182
        <div class="method-description">
 
183
          <p>
 
184
Import invoices into the given bank statements Input :
 
185
</p>
 
186
<pre>
 
187
 - invoices :  A valid dict of AccountInvoice instance
 
188
 - statement : A valid AccountBankStatement instance
 
189
 - options {
 
190
     date (Default today) : date used into the first screen of the wizard (date
 
191
                            imported in lines)
 
192
   }
 
193
</pre>
 
194
<p>
 
195
Return
 
196
</p>
 
197
<pre>
 
198
 - The AccountBankStatement as a instance of the class¨
 
199
</pre>
 
200
<p>
 
201
Usage Example: statement =
 
202
AccountBankStatement.import_invoice(invoices,statement)
 
203
</p>
 
204
<p>
 
205
TODO implement journals TODO filter acc_move_line_ids to take the right one
 
206
TODO Remove self to use it from an instance of the class
 
207
</p>
183
208
        </div>
184
209
      </div>
185
210