Passing a Document Name to Printer Log
Using JIWA7.02 with .VB script.
Customer has found a Print Log, for Printer, and we Noticed that JIWA sends all Prints with Document Name, same as JIWA Report Name.
Customer though wouldn't it be great if we could send the Invoice No at end of Document Name, so we can track which invoice was printed when, or for example when JIWA says its printed, but the warehouse say they didn't get it.
So essentially we would like to add Invoiceno to the end of Document Name for Print.
Have had a look at Business logic. PrintingMany. But cannot seem to find DocumentName/ report.description anywhere to try and change it.
See screenshot of Print Job Log and Sales Order setup.
Would like to know if its is possible to change DocumentName/report Name sent to printer and where it could be changed...Thx.
Have been looking here in Business Logic Area.
Private Sub SalesOrder_PrintingMany(sender As Object, e As System.EventArgs, ByRef ReportCollection As JiwaApplication.JiwaCollection(Of JiwaApplication.PrintGroup.SalesOrderReports.SalesOrderReport))
Dim salesOrder As JiwaSales.SalesOrder.SalesOrder = DirectCast(sender, JiwaSales.SalesOrder.SalesOrder)
Dim SalesOrderH As JiwaSales.SalesOrder.SalesOrderHistory = salesOrder.SalesOrderHistorys(salesorder.CurrentHistoryNo)
For Each report As JiwaApplication.PrintGroup.SalesOrderReports.SalesOrderReport In ReportCollection
Customer has found a Print Log, for Printer, and we Noticed that JIWA sends all Prints with Document Name, same as JIWA Report Name.
Customer though wouldn't it be great if we could send the Invoice No at end of Document Name, so we can track which invoice was printed when, or for example when JIWA says its printed, but the warehouse say they didn't get it.
So essentially we would like to add Invoiceno to the end of Document Name for Print.
Have had a look at Business logic. PrintingMany. But cannot seem to find DocumentName/ report.description anywhere to try and change it.
See screenshot of Print Job Log and Sales Order setup.
Would like to know if its is possible to change DocumentName/report Name sent to printer and where it could be changed...Thx.
Have been looking here in Business Logic Area.
Private Sub SalesOrder_PrintingMany(sender As Object, e As System.EventArgs, ByRef ReportCollection As JiwaApplication.JiwaCollection(Of JiwaApplication.PrintGroup.SalesOrderReports.SalesOrderReport))
Dim salesOrder As JiwaSales.SalesOrder.SalesOrder = DirectCast(sender, JiwaSales.SalesOrder.SalesOrder)
Dim SalesOrderH As JiwaSales.SalesOrder.SalesOrderHistory = salesOrder.SalesOrderHistorys(salesorder.CurrentHistoryNo)
For Each report As JiwaApplication.PrintGroup.SalesOrderReports.SalesOrderReport In ReportCollection