I already installed 1.0.1 (fresh installation from wizard), but this error remains when viewing Work Order
e.g: http://localhost/frontacc/manufacturing/view/work_order_view.php?trans_no=10
DATABASE ERROR : The work order requirements could not be retrieved
error code : 1054
error message : Unknown column '0_wo_requirements.stock_id' in 'on clause'
sql that failed was : SELECT 0_wo_requirements.*, 0_stock_master.description, 0_stock_master.mb_flag, 0_locations.location_name, 0_workcentres.name AS WorkCentreDescription FROM 0_wo_requirements, 0_locations, 0_workcentres INNER JOIN 0_stock_master ON 0_wo_requirements.stock_id = 0_stock_master.stock_id WHERE workorder_id=10 AND 0_locations.loc_code = 0_wo_requirements.loc_code AND 0_workcentres.id=workcentre
When saving Work Order Entry, always showing multiple dialog box "bokade bom- cost 0", "bokade additional cost -35, acc = 1410", "bokade total- cost 35", before displaying the result screen saying "The work order been added."
Thanks in advance,
I'm looking forward to try out another enhancements.