Packaging Deposit

The Packaging deposit can be implemented in 2 ways.

The preferred way is to use the packaging deposit table, but additionally the related item id can be used. The packaging deposit is automatically added when a product with a deposit is scanned.

In both ways a deposit item must be created and the item id must be linked to the parent product. It is possible to use a single item with open amounts, or use an item for each value.

If the deposit can be returned in the store there are also two ways:

  • define one of more buttons with the AppSaleItemReturnDeposit command

  • use the deposit return screen where products must be scanned by AppPackageDepositReturns

When using buttons specify a buttons with AppSaleItemReturnDeposit and parameters \<itemid\> or \<itemid\>\|\<price\>.

For example when only an item id is specified the price will be taken from the price information, otherwise the price configured in the parameter will be used.

AppSaleItemReturnDeposit, 1001\|0.35 uses item 1001 with 0,35 price override.

If the parameter PackageDepositReturnButtons is set (default off), buttons are shown in the deposit return screen. With the minus button the quantity can be decreased. R12 fig1