QualityControl

 

bsl-qcarea

 

In Beas Service layer you've access to the complete Quality control system from Beas.

 

hmtoggle_plus1How QC System from Beas is working

All details see Beas Help

hmtoggle_plus1How to create a QC Order

Beas create the QC Order automatically based on SAP Documents

Do you create SAP Documents outside the Beas environment, you can use the transaction notification function for create the QC Order.

See Configuration wizzard
qc-creation-setting

 

Additional different functions available, example for create QC order manually

GET QCOrder/CreateQcOrder() -> Create non SAP document related QC Order
GET QCORder/CreateQcORderFromSAPDocument() -> Create SAP document related QC order

More details see QCOrder

 

Note:

It is not possible to create QC order with POST Command

hmtoggle_plus1How to change QC Order

It is possible to change some fields in QC Order or to release it.

This is possible with PUT command and a release is possible with different QCOrder-Functions.

More details see QCOrder

hmtoggle_plus1How  to add or change a sample

Add a sample is possible with

GET QCOrder/CreateSample(). See QCOrder

For release a sample:

GET QCOrderSamples/Release1()
GET QCOrderSamples/Release2()

qcsamples

or via PUT command. See QCOrderSamples

 

Note: Electronic signature not supported in back-end. This  must be developed in Front-end.

hmtoggle_plus1How to work with Measurements

It is possible to set value, set ok flag or to release by function or put command

qcmeasurementposition

 

Example:

GET QCOrderMeasurement/setValue(1024,1,10,3.4)

 

Change Block Reason to "WrongColor"

put QCOrderMeasurement(1407)   {"BlockageReasonId":"WrongColor"}

 

Note: Electronic signature not supported in back-end. This  must be developed in Front-end.

It is not possible to create new measurement positions or to change main measurement definitions.

hmtoggle_plus1How to work with Transfer

The BSL deliver follow functions

- Read all related Items / Batches / Serials / BinCode informations with
get QCOrder/TransferLoad()

qctransfer_load

 

- Return the default target warehouse (exmaple: If you activte Rejected, you can have another warehouse) with
get QCOrder/TransferGetWareHouse()

 
- Post the transactions (Transfer, Issue,Edit,POReturn with
post QCOrder    
{"transfer",{transfer informatiomations}}

hmtoggle_plus1Limitations, not supported functions

- 4 eyes concept: Electronic signature not checked. This is part of Front end

- QC Attachments not supported