Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:extensions:workflowdesigner:tasks:inventory:create-invoice [2014/01/01 16:12] swarnat created |
en:extensions:workflowdesigner:tasks:inventory:create-invoice [2021/09/19 23:28] (current) swarnat |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== create Invoice/Quote/SO ====== | ====== create Invoice/Quote/SO ====== | ||
| - | + | https://manuals.redoo-networks.com/wiki/manuals/view/Workflow%20Designer/Workflow%20Actions/Inventory%20Actions/create%20InvoiceQuoteSO/# | |
| - | This task could be create Invoices, Quotes, ... with selected Products. You could specify all values of these modules, like item/group tax or discount. | + | |
| - | + | ||
| - | All other settings are equal to the default record creator. | + | |
| - | + | ||
| - | You could select all products you have created in your vtigerCRM system. Also you could generate the product_id with a custom function. (Services are not supported at the moment) | + | |
| - | + | ||
| - | ==== Special Environment variables ==== | + | |
| - | + | ||
| - | The fields inside every product have special environment variables to get the default values from the products. Fields with this feature are marked in the image below this text. | + | |
| - | + | ||
| - | {{:en:extensions:workflowdesigner:tasks:inventory:product_fields.jpg?direct|}} | + | |
| - | + | ||
| - | following array to get values from ALL fields inside the product module of the selected module. | + | |
| - | + | ||
| - | $env["product"]["..."] | + | |
| - | + | ||
| - | For example you could use | + | |
| - | + | ||
| - | $env["product"]["unit_price"] | + | |
| - | + | ||
| - | to calculate with the default Unitprice of the product. | + | |