General Description of the Feature

A set of new printing parameters are created in order to support the generation of the Workflow Document templates (Offer/Order) and enhance the printing possibilities regarding the document lines (manually added and automatic). 

The newly developed printing parameters are the following:

Automatic Document Lines
{AutoDocItems.LineNumber}Document Line ID
{AutoDocItems.LineType}Document Line TypeIs always 150 (150 is the value of the "DocumentLineType" enum and means "AutoItem")
{AutoDocItems.ItemCode}Document Line Item Code
{AutoDocItems.Description}Document Line Description
{AutoDocItems.Quantity}Document Line Quantity
{AutoDocItems.Price}Document Line Net Unit Price
{AutoDocItems.DiscountPercent}Document Line Discount Percentage
{AutoDocItems.PriceWithDisc}Document Line Net Unit Price Minus Discount
{AutoDocItems.VatCode}Document Line Vat Code
{AutoDocItems.VatRate}Document Line Vat Rate
{AutoDocItems.VatSum}Document Line Vat Sum
{AutoDocItems.LineSum}Document Line Total Amount
{AutoDocItems.IsTextLine}Document Line Text
{AutoDocItems.LineOrder}Document Line Order
{AutoDocItems.LineSumAltCurrency}

{AutoDocItems.VatSumAltCurrency}

{AutoDocItems.PriceWithDiscAltCurrency}

{AutoDocItems.PriceAltCurrency}

Manual Added Items
{ManualAddedItems.LineNumber}Document Line ID
{ManualAddedItems.LineType}Document Line TypeIs either 10(Item), 25(Dealer Package) or 26 (Importer Package)
{ManualAddedItems.ItemCode}Document Line Item Code
{ManualAddedItems.Description}Document Line Description
{ManualAddedItems.Quantity}Document Line Quantity
{ManualAddedItems.Price}Document Line Net Unit Price
{ManualAddedItems.DiscountPercent}Document Line Discount Percentage
{ManualAddedItems.PriceWithDisc}Document Line Net Unit Price Minus Discount
{ManualAddedItems.VatCode}Document Line Vat Code
{ManualAddedItems.VatRate}Document Line Vat Rate
{ManualAddedItems.VatSum}Document Line Vat Sum
{ManualAddedItems.LineSum}Document Line Total Amount
{ManualAddedItems.IsTextLine}Document Line Text
{ManualAddedItems.LineOrder}Document Line Order
{ManualAddedItems.LineSumAltCurrency}

{ManualAddedItems.VatSumAltCurrency}

{ManualAddedItems.PriceWithDiscAltCurrency}

{ManualAddedItems.PriceAltCurrency}

Related Info

Find the full set of available printing parameters for WF document templates here: Workflow Document Template



For more information of how to design and create a printable template check the article Document Templates

For information of how to enable the printing provider for the documents check here: Setup Print Providers

Business Benefit

The printing documents can include more information of the already existing data based on the newly developed parameters and the customer can receive a more detailed document.

Configuration 

The newly developed printing parameters should be included inside the design of the Document template.

Additional Information

  • Feature No.:  AVSB-447 - Getting issue details... STATUS
  • Test Case No.:  ODP-4258 - Getting issue details... STATUS
  • No labels
Write a comment…