public static int ReadMinSlipNo() { SqlHandling sql = new SqlHandling("D_CostReport"); return(sql.MinValue("SlipNo")); }