From 4bff4c201a0637b368898172ea5f24ff254de7a9 Mon Sep 17 00:00:00 2001 From: tgarip1957 Date: Fri, 22 Sep 2006 00:18:00 +0000 Subject: [PATCH] Patrons may pay fines in instalments. Librarian can alter the amount to receive --- .../prog/en/members/boraccount.tmpl | 32 ++++++------- .../prog/en/members/mancredit.tmpl | 38 +++++++++++++++ .../prog/en/members/maninvoice.tmpl | 26 +++++++++++ .../intranet-tmpl/prog/en/members/pay.tmpl | 46 +++++++++++-------- 4 files changed, 104 insertions(+), 38 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl b/koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl index d1518b584f..ef38576108 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/members/boraccount.tmpl @@ -1,15 +1,12 @@ -Account for , - +KOHA -- Account for , - - -

Account for

- - +
+ + @@ -19,26 +16,23 @@ + - - + + - - + + -
Account for
DateClick to credit Description of Charges Amount Still Owed
&accountid=&bornum=&accounttype=&amount=&user=%20">Click $$ YTL
Total Due$Total Due YTL
+ - -
" />
- -
" />
- -
" />
- +
+
" />
" />
+
diff --git a/koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl b/koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl new file mode 100644 index 0000000000..c57b5f6925 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl @@ -0,0 +1,38 @@ +KOHA -- Users: Create Manual Credit +

Manual Credit

+ +
+

Error Crediting User: Either no such invoice exists or no amount given

+ +
+
+" /> +"> +"/> +"/> +"/> +"/> + +
+ + + + +
Fine Details
User:   Amount:
Description
Amount
+
+ +
" name="bornum" />
+ + + \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl b/koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl new file mode 100644 index 0000000000..47142f8829 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl @@ -0,0 +1,26 @@ +NEULIS -- Users: Create Manual Invoice + + + +
" /> +
+ + + + + +
Manual Invoice
User
Type
Description
AmountYTL
+ +
" />
+ + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl b/koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl index d78ae90c4f..8ca0bbe155 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/members/pay.tmpl @@ -1,46 +1,54 @@ -Pay Fines for , - +KOHA -- Pay Fines for , - -

Pay Fines for

-
- " /> - - + " /> +
+"> + - + - + - - -
Pay Fines for
Fines & Charges Description Account Type Amount Amount Outstanding
Amount to pay
+
" type="radio" name="payfine" value="no" checked="checked" />
+ " name="payfine" value="yes" />
+ " name="payfine" value="wo" />
" value="" /> " value="" /> " value="" /> " value="" /> " value="" /> " value="" /> + " value="" /> +
" size="5" value="" /> +
Total Due
-
-
" method="get">" />
+ + +
+
" name="bornum" />
+ + \ No newline at end of file -- 2.20.1