KMAIN-1647 Auto-Inserting action notes on li cancel/receive.
authorkhuckins <khuckins@catalystdevworks.com>
Tue, 24 Nov 2015 22:34:16 +0000 (17:34 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
commit92258bb571364461bd008d4db99341a0714a453a
tree60d1960864bda44d4c041371228492dcf4100646
parent826c1987cc6157d547fa377d9aa61e6b4809cee1
KMAIN-1647 Auto-Inserting action notes on li cancel/receive.

When a lineitem is marked as recieved, add a note to it
in the format of "REC: [username]"

When a lineitem is cancelled, add a note it it in the
format of "cancelled [username]"

Signed-off-by: khuckins <khuckins@catalystdevworks.com>
modified:   Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
modified:   Open-ILS/web/js/ui/kcls/acq/common/li_table.js

Modified by Bill:

* Support batch lineitem cancel note creation.
* Support all forms of lineitem receiving.
* Make note format consistent with (pending) printed and invoiced notes
* Removed dates from notes, since notes already show their creation date.
* Removed any changes to li_table.js (pending future Perl changes).

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm