Bugzilla – Attachment 9184 Details for
Bug 7936
general ticket for help file updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7936: Offline Circ Help for 3.8
Bug-7936-Offline-Circ-Help-for-38.patch (text/plain), 6.48 KB, created by
Nicole C. Engard
on 2012-04-13 17:57:02 UTC
(
hide
)
Description:
Bug 7936: Offline Circ Help for 3.8
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-04-13 17:57:02 UTC
Size:
6.48 KB
patch
obsolete
>From 7c8e2bf7532cd4267d8ca6b3ccb87cf8e3e691f2 Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Fri, 13 Apr 2012 13:56:07 -0400 >Subject: [PATCH] Bug 7936: Offline Circ Help for 3.8 > >This is missing a new file for the Firefox plugin because >I haven't documented it yet because I can't get it to work. >--- > .../prog/en/modules/offline_circ/process_koc.tt | 88 ++------------------ > 1 files changed, 8 insertions(+), 80 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt >index a101023..1389cd0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt >@@ -1,87 +1,15 @@ >-[% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Circulation › Offline circulation file upload</title> >-[% INCLUDE 'doc-head-close.inc' %] >-[% INCLUDE 'file-upload.inc' %] >-[% INCLUDE 'background-job.inc' %] >-<script type="text/javascript"> >-//<![CDATA[ >-$(document).ready(function(){ >- $("#processfile").hide(); >-}); >-function CheckUpload(f){ >- if(f.fileToUpload.value == ""){ >- alert(_("Please choose a file to upload")); >- } else { >- return ajaxFileUpload() >- } >- return false; >-} >-function CheckForm(f) { >- if (f.uploadedfileid.value == '') { >- alert(_('Please upload a file first.')); >- } else { >- $("#fileuploadstatus").hide(); >- $("#fileuploadform").slideUp(); >- return submitBackgroundJob(f); >- } >- return false; >-} >+[% INCLUDE 'help-top.inc' %] > >-//]]> >-</script> >-<style type="text/css"> >- #fileuploadstatus,#jobstatus { margin:.4em; } >- #fileuploadprogress,#jobprogress{ width:200px;height:10px;border:1px solid #666;background:url('/intranet-tmpl/prog/img/progress.png') -300px 0px no-repeat; } >-</style> >-</head> >-<body id="ocirc_process_koc" class="circ ocirc"> >-[% INCLUDE 'header.inc' %] >-[% INCLUDE 'circ-search.inc' %] >+<h1>Offline Circulation File (.koc) Uploader</h1> > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › [% IF ( transactions_loaded ) %] <a href="/cgi-bin/koha/offline_circ/process_koc.pl">Offline circulation file upload</a> › Results[% ELSE %] Offline circulation file upload[% END %]</div> >+<p>The offline circulation tool for Windows will generate a KOC file that you can upload into Koha once your system comes back up.</p> > >-<div id="doc" class="yui-t7"> >+<p>Browse your computer for the *.koc file</p> > >- <div id="bd"> >+<p>Once the file is uploaded, click the process the file</p> > >-[% IF ( transactions_loaded ) %] >- <h2>Koha offline circulation</h2> >- <p>Your data was processed. Here are the results:</p> >- [% FOREACH message IN messages %] >- [% IF ( message.message ) %] >- <div class="dialog alert"> >- [% IF ( message.ERROR_file_version ) %]<p>Warning: This file is version [% message.upload_version %], but I only know how to import version [% message.current_version %]. I'll try my best.</p>[% END %] >- </div> >- [% END %] >- [% IF ( message.ERROR_no_borrower_from_item ) %]<p>Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.</p>[% END %] >- [% IF ( message.issue ) %]<p>Checked out <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title |html %]</a> ([% message.barcode %]) to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %] >- [% IF ( message.renew ) %]<p>Renewed <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title |html %]</a> ([% message.barcode %]) for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %] >- [% IF ( message.return ) %]<p>Checked in <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% message.biblionumber %]">[% message.title |html %]</a> ([% message.barcode %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %] >- [% IF ( message.payment ) %]<p>Accepted payment ([% message.amount %]) from <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.borrowernumber %]">[% message.firstname %] [% message.surname %]</a> ([% message.cardnumber %]): [% message.datetime %]</p>[% END %] >- [% END %] >-[% ELSE %] >- <h2>Upload offline circulation data</h2> >- <div id="fileuploadform"> >- <form method="post" action="[% SCRIPT_NAME %]" enctype="multipart/form-data"> >- <fieldset class="brief"> >- <ol><li><label for="fileToUpload">Choose .koc file: </label> >- <input type="file" id="fileToUpload" size="50" name="fileToUpload" /></li></ol> >- <fieldset class="action"><input type="button" class="submit" value="Upload file" onclick="CheckUpload(this.form);" /></fieldset> >- </fieldset> >- </form> >- <div id="fileuploadstatus" style="display:none">Upload progress: <div id="fileuploadprogress"></div> <span id="fileuploadpercent">0</span>%</div> >- <div id="fileuploadfailed" style="display:none"></div> >- </div> >- <form action="process_koc.pl" id="processfile" method="post" enctype="multipart/form-data"> >- <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" /> >- <input type="hidden" name="runinbackground" id="runinbackground" value="" /> >- <input type="hidden" name="completedJobID" id="completedJobID" value="" /> >- <input type="submit" value="Process offline circulation file" onclick="return CheckForm(this.form);" id="mainformsubmit" /> >- <div id="jobstatus" style="display:none">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> >- <div id="jobfailed" style="display:none"></div> >- </form> >-[% END %] >+<p>When this is complete you'll see the summary of actions from when you were offline (including any errors).</p> > >+<p><strong>See the full documentation for the Offline Circulation File Uploader in the <a href="http://manual.koha-community.org/3.8/en/offlinecirc.html">manual</a> (online).</strong></p> > >-</div> >-[% INCLUDE 'intranet-bottom.inc' %] >+[% INCLUDE 'help-bottom.inc' %] >\ No newline at end of file >-- >1.7.2.3
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 7936
:
9049
|
9051
|
9053
|
9080
|
9083
|
9084
|
9085
|
9086
|
9088
|
9098
|
9099
|
9100
|
9101
|
9102
|
9103
|
9104
|
9105
|
9106
|
9117
|
9119
|
9120
|
9121
|
9126
|
9136
|
9137
|
9138
|
9139
|
9140
|
9158
|
9177
|
9180
|
9181
|
9184
|
9185
|
9186
|
9187
|
9929
|
9930
|
9931
|
9932
|
9933
|
9934
|
9935
|
9936
|
9937
|
9938
|
9939
|
9967