Standard reports for printing
The reports provided with the ShopFloor solution serve as examples of the information that can be printed in ShopFloor. You have the flexibility to create custom reports tailored to your own or your customers’ specific needs.
The following reports are delivered with the ShopFloor Operator Client are:
Report 6170471 – “ShopFloor Job-tag”
Report 6170479 – “ShopFloor PO – Routing List”
Report 6170490 – “ShopFloor Pallet label”
Report 6170491 – “ShopFloor Mat. Requisition”
Report 6170492 – “ShopFloor Lot Serial label”
Report 6170499 – “ShopFloor – Barcode routing sh”
The ShopFloor Operator Client also prints two reports from Standard Business Central:
Report 99000765 – “Prod. Order – Mat. Requisition”
Report 99000762 – “Prod. Order – Job Card”
Read more about where the different reports are used in the ShopFloor Operator Client here:
Developing your own reports
To develop custom reports for print in the ShopFloor Operator Client regular Business Central report design and development practices are use, nothing differs in this respect. You are free to use .rdlc or Word layout as you please.
Just be aware that you have to base your report on the dataitem passed from the ShopFloor Operator Client when designing your reports, otherwise Business Central will throw a dataitem error when running the report.
Dataitems
To create your own report for report 6170492 you must base your extension on the ShopFloor extension. Then you can base your reports on the data item the ShopFloor passes to Business Central.
The remainder of the reports are based on standard Business Central tables.
Reports 6170471 and 6170490 are based on table 5409 “Prod. Order Routing Line”.
Report 6170479 and 6170499 are based on table 5406 “Prod. Order Line”.
Report 6170491 is based on table 5405 “Production Order”.
Report 6170492 is based on table 6170496 “NAVEKSA SFS Output Serial Lot”.