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
0
votes
1 answer

Sales Order History table

This might be a long shot, but I'm attempting to get a copy of MYOB's order history page that I can link to on our company website so customer's can see the progress of their order. I've been brought on to help update a ten year old website, and I…
Wompguinea
  • 378
  • 3
  • 19
0
votes
1 answer

MYOB ODBC connection error

I recently got a prebuild application which is uses a MYOB ODBC connection to a MYOB file. The ODBC connection works perfectly in that application. I'm using the same ODBC connection string in another application but it failed to open in that…
Inam Jameel
  • 237
  • 1
  • 7
  • 13
0
votes
1 answer

MYOB Data into SQL Server via API

I posted this question on the MYOB support forums and their support team responded to say that I'd be better contacting someone familiar with SQL server. I am trying to get data from our MYOB file into SQL server. I have found the below code however…
0
votes
2 answers

MYOB database Schema

i want to import data from MYOB through odbc connection i have successfully created the odbc connection and select queries are working fine. i want to have a look at MYOB database schema so that i can write queries to retrieve data. how can i get…
Inam Jameel
  • 237
  • 1
  • 7
  • 13
0
votes
1 answer

MYOB AccountRight endpoint gives 596 Service Not Found

I am trying to retrieve data from a dummy company using the AccountRight API. I am building on this nodejs sample project. Authentication and getting the company file from the company file work. However, when I try to retrieve data for other…
Felix
  • 3,783
  • 5
  • 34
  • 53
0
votes
1 answer

MYOB Service Sales Import

I have developed an export file from our Job Management system that I want to be able to import into MYOB Accounting Plus v18.5. The file is generated without issue and I have included every single field to make it easy for upload (i.e. Match All…
sjw
  • 2,603
  • 5
  • 22
  • 20
0
votes
2 answers

Occurs in MYOB Accounting Plus 18.5 among other versions. Cannot get the function address for " MAPISendMail" from "MAPI32.dll"

I've installed MYOB on SBS server 2003. Why? Because the users were using offline files and it turned out there was about 7 versions of the file both locally and on the server that were out of sync. So the only way I could control the file access…
sjw
  • 2,603
  • 5
  • 22
  • 20
0
votes
2 answers

How yo use MYOB in RAILS Application

Can anyone explain to integrate the MYOB in rails application
0
votes
2 answers

Database keyword missing error for MYOB ODBC in VBA

I'm a newbie VBA developer for my company and I'm trying to set up a DSN-less connection string to our MYOB files via the MYOB ODBC. I have followed the MYOB ODBC documentation in regards to the connection string and it currently looks like…
Enrique
  • 13
  • 4
0
votes
2 answers

Trouble referencing labels with Active Reports

Ok, so to start off, this is my first time working with C#, and the top it off I am attempting to work with it in a report editor for MYOBs AEPM software, which doesn't exactly give me a lot of info or flexibility. What I have been able to work out…
opm881
  • 3
  • 3
0
votes
1 answer

Myob to Sql database

I use MYOB and a MySQL database where I store my business data. I want to enter data in to my MYOB database and at the end of the day sync the MYOB database with my MySQL database. I don't know if this is possible, just need some guidance. So for…
user3519191
  • 11
  • 1
  • 2
0
votes
2 answers

How to create a linked server to MYOB in SQL Server Management Studio?

I need to extract data from MYOB and wish to do it via a linked server in Microsoft SQL Server Management Studio. nb: The MYOB data file resides on a network share. Provider…
CrazyTim
  • 6,695
  • 6
  • 34
  • 55
0
votes
1 answer

Myob Odbc insert

Are there any functions/queries using MYOB ODBC to query the ID from MYOB Sale after doing INSERT ? For example we can do SCOPE_IDENTITY() in SQL Server to get the ID value after performing INSERT operation. But are there any using MYOB ODBC ?
daniel
  • 320
  • 4
  • 14
0
votes
1 answer

MYOB - task automation

Is there any tool that can automate exporting all reports from MYOB (AccountRight Plus)? I've tried AutoIt and Sikuli but it seems that mouse clicks (and keyboard send/type commands) are somehow ignored. Is it possible? Below is the AutoIt script…
Nushi
  • 9
  • 3
-1
votes
1 answer

MYOB API. Using getrange against server returns localhost in URI

When I use getrange against a server the URIs all show localhost. Is this normal? I get a communication error when I go forward and want to eliminate this rather basic item. Thanks in advance Greg
Snnib
  • 3
  • 2