Browse By Tags

  • SDK invoice 0 $

    Hi, I import invoices with a c# program that I made using the SDK. It's working fine, but time to time I need to create an invoice with 0$ total. I'm able to create a sales order and manually transform the sales order to an invoice. Is there a way to…
  • Fail to use SDK to import Sales Order in Peachtree Accounting 2012

    I fail to import Sales Order into Peachtree Accounting 2012. My Peachtree information: Release: Sage Peachtree Quantum 2012 Build: 19.0.00.0906 Error Message: The supplied property path 'InventoryItem.ID' has too many levels. Only a single level is…
  • Export data from Sage 50 CA using SDK

    Hi all, Is there anyone has an idea to export the data from Sage 50 CA? I was looking at the method w the class "CustomerLedger" but it has only the Save method it does not have the get method, Please let me know if you have any idea of hints to solve…
  • How to set date range for customer export? sage50 api question.

    Im exporting sage50 customer details in this code. Please let me know how can I set date range to the exporter object so that will pull only contact updates within certain dates. Code- exporter = (Export)ptApp.CreateExporter(PeachwIEObj.peachwIEObjContactsList…
  • SDKInstanceManager OpenDatabase always returns false and has no error messages

    Hi, I'm trying to work through the C# sample project in the Sage 50 Accounting SDK (Simply) but for some reason I can't get the opendatabase connection to let me access the database. I have set up my user in the Sage app and I know my username and password…
  • Add payments to invoices added through the SalesJournal?

    I am using the .NET SDK (C#) to export invoices and payments of those invoices from my own database into Sage50. I managed to create invoices (payment type = pay later) in the Sage50 db using the SalesJournal class. I now need to add payments for…
  • access to database

    hello i want to access sage 500 database , i am creating an application where we get the data from the client and we are going to run few calculations and implement it on sage 500 thank you
  • Need a code demo for Shipping Rate Detail Creation

    Hello Experts! Could you please give a code demo about how to create Shipping Rate Detail? I knew how to create a Shipping Rate: oSS.GetType().InvokeMember("nSetProgram", System.Reflection.BindingFlags.InvokeMethod, null, oSS, new object[] { TaskID…
  • How do we export invoice transactions to sage 50 Quantum (Can) for multiple depots?

    Our client is running a custom SQL solution for billing and exporting the Sales Ledger postings to sage 50 Quantum (Can). Their SDK does not have a field for branch or depot location. Is there a way to export the transactions with the appropriate branch…
  • Conect to remote server in SDK

    Hi guys, I’m new on this of using Peachtree and VB.net as a develope tool, right now I’m trying to read information from Peachtree but I haven’t found a way to connect to a ramote server. If I use the server and the VB.net tool in the same PC, the…