From 67d531438f9233fe9d3415918993e47d72489019 Mon Sep 17 00:00:00 2001 From: oleonard Date: Thu, 20 Jan 2005 17:39:39 +0000 Subject: [PATCH] Synching with default tempalte --- .../npl/en/parameters/biblio_framework.tmpl | 132 ++++++++++++++++++ .../npl/en/parameters/issuingrules.tmpl | 62 ++++++++ 2 files changed, 194 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/npl/en/parameters/biblio_framework.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/parameters/issuingrules.tmpl diff --git a/koha-tmpl/intranet-tmpl/npl/en/parameters/biblio_framework.tmpl b/koha-tmpl/intranet-tmpl/npl/en/parameters/biblio_framework.tmpl new file mode 100644 index 0000000000..81dccd03a3 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/parameters/biblio_framework.tmpl @@ -0,0 +1,132 @@ +Koha -- System Administration: Modify framework textAdd frameworkDelete Framework for ()?Biblio Framework + + + + + + +
+ +
" name="Aform" method="post"> + + + + + + + + + + + + + +
Modify framework textAdd framework
" />
+ " />
+

+
+ + + +

Delete ramework for ()?

+ +
This framework is used times
+ +

+

" method="post">" /> +
+
" method="post">
+

+ + + +

Biblio framework

+

Framework name, then go to MARC biblio to set MARC editor parameters

+ + + + + + + + + + + + + + + + + + + + + + + + + +
CodeDescription EditDelete
 Default framework">MARC structure  
" >MARC structure?op=add_form&frameworkcode=">Edit?op=delete_confirm&frameworkcode=">Delete
+
" method="post"> + + + "><< Previous + ">Next >> +
+
+ + diff --git a/koha-tmpl/intranet-tmpl/npl/en/parameters/issuingrules.tmpl b/koha-tmpl/intranet-tmpl/npl/en/parameters/issuingrules.tmpl new file mode 100644 index 0000000000..8eea6ed543 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/parameters/issuingrules.tmpl @@ -0,0 +1,62 @@ +Koha -- System Administration: Issuing Rules + + + + +
+

Defining issuing rules for default issuing rules

+
+

HINT for issues

+

Each box needs to be filled in with issuelength,maxissues

+

eq 21,5 enables 5 issues for 21 days

+
+
+

HINT for fines

+

Each box needs to be filled in with fine,time to start charging,charging cycle

+

eg 1,7,7 = 1 [USD,EUR,etc] fine after 7 days, every 7 days

+

Fines are calculated by the fines2.pl script, located in misc directory. Ask your administrator to put this script in crontab, after midnight, to have fines calculated every night

+
+
+

Default values

+

If a cell is not filled, the 1st of the following value is searched :

+
    +
  • same branch and same borrower category, itemtype *
  • +
  • same branch and same itemtype, borrower category *
  • +
  • same itemtype and borrower category, branch *
  • +
  • everywhere
  • +
  • If nothing is set, default is 21,5 (hardcoded)
  • +
+
+
+ + + +
+
+ +
+ + + + + + + + + + class="highlight"> + " value="" size="6" maxlength="10" /> / + " value="" size="6" maxlength="10" /> + + + + +
Defining issuing rules for
 
Issue / fine
+
+ +
+
+ -- 2.39.5