AccountsPayableService: Added checks in header terms from vendors to only use the vender defaults if the header data was not supplied in the payloadSalesOrderService. ShipToAddrNo was added to the return object to support change request from client in project (PoliFilm PhaseII).
SalesOrderService.
The CustomerOrderHeader loading of data was changed from using inline SQL code to using the SBO elements for business logic PurchaseOrderService. LoadPurchaseOrderByQuery dates where incorrect begin and end dates were identical. Looks like a copy/paste error from the original code that was never caught. Pointed out by Cameron at Unilink
Added to accountspayableservice.createAPVoucher
RejectDuplicates property to AccountsPayableHeader
to reject APVoucher creation if already created with same vendor id to AccountsPayableService
added to InventoryService following endpoints
DiscountPriceByPartCustDiscCode
MarketPriceByPart
CustomerPriceByPart
PartPriceBreakByCustomer
OrderPayment.Designer.cs modify OracleData information to use: (Oracle visual 7 table)
Oracle.ManagedDataAccess.Client instead of System.Data.OracleClient
Oracle.ManagedDataAccess.Client.OracleDbType instead of Oracle.ManagedDataAccess.Client.OracleDbType.
Oracle.ManagedDataAccess.Client.OracleDbType.VarChar1 instead of Oracle.ManagedDataAccess.Client.OracleDbType.Varchar2
Oracle.ManagedDataAccess.Client.OracleDbType.Decimal instead of Oracle.ManagedDataAccess.Client.OracleDbType.Decimal
Oracle.ManagedDataAccess.Client.OracleDbType.Date instead of Oracle.ManagedDataAccess.Client.OracleDbType.Date
Update nuget
Microsoft.Owin 4.2.0 to 4.2.2
NSwag.AspNet.Owin 13.13.2 to 14.2.0
Microsoft.AspNet.WebApi.Client 5.2.7 to 6.0.0
Microsoft.AspNet.WebApi.Core 5.2.7 to 5.3.0
Microsoft.Bcl.AsynInterfaced 8.0.0 to 9.0.2
Microsoft.Owin.Host.SystemWeb 4.2.0 to 4.2.2.
Microsoft.Web.Infrastructure 1.0.0 to 2.0.0
Namotion.Reflection 3.2.0 to 3.3.0
Newtonsoft.Json.Bson 1.0.2 to 1.0.3
System.Buffers 4.5.1 to 4.6.0
System.Memory 4.5.5 to 4.6.0
System.Text.Encodings.Web 8.0.0 to 9.0.2
System.Text.Json 8.0.5 to 9.0.2
System.Threading.Tasks.Extensions 4.5.4 to 4.6.0