case 3740

This commit is contained in:
2020-04-02 19:30:29 +00:00
parent f8aa497535
commit 322134e1d7
3 changed files with 9 additions and 7 deletions

View File

@@ -1,14 +1,16 @@
//////////////////////////////////////////////////////////
//TODO
case 3740 - schema update fix inventory 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 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
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

View File

@@ -1,11 +1,11 @@
<?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>
-->
<!-- Customer restored MSSQL DB
<ConnectionType>DataBase</ConnectionType>
@@ -13,11 +13,11 @@
<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>
<DataBaseType>FireBird</DataBaseType>
<DataBaseConnectionString>ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3;</DataBaseConnectionString>
-->
<!-- DataPortal
<ConnectionType>DataPortal</ConnectionType>

View File

@@ -64,4 +64,4 @@ using System.Security.Permissions;
// 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: AssemblyFileVersionAttribute("7.6.3.0")]
[assembly: AssemblyFileVersionAttribute("7.6.4.0")]