Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.
Wrong QOH
When QOH for an item is potentially wrong check the item transactions front-end UI and if you still have issues with it check this table and make sure the numbers are adding up select * from item_transactions where item_id = ? and tenant_id = ? and location_id = ? order by trans_date desc;call item_audit(@id, @loc);Related Issue: https://flyntlok.com/rc/issues-hq?id=49148
Update pricing matrices on old matrix
tenants configured on the old price matrices need to have their config updated via sproc item_master_variable_markupTo update all items for a vendor using their price matrix(it should automatically determine if the tenant is on an old or new matrix)call item_master_update_from_master(VENDOR_ID);
Item units
understanding package quantity- acts a minimum and multiplier (of base qty)


