Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Jonathan Druart b8e9829be5 Bug 5347: Adds columns claims_count and claimed_date in aqorders
This patch adds 2 columns in the aqorders table :
- claims_count : number of claims for an orders
- claimed_date : date of the lastest claim

In the lateorders.pl table, you can not select orders from different
supplier because there is just one letter sent after clicking the "Claim
order" button. So, it's logic that you want to select only orders from
this supplier.

Modification in C4/Letters.pm:
refactoring code for claimacquisition and claimissues letter type.
Now, fields for theses letters check the table name. It's not possible
to chooce aqorders.title, this field doesn't exist !
Furthermore, you can add a <order> tag around your item fields, like
this :

-- Begin example
<<LibrarianFirstname>>
<<LibrarianSurname>>

<<aqbooksellers.contact>>
<<aqbooksellers.address1>>
<<aqbooksellers.phone>>
<<aqbasket.basketno>>
<<aqbooksellers.phone>>
<order>Library : <<items.homebranch>>
In your possesssion : <<biblio.author>>. <<biblio.title>>.
<<biblioitems.publishercode>>, <<biblioitems.publicationyear>>.
Callnumber : <<items.itemcallnumber>>. doc type : <<items.itype>>
Barcode : <<items.barcode>>
Date for the return : <<items.onloan>>.</order>

<<LibrarianSurname>>
-- End example

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
2012-01-20 14:12:27 +01:00
..
acqui-home.tt Bug 929: Follow up - showing fund code instead of internal number 2012-01-06 13:52:10 +01:00
addorderiso2709.tt Bug 7116: White space on item form for bulk ordering from staged file 2011-12-08 11:52:59 +01:00
ajax.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
basket.tt Bug 5358: Show cancelled orders in basket page 2012-01-13 10:52:50 +01:00
basketgroup.tt Fix for Bug 6818 - acquisitions basket groups could use some design work 2011-12-08 17:36:37 +01:00
basketheader.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
booksellers.tt Bug 6158: Permissions scoped wrong for T::T 2011-04-12 09:16:27 +12:00
histsearch.tt Bug 6807 - Add ISBN filter to advanced order search. 2011-10-14 10:57:30 +13:00
lateorders.tt Bug 5347: Adds columns claims_count and claimed_date in aqorders 2012-01-20 14:12:27 +01:00
neworderbiblio.tt Bug 5445: Nicer breadcrumbs when ordering from different sources 2011-04-27 16:10:46 +12:00
neworderempty.tt Bug 7435: corrects Fund selectbox in addneworder 2012-01-17 18:20:23 +01:00
neworderempty_duplicate.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
newordersuggestion.tt Bug 6249: Can't order accepted suggestions 2011-04-22 10:07:40 +12:00
ordered.tt Bug 929: Follow up - showing fund code instead of internal number 2012-01-06 13:52:10 +01:00
orderreceive.tt Bug 3184: Show creator and budget on order receive page 2012-01-06 12:35:34 +01:00
parcel.tt Fix for Bug 7120 - After deleting order from order receive page redirect fails 2011-12-06 12:02:49 +01:00
parcels.tt Bug 6703 : Link to invoice broken 2011-08-22 14:05:05 +12:00
spent.tt Bug 929: Follow up - showing fund code instead of internal number 2012-01-06 13:52:10 +01:00
supplier.tt Bug 3388: Restore account number on vendor page 2011-11-25 11:07:11 +01:00
uncertainprice.tt Bug 6250: Link to order in uncertain prices list broken 2011-04-22 10:18:26 +12:00
z3950_search.tt Bug 7319 - Improving title and breadcrumbs on acquisitions Z39.50 search pages 2011-12-16 10:43:39 +01:00