Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:extensions:workflowdesigner:tasks:inventory:create-invoice [2014/10/15 13:04]
swarnat
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/#
-The default behavior of this task is equal to the [[en:extensions:​workflowdesigner:​tasks:​record-management:​create-record|Create Record]] Task. +
- +
-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.+