Koha/installer/data/mysql/de-DE/mandatory
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
..
class_sources.sql remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
class_sources.txt remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
message_transport_types.sql remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
message_transport_types.txt Bug 7027: [SIGNED-OFF] Corrections to German web installer txt files 2011-10-20 11:40:01 +13: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 remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
sample_notices_message_attributes.sql Bug 6530: Item Due notice label displaying as 'unknown' 2011-12-06 19:58:57 +01:00
sample_notices_message_attributes.txt Bug 7022: Move sample_notices* sql files from optional to mandatory 2011-10-18 15:57:57 +13:00
sample_notices_message_transports.sql Bug 7022: Move sample_notices* sql files from optional to mandatory 2011-10-18 15:57:57 +13:00
sample_notices_message_transports.txt Bug 7022: Move sample_notices* sql files from optional to mandatory 2011-10-18 15:57:57 +13:00
stopwords.sql remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
stopwords.txt remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
subtag_registry.sql Bug 2742 Followup patch fixing Norwegian bokmål, adding nynorsk 2011-02-17 11:40:20 +13:00
subtag_registry.txt Bug 7027: [SIGNED-OFF] Corrections to German web installer txt files 2011-10-20 11:40:01 +13:00
system_preferences.sql Bug 7079: [SIGNED-OFF] Default values for German system preferences 2011-11-17 17:12:38 +01:00
system_preferences.txt Bug 6537 - squashed version of the previous 5 commits, signed-off 2011-09-07 09:19:07 +12:00
userflags.sql remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
userflags.txt Bug 7027: [SIGNED-OFF] Corrections to German web installer txt files 2011-10-20 11:40:01 +13:00
userpermissions.sql remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00
userpermissions.txt remove byte order mark (BOM) from installer SQL files 2010-06-25 05:42:15 -04:00