C4::Serials::Numberpattern - Serials numbering pattern module
@results = GetSubscriptionNumberpatterns; this function get all subscription number patterns entered in table
$result = GetSubscriptionNumberpattern($numberpatternid); this function get the data of the subscription numberpatterns which id is $numberpatternid
$result = GetSubscriptionNumberpatternByName($name); this function get the data of the subscription numberpatterns which name is $name
$numberpatternid
= &AddSubscriptionNumberpattern($numberpattern)Add a new numberpattern
$frequency
is a hashref that contains values of the number patternModifies a numberpattern
$frequency
is a hashref that contains values of the number patternDelete a number pattern
my @subs = GetSubscriptionsWithNumberpattern($numberpatternid);
Returns all subscriptions that are using a particular numbering pattern
Koha Developement team <info@koha.org>