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:
@@ -4258,7 +4258,7 @@ namespace AyaNova
|
||||
{
|
||||
|
||||
//DBManager.FireBirdRecomputeStatistics();
|
||||
#region Generate huge tracts o' data
|
||||
#region Generate huge tracts o' data
|
||||
//Random rand=new Random();
|
||||
|
||||
//Guid gTestSecurityGroupID = new Guid("{EA613C39-38F0-470E-9B76-ABB9B05C5F3A}");
|
||||
@@ -4583,7 +4583,7 @@ namespace AyaNova
|
||||
|
||||
#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>();
|
||||
// l.Add(new Guid("c9d07183-89d6-4dc0-bacb-e46a6c7a1b9a"));
|
||||
// l.Add(new Guid("d3eea5a5-6181-4484-afc6-20279aa9670d"));
|
||||
@@ -4639,7 +4639,7 @@ namespace AyaNova
|
||||
#endregion
|
||||
|
||||
|
||||
#region ayascript to updated selected workorders
|
||||
#region ayascript to updated selected workorders
|
||||
|
||||
|
||||
////============== START OF SCRIPT =========================
|
||||
@@ -4820,7 +4820,15 @@ namespace AyaNova
|
||||
|
||||
//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
|
||||
@@ -4977,7 +4985,7 @@ namespace AyaNova
|
||||
|
||||
#endregion
|
||||
|
||||
#region Import utility COMMENTED OUT
|
||||
#region Import utility COMMENTED OUT
|
||||
|
||||
|
||||
////==============================================================================
|
||||
@@ -5149,7 +5157,7 @@ namespace AyaNova
|
||||
|
||||
#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 ******
|
||||
////Change these values as required
|
||||
@@ -5284,7 +5292,7 @@ namespace AyaNova
|
||||
//MessageBox.Show("Finished, " + workordersClosed.ToString() + " workorders were closed and saved");
|
||||
#endregion
|
||||
|
||||
#region Generator on demand COMMENTED OUT
|
||||
#region Generator on demand COMMENTED OUT
|
||||
//try
|
||||
//{
|
||||
// AyaBizUtils.TG = true;
|
||||
@@ -5306,7 +5314,7 @@ namespace AyaNova
|
||||
//}
|
||||
#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();
|
||||
//int snCount = 0;
|
||||
////get all active warehouses without exception
|
||||
@@ -5341,7 +5349,7 @@ namespace AyaNova
|
||||
#endregion generate serialized inventory
|
||||
|
||||
|
||||
#region delete a bunch of clients
|
||||
#region delete a bunch of clients
|
||||
//StringBuilder sbRet = new StringBuilder();
|
||||
|
||||
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
|
||||
<!-- Development test MSSQL DB -->
|
||||
<!-- Development test MSSQL DB
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>MSSQL</DataBaseType>
|
||||
<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>
|
||||
<DataBaseType>FireBird</DataBaseType>
|
||||
<DataBaseConnectionString>ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3;</DataBaseConnectionString>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
<!-- DataPortal
|
||||
|
||||
@@ -15,7 +15,6 @@ using CSLA;
|
||||
using System.Runtime.Serialization.Formatters.Binary;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
//using Chilkat;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user