Items information template

This template maybe used to display yellow information block on Order window when pointing to an item in the list of items.

The following parameters are supported.

  • {$itemname} - Item's name.
  • {$itemcode} - Item's code.
  • {$itemprice} - Item's price.
  • {$itemonhandqty} - Item's on hand quantity. Note: on hand quantity is updated after closing an order.
  • {$newline} - New line.

Example:
{$itemname}{$newline}Price: {$itemprice}{$newline}Qty: {$itemonhandqty}

It will display, for example:
Cola
Price: 2.50
Qty: 68

See also: