Koha/installer/data/mysql/uk-UA/optional
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
..
example_branches.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
example_branches.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
holidays.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
holidays.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
library_item_types.sql Bug 4915: Remove renewalsallowed from sample_itemtypes.sql 2010-07-01 19:29:25 -04:00
library_item_types.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_atributes.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_atributes.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_categories.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
patron_categories.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
print_labels.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
print_labels.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_cities.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_cities.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_currency.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_currency.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_news.sql Bug 5370: Fix references to koha.org and other old websites 2010-11-07 19:50:52 +13:00
sample_news.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_notices.sql Bug 5347: Adds columns claims_count and claimed_date in aqorders 2012-01-20 14:12:27 +01:00
sample_notices.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_user_suggestions.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
sample_user_suggestions.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
z39-50servers_collection.sql Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00
z39-50servers_collection.txt Fix file permissions: if it is not a script, it should not be executable. 2010-04-16 00:40:34 -04:00