Report for listing specific product sales over a given timeframe
Hello all.
I need to implement a report that lists sales of a product over a given time period. The report needs to list the amount of the product sold on each occasion, and which patient it was sold /administered to. I need this for complying with regulations tracking where certain "controlled drugs" go in the UK.
Matt's report (http://www.openvpms.org/customisation/product-sales) nearly gets there. There is just one bit that bugs me. The "amount of product" column keeps rounding to the nearest whole number, even though I have set the decimal place setting to 2. So, for example, if a patient received 1.5ml of xylazine as an injection, the report would list that as 1.0. I am not really sure why this is, but it is probably only a simple error on my part.
Cahir
Re: Report for listing specific product sales over a given ...
Hi Cahir,
Have you tried the existing report here http://www.openvpms.org/customisation/customer-product-sales-report ?
Cheers Tony
Re: Report for listing specific product sales over a given ...
Tony,
Thanks for the pointer. However, when I run that "customer-product-sales-report", it gives me the drug name and amount, but for some reason the customer column is blank. Not sure why, I have entered parameters for drugs that I know certain customers have bought in the given time frame.
Cahir