case 3740
This commit is contained in:
6
TODO.txt
6
TODO.txt
@@ -1,14 +1,16 @@
|
|||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
//TODO
|
//TODO
|
||||||
|
|
||||||
case 3740 - schema update fix inventory stuff
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
//DONE STUFF
|
//DONE STUFF
|
||||||
Biz 7.6 patch 3
|
Biz 7.6 patch 4
|
||||||
case 3738 - PO Items could remain not deleted when PO closed with none received
|
case 3738 - PO Items could remain not deleted when PO closed with none received
|
||||||
case 3739 - PO Item quantity ordered sometimes not set correctly when PO is partially received, then closed
|
case 3739 - PO Item quantity ordered sometimes not set correctly when PO is partially received, then closed
|
||||||
|
case 3740 - Database schema update to repair inventory related values due to prior issues fixed by cases 3738 and 3739
|
||||||
|
(Re-set inventory on order, on order committed, remove orphaned po items that are status closed_none_received, re-set qty ordered on po items that are status closed_partially_received)
|
||||||
|
|
||||||
Windows AyaNova 7.6 patch 2
|
Windows AyaNova 7.6 patch 2
|
||||||
case 3736 - All main object edit forms except workorder would not prompt user to save before printing report which could result in stale values on report
|
case 3736 - All main object edit forms except workorder would not prompt user to save before printing report which could result in stale values on report
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
<?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>
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Customer restored MSSQL DB
|
<!-- Customer restored MSSQL DB
|
||||||
<ConnectionType>DataBase</ConnectionType>
|
<ConnectionType>DataBase</ConnectionType>
|
||||||
@@ -13,11 +13,11 @@
|
|||||||
<DataBaseConnectionString>Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova-XXXXX;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
<DataBaseConnectionString>Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova-XXXXX;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- TEST embedded Firebird database -->
|
<!-- TEST 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
|
||||||
<ConnectionType>DataPortal</ConnectionType>
|
<ConnectionType>DataPortal</ConnectionType>
|
||||||
|
|||||||
@@ -64,4 +64,4 @@ using System.Security.Permissions;
|
|||||||
// Configure log4net using the .config file
|
// Configure log4net using the .config file
|
||||||
//[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
|
//[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)]
|
||||||
//[assembly: log4net.Config.XmlConfigurator( ConfigFile="Log4Net.config",Watch=true )]
|
//[assembly: log4net.Config.XmlConfigurator( ConfigFile="Log4Net.config",Watch=true )]
|
||||||
[assembly: AssemblyFileVersionAttribute("7.6.3.0")]
|
[assembly: AssemblyFileVersionAttribute("7.6.4.0")]
|
||||||
|
|||||||
Reference in New Issue
Block a user