From d5c78482dbf412f0b3dfb7d47a8c77528bead0bf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 18 Nov 2022 23:52:18 +0000 Subject: [PATCH] --- devdocs/todo.txt | 27 +++++++++++++++++++++++++ dist/install/windows/x64/lan.iss | 2 +- dist/install/windows/x64/standalone.iss | 2 +- server/AyaNova/AyaNova.csproj | 4 ++-- server/AyaNova/util/AyaNovaVersion.cs | 2 +- 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 330f77fd..7a45738d 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -4,3 +4,30 @@ todo: clean up solutions.txt and research.txt and move into a consolidated codin +Printed date: 11/18/22 Page 1 of 1 +MyHeaderCopy value is:{ "Id": 544, "Concurrency": 41215105, "Serial": 544, "Notes": +"one\nUpdated on render at Fri Nov 18 2022 14:37:44 GMT-0800 (Pacific Standard Time)", +"Wiki": null, "CustomFields": {}, "Tags": [], "CustomerId": 17, "CustomerViz": "Adams, Gleason +and Runolfsson", "CustomerTechNotesViz": null, "CustomerPhone1Viz": "697.907.8664 +x7787", "CustomerPhone2Viz": "(406) 837-7972 x321", "CustomerPhone3Viz": "416-306- +6458", "CustomerPhone4Viz": "", "CustomerPhone5Viz": "", "CustomerEmailAddressViz": +"Carmella.Kohler97@example.com", "ProjectId": null, "ProjectViz": null, +"InternalReferenceNumber": null, "CustomerReferenceNumber": null, +"CustomerContactName": null, "FromQuoteId": null, "FromPMId": null, "CreatedDate": "2022- +11-18T19:10:26.870114Z", "ServiceDate": "2022-11-18T19:10:20.989Z", "CompleteByDate": +null, "DurationToCompleted": "00:00:00", "InvoiceNumber": null, "CustomerSignature": null, +"CustomerSignatureName": null, "CustomerSignatureCaptured": null, "TechSignature": null, +"TechSignatureName": null, "TechSignatureCaptured": null, "Onsite": true, "ContractId": null, +"ContractViz": "-", "LastStatusId": null, "PostAddress": "6901 Langosh Village", "PostCity": +"Emardhaven", "PostRegion": "Georgia", "PostCountry": "Saint Vincent and the Grenadines", +"PostCode": "12106-4039", "Address": "174 Yost Corners", "City": "Emardhaven", "Region": +"Georgia", "Country": "Saint Vincent and the Grenadines", "Latitude": -81.3414, "Longitude": +74.8858, "IsLockedAtServer": false, "AlertViz": "", "FromQuoteViz": null, "FromPMViz": null, +"LastStateUserViz": null, "LastStateNameViz": null, "LastStateColorViz": null, +"LastStateCompletedViz": false, "LastStateLockedViz": false, "IsCompleteRecord": true, +"UserIsRestrictedType": false, "UserIsTechRestricted": false, "UserIsSubContractorFull": false, +"UserIsSubContractorRestricted": false, "UserCanViewPartCosts": true, +"UserCanViewLaborOrTravelRateCosts": true, "UserCanViewLoanerCosts": true } + + +{"id":544,"concurrency":41215105,"serial":544,"notes":"top","wiki":null,"customFields":{},"tags":[],"customerId":17,"customerTechNotesViz":null,"customerPhone1Viz":"697.907.8664 x7787","customerPhone2Viz":"(406) 837-7972 x321","customerPhone3Viz":"416-306-6458","customerPhone4Viz":"","customerPhone5Viz":"","customerEmailAddressViz":"Carmella.Kohler97@example.com","projectId":null,"internalReferenceNumber":null,"customerReferenceNumber":null,"customerContactName":null,"fromQuoteId":null,"fromPMId":null,"createdDate":"2022-11-18T19:10:26.870114Z","serviceDate":"2022-11-18T19:10:20.989Z","completeByDate":null,"durationToCompleted":"00:00:00","invoiceNumber":null,"customerSignature":null,"customerSignatureName":null,"customerSignatureCaptured":null,"techSignature":null,"techSignatureName":null,"techSignatureCaptured":null,"onsite":true,"contractId":null,"lastStatusId":null,"postAddress":"6901 Langosh Village","postCity":"Emardhaven","postRegion":"Georgia","postCountry":"Saint Vincent and the Grenadines","postCode":"12106-4039","address":"174 Yost Corners","city":"Emardhaven","region":"Georgia","country":"Saint Vincent and the Grenadines","latitude":-81.3414,"longitude":74.8858,"isLockedAtServer":false,"fromQuoteViz":null,"fromPMViz":null,"lastStateUserViz":null,"lastStateNameViz":null,"lastStateColorViz":null,"lastStateCompletedViz":false,"lastStateLockedViz":false,"isCompleteRecord":true,"userIsRestrictedType":false,"userIsTechRestricted":false,"userIsSubContractorFull":false,"userIsSubContractorRestricted":false,"userCanViewPartCosts":true,"userCanViewLaborOrTravelRateCosts":true,"userCanViewLoanerCosts":true,"isDirty":true} \ No newline at end of file diff --git a/dist/install/windows/x64/lan.iss b/dist/install/windows/x64/lan.iss index 5b30df8d..1352300a 100644 --- a/dist/install/windows/x64/lan.iss +++ b/dist/install/windows/x64/lan.iss @@ -1,7 +1,7 @@ ; LAN install for internal network use only #define MyAppName "AyaNova server" -#define MyAppVersion "8.0.21" +#define MyAppVersion "8.0.23" #define MyAppPublisher "Ground Zero Tech-Works, Inc." #define MyAppURL "https://ayanova.com/" #define MyAppLauncherExeName "ayanova-launcher.exe" diff --git a/dist/install/windows/x64/standalone.iss b/dist/install/windows/x64/standalone.iss index 05e6ab89..1c9126d7 100644 --- a/dist/install/windows/x64/standalone.iss +++ b/dist/install/windows/x64/standalone.iss @@ -3,7 +3,7 @@ ; external to lan requires different config #define MyAppName "AyaNova" -#define MyAppVersion "8.0.21" +#define MyAppVersion "8.0.23" #define MyAppPublisher "Ground Zero Tech-Works, Inc." #define MyAppURL "https://ayanova.com/" #define MyAppLauncherExeName "ayanova-launcher.exe" diff --git a/server/AyaNova/AyaNova.csproj b/server/AyaNova/AyaNova.csproj index 74d12792..4aed8096 100644 --- a/server/AyaNova/AyaNova.csproj +++ b/server/AyaNova/AyaNova.csproj @@ -4,8 +4,8 @@ true - 8.0.21 - 8.0.21.0 + 8.0.23 + 8.0.23.0 ayanova.ico bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml 1591 diff --git a/server/AyaNova/util/AyaNovaVersion.cs b/server/AyaNova/util/AyaNovaVersion.cs index 7dd59078..d767b56e 100644 --- a/server/AyaNova/util/AyaNovaVersion.cs +++ b/server/AyaNova/util/AyaNovaVersion.cs @@ -5,7 +5,7 @@ namespace AyaNova.Util /// internal static class AyaNovaVersion { - public const string VersionString = "8.0.21"; + public const string VersionString = "8.0.23"; public const string FullNameAndVersion = "AyaNova server " + VersionString; public const string CurrentApiVersion="v8"; }//eoc