@@ -, +, @@ --- .../prog/en/modules/offline_circ/process_koc.tt | 88 ++------------------ 1 files changed, 8 insertions(+), 80 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt @@ -1,87 +1,15 @@ -[% INCLUDE 'doc-head-open.inc' %] -Koha › Circulation › Offline circulation file upload -[% INCLUDE 'doc-head-close.inc' %] -[% INCLUDE 'file-upload.inc' %] -[% INCLUDE 'background-job.inc' %] - - - - -[% INCLUDE 'header.inc' %] -[% INCLUDE 'circ-search.inc' %] +

Offline Circulation File (.koc) Uploader

- +

The offline circulation tool for Windows will generate a KOC file that you can upload into Koha once your system comes back up.

-
+

Browse your computer for the *.koc file

-
+

Once the file is uploaded, click the process the file

-[% IF ( transactions_loaded ) %] -

Koha offline circulation

-

Your data was processed. Here are the results:

- [% FOREACH message IN messages %] - [% IF ( message.message ) %] -
- [% IF ( message.ERROR_file_version ) %]

Warning: This file is version [% message.upload_version %], but I only know how to import version [% message.current_version %]. I'll try my best.

[% END %] -
- [% END %] - [% IF ( message.ERROR_no_borrower_from_item ) %]

Warning: Unable to determine patron from item barcode ([% message.badbarcode %]). Cannot check in.

[% END %] - [% IF ( message.issue ) %]

Checked out [% message.title |html %] ([% message.barcode %]) to [% message.firstname %] [% message.surname %] ([% message.cardnumber %]): [% message.datetime %]

[% END %] - [% IF ( message.renew ) %]

Renewed [% message.title |html %] ([% message.barcode %]) for [% message.firstname %] [% message.surname %] ([% message.cardnumber %]): [% message.datetime %]

[% END %] - [% IF ( message.return ) %]

Checked in [% message.title |html %] ([% message.barcode %]) from [% message.firstname %] [% message.surname %] ([% message.cardnumber %]): [% message.datetime %]

[% END %] - [% IF ( message.payment ) %]

Accepted payment ([% message.amount %]) from [% message.firstname %] [% message.surname %] ([% message.cardnumber %]): [% message.datetime %]

[% END %] - [% END %] -[% ELSE %] -

Upload offline circulation data

-
-
-
-
  1. -
-
-
-
- - -
-
- - - - - - -
-[% END %] +

When this is complete you'll see the summary of actions from when you were offline (including any errors).

+

See the full documentation for the Offline Circulation File Uploader in the manual (online).

-
-[% INCLUDE 'intranet-bottom.inc' %] +[% INCLUDE 'help-bottom.inc' %] --