Changes between Version 1 and Version 2 of Public/Docs/Changetrigger


Ignore:
Timestamp:
Nov 19, 2025, 1:37:16 PM (5 days ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/Changetrigger

    v1 v2  
    11= Cinnamon Changetrigger
     2== General
    23Changetrigger is a .net 8 command line application that runs on Cinnamon server.
    34
     
    67Changetrigger is based on plugins. There are standard plugins performing system tasks (like creating user folders when a new user account is created). Custom plugins can be added. One possible application is to have a central service where new, client-specific document numbers are assigned when new documents are created, guaranteeing that no duplicate numbers will be generated.
    78
     9== Administration
     10* [https://github.com/boris-horner/cinnamon4-clients/blob/main/docs/t-installation-changetrigger-debian12.md Changetrigger installation instructions]