From 182b924a91142d389beba8a67385f97bda227023 Mon Sep 17 00:00:00 2001
From: tipaul
Date: Thu, 12 Aug 2004 14:38:12 +0000
Subject: [PATCH] serial doc
---
.../default/en/help/bull/bull-home.tmpl | 5 ++++
.../default/en/help/bull/statecollection.tmpl | 26 +++++++++++++++++++
.../en/help/bull/subscription-add.tmpl | 11 +++++---
3 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 koha-tmpl/intranet-tmpl/default/en/help/bull/bull-home.tmpl
create mode 100644 koha-tmpl/intranet-tmpl/default/en/help/bull/statecollection.tmpl
diff --git a/koha-tmpl/intranet-tmpl/default/en/help/bull/bull-home.tmpl b/koha-tmpl/intranet-tmpl/default/en/help/bull/bull-home.tmpl
new file mode 100644
index 0000000000..1c8dde9961
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/default/en/help/bull/bull-home.tmpl
@@ -0,0 +1,5 @@
+
+ Serials subscription help
+ Search for a subscription by using the filter button (with a ISSN or a title). If you enter a title, you can use the wildcard % : entering %Times% returns every subscription containing Times in the title. Entering New York% returns every subscription with title starting with New York
+ If you want to create a new subscription, clic on Add subscription
+
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/default/en/help/bull/statecollection.tmpl b/koha-tmpl/intranet-tmpl/default/en/help/bull/statecollection.tmpl
new file mode 100644
index 0000000000..27030c3594
--- /dev/null
+++ b/koha-tmpl/intranet-tmpl/default/en/help/bull/statecollection.tmpl
@@ -0,0 +1,26 @@
+
+ Serials issues & summary
+ This screen is divided in 2 parts
+ The right part
+ The right part deals with issues. When you create a new subscription, the 1st issue is automatically calculated. When you want/need, you can define issues that have a new status:
+
+ - Arrived : when an book arrives, you can set it's status to "arrived". Then, the issue disappear from this list, and the number of the issue is added to the "arrived list" (on the left box)
+ - Late : means that the book is late and should be arrived. A books changed to "late" status stays on the issue list, and the next waited number is generated
+ - Missing : means the book will never arrive. The issue disappear from the list, and the number of the issue is added to the "missing list" (on the left box)
+
+ The left part
+ the left part contains 6 differents informations, that are automatically calculated for some of them, but that you can change
+
+ - Subscription beginning date : the date of the beginning of the 1st subscription. Should not be modified and is not modified automatically by subscriptions renewals
+ - Subscription enddate : must be entered manually when the subscription is definetly closed
+ - Arrived numbers : the list of issues you have in your library. Automatically filled when a new number is marked "arrived". You can manually change this field if you want, for example, to change a long list (1,2,3,4,...,51) to a shorter one (1-51)
+ - Missing numbers : the list of issues you don't have in your library, and that will never arrive (or have been lost). Automatically filled when a new number is marked "missing". You can manually change this field if you want, for example, to change a long list (1,2,3,4,...,51) to a shorter one (1-51)
+ - opac note : the field that appears in the OPAC (with some other subscription information like beginning date & end date. This field must be filled manually. Nothing is put here automatically
+ - opac note : the field that appears in the librarian interface (with some other subscription information like beginning date & end date. This field must be filled manually. Nothing is put here automatically.
+
+ Subscription renewals
+ Koha calculates automatically the end of the subscription (based on the start date and the number of issues recieved). when a subscription has ended, you can't change the status of the last "waited number" (as it's not waited in fact). To be able to "recieve" this number, you must renew your subscription.
+ Renewing a subscription means that you define some informations for the renewal. When those informations have been filled, a suggestion is automatically created in Koha. This suggestion can be managed by the librarian that orders books, as any other order (= budget & bookseller are defined here).
+ Note that the subscription renewal done by the "serials librarian" is supposed to be immediate. We have decided to keep Koha as simple as possible. In fact, the subscription renewal won't be immediate, but we didn't wanted to add too much complexity.
+
+
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl b/koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl
index a9093ff122..2cbc61b301 100644
--- a/koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl
+++ b/koha-tmpl/intranet-tmpl/default/en/help/bull/subscription-add.tmpl
@@ -1,5 +1,5 @@
- Serials subscription add help
+ Serials subscription add & modify help
Subscription information bloc
it contains the name of the librarian that created the subscription, the name of the supplier providing the subscription, the cost and the budget affected. It also contains the title of the biblio managed by the subscription.
@@ -17,11 +17,14 @@
- Last value / begins with : the last value calculated or the 1st value (when adding a subscription
Sample
- Consider the formula N°{X}/{Y}. The following XYZ settings :
+ Consider the formula N°{X}/{Y}. The following XYZ settings :
+
- X add 1 once every 4 times. When more than 9999999 set back to empty. Begins with 2004
- Y add 1 once every 1 times. When more than 4 set back to 4. Begins with 1
- will result in the following issues numbers :
- N°2004/1, N°2004/2, N°2004/3, N°2004/4, N°2005/1, N°2005/2, N°2005/3, N°2005/4, N°2006/1
+
+ will result in the following issues numbers :
+ N°2004/1, N°2004/2, N°2004/3, N°2004/4, N°2005/1, N°2005/2, N°2005/3, N°2005/4, N°2006/1
+ Note: when you add a subscription, Koha consider you already have done the order, or that you will do it soon. So, NO information is sent to the acquisition module. This is not the case when the subscription expires. In this case, a subscription renewal creates a "suggestion" that is sent to the acquisition module.
\ No newline at end of file
--
2.39.5