Use AutoCount Plug-In Converter 2.0

From AutoCount Resource Center
There are vast changes in namespace of AutoCount Accounting 2.0 assemblies.
AutoCount Plug-In Converter 2.0 helps to convert plug-in project of AutoCount Accounting 1.8 to plug-in project of AutoCount Accounting 2.0.
In this document, you can learn about what are the changes that can be done with AutoCount Converter 2.0.
Changes by AutoCount Plug-In Converter 2.0
BCE.AutoCount
All namespaces begin with BCE. are removed
1.8 Syntax 2.0 Syntax
BCE.AutoCount.Application.AppMessage AutoCount.AppMessage
BCE.AutoCount.Authentication.UserAuthentication AutoCount.Authentication.UserSession
BCE.AutoCount.Common.DocumentAuditTrail AutoCount.AuditTrail.DocumentAuditTrail
BCE.AutoCount.Common.AuditTrail.EventType AutoCount.AuditTrail.EventType
BCE.AutoCount.Common.FiscalYear.CheckTransactionDate(DateTime, string, BCE.Data.DBSetting)

AutoCount.Common.FiscalYear.CheckTransactionDate(AutoCount.Authentication.UserSession, DateTime, string, AutoCount.Data.DBSetting)

BCE.AutoCount.BasicReportOption AutoCount.Report.BasicReportOption
BCE.AutoCount.CommonForms.FormBasicReportOption AutoCount.Report.FormBasicReportOption
BCE.AutoCount.ForeignCurrencyRevaluation AutoCount.GL.ForeignCurrencyRevaluation
BCE.AutoCount.UnrealizedGainLoss AutoCount.GL.UnrealizedGainLoss
BCE.AutoCount.ParentNodesId AutoCount.Option.ParentNodesId
BCE.AutoCount.ChildNodesId AutoCount.Option.ChildNodesId
BCE.AutoCount.GSTHelper AutoCount.Tax.MalaysiaGST.GSTHelper
BCE.AutoCount. ApplyMalaysiaGSTLogicOption AutoCount.Tax.MalaysiaGST. ApplyMalaysiaGSTLogicOption
BCE.AutoCount.GSTProcessor AutoCount.Tax.MalaysiaGST.GSTProcessor
BCE.AutoCount.GiftRule AutoCount.Tax.MalaysiaGST.GiftRule
BCE.AutoCount.Iras AutoCount.Tax.Iras
BCE.AutoCount. WithholdingTax.WithholdingTax AutoCount.Tax.WithholdingTax
BCE.AutoCount.GL. WithholdingTaxTransactionListing AutoCount. Tax.WithholdingTax.WithholdingTaxTransactionListing
BCE.AutoCount.FaxHelper AutoCount.Utils.Messaging.FaxHelper
BCE.AutoCount.Utils.Controls.ErrorRetry AutoCount.Controls.ErrorRetry
BCE.AutoCount.Help.HelpProvider AutoCount.Utils.HelpProvider
BCE.AutoCount.Invoicing.Utils.ArrayToString AutoCount.Utils.StringHelper.IListToCommaString
BCE.AutoCount.Misc.StringHelper AutoCount.Utils.StringHelper
BCE.AutoCount.CustomSetting AutoCount.Serialization.BaseSetting
BCE.AutoCount.PersistenceUtil AutoCount.Serialization.Utils
BCE.AutoCount.FormUtils.FormSettings AutoCount.Serialization.FormSettings
BCE.AutoCount.SQLHelper AutoCount.Utils.SQLHelper
BCE.AutoCount.POSLookupEditBuilder AutoCount.XtraUtils.POSLookupEditBuilder
BCE.AutoCount.POSLookupEditBuilderV2 AutoCount.XtraUtils.POSLookupEditBuilderV2
BCE.AutoCount.FilterUI.POSFilterUI AutoCount.Controls.FilterUI
BCE.AutoCount.POSHelper AutoCount.POS.Utils.POSHelper
BCE.AutoCount.CommonAccounting.CommonGridViewHelper AutoCount.XtraUtils.GridViewHelper
BCE.AutoCount.Data.DocumentHelper AutoCount.Document.DocumentHelper
BCE.AutoCount.Data.CommonRecordUtils AutoCount.Data.RecordUtils
BCE.AutoCount.DragDrop.DocumentCarrier AutoCount.Document.DragDropCarrier
BCE.AutoCount.DecimalNumberFormatInfo AutoCount.Settings.DecimalNumberFormatInfo
BCE.AutoCount.MonthlyGSTTaxableAmount AutoCount.Tax.MonthlyGSTTaxableAmount
BCE.AutoCount.CommonForms.FormSetTaxDate AutoCount.Tax..FormSetTaxDate
BCE.AutoCount.CommonForms.FormSetTaxDetails AutoCount.Tax.FormSetTaxDetails
BCE.AutoCount.CommonForms.FormConfirmChangeTaxTrans AutoCount.CommonForms.FormConfirmChangeTaxTrans
BCE.AutoCount.CommonForms AutoCount.Forms
BCE.AutoCount.ContextException AutoCount.Exceptions
BCE.AutoCount.Convert.ToCultureInfoNumberWording AutoCount.Utils.NumberToWords.ToCultureInfoNumberWording
BCE.AutoCount.Convert.ToIndonesian AutoCount.Utils.NumberToWords.ToIndonesian
BCE.AutoCount.Convert.ToEnglish AutoCount.Utils.NumberToWords.ToEnglish
BCE.AutoCount.Convert.ToVietnamese AutoCount.Utils.NumberToWords.ToVietnamese
BCE.AutoCount.Convert.ToChinese AutoCount.Utils.NumberToWords.ToSimplifiedChinese
BCE.AutoCount.Application.Icon AutoCount.Application.Properties.Icon
BCE.AutoCount.Application.DBSetting AutoCount.Application.Properties.DBSetting
BCE.AutoCount.Application.AppException AutoCount.AppException
BCE.AutoCount.XtraUtils.XtraBarUtil AutoCount.XtraUtils.XtraBars
BCE.AutoCount.ActivityStream.Activity.Log AutoCount.ActivityStream.Log
BCE.AutoCount.Document.Document.CreateDocument AutoCount.Document.DocumentNumber.Create
BCE.AutoCount.Controller.ModuleController AutoCount.LicenseControl.ModuleController
xxx.FormInitializeEventArgs xxx.FormxxxEntry.FormInitializeEventArgs
xxx.FormClosedEventArgs xxx.FormxxxEntry. FormClosedEventArgs
xxx.FormEventArgs xxx.FormxxxEntry.FormEventArgs
BCE.AutoCount.UDF.UDFUtil AutoCount.UDF.UDFUtil
public override void MenuItemClick(AutoCount.Application.ISimpleThreadFormLauncher threadFormLauncher, DBSetting dbSetting) public override void MenuItemClick(AutoCount.Application.ISimpleThreadFormLauncher threadFormLauncher, UserSession userSession)
.BatchNo.Enable .ItemBatch.Enable
Changes by AutoCount Plug-In Converter 2.0
BCE.Data
Remove BCE.Data.Convert.ToDBObject
1.8 Syntax 2.0 Syntax
BCE.Data.Convert AutoCount.Converter
BCE.Data.DBString string
BCE.Data.DBDecimal decimal?
BCE.Data.DBDateTime datetime?
BCE.Data.DBBoolean bool?
BCE.Data.DBInt16 short?
BCE.Data.DBInt32 int?
BCE.Data.DBInt64 long?
BCE.Data.Convert.ToDBString AutoCount.Converter.ToString
BCE.Data.Convert.ToDBDecimal AutoCount.Converter.ToNullableDecimal
BCE.Data.ToDBDateTime AutoCount.Converter.ToNullableDateTime
BCE.Data.ToDBBoolean AutoCount.Converter.ToNullableBoolean
BCE.Data.ToDBInt16 AutoCount.Converter.ToNullableInt16
BCE.Data.ToDBInt32 AutoCount.Converter.ToNullable32
BCE.Data.ToDBInt64 AutoCount.Converter.ToNullable64
Changes by AutoCount Plug-In Converter 2.0
BCE.AutoCount.Settings to AutoCount.Settings
Remove RoundTo...DBObject
1.8 Syntax 2.0 Syntax
xxx.RoundToQuantityDBDecimal xxx.RoundNullableQuantity
xxx.RoundToCostDBDecimal xxx.RoundNullableCost
xxx.RoundToSalesPriceDBDecimal xxx.RoundNullableSalesPrice
xxx.RoundToPurchasePriceDBDecimal xxx.RoundNullablePurchasePrice
xxx.RoundToPercentDBDecimal xxx.RoundNullablePercent
xxx.RoundToCurrencyDBDecimal xxx.RoundNullableCurrency
xxx.RoundToCurrencyRateDBDecimal xxx.RoundNullableCurrencyRate
xxx.RoundToWeightDBDecimal xxx.RoundNullableWeight
xxx.RoundToVolumeDBDecimal xxx.RoundNullableVolume
xxx.RoundToMemberPointDBDecimal xxx.RoundNullableMemberPoint
xxx.RoundToSalesFooter1ParamDBDecimal xxx.RoundNullableSalesFooter1Param
xxx.RoundToSalesFooter2ParamDBDecimal xxx.RoundNullableSalesFooter2Param
xxx.RoundToSalesFooter3ParamDBDecimal xxx.RoundNullableSalesFooter3Param
xxx.RoundToPurchaseFooter1ParamDBDecimal xxx.RoundNullablePurchaseFooter1Param
xxx.RoundToPurchaseFooter2ParamDBDecimal xxx.RoundNullablePurchaseFooter2Param
xxx.RoundToPurchaseFooter3ParamDBDecimal xxx.RoundNullablePurchaseFooter3Param


Thanks to LP for providing the information.

Go to menu

Go to top
Resources For AutoCount Software Developers