User contributions for Mike
30 September 2025
- 01:3601:36, 30 September 2025 diff hist +122 Permissions and Roles No edit summary current Tag: Visual edit
- 01:3501:35, 30 September 2025 diff hist +11 N File:Image RoleConfig.png No edit summary current
- 01:3201:32, 30 September 2025 diff hist +88 Permissions and Roles →Overview Tag: Visual edit
- 01:3101:31, 30 September 2025 diff hist +74 Zinform Wiki Home No edit summary current Tag: Visual edit
- 01:2901:29, 30 September 2025 diff hist +140 N Template:No Created page with "<span style="background-color:#FFB6C1; padding:2px 8px; border-radius:3px;">✗</span><noinclude> Category:Status templates </noinclude>" current
- 01:2801:28, 30 September 2025 diff hist +140 N Template:Yes Created page with "<span style="background-color:#90EE90; padding:2px 8px; border-radius:3px;">✓</span><noinclude> Category:Status templates </noinclude>" current
- 01:2601:26, 30 September 2025 diff hist +885 Permissions and Roles →Quick Reference Matrix Tag: Visual edit
- 01:2501:25, 30 September 2025 diff hist +872 Permissions and Roles No edit summary Tag: Visual edit
- 01:2101:21, 30 September 2025 diff hist +2,800 N Permissions and Roles Created Page Tag: Visual edit
6 March 2025
- 21:0021:00, 6 March 2025 diff hist +8 Minimum System Requirements →Microsoft SQL Server current Tag: Visual edit
- 02:4902:49, 6 March 2025 diff hist 0 Minimum System Requirements No edit summary Tag: Visual edit
- 02:4802:48, 6 March 2025 diff hist +11 Minimum System Requirements →Microsoft .NET 8 Tag: Visual edit
23 October 2024
- 22:1222:12, 23 October 2024 diff hist +29 N File:EmPOWER 5-3-24.zip emPOWER 5.03.24 current
- 22:1022:10, 23 October 2024 diff hist +38 N File:ZinformAccounts5 03 34.zip Zinform Accounts 5.03.34 current
18 September 2024
- 00:2300:23, 18 September 2024 diff hist +266 Floating Views No edit summary current Tag: Visual edit
- 00:2100:21, 18 September 2024 diff hist +11 N File:DropCloseup.png No edit summary current
- 00:2000:20, 18 September 2024 diff hist +36 Floating Views No edit summary Tag: Visual edit
17 September 2024
- 22:5422:54, 17 September 2024 diff hist +11 N File:FloatingMod.png No edit summary current
- 22:4322:43, 17 September 2024 diff hist +159 Floating Views No edit summary Tag: Visual edit
- 03:3803:38, 17 September 2024 diff hist +45 Zinform Wiki Home No edit summary Tag: Visual edit
- 03:3703:37, 17 September 2024 diff hist +315 Invoice Printing Direct via New Zinform →Printing directly from Zinform Accounts 6 current Tag: Visual edit
- 03:3403:34, 17 September 2024 diff hist +345 Invoice Printing Direct via New Zinform No edit summary Tag: Visual edit
- 03:3103:31, 17 September 2024 diff hist +11 N File:CommitPrint.png No edit summary current
- 03:3003:30, 17 September 2024 diff hist +768 N Invoice Printing Direct via New Zinform Created page with "== Printing or reprinting an Invoice direct via New Zinform Accounts 6 == If set correctly old Zinform 5.37 can directly print new invoices or reprint invoices to the new Zinform Accounts 6 System. This means that you can use the new printing system on demand. This allows for Emailing, PDF or Word formats. === Requirements: === * Minimum version of Zinform (old emPOWER 5.37) * Minimum version of new Zinform Accounts 6.0.7.50 * Document Setup on the Transaction Type fo..." Tag: Visual edit
- 03:2503:25, 17 September 2024 diff hist +14 N File:DocumentFormat.png No edit summary current
- 03:2303:23, 17 September 2024 diff hist +14 N File:TransTypeSetup.png No edit summary current
9 September 2024
- 20:3620:36, 9 September 2024 diff hist +78 Zinform Wiki Home No edit summary Tag: Visual edit
- 04:0204:02, 9 September 2024 diff hist +69 Document Scripting No edit summary current Tag: Visual edit
- 03:5103:51, 9 September 2024 diff hist +385 Document Scripting No edit summary Tag: Visual edit
- 03:4703:47, 9 September 2024 diff hist −1 Document Scripting No edit summary Tag: Visual edit
- 03:4703:47, 9 September 2024 diff hist +3 Document Scripting →Save Document: Tag: Visual edit
- 03:4503:45, 9 September 2024 diff hist +418 Document Scripting No edit summary Tag: Visual edit
- 03:4003:40, 9 September 2024 diff hist +463 N Document Scripting Created page with "=== ZinWord Document === ==== Create New: ==== ZinWord document = new ZinWord(); ==== Load Document: ==== ===== By FileName: ===== document.LoadDocument(documentFileName); ===== By Stream: ===== document.LoadStream(MemoryStream); ==== Save Document: ==== document.SaveDocument(documentFileName);<blockquote>Documents are saved by their file types used in the extension eg: MyFile.pdf will save a pdf while MyFile.docx will save a word document. </blockquote>" Tag: Visual edit
29 August 2024
- 01:5301:53, 29 August 2024 diff hist +10 MediaWiki:Common.css No edit summary current
- 01:5201:52, 29 August 2024 diff hist +13 MediaWiki:Common.js No edit summary current
- 01:5201:52, 29 August 2024 diff hist +10 MediaWiki:Minerva.css No edit summary current
- 01:5201:52, 29 August 2024 diff hist +13 MediaWiki:Minerva.js No edit summary current
- 01:5001:50, 29 August 2024 diff hist +263 N MediaWiki:Minerva.js Created page with "→All JavaScript here will be loaded for users of the MinervaNeue skin: if (mw.config.get('wgUserName') === null) { var viewSourceTab = document.getElementById('ca-viewsource'); if (viewSourceTab) { viewSourceTab.style.display = 'none'; } }"
- 01:4901:49, 29 August 2024 diff hist +121 N MediaWiki:Minerva.css Created page with "→All CSS here will be loaded for users of the MinervaNeue skin: body.logged-out #ca-viewsource { display: none; }"
- 01:4301:43, 29 August 2024 diff hist +189 MediaWiki:Common.js No edit summary
- 01:4101:41, 29 August 2024 diff hist +104 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: body.logged-out #ca-viewsource { display: none; }"
- 01:3501:35, 29 August 2024 diff hist +28 Zinform Wiki Home →Zinform Accounts 6 Features Tag: Visual edit
- 01:3401:34, 29 August 2024 diff hist +24 N Current Release Features Created page with "Current Release Features" current Tag: Visual edit
- 01:3201:32, 29 August 2024 diff hist +37 Zinform Wiki Home →Zinform Accounts 6 Features Tag: Visual edit
- 01:3201:32, 29 August 2024 diff hist +35 Zinform Wiki Home →Zinform Main Help Page Tag: Visual edit
- 01:3101:31, 29 August 2024 diff hist −25 Zinform Wiki Home →Getting started Tag: Visual edit
- 01:0701:07, 29 August 2024 diff hist +20 N File:Zinform Accounts 100.png No edit summary current
- 01:0701:07, 29 August 2024 diff hist +20 N File:Zinform Accounts 150.png No edit summary current
- 00:4800:48, 29 August 2024 diff hist −294 Guide to installing Zinform Accounts V6 No edit summary current Tag: Visual edit
- 00:4600:46, 29 August 2024 diff hist +255 Guide to installing Zinform Accounts V6 No edit summary Tag: Visual edit