Comment field in Manager??

Hello,

I have a question about the comment field (SHIFT + F9) in POS Is it possible to get it on the active report "Detailed Sales"?

Or if it isn't possible, how can i get a comment from a transaction in the Manager on a report.

Hope it is clear enough, if not say so.

Reply to
Raymond Bakker
Loading thread data ...

Hi Raymond - edit the detailed sales report with notepad....first go to your reports directory and rightclick the report - uncheck "read only" - apply then open it with notepad paste this at the bottom (I copied the cashier column and made changes accordingly) - hopefully this will help you - if you don't want the column to always print then set ColHidden = True

Begin Column FieldName = "[Transaction].Comment" DrillDownFieldName = "Comments" DrillDownReportName = "" Title = "Comments" VBDataType = vbString Formula = "" ColHidden = False ColNotDisplayable = False FilterDisabled = False ColWidth = 1350 GroupMethod = groupmethodNone ColFormat = "" ColAlignment = flexAlignLeftCenter End Column

"Raym> Hello,

Reply to
convoluted

Hi convoluted,

I gone try this, many thanks for the fast answer!!

Reply to
Raymond Bakker

Hi Convoluted,

It worked, thanks!

Kind regards,

Raymond Bakker ReBuS b.v. The Netherlands

Reply to
Raymond Bakker

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.