DibuangSayang ZK

  • Kaihatsu Page (2024.07.11)
    • def btnGetNyuukoData_clicked(self):
      rows = self.readCSVdata(ZKSWConfig.NKK_CSV_PATH)
      self.KAIHATSU_insertIntoNyuukoKirokuTable(rows, noPopup=True)
      return
    • def btnGetShukkoData_clicked(self):
      rows = self.readCSVdata(ZKSWConfig.SKK_CSV_PATH)
      self.KAIHATSU_insertIntoShukkoKirokuTable(rows, noPopup=True)
      return
    • def btnGetZKHData_clicked(self):
      rows = self.readCSVdata(ZKSWConfig.ZKH_CSV_PATH)
      self.Kaihatsu_insertIntoZaikoKanrihyouTable(rows, noPopup=True, deleteTable=True)
      return
    • btnGetDBData()
    • btnGetKojinBangou()
    • currently:
      • txtConvFromExcel_Kenma
      • Nishi
        Seizoubu
        Senban
        Atou
        Kumitate
        Yousetsu
        Gijutsubu
        DenkiGenba
        Eigyou
        Soumu
        Koubai
      • self.allTxtCFEButtons
      • self.txtConvFromExcel_Current
      • self.kj.fillAll_txtConvFromExcel()
      • self.txtConvFromExcel_Current.setText(“Current: ” + self.kj.getKoujouConvStat(ZKSWConfig.CONVERT_FROMEXCEL))
      • ClassDef def fillAll_txtConvFromExcel(self)
    • next
      • ZKSWConfig.CONVERT_FROMEXCEL
      • ?? ZKSWConfig.allTables