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...")