% mkdir /openils/var/templates_kpac2
% cp -r Open-ILS/examples/web/templates/kpac /openils/var/templates_kpac2/
% cp -r /openils/var/web/css/skin/default/kpac/fonts /openils/var/web/css/skin/kpac2/kpac
--------------------------------------------------------------------------------
+------------------------------------------------------------------------------
Then set up 443/80 vhosts for serving the alternate skin in eg.conf, something
along the lines of:
PerlAddVar OILSWebTemplatePath "/openils/var/templates_kpac2"
</Location>
</VirtualHost>
--------------------------------------------------------------------------------
+------------------------------------------------------------------------------
Considerations for Community Adoption
-------------------------------------
created in the acquisitions module
Cancel/Delay reasons
-~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~
indexterm:[acquisitions,purchase order,cancellation]
indexterm:[acquisitions,line item,cancellation]
* AQ is the ``permanent location'', and
* CT is the _destination location_ (i.e., pickup lib for a hold or target lib for a transfer).
-================
+===============
anchor:sip_11-12_checkout[]
a data element in circulation policies.
Shelving location data
-~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~
* To get to the Shelving Locations Editor, navigate to *Administration ->
Local Administration -> Shelving Locations Editor*.
int DEFAULT 2, ident_type int, home_ou int, claims_returned_count int DEFAULT
0, usrname text, net_access_level int DEFAULT 2, password text
);
------------------------------------
+----------------------------------
+
NOTE: The _default_ variables allow you to set default for your library or to populate
required fields in Evergreen if your data includes NULL values.
city, province, country, postal_code, phone)
FROM '/home/opensrf/patrons.csv'
WITH CSV HEADER;
------------------------------------
+----------------------------------
+
The script will vary depending on the format of your patron load file (patrons.csv).
+