Bugzilla – Attachment 46339 Details for
Bug 15498
Replace ExportWithCsvProfile with ExportCircHistory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15498: Add ExportCircHistory and remove ExportWithCsvProfile
Bug-15498-Add-ExportCircHistory-and-remove-ExportW.patch (text/plain), 3.64 KB, created by
Jonathan Druart
on 2016-01-06 16:52:45 UTC
(
hide
)
Description:
Bug 15498: Add ExportCircHistory and remove ExportWithCsvProfile
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-06 16:52:45 UTC
Size:
3.64 KB
patch
obsolete
>From 017e8e65726ce49131f5f5e634ae7d6573e04678 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 6 Jan 2016 16:36:54 +0000 >Subject: [PATCH] Bug 15498: Add ExportCircHistory and remove > ExportWithCsvProfile > >--- > installer/data/mysql/atomicupdate/bug_15475.sql | 6 ++++++ > installer/data/mysql/sysprefs.sql | 1 + > .../prog/en/modules/admin/preferences/circulation.pref | 9 +++++---- > 3 files changed, 12 insertions(+), 4 deletions(-) > create mode 100644 installer/data/mysql/atomicupdate/bug_15475.sql > >diff --git a/installer/data/mysql/atomicupdate/bug_15475.sql b/installer/data/mysql/atomicupdate/bug_15475.sql >new file mode 100644 >index 0000000..9c34eef >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_15475.sql >@@ -0,0 +1,6 @@ >+INSERT IGNORE INTO systempreferences ( variable, value, options, explanation, type ) >+ SELECT 'ExportCircHistory', COUNT(*), NULL, "Display the export circulation options", 'YesNo' >+ FROM systempreferences >+ WHERE ( variable = 'ExportRemoveFields' AND value != "" AND value IS NOT NULL ) >+ OR ( variable = 'ExportWithCsvProfile' AND value != "" AND value IS NOT NULL ); >+DELETE FROM systempreferences WHERE variable="ExportWithCsvProfile"; >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 6296690..6ed7758 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -136,6 +136,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ExpireReservesMaxPickUpDelay','0','','Enabling this allows holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay','YesNo'), > ('ExpireReservesMaxPickUpDelayCharge','0',NULL,'If ExpireReservesMaxPickUpDelay is enabled, and this field has a non-zero value, than a borrower whose waiting hold has expired will be charged this amount.','free'), > ('ExpireReservesOnHolidays', '1', NULL, 'If false, reserves at a library will not be canceled on days the library is not open.', 'YesNo'), >+('ExportCircHistory', 0, NULL, "Display the export circulation options", 'YesNo' ), > ('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'), > ('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'), > ('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index 6a0954d..af3aad2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -116,10 +116,11 @@ Circulation: > yes: Do > no: "Do not" > - update a bibliographic record's total issues count whenever an item is issued (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total issues count). >- - >- - Use the >- - pref: ExportWithCsvProfile >- - CSV profile when exporting patron checkout history (enter CSV Profile name) >+ - pref: ExportCircHistory >+ choices: >+ yes: Show >+ no: "Don't show" >+ - the export patron checkout history options. > - > - The following fields should be excluded from the patron checkout history CSV or iso2709 export > - pref: ExportRemoveFields >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15498
:
46338
|
46339
|
50257
|
50258
|
57064
|
57065
|
57066
|
57070
|
57072
|
57073
|
57074
|
57075
|
60372
|
60373
|
60374
|
60375
|
60376
|
60385
|
60386
|
60387
|
60388
|
60389
|
60390
|
60411
|
60412
|
60413
|
60414
|
60415
|
60416