Importing purchase invoices and sales invoices

SOLVED

Hi,

I need to export purchase and sales invoices from a software we have developed and transfer them into Sage 50.  I have followed instructions for using the .imp files to transfer the information and this part is working great up until we have to import it into Sage 50.

Our problem is not the format of the file but the way that Sage 50 imports the file.  For every invoice, there's confirmation window for the vender/customer and for every detail lines.  There is always at least 2 lines of details so that means that if my customer is importing 50 invoices, he has to confirm information at least 150 times.

We've called Sage and they've told us that there is no solution to this.  I've found, in the documentation, a way to workaround this and it is to go to the vendor/customer file and, into the Import/Export tab, to check "This customer uses my item numbers on orders" or to manually match every items number.  It doesn't make sense to handle this on the vendor/customer side because the information is actually coming from and external system that tries to tie with Sage 50.

Is there any other alternatives to the .imp files?  I've noticed that Sage 50 uses a MySQL backend but it doesn't feel right to me to push and update information directly into the backend.

Hope somebody has a good workaround for this.

Thanks,

Denis.

Parents
  • 0
    verified answer

    Hi Denis,

    Sage has a free SDK available that should be capable of trapping any alerts when transferring data into the program.   Also it would likely be possible to build an import system that would work in multi-user mode.

    I wouldn't start stuffing invoices into Sage 50 through an ODBC link, there are some strange nuances and cases that you would have to program for, and there's a possibility of corrupting the data.  

    There are also some third party utilities that perform data import with less... botheration than what is possible with the built-in import functions in Sage 50.  It's theoretically possible to find them through Sage's website, although in a timed contest to find one, my money would be on anyone using Google or Bing.

    The built-in ability to import a purchase invoice appears to have been implemented by the Simply Accounting people in order to provide an easy way to accept an invoice from a vendor who used Simply Accounting - when emailing out an invoice, the .IMP file is generated and attached to the outgoing sales invoice.

    The built-in ability to import a Sales invoice... works better than typing, but can't accept text into the description field, and doesn't / can't trap alert messages.

    I hope that helps, please post back.

    Randy

Reply
  • 0
    verified answer

    Hi Denis,

    Sage has a free SDK available that should be capable of trapping any alerts when transferring data into the program.   Also it would likely be possible to build an import system that would work in multi-user mode.

    I wouldn't start stuffing invoices into Sage 50 through an ODBC link, there are some strange nuances and cases that you would have to program for, and there's a possibility of corrupting the data.  

    There are also some third party utilities that perform data import with less... botheration than what is possible with the built-in import functions in Sage 50.  It's theoretically possible to find them through Sage's website, although in a timed contest to find one, my money would be on anyone using Google or Bing.

    The built-in ability to import a purchase invoice appears to have been implemented by the Simply Accounting people in order to provide an easy way to accept an invoice from a vendor who used Simply Accounting - when emailing out an invoice, the .IMP file is generated and attached to the outgoing sales invoice.

    The built-in ability to import a Sales invoice... works better than typing, but can't accept text into the description field, and doesn't / can't trap alert messages.

    I hope that helps, please post back.

    Randy

Children
No Data