Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Jesse Weaver 9501ac2fef Bug 15531: Add support for standing orders
This allows creation of special baskets that include standing orders.
These orders do not have a known quantity (and may not have a known
price in advance). Upon receipt, the received items are split into a new
completed order.

Test plan:
  1) Run updatedatabase.pl.
  2) Run prove t/db_dependent/Acquisition/StandingOrders.t . (and the
     other Acquisition tests).
  3) Create a new basket, mark it as a standing order basket.
  4) Add an order to this basket, and notice that the quantity field is
     missing (and thus not required).
  5) Receive items for this order, and notice that the original order is
     unchanged. The new child order line should have the correct price
     and quantity information.

(Note: the QA tools output what seems to be a spurious spelling error
for Test::More's "isnt" in StandingOrders.t.)

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-04-29 13:07:17 +00:00
..
csv
tables Bug 15722: Escape patron infos for JSON in patron searches 2016-03-24 16:14:31 +00:00
acqui-home.tt
addorder.tt
addorderiso2709.tt
ajax.tt
basket.tt Bug 15531: Add support for standing orders 2016-04-29 13:07:17 +00:00
basketgroup.tt Bug 16055: Do not allow basketgroup deletion unless empty 2016-04-20 20:29:13 +00:00
basketheader.tt Bug 15531: Add support for standing orders 2016-04-29 13:07:17 +00:00
booksellers.tt Bug 13238: Specific string if no results 2016-03-23 23:06:20 +00:00
cancelorder.tt Bug 15951: Use Font Awesome icons for acquisitions order cancellation confirmation 2016-03-03 22:55:24 +00:00
edi_ean.tt Bug 7736: (QA followup) Add missing body id and class 2016-04-04 20:43:01 +00:00
edifactmsgs.tt Bug 7736: Support Ordering via Edifact EDI messages 2016-04-01 20:03:17 +00:00
edimsg.tt Bug 7736: Support Ordering via Edifact EDI messages 2016-04-01 20:03:17 +00:00
histsearch.tt
invoice-files.tt
invoice.tt Bug 11203 - Datatables in acqusitions do not ignore "stopwords" in titles 2016-04-29 11:51:11 +00:00
invoices.tt
lateorders.tt
modordernotes.tt
neworderbiblio.tt
neworderempty.tt Bug 15531: Add support for standing orders 2016-04-29 13:07:17 +00:00
neworderempty_duplicate.tt
newordersubscription.tt Bug 16321 - 'Show all details' checkbox triggers JS error after jQuery upgrade 2016-04-26 23:15:46 +00:00
newordersuggestion.tt Bug 16142: Making 'Order' a button for New Order Suggestions 2016-03-25 21:29:04 +00:00
ordered.tt
orderreceive.tt
parcel.tt Bug 11203 - Datatables in acqusitions do not ignore "stopwords" in titles 2016-04-29 11:51:11 +00:00
parcels.tt Bug 16351: Making invoice number a required field 2016-04-29 10:44:35 +00:00
spent.tt
supplier.tt Bug 16227: Fix regression from bug 15084 - select currencies correctly 2016-04-20 18:35:38 +00:00
transferorder.tt
uncertainprice.tt
z3950_search.tt