Koha/koha-tmpl/intranet-tmpl/prog/en/css
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
..
pages Fix for Bug 5234 - Remove unused CSS files 2011-09-14 08:43:54 +12:00
treeview
addbiblio.css Fix for Bug 7135: Save button options 2011-12-13 18:01:33 +01:00
blue.css
card.css
help.css
hierarchy.css
humanmsg.css
label.css
login.css Fix for Bug 5743, 5743 - Make login errors a little nicer 2011-02-14 09:14:46 +13:00
preferences.css Fix for Bug 5532 - sysprefs editor should show names of saved prefs 2011-02-04 13:38:05 +13:00
print.css Revert "Fix for Bug 6291, Cart printing truncated in Firefox" 2011-11-30 17:12:06 +01:00
printreceiptinvoice.css
spinelabel.css
staff-global.css Bug 5347: Adds columns claims_count and claimed_date in aqorders 2012-01-20 14:12:27 +01:00
tinymce.css Fix for Bug 6884, Improve TinyMCE configuration on Koha News page 2011-09-24 19:45:47 +12:00