commit just before attempt to replace chilkat email with .net email

this is the revert point if that fails to work and we have to buy a new chilkat license
This commit is contained in:
2022-05-31 16:39:40 +00:00
parent e70f64a323
commit 0686f99f14
3 changed files with 21 additions and 14 deletions

View File

@@ -4258,7 +4258,7 @@ namespace AyaNova
{ {
//DBManager.FireBirdRecomputeStatistics(); //DBManager.FireBirdRecomputeStatistics();
#region Generate huge tracts o' data #region Generate huge tracts o' data
//Random rand=new Random(); //Random rand=new Random();
//Guid gTestSecurityGroupID = new Guid("{EA613C39-38F0-470E-9B76-ABB9B05C5F3A}"); //Guid gTestSecurityGroupID = new Guid("{EA613C39-38F0-470E-9B76-ABB9B05C5F3A}");
@@ -4583,7 +4583,7 @@ namespace AyaNova
#endregion generate huge tracts o' data #endregion generate huge tracts o' data
#region ayascript to update and close selected workorders #region ayascript to update and close selected workorders
//System.Collections.Generic.List<Guid> l= new System.Collections.Generic.List<Guid>(); //System.Collections.Generic.List<Guid> l= new System.Collections.Generic.List<Guid>();
// l.Add(new Guid("c9d07183-89d6-4dc0-bacb-e46a6c7a1b9a")); // l.Add(new Guid("c9d07183-89d6-4dc0-bacb-e46a6c7a1b9a"));
// l.Add(new Guid("d3eea5a5-6181-4484-afc6-20279aa9670d")); // l.Add(new Guid("d3eea5a5-6181-4484-afc6-20279aa9670d"));
@@ -4639,7 +4639,7 @@ namespace AyaNova
#endregion #endregion
#region ayascript to updated selected workorders #region ayascript to updated selected workorders
////============== START OF SCRIPT ========================= ////============== START OF SCRIPT =========================
@@ -4820,7 +4820,15 @@ namespace AyaNova
//ctrl-alt-g for GRID FILTER CRITERIA //ctrl-alt-g for GRID FILTER CRITERIA
#region gen workorders COMMENTED OUT #region RUN NOTIFICATIONS ON DEMAND
Status("Processing user notifications...");
GenProcessDeliveries.DeliverNotifications();
Status("Processing client notifications...");
GenProcessClientNotifications.DeliverNotifications();
#endregion
#region gen workorders COMMENTED OUT
//============================================================================== //==============================================================================
//Workorders //Workorders
@@ -4977,7 +4985,7 @@ namespace AyaNova
#endregion #endregion
#region Import utility COMMENTED OUT #region Import utility COMMENTED OUT
////============================================================================== ////==============================================================================
@@ -5149,7 +5157,7 @@ namespace AyaNova
#endregion import util #endregion import util
#region Close selected workorders by criteria COMMENTED OUT #region Close selected workorders by criteria COMMENTED OUT
////**** CLOSE SELECTED WORKORDERS THAT MATCH THE FOLLOWING ****** ////**** CLOSE SELECTED WORKORDERS THAT MATCH THE FOLLOWING ******
////Change these values as required ////Change these values as required
@@ -5284,7 +5292,7 @@ namespace AyaNova
//MessageBox.Show("Finished, " + workordersClosed.ToString() + " workorders were closed and saved"); //MessageBox.Show("Finished, " + workordersClosed.ToString() + " workorders were closed and saved");
#endregion #endregion
#region Generator on demand COMMENTED OUT #region Generator on demand COMMENTED OUT
//try //try
//{ //{
// AyaBizUtils.TG = true; // AyaBizUtils.TG = true;
@@ -5306,7 +5314,7 @@ namespace AyaNova
//} //}
#endregion generator on demand #endregion generator on demand
#region Generate serialized inventory for a single part COMMENTED OUT #region Generate serialized inventory for a single part COMMENTED OUT
//Random rand = new Random(); //Random rand = new Random();
//int snCount = 0; //int snCount = 0;
////get all active warehouses without exception ////get all active warehouses without exception
@@ -5341,7 +5349,7 @@ namespace AyaNova
#endregion generate serialized inventory #endregion generate serialized inventory
#region delete a bunch of clients #region delete a bunch of clients
//StringBuilder sbRet = new StringBuilder(); //StringBuilder sbRet = new StringBuilder();

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<!-- Development test MSSQL DB --> <!-- Development test MSSQL DB
<ConnectionType>DataBase</ConnectionType> <ConnectionType>DataBase</ConnectionType>
<DataBaseType>MSSQL</DataBaseType> <DataBaseType>MSSQL</DataBaseType>
<DataBaseConnectionString>Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password = abraxis;</DataBaseConnectionString> <DataBaseConnectionString>Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password = abraxis;</DataBaseConnectionString>
-->
<!-- DEVELOPMENT embedded Firebird database -->
<!-- DEVELOPMENT embedded Firebird database
<ConnectionType>DataBase</ConnectionType> <ConnectionType>DataBase</ConnectionType>
<DataBaseType>FireBird</DataBaseType> <DataBaseType>FireBird</DataBaseType>
<DataBaseConnectionString>ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3;</DataBaseConnectionString> <DataBaseConnectionString>ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3;</DataBaseConnectionString>
-->
<!-- DataPortal <!-- DataPortal

View File

@@ -15,7 +15,6 @@ using CSLA;
using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serialization.Formatters.Binary;
using System.IO; using System.IO;
using System.Collections.Generic; using System.Collections.Generic;
//using Chilkat;
using System.Text; using System.Text;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;