int orderID = 0;
this.dataSource = ds;
CVDal dl = new CVDal(ds);
try {
ItemLines itemLines = orderForm.getItemLines();
itemLines.calculate();
dl.setSql("order.addorder");
// insert into cvorder
// (entityid,billaddress,shipaddress,status,terms,accountmgr,project,ponumber,creator,orderdate,created,subtotal,tax,total,description,invoiceIsGenerated)
// values (?,?,?,?,?,?,?,?,?,?,concat(CURRENT_DATE,