ePages 6.13.1 - DE_EPAGES/Shop/API/Shop.pm

Package DE_EPAGES::Shop::API::Shop

This package provides the shop functions.

@EXPORT_OK
GetNextNo

Functions

GetNextNo

GetNextNo

Returns the next number alias for this shop.

Syntax
$NextNo = GetNextNo($Shop, $ClassName, $Parent, $IncNo);
Example
$FormNo = GetNextNo($Shop, 'Invoice', $Order, 0);
Input
$Shop (DE_EPAGES::Shop::API::Object::Shop)
shop
$ClassName (string)
class name
$Parent (DE_EPAGES::Object::API::Object::Object)
parent object (optional)
$IncNo (boolean)
increment number (optional, default: true)
Return
$NextNo (string)
new number alias suitable for given class name