Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
moneyworks:batch_manager [2012/07/30 05:43] – created Craig Drownmoneyworks:batch_manager [2012/07/30 06:14] (current) Craig Drown
Line 10: Line 10:
   * The script does not add batches as you receive them (the logic being that you don't receive batches nearly as often as you issue them). You need to manually add them to the comment field of the product with the format: <code>batch1:batch1_quantity,batch2:batch2_quantity</code>   * The script does not add batches as you receive them (the logic being that you don't receive batches nearly as often as you issue them). You need to manually add them to the comment field of the product with the format: <code>batch1:batch1_quantity,batch2:batch2_quantity</code>
   * {{ :moneyworks:product_with_batches.png |}}   * {{ :moneyworks:product_with_batches.png |}}
 +
 +==== Issuing goods ====
 +  * When entering a debtor invoice, type in the product code: if it has been set to use batches, you will be shown a window with the available batches:
 +  * {{ :moneyworks:choose_batch.png |}}
 +  * Enter the line number of the batch to issue. In the example shown the user is choosing the 2nd batch.
 +  * The batch will be inserted at the end of the detail line in brackets.
 +  * You don't need to do anything else: the text in brackets will show the total amount available, not the amount you're issuing (which is in the quantity column of the detail line). 
 +  * Stock is only reduced when you post the invoice:
 +    * Open the invoice
 +    * Click on the "Post" icon
 +    * Click OK 
 +    * The batch chosen of the product will be reduced by the amount in the quantity column.
 +
 +<note important>Don't pfaff around with the text in brackets and don't use brackets for anything else on the detail line, or you'll muck it up- OK?</note>
 +<note warning>Don't post invoices with items that have batches by right-clicking and choosing "Post" from the invoice list, as the script won't run, and the stock won't be deducted.</note>
  
Back to top