[Koha-patches] [PATCH] bug 3985 add missing acq preferences

Nicole Engard nengard at gmail.com
Thu Feb 4 07:57:29 CET 2010


This patch adds AcqCreateItem, CurrencyFormat, gist, and OrderPdfFormat back into the sys prefs interface.

Still missing are acquisitions, OrderPdfTemplate, and emailPurchaseSuggestions.
---
 .../en/modules/admin/preferences/acquisitions.pref |   26 ++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref
index 6c38eba..4daf86d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref
@@ -1,8 +1,34 @@
 # Broken, omitted: acquisitions, emailPurchaseSuggestions
+# Unsure how to format the OrderPdfTemplate field as a browse option
 Acquisitions:
+    Serials:
     -
         - pref: RenewSerialAddsSuggestion
           choices:
               yes: Add
               no: "Don't add"
         - a suggestion for a biblio when its attached serial is renewed.
+    Policy:
+    -
+        - Create an item when    
+        - pref: AcqCreateItem
+          choices:
+              ordering: placing an order.
+              receiving: receiving an order.
+              cataloguing: cataloging the record.
+    -
+        - Display currencies using the following format 
+        - pref: CurrencyFormat
+          choices:
+              US: 360,000.00 (US)
+              FR: 360 000,00 (FR)
+    -
+        - The default tax rate is   
+        - pref: gist
+        - (enter in numeric form, 0.12 for 12%)
+
+    Printing:
+    -
+        - Use   
+        - pref: OrderPdfFormat
+        - when printing basket groups. 
\ No newline at end of file
-- 
1.5.6.5




More information about the Koha-patches mailing list