All public logs
Jump to navigation
Jump to search
Combined display of all available logs of TS NoCode wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 14:55, 7 February 2025 Tvi talk contribs moved page Tempus Serva online documentation to TS NoCode online documentation
- 15:52, 22 January 2025 Kpe talk contribs created page Continous delivery (Created page with " === Source code === ==== Subversion ==== ==== NPM manager ==== # https://nodejs.org/en/download # From command promp #* winget install Schniz.fnm #* fnm install 22 #* cd <svnroot>''\sfwServlets\web'' #* npm i Step 2.3 + 2.4 must be repeated for all changes to th JSON manifest === Build and test === === Distribution ===")
- 15:09, 21 January 2025 Tvi talk contribs created page Embed TS in other sites (Created page with "To embed the output of a public codeunit, on another website, the following code can be used.<syntaxhighlight lang="html"> <div id="tsContent"></div> <script type="text/javascript"> $.ajax({ url: 'https://[SYSTEM-DOMAIN]/[APP-NAME]/mainpublic?command=[CODEUNIT-NAME]]', success: function(data) { $('#tsContent').html($(data).find(".mainContent").html()); }, }); </script> </syntaxhighlight>It requires jQuery to be loaded beforehand.") Tag: Visual edit
- 23:16, 9 January 2025 Kpe talk contribs created page EC2 server recovery (Created page with " === No SSL connections possible === # Make a snapshot of the running server # Make a volume from the snap shot # Create a new server # Attatch the volume to machine /dev/sdf # Connect to new server ## Install TS and application ## Stop webserver and database ## mkdir /mnt/oldroot ## sudo mount /dev/nvme1n1p1 /mnt/oldroot ## sudo rm -r /mnt/sda/* ## sudo cp -r /mnt/oldroot/usr/tempusserva/sda/* /mnt/sda/")
- 14:14, 2 December 2024 Tvi talk contribs created page FieldFilesVideos (Created page) Tag: Visual edit
- 14:13, 2 December 2024 Tvi talk contribs created page File:FieldFilesVideos edit.png
- 14:13, 2 December 2024 Tvi talk contribs uploaded File:FieldFilesVideos edit.png
- 14:13, 2 December 2024 Tvi talk contribs created page File:FieldFilesVideos show.png
- 14:13, 2 December 2024 Tvi talk contribs uploaded File:FieldFilesVideos show.png
- 14:04, 2 December 2024 Tvi talk contribs created page File:FieldFilesPictures edit.png
- 14:04, 2 December 2024 Tvi talk contribs uploaded a new version of File:FieldFilesPictures edit.png
- 14:04, 2 December 2024 Tvi talk contribs created page File:FieldFilesPictures show.png
- 14:04, 2 December 2024 Tvi talk contribs uploaded a new version of File:FieldFilesPictures show.png
- 14:00, 2 December 2024 Tvi talk contribs created page File:FieldFilesPictures BE.png
- 14:00, 2 December 2024 Tvi talk contribs uploaded a new version of File:FieldFilesPictures BE.png
- 09:14, 11 November 2024 Kpe talk contribs created page Applications/SMB suite (Created page with "The suite is a collection of common IT tools needed to run a company. Components # CRM # Workday_hours # Support tickets # Strategi tool")
- 08:47, 11 November 2024 Kpe talk contribs created page Applications/CRM (Created page with "Custom Relation Management comes with a basic setup that fits most companies, but you are supposed to fit it to your specific needs. Many organizations differ greatly in ways that should affect the CRM: Delivery format, Customer journey, B2B vs B2C If your company is special, so should your CRM be. User profiles * Sales * Phoners * Managers Content * Accounts, Followups * Oppertunities, Sales, Deliveries * Contacts, Interests, Roles * Activities, Meetings * Products...")
- 08:28, 11 November 2024 Kpe talk contribs created page Applications\Workday hours (Created page with "Time recording has become a statutory requirement for all white-collar workers in the EU. Often the hours also represent value that must be settled with the customers: In both cases it is important that the process is both precise and easy, which in TS can be completed with two clicks. Additionally, time can be related to customers, projects or different types of species you want to report or settle on. The benefit of the application is to get reliable hourly data with...")
- 08:03, 11 November 2024 Kpe talk contribs moved page Functionality to Features (Passer med undersiderne)
- 13:44, 10 November 2024 Kpe talk contribs created page Features/Access control (Created page with "== Usages == == Field access == == Data ownership == Data ownership will restrict which record in an entity the user can see. Different access restrictions exists * Group membership * Personal record * Access control lists ** Named users ** Named groups == Other access controls == Many other components in the platform have configuration options to make them available to a single group * Available buttons in the UI * Status available for selection * Widgets displaye...")
- 13:16, 10 November 2024 Kpe talk contribs created page Features/Data reports (Created page with "== Usages == In order to see the data you want two # Selecting data # Working with data == Selecting data == Data selection in TS is easy due advanced funtions * Partial strings * Numerical ranges * Date period ranges * Included in other views * Location areas Criterions may be combined with boolean operators AND and OR == Visualizing data == * Graphs * Pivot tables * Kanban board * Google maps == Statistical testing == * Chi / T tests * Distributions * Cyclic anal...")
- 13:03, 10 November 2024 Kpe talk contribs created page Features/Multi tenancy (Created page with "== Usages == TS has built multitennacy support allowing to build seggregated applications for multiple parties, while still having users working across organizational units. Data in the system can be handled in different ways * Owned by a single group of users * Shared ressource across groups (often readonly) * Hidden ressource (templates etc.) == SAAS onboarding == In TS it is quite easy to build SAAS application, becaue the onboarding can be fully automated. The pro...")
- 11:45, 10 November 2024 Kpe talk contribs created page Features/QR and NFC actions (Created page with "== Usages == QR code and NFC tags are plain and simply access to a URL, often with specific references to records. The purpose is to ease access to webbased ressources, so the user can do things with a simple gesture or action. Common usecase scenarios are * Working with inventorys * Consumers accessing information == Scanner automation == == Service pages ==")
- 10:41, 10 November 2024 Kpe talk contribs created page Features/Custom code (Created page with "== Usage == In some cases there will be a need for specialized functionality. Using codeunits you use all of the existing nocode features, and just do the special features in custom code. The platform will handle WHEN to execute the code, while you make the code do WHAT you want. Note that custom extensions are loaded dynamically, so the platform can still be updated independntly of your custom code. == Many extension points == Your custom code can be plugged into...")
- 10:26, 10 November 2024 Kpe talk contribs created page Features/AI conversion (Created page with "== Usage == Ever stood with a large mount of unstructured of documemts, wanting to convert them into structured database. With our AI Filemorph that is actually possible: You upload large amounts of documents, that are converted and linked to database records. == The Filemorph process == What the user sees # Bulk upload of files # Each file is converted to a record #* Record attributes are populated with data from the file #* The source file is attatched to the record...")
- 09:19, 10 November 2024 Kpe talk contribs created page Features/Relational database (Created page with "== Usage == Since the 1960 it has been well known that SQL databases are the way to go for complex systems storage. TS is based on the MySQL / MariaDB / Percona databases, and all data is fully normalized granting multiple benefits * High performance with high volumes * Easy to integrate with BI systems * Predictable structures == Scalable applications == Applications built in TS will adhere to common design practices ensuring good performance, stability and integrity...")
- 08:45, 10 November 2024 Kpe talk contribs created page Features/MitID og Eboks (Created page with "== Usage == == eBoks messaging == Cost will vary according to our deal with Stråfors or PostNord. === Instructions === # Set up eBoks account == MitID authentication == Cost for each succesfull login i approx 1 DKK. === Instructions === # Set up Criipto account # Add entity interface #* Choose MitID authentication # Click on NAME field > Assign #* Set User property = fname # Click on CPR field > Assign #* Set User property = cpr == MitID signatures == Cost...")
- 14:33, 9 November 2024 Kpe talk contribs created page Features/Multi device (Created page with "== Usage == By default alle applications built on the platform will work equally well on PC's, phones and tablets. Certain features on phones are automatically available when using these devices * Clicking phone numbers will make a call * Camera will open when adding pictures to a record == TS Gateway App == == Working offline == Applications can be set up to work offline, using cached copies of the website. In the meantime new records can be created and pictures can...")
- 14:12, 9 November 2024 Kpe talk contribs deleted page Functionality overview (Flyttet og revideret)
- 14:11, 9 November 2024 Kpe talk contribs created page Features/Dashboards (Created page with "== Usage == == AI assisted reporting == == Personalized content == Note that users in addition to dashboards also can save their own searches and list views: Features/Personal_views")
- 14:00, 9 November 2024 Kpe talk contribs created page Features/Website integration (Created page with "== Usage == ... == Look like the website == ... == Integrating questionaires in website == ... == Using TS content in website == Integration/ContentConnector == Wordpress integration == === Tracking user activity === ... === SSO with TS platform === ...")
- 13:54, 9 November 2024 Kpe talk contribs created page Features/Questionaires (Created page with " WORK IN PORGRESS - WORK IN PORGRESS - WORK IN PORGRESS Ressources * Tutorial/Questionaires * Integration/Interface")
- 13:42, 9 November 2024 Kpe talk contribs moved page CSV file import and export to Data import and export
- 13:36, 9 November 2024 Kpe talk contribs deleted page Security/Password policies (Konsolideret ind i https://wiki.tempusserva.dk/index.php?title=Security_setup#Password_Policies_%28recommended%29)
- 13:04, 9 November 2024 Kpe talk contribs deleted page Wrappers (Flyttet til anden side)
- 12:45, 9 November 2024 Kpe talk contribs created page Features/Customized design (Created page with "== Usage == To customize the look and feel of your platform, you can excert detailed control of all design elements * '''Stylesheets''' defining colors, graphics and fonts * '''Templates (rendering)''' controlling how pages are rendered * '''Wrapper''' controlling the header and footer on all pages * '''Language''' where labels on buttons are set * '''Buttons''' which controls the iconography == Design quickstart == For a most basic functional customer design you can...")
- 11:41, 9 November 2024 Kpe talk contribs created page Applications (Created page with "== Business == * CRM * Inventory * Produktionsstyring * Quality controls * Mobile inspection * Support tickets * Delivery management == Administration == * Invoicing * Contract management * Expense management * Vagtplanlægning * Hours registration * Leave planning == Compliance == * Quality system (medico) * IT governance (COMPASS) * GDPR fortegnelse * Whistleblower system * Contengency planning * Transfer pricing Dcumentation == Andet == * Strategi tool * SMV suite...")
- 20:14, 8 November 2024 Kpe talk contribs created page Features/Workflow engine (Created page with "== Usage == == Automated actions == == Webservice callbacks == == Notifications == == Process performance ==")
- 20:10, 8 November 2024 Kpe talk contribs created page Features/File managment (Created page with "== Usage == TS solutions will often include files either as related conted or generated artifacts. == WebDAV editing == == Document generation == == Document signing == == Media files == == Document 2 data ==")
- 20:05, 8 November 2024 Kpe talk contribs created page Features/Advanced input forms (Created page with "== Usage == In TS it is possbile to configure very advanced and dynamic input form behavior. The goal is to minimize the effort required to enter data, and at the same time maximize data quality. == Validation rules == == Field dependencies == == Workflow dependencies == == Lookup fields (DAWA,NACE etc.) ==")
- 19:36, 8 November 2024 Kpe talk contribs created page Features/Compliance (Created page with "== Usage == TS NoCode platform is designed to make sure that systems built on can be compliant without any work that needs to be done * Security (ISO27k and ISAE) * EU law (GDPR etc) * Financial regulation == OWASP security == Depending on setup of the server OWASP level 1 or level 2 can be reached. This includes almost all security requirements such as * Mitigation of common threats (SQL injection, CSRF etc.) * Request throttling * Password reset procedures * Logging (...")
- 12:59, 8 November 2024 Kpe talk contribs created page Features/Single signon (Created page with "== Usage == TS NoCode contains its own user management. In order to minimize the effort in maintaining the profiles, and require less effort for users allready authenticated in other systems. == Oauth2 == There are multiple Oauth 2 sources available • Azure • Office 365 • Google • LinkedIn • Facebook Note than only the Office 365 source can be used to synchronize group membership. === Implementation === Setup will require 2 steps # Setting up the SSO source...")
- 11:44, 8 November 2024 Kpe talk contribs created page Functionality (Created page with "== Components == * Relational database * Workflow engine * Document managment * Dashboards (BI) * Reporting == User interface == * Advanced input forms * Custom design (templates, wrappers, stylesheets) * Questionaires * Features/Multi languag...")
- 12:17, 7 November 2024 Kpe talk contribs created page Cloning an instance (Created page with "== Connecting to the server == First you must access the commandline on the system in question. This is done using a certificate and the Putty program. # Get a certificate private key from an existing admin user # Install Putty on your machine (alternative WinSCP) # Set up the profile in Putty ## Set hostaname = IP / domain name ## Set Category > Connection > SSH > Auth > Credentials > Private key file authentication ## Set Category > Connection > RLogin > Local usernam...")
- 11:44, 10 October 2024 Tvi talk contribs created page WebDAV (Created page with "== About our WebDAV implementation == Supported document types: Word, Excel, Powerpoint. Sometimes the action of saving a file, that was opened using WebDAV will fail, but only the first time, if it happens at all. To fix this, you just have to save the document again, and the issue will be gone for you, until you re-signin. == How to enable == Toggle the policy <code>webdavSupport</code> and <code>webdavSessionTokens</code> to <code>true</code>. File:WebDav fil...") Tag: Visual edit
- 11:39, 10 October 2024 Tvi talk contribs created page File:WebDav files.png
- 11:39, 10 October 2024 Tvi talk contribs uploaded File:WebDav files.png
- 11:08, 6 June 2024 Kpe talk contribs created page Tenant whitelabeling (Created page with " === Use and requiements === This feature will allow you to apply different styling for each ExclusiveGroup in the system. This is handled by injecting an extra stylesheet into the page, by including a special codeunit page inside ALL pages (displayed at the top). Limitations * Users without an ExclusiveGroup will have nos special styling * Only works with simple security (multiple ExclusiveGroups not possible) === Configuration === Do the following steps # Change the...")
- 10:09, 27 May 2024 Tvi talk contribs created page CloneSystem (Created page with "== What it does == Clones the entire webapp to another server. Only works on linux. == First setup == # Generate an SSH key for the tomcat-user on the source server <code>sudo -u tomcat ssh-keygen</code> # Add the public key to a user on the target server that has sudo-access # Connect from the source server, as tomcat, to the target server and accept the certificate # Add configurations == How to invoke == Invoke the codeunit, as an admin. eg. <code>[SERVER]/main?c...") Tag: Visual edit
- 09:41, 17 May 2024 Tvi talk contribs changed group membership for Jno from (none) to administrator