gc-server3 1 month ago
parent
commit
88b654a0b8
6 changed files with 202 additions and 3 deletions
  1. 1 1
      backup.py
  2. 189 0
      cognos11/examples/F_request_p_selected.xml
  3. BIN
      dist/gctools.exe
  4. 11 1
      gctools.py
  5. 1 1
      misc/datev_status.py
  6. 0 0
      tests/__init__.py

+ 1 - 1
backup.py

@@ -3,7 +3,7 @@ import typer
 import config
 from misc import apache_ldap, file_backup
 
-app = typer.Typer()
+app = typer.Typer(help="Test test test", no_args_is_help=True)
 cfg = config.Config()
 
 

File diff suppressed because it is too large
+ 189 - 0
cognos11/examples/F_request_p_selected.xml


BIN
dist/gctools.exe


+ 11 - 1
gctools.py

@@ -8,7 +8,17 @@ import misc2
 import status
 import xls
 
-app = typer.Typer()
+version = "1.0"
+version_date = "25.02.2025"
+
+app = typer.Typer(
+    help=(
+        "gctools.exe - Hilfe unter https://docs.global-cube.com/5_Tasks/3_gctools/\n\n"
+        f"Version {version} vom {version_date}"
+    ),
+    no_args_is_help=True,
+    add_completion=False,
+)
 app.add_typer(backup.app, name="backup")
 app.add_typer(c11.app, name="c11")
 app.add_typer(c7.app, name="c7")

+ 1 - 1
misc/datev_status.py

@@ -67,4 +67,4 @@ def print_all_mdb_files(folder: str):
 
 
 if __name__ == "__main__":
-    print_all_mdb_files("C:\\Users\\GAPS")
+    print_all_mdb_files("C:\\Projekte\\Datev")

+ 0 - 0
tests/__init__.py


Some files were not shown because too many files changed in this diff