[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Errors in the Shipping/Receiving function (1.3.9)



Folks,

I've started testing 1.3.9 using our company work flows and seem to be
seeing errors in the shipping and receiving module

1. Shipping->Ship invokes the Order Entry->Consolidate function

2. Shipping->Receive gives the following error when clicking the Done button

INSERT INTO inventory
(parts_id, warehouse_id, qty, trans_id,
orderitems_id, shippingdate,
employee_id)
VALUES
(?, ?, ?, ?, ?, ?, ?)
ERROR: column "employee_id" of relation "inventory" does not exist
LINE 5: employee_id)
^

This is with a brand new clean install on Ubuntu Maverick, PG8.4, LSMB 1.3.9

Nigel