• Posting an invoice, line items getting added.

    Our software imports invoices into Sage 50 Canadian edition via the SDK. For a couple customers, it seems line items are getting added in that we are not creating when the invoice is posted. After trolling through the database it seems like these line…
  • Microsoft 365 verse Autoentry

    I am trying to decide whether to sign up for the AutoEntry application or Microsoft 365. What is the best system for remote entry for receipts etc.
  • TotalTaxAmount SetTaxAmountByRow not working

    Hi, I am trying to update invoice's total tax using below code TaxSummaryInfo taxSummaryInfo = journal.GetTotalTaxAmountInfo(); if (taxSummaryInfo.GetCount() > 0) { double totalTax = 10; taxSummaryInfo.SetTaxAmountByRow(1, totalTax); taxSummaryInfo…
  • Sage 50 CA Integration using MySQL ODBC issue with Ports

    Hello, We are working to integrate data from Sage 50 CA 2017 (General Ledger transactions mainly) to a Microsoft SQL Server table as a staging place to then bring into another application. We are able to this successfully by creating a MySQL ODBC (5…
  • Sage 50, Sage 50C (integrations) vs. Sage One and O365 Q&A

    The original Sage 50 desktop application with a perpetual license can still be acquired with the option of on adding on services and integrations. Sage 50C Our newest set of options comes in the package of Sage 50c (Sage 50C = Sage One + Sage Drive…
  • Installing Sage Network Amazon AWS, Workstation Local - Sage Accountant Edition

    Hey, I am hoping you guys are able to give me some information. I have a new client that would like to use a remote server for their Sage Accounting to allow Multiple Users access to the same Sage Database at the same time. I was thinking for scalability…
  • Will Microsoft's free upgrade to Windows 10 affect Sage 50?

    I've got this question posted on a Microsoft forum, but so far I am not having any luck with getting a clear response. With the impending Windows 10 upgrade that Microsoft is strongly "encouraging," I have been trying to find out if Windows 10 will…
  • List of Invoice using API

    Hi, I would like to get all entered invoice into sage 50 accounting. Filter: All / Date range Does anyone have any Idea how to do this?. I'm using Microsoft .Net Framework. Thanks Sandeep