Koha/installer/data/mysql/it-IT/necessari
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
..
auth_val.sql
auth_val.txt
class_sources.sql Fixing FSF address in license statements 2011-04-01 15:55:06 +13:00
class_sources.txt
message_transport_types.sql
message_transport_types.txt
notices.sql Bug 5347: Adds columns claims_count and claimed_date in aqorders 2012-01-20 14:12:27 +01:00
notices.txt
parameters.sql
parameters.txt
patron_categories.sql
patron_categories.txt
sample_holidays.sql
sample_holidays.txt
sample_itemtypes.sql Bug 7245 Tables population with mandatory data for italian installation 2011-12-13 14:32:22 +01:00
sample_itemtypes.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_message_attributes.sql Bug 5462: Update of the italian sql files The bug is about strings that are used as variables by Template::Toolkit The strings need to be like valid perl variable names. To fix the bug we need to fix also .sql files. Others .sql files are OK. Italian .sql file needs this fix 2011-07-15 10:59:19 +12:00
sample_notices_message_attributes.txt
sample_notices_message_transports.sql
sample_notices_message_transports.txt
stopwords.sql
stopwords.txt
subtag_registry.sql Bug 2742 Followup patch fixing Norwegian bokmål, adding nynorsk 2011-02-17 11:40:20 +13:00
subtag_registry.txt
system_preferences.sql Bug 6537 - squashed version of the previous 5 commits, signed-off 2011-09-07 09:19:07 +12:00
userflags.sql
userflags.txt
userpermissions.sql
userpermissions.txt