Koha/installer/data/mysql/ru-RU/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 Updated Russian SQL files 2010-02-26 22:51:29 +13:00
example_branches.txt Updated Russian SQL files 2010-02-26 22:51:29 +13:00
holidays.sql
holidays.txt
library_item_types.sql Bug 4915: Remove renewalsallowed from sample_itemtypes.sql 2010-07-01 19:29:25 -04:00
library_item_types.txt
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
patron_categories.txt
print_labels.sql
print_labels.txt
sample_cities.sql
sample_cities.txt
sample_currency.sql
sample_currency.txt
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
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
sample_user_suggestions.txt
z39-50servers_collection.sql Updated Russian SQL files 2010-02-26 22:51:29 +13:00
z39-50servers_collection.txt