Skip to main content

Final QC certificate over batch summarizing in operation QC

Comments

4 comments

  • Martin Heigl

    Hi Luis,

    you can create a crystal report for this and can print this in the last routing position over small customizing

    regards

    Martin

  • Luis Abellaneda Kurita

    Thanks Martin for your answer, but I was thinking on another kind of performance,

    We use to do something similar (but from the delivery note), but the thing is we cannot have the functionality of Beas quality over batches (block/release batches, inventory transfers, QC in traceability report), we don't have any document within the system to check and queries are hard to do.

    Something like a final certificate, stored in a table, that can be managed over system screens (client and terminal), would do easier this job.

    I opened few weeks ago a request to inherit analysis from semifinished to final products (Inheriting QC from semifinished to finished product – Boyum Helpcenter (boyum-it.com)). Well, this is something that can be included.

    At the end, the purpose is to store the QC where we need (linked to the batch of final product not to the operation or the semifinished batch).

  • Martin Heigl

    Hi Luis,

    A product can be created from different batches, all of which have their own quality assurance order. These in turn can also be created from different batches.

    In the different projects I have seen that always a product specific report has been created (only consideration of this material or sub-material position, no consideration of mixtures etc.).

    As a standard solution it is very difficult to create something that could be suitable for multiple customers. We can only provide support here.

    regards

    Martin

  • Martin Heigl

    Hi Luis,

    we've a nice function for trace batch/seriales (the function, which is used from beas/serial batch tracer)


    this function create a report in table BEAS_REPORTAUSWERTUNG 
    You can execute this BEFORE creating the Crystal report. The Crystal report can use the generated information to create own report.

    This help you to find correct batch/serial Numbers in every level of the product structure.

    object=ue_chargenbuchung=tracerreport=[itemcode]=[distnumber]
    or
    object=ue_chargenbuchung=tracerreport=[itemcode]=[distnumber]=[distnumber]

    This create the report and return variable "id" 

    object=ue_chargenbuchung=tracerreport=[itemcode]=[distnumber]
    // Display only all Batch/Serial inside this product 
    select "BATCH_SERIAL_TRACER" into :info from "BEAS_REPORTAUSWERTUNG" where "ID"=<id> and "NR"=1
    messagebox=<info>

    // Display this as List
    tools=isql=select "ItemCode","ItemName","DistNumber","Level","Version","POS_TEXT" from "BEAS_REPORTAUSWERTUNG" where "ID"=<id> order by "NR"


     

Please sign in to leave a comment.