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