Questions tagged [myob]

MYOB is a company that produces a number of accounting packages aimed at different company sizes and requirements (e.g. General Accounting, Inventory, Payroll, Payments, ...). It offers a programmatic interface for querying and importing information through a pseudo SQL ODBC driver (AccountRight V19) and more recently through REST based APIs (AccountRight Live, Essentials, Cashbook, ...).

MYOB is a company that produces a number of accounting packages aimed at different company sizes and requirements (e.g. General Accounting, Inventory, Payroll, Payments, ...). It offers a programmatic interface for querying and importing information through a pseudo SQL ODBC driver (AccountRight V19) and more recently through REST based APIs (AccountRight Live, Essentials, Cashbook, ...).

More information about developing against MYOB products can be found in their developer portal - http://developer.myob.com/ and on samples provided on github - https://github.com/MYOB-Technology

79 questions
3
votes
3 answers

QuickBooks vs. MYOB vs. PeachTree

I've been trying to choose between the three accounting software. However, I can't decide which one should I use. In terms of user interface, I would go for PeachTree and QuickBooks. MYOB seems too old IMHO. In terms of using for software…
Michael Detras
  • 211
  • 2
  • 5
2
votes
0 answers

Unable to uninstall 'Newtonsoft.Json.11.0.2' because something depends on it

I am using sample code from some sample code from MYOB to access their SDK After updating to the latest SDK, when I try to build I get an error Unable to uninstall 'Newtonsoft.Json.11.0.2' because 'MYOB.AccountRight.API.SDK.2016.2.99' depends on it.…
Kirsten
  • 15,730
  • 41
  • 179
  • 318
2
votes
2 answers

How do you tap into MYOB from a .NET app?

I'm interested in finding out how to interface a .NET app (or even just about any app running on any platform, maybe even Java or PHP) with MYOB. There's a system already in place that uses MYOB but the business owner wants their different branch…
cruizer
  • 6,103
  • 2
  • 27
  • 34
2
votes
2 answers

Myob Accountright Live

I am trying to create a new customer in sandbox account of accountright Live api v2. I am able to obtain access token using the sample php oAuth class. Now when i send a request for creating new customer, i get a 403 forbidden response. The code i…
Passionate
  • 73
  • 2
  • 8
2
votes
1 answer

why can i use myob Odbc direct driver v7my with windows 7

why can i use myob Odbc direct driver v7my with windows 7, i have tried using the same odbc driver with XP and vista and it works fine. please help me tnx.
joseph
  • 21
  • 2
2
votes
2 answers

Microsoft Access connection to MYOB ODBC developer mode

I am running 32-bit Microsoft Access on Windows 8.1 and MYOB Premier 19.10 Have no problem setting up a 32 bit DSN and accessing MYOB in read only mode from Access. Have installed developer key and have tested connection using TestConnection from…
Gary
  • 21
  • 2
2
votes
2 answers

Anyone have experience integrating with MYOB?

Looking to integrate a web application with MYOB. There's not much in terms of documentation out there. I've found a couple of companies that provide middleware, but nothing promising. Just thought I'd see if anyone else out there has had experience…
mwalsher
  • 2,790
  • 2
  • 33
  • 41
2
votes
1 answer

Building IEnumerable in loop

Classes: public class CalculateDiscountsFees { public IEnumerable Items { get; set; } } public class CalculateDiscountsFeesItem { public int RequestID { get; set; } public CalculateDiscountsFeesSale…
Tim Long
  • 393
  • 1
  • 5
  • 17
2
votes
3 answers

C# - Join tables from two different databases using different ODBC drivers

I have a C# application which needs to pull data from two different databases: Database 1 is a MYOB database (which uses ODBC to connect using MYOB's driver) Database 2 is an Access database, again I'm using ODBC to connect to it. Eg. this is the…
James
  • 23
  • 3
1
vote
1 answer

Retrieve the response code from header cURL php

I am trying to get the response code from the response header using cURL PHP. When I send the request, this is the response header that is returned by MYOB AccountRight API: HTTP/1.1 200 OK Access-Control-Expose-Headers:…
mmm000
  • 89
  • 8
1
vote
0 answers

Json API response manipulation PHP

I am trying to modify a json response from an API (MYOB in this case) so I can update a record within MYOB. This requires me to grab the full json response modify what I need and put the entire json response back to the api. What is the best way to…
Benm
  • 9
  • 3
1
vote
2 answers

Unable to update checkbox with true value

Trying to make a customized checkbox to stay true for all newly created documents. Attributes: [PXDBBool()] [PXDefault(TRUE)] [PXUIField(DisplayName = "Update Projects")] ASPX:
1
vote
1 answer

MYOB Essentials Invoice API unable to push invoice

I am using RestSharp to push an invoice to MYOB. RestClient myobPostInvoicesClient = new RestClient("https://api.myob.com/"); RestRequest myobPostInvoicesRequest = new RestRequest("au/essentials/businesses/" + business_uid +…
1
vote
0 answers

How to clear an MYOB table field?

AccountRight Enterprise v19, using ODBCAU1001. I'd posted this to the MYOB forum before finding out that ODBC questions for my MYOB version should be posted to StackOverflow, so here it is. I need to clear a few fields in the customer card, but MYOB…
Graham
  • 11
  • 2
1
vote
0 answers

MyOb duplicate contacts being pushed in company file API

I am trying to push contacts from my Database VIA API http://developer.myob.com/api/accountright/v2/contact/customer/ It push the contacts fine, but when i t revoke company file access (i reset myob_id in DB while doing it) & try sync again. it…
Arshad Munir
  • 121
  • 2
  • 12
1
2 3 4 5 6