Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Srdjan 1b4a266915 Bug 7243: Be selective when summing up charges for blocking issues
Added RentalsInNoissueCharges and ManInvlsInNoissueCharges sys prefs

Created C4::Members::cwGetMemberAccountBallance()
* A wrapper for GetMemberAccountRecords that gives info on non-issue and
  other charges
* Other charges are:
  'Res'
  'Rent' if RentalsInNoissueCharges is Mo
  authorised_values MANUAL_INV if ManInvlsInNoissueCharges is No

C4::Members::GetMemberAccountRecords() changes:
* Dropped input param $date, it is not used

Use split charges in C4::Circulation::CanBookBeIssued() and
C4::Members::patronflags(). That way only fines decide whether an item
can be issued, and not other non-fine charges

Signed-off-by: Marc Veron <veron@veron.ch>

Rebased (updatedatabase.pl)

ManInvInNoissueCharges and RentalsInNoissueCharges ar both included by default (= behaviour as before)

All variants tested: Both included, none included, manual invoice included, rentals included.
Works fine, blocks/does not blok as appropirate, messages appear as expected.

[Oct 12, 2012 marcelr:] Amended for updatedatabase.pl
Signed-off-by: M. de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-01-24 09:12:59 -05:00
..
acquisitions.pref
admin.pref
authorities.pref
cataloguing.pref Bug 9306: Update descriptions for the 4 SeparateHoldings prefs 2013-01-15 21:54:26 -05:00
circulation.pref Bug 7243: Be selective when summing up charges for blocking issues 2013-01-24 09:12:59 -05:00
creators.pref
enhanced_content.pref Bug 8377 [ENH] Show HTML5 video/ audio for media files in OPAC and staff client 2012-12-27 09:28:00 -05:00
i18n_l10n.pref Bug 2832 - Make alphabet localizable 2012-11-05 09:25:29 -05:00
local_use.pref
logs.pref
opac.pref Bug 9306: Update descriptions for the 4 SeparateHoldings prefs 2013-01-15 21:54:26 -05:00
patrons.pref
searching.pref Bug 9107: Remove the obsolete DidYouMeanFromAuthorities syspref 2012-11-20 06:56:22 -05:00
serials.pref
staff_client.pref Bug 8163: Click to populate XSLT preferences with "default" or empty values 2012-11-23 12:28:02 -05:00
web_services.pref