Skip to content

Releases: ehs5/crmscript_fetcher

CRMScript Fetcher v2.0.0

02 Sep 07:51
ab1e333

Choose a tag to compare

CRMScript Fetcher is a GUI tool that can download CRMScripts and other data from your SuperOffice installations, and create the data as files within a folder structure on your local PC.
image

v2.0.0 update:
This update introduces Vue.js as the GUI instead of Python's tkinter library previously used. To achieve this, the application uses the Python library eel. When launching application, a local webserver will be run on your computer, and the app is displayed in a standalone browser window (primarily Edge).

Features:

  • New, modern and more flexible GUI
  • You can now search for tenant names and URL's
  • More informative error messages when fetching fails

CRMScript Fetcher v1.2.0

23 Feb 13:12

Choose a tag to compare

CRMScript Fetcher is a GUI tool that can download CRMScripts and other data from your SuperOffice installations, and create the data as files within a folder structure on your local PC.

v1.2.0 update:

Features:

  • Now also fetches Screens, ScreenChoosers, Scheduled tasks and Tables.
  • Accompanying .json file with metadata is now included for scripts and triggers, plus for the other new entities.
  • New "Fetch options" button now allows you to disable fetching any of the entities.

Bug fixes:

  • Fixed a bug where scripts in the root folder wouldn't be created.
  • Previously Windows would sometimes disallow creating/deleting/moving folders causing the fetch to fail. This is now handled with better retry handling.

Code improvements:

  • Refactored utilising type hints more, plus several scripts and classes have been separated.

CRMScript Fetcher v1.1.0

11 Aug 13:13

Choose a tag to compare

CRMScript Fetcher is a GUI application that can download CRMScripts from your SuperOffice installations, and create them as files and folders on your local PC.

v1.1.0 update:

Features:

  • GUI now uses modern looking Sun Valley theme (Windows 11 design)
  • Added "Copy fetcher script to clipboard" button

Code improvements:

  • gui.py is rewritten to use classes more
  • Minor changes to main.py

CRMScript Fetcher v1.0.0

24 Feb 21:55

Choose a tag to compare

CRMScript Fetcher is a GUI application that can download CRMScripts from your SuperOffice installations, and create them as files and folders on your local PC.