HelpSet Table of Contents | Back to Project Home Page |
This screen is used to create, view, update and delete Validity period / Renewal records, a metadata of the Library Card object. This data keeps track of the validity of your Library Card each time you renew it. During initial creation, of the card, a first Validity period / renewal is created and linked, based on the information provided on that screen.
Validity period / renewal records will then be used, if the user checked the appropriate flag on the Library Cards Edition Page, to warn him each time the expiration date for his/her cards approaches. These reminders are handled through a helper script (see Helper Scripts).
The Renewals management screens are not available straight from
the Main Application Menu, but can be reached only from the Library Cards Edition Page. To reach the
Edition Page of an existing Validity period / Renewal, you can:
To add a new Validity period / Renewal record:
The Validity period / Renewal Edition Page supports the following actions:
Of these, only Add, Edit, View and DelCon are entry points. They are typically reached from the Library Cards Edition Page.
Here below are the fields that you can expect to find on the Validity period / Renewal Edition Page. The goal here is not to simply duplicate the database layout information. If this is what interests you, please refer to the Database Layout, the database creation script or the database itself. The purpose is rather to explain what each field is meant for [D], what format it is expected to follow [F] and what are the conditions for its validity (if applicable) [V].
A star (*) after the name of the field denotes a mandatory field (the star is shown in red with the same meaning in the application user interface).
Object ID | D | Sequential ID, automatically assigned by the DB during record creation. Displayed read-only once available. This is in fact the ID of the Card (an a link back to the Library Cards Edition Page), not that of the Renewal. |
Library | D | The library that issued the card. This field is shown read-only. |
Card reference | D | The unique ID of the card, as issued by the Library. May be reprensented as a bar code. This field is shown read-only. |
Validity start | D | Start of the initial or renewed validity period for this card. |
F | ISO format: year in 4 digits, then month in 2 digits (padded with zero
if needed), then day in 2 digits (padded with zero as needed). The date
parts can be separated with either '-' (hyphen), '/' (forward slash), or
'.' (dot). Defaults to today's date in "Add" mode. Example: "2012-10-31", "2012/10/31" or "2012.10.31". |
|
Validity end | D | End of the initial or renewed validity period for this card. Put it hundreds of years in the future if the card doesn't expire (but then, there is little point in tracking it in Project Hirtius to start with). |
F | ISO format: year in 4 digits, then month in 2 digits (padded with zero
if needed), then day in 2 digits (padded with zero as needed). The date
parts can be separated with either '-' (hyphen), '/' (forward slash), or
'.' (dot). Example: "2012-10-31", "2012/10/31" or "2012.10.31". |
|
Fee | D | Cost of the initial subscription or
of the subsequent renewals. Use this field to track how much your patronage
is worth to the Library, or how much these charges evolved over time. Entirely optional. |
F | Decimal number. | |
V | Contents is expected to be numeric. For decimal values, either dot ('.') or comma (',') are accepted as decimal separator. The value should be positive or null. | |
Currency | D | Currency for the fee. For information only -- no further processing is done on this field. You can use either the currency symbol (e.g. €) or the three-letter acronym (e.g. "EUR"). If a fee value is specified and that value is not null, then a currency should be specified. |
F | Free text. | |
Comment | D | Any comment you might have on the renewal itself. Only provided for user convenience. |
F | Free text. HTML markup allowed. |
This result page appears once you have clicked the Submit button on the Add or Edit page. It will offer the following links:
See also:
Project Hirtius, © Les Ateliers du Héron, 2012.
Last updated: Friday, Oct. 21, 2022.
HelpSet Table of Contents | Back to Project Home Page |