// The taxes sentence
taxsent = dlSales.getTaxList();
// The categories model
m_sentcat = dlSales.getCategoriesList();
m_CategoryModel = new ComboBoxValModel();
// The taxes model
taxcatsent = dlSales.getTaxCategoriesList();
taxcatmodel = new ComboBoxValModel();
// The attributes model
attsent = dlSales.getAttributeSetList();
attmodel = new ComboBoxValModel();
m_CodetypeModel = new ComboBoxValModel();
m_CodetypeModel.add(null);
m_CodetypeModel.add(CodeType.EAN13);
m_CodetypeModel.add(CodeType.CODE128);
m_jCodetype.setModel(m_CodetypeModel);
m_jCodetype.setVisible(false);