YO!

SOP How setup Faro Quick Complete for a Client

 

 

SOP: Faro Quick Complete

Procedure to configure  the Accellos environment to Quick complete labels and tote assignments

1)      In the Accellos Aowdata SQL Table  setup the allow Quick completion of labels

qc_label setup

a.      Insert a record into the config table

              b.      insert into config rowid,CONFIG,c_sequence,c_value,c_default, clientname)
VALUES   (NEWID(),'QC_LABEL',0,'Y','Y','MSY')

TO SHUT OFF THEN SET THE C_VALUE AND C_DEFAULT TO 'N'

if you look at the grid above you can see there is no printing due to value of N

 

2)      Open the client table and check for a configuration number for Qc_tote_counter

 

a.    

b.      The Qc_tote_counter  is split into two parts  XXYYYYYY

                                                    i.     XX  = the seed number

                                                   ii.     YYYYYYY  is the next number to use

                                                  iii.     We see in this example that INT  has never utilized the option so it has just XX as it’s beginning number.   

                                                  iv.     MSY has a seed value of 31  and has used 3644743  labels to date.

                                                   v.     We must be vigilant and watch it doesn’t exceed  the 999999  with stack overflow

c.      The pickhead.cust_ctype  is the label to print and if not blank on the packslip will generate a label.


submitted by CTock on 02/18/2013