Acquisition & Suggestion :
authortipaul <tipaul>
Thu, 15 Jul 2004 09:41:03 +0000 (09:41 +0000)
committertipaul <tipaul>
Thu, 15 Jul 2004 09:41:03 +0000 (09:41 +0000)
commitf29ce59691b349687d2a023c07383997d7d55dcb
tree1ef9e16ba3d0fa6c7abb4e62f56c7b72c27daa9f
parente3abb18bfedb16d638cbda718ed439c82b77081f
Acquisition & Suggestion :
* acquisition rewritte : create a aqbasket table to deal with "bookseller order header".
* add "close basket" feature : a closed basket can't be modified
* suggestion feature : manage suggestions in acquisition (after suggestion filled in OPAC)
17 files changed:
C4/Acquisition.pm
C4/Suggestions.pm
acqui/addorder.pl
acqui/basket.pl
acqui/newbiblio.pl
acqui/order.pl
acqui/suggestion-select.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/default/en/suggestion/acceptorreject.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_ACCEPTED.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_AVAILABLE.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_ORDERED.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/suggestion/mail_suggestion_REJECTED.tmpl [new file with mode: 0644]
opac/opac-ISBDdetail.pl
opac/opac-MARCdetail.pl
opac/opac-search.pl
opac/opac-suggestions.pl
suggestion/acceptorreject.pl [new file with mode: 0755]