How can I print a report that display the quotes status?
I mean all quotes open (no invoices done) or quotes closed (quotes converted invoice)
How can I print a report that display the quotes status?
I mean all quotes open (no invoices done) or quotes closed (quotes converted invoice)
You can edit the quote summary report and add
Begin Column FieldName = "[Order].Closed" DrillDownFieldName = "" DrillDownReportName = "" Title = "Closed" VBDataType = vbBoolean Formula = "" ColHidden = False ColNotDisplayable = False FilterDisabled = False ColWidth = 1005 GroupMethod = groupmethodNone ColFormat = "" ColAlignment = flexAlignCenterCenter End Column
Remember to uncheck read-only in the report file properties before you save the changes
H> How can I print a report that display the quotes status?
Have something to add? Share your thoughts — no account required.
Ask the community — no account required