@@ -, +, @@ --- .../help/serials/subscription-frequencies.tt | 11 +++++++++++ .../help/serials/subscription-numberpatterns.tt | 13 +++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-frequencies.tt @@ -0,0 +1,11 @@ +[% INCLUDE 'help-top.inc' %] + +

Serial Frequencies

+ +

Koha keeps a record of publication frequencies for easy management and duplication.

+ +

From this page you can view all of the exisiting frequencies in your system and create new ones.

+ +

See the full documentation for Serial Frequencies in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/serials/subscription-numberpatterns.tt @@ -0,0 +1,13 @@ +[% INCLUDE 'help-top.inc' %] + +

Serial Numbering Patterns

+ +

Every time you create a new numbering pattern in serials you can save it for later use. These patters are accessible via the Manage numbering patterns page.

+ +

This page will list for you the numbering patterns you have saved in the past as well as a few canned patterns.

+ +

It will also allow you to create a new numbering pattern without first adding a subscription. To add new new pattern click 'New numbering pattern' at the top of the list of patterns.

+ +

See the full documentation for Serial Numbering Patterns in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] --