vnc-console hace 1 año
padre
commit
e7598d7dec
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      winmentor/dbread.py

+ 4 - 0
winmentor/dbread.py

@@ -265,6 +265,10 @@ class WinMentor(object):
                         yield bank_account
     
     def save_oblig(self, short_name):
+        #.......................................................................
+        # TO DO
+        # add moneda and curs
+        #.......................................................................
         df_dicts = self.get_oblig(short_name)
         # create dfs from dicts
         df_parts = pd.DataFrame(df_dicts[1])