Code Monkey home page Code Monkey logo

macsauto_w_finance's People

Contributors

sam-adam avatar surwijaya12 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

macsauto_w_finance's Issues

Transaction - Product Movement - Error On MessageBox Complete Configuration

MySql.Data.MySqlClient.MySqlException (0x80004005): Invalid attempt to access a field before calling Read()
   at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags)
   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure)
   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.InternalLateIndexGet(Object Instance, Object[] Arguments, String[] ArgumentNames, Boolean ReportErrors, ResolutionFailure& Failure, Boolean[] CopyBack)
   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateInvokeDefault(Object Instance, Object[] Arguments, String[] ArgumentNames, Boolean ReportErrors, Boolean[] CopyBack)
   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateIndexGet(Object Instance, Object[] Arguments, String[] ArgumentNames)
   at MacsautoIndonesia._001_16_Material_Account.setData(String query, ComboBox cbo) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-16-Material_Account.vb:line 8
   at MacsautoIndonesia._001_16_Material_Account._001_16_Material_Account_Load(Object sender, EventArgs e) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-16-Material_Account.vb:line 21

Product - Create New Error

Column count doesn't match value count at row 1
at MacsautoIndonesia.GlobalModule.Handle(Exception exception) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\999-Others\GlobalModule.vb:line 181
at MacsautoIndonesia.Module1.ExecQueryNonReader(Object query) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\999-Others\Module1.vb:line 41
at MacsautoIndonesia._002_01_Product.save_Click(Object sender, EventArgs e) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\002-Master Data\002-01-Product.vb:line 223
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

ProductMovement error kalau mtrac kosong

Sepertinya beberapa form yang ada config account nya harus dicek kalau confignya belum ada atau udah gak valid.

Mungkin bisa dicoba pake database bersih, terus running migration

Accounting - Configuration - Exception If Input Is Incomplete

  • Define Account Type
    • image
    • Exception mesage:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at MacsautoIndonesia._001_13_Define_Account_Type.saveact() in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-13-Define_Account_Type.vb:line 25
   at MacsautoIndonesia._001_13_Define_Account_Type.BtnSave_Click(Object sender, EventArgs e) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-13-Define_Account_Type.vb:line 15
  • Define Accounting Document
    • image
    • Exception message:
System.NullReferenceException: Object reference not set to an instance of an object.
   at MacsautoIndonesia._001_14_Acct_Doc_Type.saveact() in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-14-Acct_Doc_Type.vb:line 18
   at MacsautoIndonesia._001_14_Acct_Doc_Type.BtnSave_Click(Object sender, EventArgs e) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-14-Acct_Doc_Type.vb:line 24
  • Petty Cash Account
    • image
    • Exception message:
MySql.Data.MySqlClient.MySqlException (0x80004005): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
   at MacsautoIndonesia.Module1.ExecQueryNonReader(Object query) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\999-Others\Module1.vb:line 36
   at MacsautoIndonesia._001_15_Petty_Cash_Config.saveSource1() in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-15-Petty_Cash_Config.vb:line 17
   at MacsautoIndonesia._001_15_Petty_Cash_Config.sourceBtn_Click(Object sender, EventArgs e) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-15-Petty_Cash_Config.vb:line 81
  • image
  • Exception message:
System.NullReferenceException: Object reference not set to an instance of an object.
   at MacsautoIndonesia._001_15_Petty_Cash_Config.saveUsage() in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-15-Petty_Cash_Config.vb:line 48
   at MacsautoIndonesia._001_15_Petty_Cash_Config.BtnSave_Click(Object sender, EventArgs e) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-15-Petty_Cash_Config.vb:line 89
  • Set accounting period
    • image
    • Exception message:
System.NullReferenceException: Object reference not set to an instance of an object.
   at MacsautoIndonesia._001_17_Define_Accounting_Period.Button2_Click(Object sender, EventArgs e) in C:\Users\Sam\Documents\Visual Studio 2012\Projects\Macsauto_w_Finance\MacsautoIndonesia\001-Configuration\001-17-Define_Accounting_Period.vb:line 72

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.