]> git.evergreen-ils.org Git - Evergreen.git/commit
Reworking of the "Messages" interface in the patron display for manipulating standing...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Jul 2009 17:14:19 +0000 (17:14 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Jul 2009 17:14:19 +0000 (17:14 +0000)
commitba3ed9a304c9950a6152e43b6f923a5d6f70b2ff
treed26a7ed7ebd2130b6a9e4c7ba22c102e45418bc5
parente82011f38a082cb84d28a9abf3d1299f14eee861
Reworking of the "Messages" interface in the patron display for manipulating standing penalties.  Not yet complete, but functional.

TODO:
Need to add a field for staff initials if a specific OU setting is present, and need to add a section and some methods for "archived" messages.  Also need to change how penalties are expressed in the summary sidebar.  Also need thought on
how/whether/when this will replace the existing Notes infrastructure, since it can do the same thing but better.

NOTES:
Experimenting with xul toolbar/toolbox; there's a beep when you use the hot key for the Actions menu that this might be the cause of.  Also, we're actually using the Dojo openils.PermaCrud code for
modifying existing penalties.  Exciting :)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13728 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/chrome/content/main/constants.js
Open-ILS/xul/staff_client/server/locale/en-US/patron.properties
Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.js [new file with mode: 0644]
Open-ILS/xul/staff_client/server/patron/edit_standing_penalty.xul [new file with mode: 0644]
Open-ILS/xul/staff_client/server/patron/new_standing_penalty.js [new file with mode: 0644]
Open-ILS/xul/staff_client/server/patron/new_standing_penalty.xul [new file with mode: 0644]
Open-ILS/xul/staff_client/server/patron/standing_penalties.js
Open-ILS/xul/staff_client/server/patron/standing_penalties.xul
Open-ILS/xul/staff_client/server/patron/util.js