Rental_yesterday

Same as Rental_.rpt except: "I copied this rental report and added a formula for yesterday’s date (DateAdd("d", -1, CurrentDate). Now I do not have to select yesterday’s date anymore ..." The original Rental report is for our three libraries with Crystal Reports, which shows: - how much money each library waived in each rental collection - how much each library has received in rental fees for each rental collection - the time and date of issue - the borrower barcode number - sub totals in each rental collection and a grand total We use this report daily with a slight modification of Trevor’s original report design. Madelon van Zijll de Jong Hastings Central Library NZSame as Rental_.rpt except: "I copied this rental report and added a formula for yesterday’s date (DateAdd("d", -1, CurrentDate). Now I do not have to select yesterday’s date anymore ..." The original Rental report is for our three libraries with Crystal Reports, which shows: - how much money each library waived in each rental collection - how much each library has received in rental fees for each rental collection - the time and date of issue - the borrower barcode number - sub totals in each rental collection and a grand total We use this report daily with a slight modification of Trevor’s original report design. Madelon van Zijll de Jong Hastings Central Library NZ
File Name: Rental_yesterday.rpt
Category: Crystal Reports
File Size: 59 Byte
File Type: application/octet-stream
Created Date: 01-02-2008
Last Updated Date: 25-04-2020

Related documents

CR_tips2_Formula
Tips for using the formula option in Crystal Reports
Create address labels from Community Info database
This report is deisgned to produce address labels from the Community Information database. The report uses a simple concatenated field; suburb and postcode have been pasted together as a formula field called SubPost. Two parameter fields have been created to prompt for subjects and council ward codes, and sample subjects and ward codes have been built in to the report for selection. The prompts use "Like" rather than "Equals" to allow for searches on either full or abbreviated strings. Because we note names changes to names of local organisations in the 710 field, we have included a filter on organisation names with text like "*formerly*" to prevent labels based on this note. The formula in the report is : not ({HEADING_1.HEAD} like "*formerly*") and {HEADING.HEAD} like {?string} and {CON.POS} = 1 and {GAN.NOTE} like {?Ward Code} (Spydus 8.2) From: John Ruddle - Monash Public Library VIC
Rental_
Trevor Trotter has created a Rental report for our three libraries with Crystal Reports, which shows: - how much money each library waived in each rental collection - how much each library has received in rental fees for each rental collection - the time and date of issue - the borrower barcode number - sub totals in each rental collection and a grand total We use this report daily with a slight modification of Trevor’s original report design. Madelon van Zijll de Jong Hastings Central Library NZ
adult_fiction_list_greater_5_items._with_author
A list of Adult fiction titles where we hold 5 or more items,  added after a certain date
heavy_reserved_report - includes orders

This report lists heavily reserved biliographic records. It includes order information (if present) as well as a count of copies.

To get this report to work you need to create a new table in your SQL database by closely following the instructions in the attached zip file AT YOUR OWN RISK. I personally had no problems following these instructions but if you get stuck I'm afraid you're on your own. Likewise if you break your database in some bizarre way. I think that's very unlikely but I have to limit my liability here...

We commissioned Civica (in the form of Trevor) to write this report for us. They are happy for me to share the report we paid for but if you can't get it to work and want some help with it I'm sure your account manager can work something out.

The first column is a basic calculation of reservations per item and order.
2nd column is the title and collection.
Then it's total copies, total resies, total on order copies and order date.

I hope it's useful.

Ken

Issues_by_branch_by_collection_for_fin_year_-_not_renewals

Issues for financial year by branch by collection. Not including renewals - just remove that part of the select statement to count all issues.

To change the breakdown to just by collection or just by branch, delete one of those cells from the table and it will recalculate the table without that sort criteria.

A very simples report - what could possibly go wrong?

Search