I am currently trying to complete a transaction for a web based app, however;
Failed To Convert Parameter Value From A String To A Int32
I would suggest you change the type of the parameters in the method.
to
public static void completeTransaction(int storeCode, int employeeId, DateTime Date, string itemListNoId)
and convert the strings before passing the values to the method.