Beispiel #1
0
 function getNewSupplierId()
 {
     return parent::getNewId("supplier", "sup_id");
 }
Beispiel #2
0
 function getNewStockCatId()
 {
     return parent::getNewId("stock_catagory", "stock_cat_id");
 }
Beispiel #3
0
 function getNewIndentId()
 {
     return parent::getNewId("indents_master", "indent_id");
 }
Beispiel #4
0
 function getManamid()
 {
     return parent::getNewId("manam_test", "man_id");
 }
Beispiel #5
0
 function getNewQuotationId()
 {
     return parent::getNewId("quotation", "qut_id");
 }
Beispiel #6
0
 function getNewLotId()
 {
     return parent::getNewId("lot", "lot_id");
 }