update_job_work_out_order
Update an existing job work out order in TallyPrime by replacing its item lines, components, party, order number, and narration, using the voucher number to locate the order.
Instructions
Update an existing Job Work Out Order in TallyPrime, replacing its item lines (and their component lists), party, order number, and narration. Same fields as create_job_work_out_order, plus voucherNumber. Same matching/collision caveats as update_job_work_in_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Existing order's date in DD-MM-YYYY format | |
| items | Yes | One entry per finished item — replaces all existing lines. | |
| narration | No | Narration / description | |
| orderNumber | Yes | REQUIRED — the order reference shown as 'Order no.' in Tally's UI. | |
| partyLedger | Yes | Job worker (subcontractor) ledger name | |
| voucherNumber | Yes | Exact voucher number of the job work order to update |