From c1d253a79c3433ced9d76948003b5619f28c5f85 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Fri, 9 Sep 2011 09:55:12 -0500 Subject: [PATCH] Bug 3498 - Documentation update to explain what every button does. Content-Type: text/plain; charset="utf-8" Help file updated to the following: Pay and Writeoff Fines Each line item can be paid in full, partially paid, or written off. Pay a fine in full Click "Pay" next to the fine you want to pay in full The full amount of the fine will be populated for you in the "Collect From Patron" box Click "Confirm" The fine will be removed from outstanding fines, and displayed as fully paid. Pay a partial fine Click "Pay" next to the fine you want to partially pay Enter the amount you are collecting from the patron in the "Collect From Patron" box Click "Confirm" The fine will be updated to show the original Amount, and the current Amount Outstanding Writeoff a single fine Click "Writeoff" next to the fine you wish to writeoff. The fine will be removed from outstanding fines, and displayed as fully paid. Pay an amount towards all fines Click the "Pay Amount" button Enter the amount you are collecting from the patron in "Collect from Patron." The sum of all fines is shown in "Total Amount Outstanding" Click "Confirm" The fine totals will be updated with the payment applied to oldest fines first. Writeoff All fines Click the "Writeoff All" button All fines will be removed from outstanding fines, and displayed as written off. Pay Selected fines Check the selection boxes next to the fines you wish to pay, click "Pay Selected" Enter an amount to pay towards the fines. Click "Confirm" The fine totals will be updated with the payment applied to the oldest selected fines first. --- .../prog/en/modules/help/members/pay.tt | 51 ++++++++++++++++---- 1 files changed, 42 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt index f8eabfa..e0dbfd0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt @@ -1,18 +1,51 @@ [% INCLUDE 'help-top.inc' %] -

Pay/Reverse Fines

+

Pay and Writeoff Fines

-

Each line item can be paid in full (or written off) using the 'Pay Fines' tab.

+

Each line item can be paid in full, partially paid, or written off.

+

Pay a fine in full

+ +

Pay a partial fine

+ + +

Writeoff a single fine

+ + +

Pay an amount towards all fines

- + +

Writeoff All fines

+ + +

Pay Selected fines

+ -[% INCLUDE 'help-bottom.inc' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] -- 1.7.2.5