]> git.evergreen-ils.org Git - Evergreen.git/commit
Serials: provide a way for users to create and modify serial items
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 Jan 2011 19:31:13 +0000 (19:31 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 Jan 2011 19:31:13 +0000 (19:31 +0000)
commit016eeaa44f40434f7f29446f79855f2b3910e22c
tree5952d4c920ebc7b2ad4480838ebdec15f3976b23
parent5e3c42226f41f67ad150bca3a0dbfdbc1e23ab57
Serials: provide a way for users to create and modify serial items

Generally, these are created by caption and pattern-based prediction, and
modified by receiving.  However, some circumstances will warrant manually
creating items, and there need to be significant bumper rails around that
process, as it's otherwise easy to make items that don't respect certain
assumptions of the serials logic (you can still accomplish this if you're
trying, but it's harder to do than it would be if you had the anarchy of
a more straightforward AutoGrid interface).

Access the new interface by clicking any link in the Label column of the
Issuances tab of the Alternate Serials Control Subscription Details inteface.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19125 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/OpenILS/Application/Serial.pm
Open-ILS/web/js/dojo/openils/Util.js
Open-ILS/web/js/ui/default/serial/list_item.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/serial/subscription.js
Open-ILS/web/templates/default/serial/list_item.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/serial/subscription.tt2
Open-ILS/web/templates/default/serial/subscription/distribution.tt2
Open-ILS/web/templates/default/serial/subscription/issuance.tt2