This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====Allow negative unit price==== //POSretailscreen public void OnFormInitialize(AutoCount.POS.FormSales.FormInitializeEventArgs e) { e.Form.IsValidateNegativeSubTotal = false; }