You can import customers as csv file, so you just need to get a way of exporting customers. One way you can do this is to save your gnucash file in sqlite format (if you don't use that already) and then open the file in something like sqlitebrowser https://sqlitebrowser.org/ Here you can view the customers table ("Browse data" and select the customers table) which you can then export as a csv file. It won't be in the right format to import, so you'll need to open it in a spreadsheet program and move some columns around and delete some columns that aren't needed. You can see the import format here: https://www.gnucash.org/docs/v4/C/gnucash-guide/busnss-imp-customer-vendor.html
David On Tue, 18 Apr 2023 at 16:25, Rich Shepard <[email protected]> wrote: > On Tue, 18 Apr 2023, Gyle McCollam wrote: > > > I don't know if it is possible, but have you checked out whether you can > > export this information? Then you can import into your business system. I > > don't use for business, but it seems like you should be able to do this. > > Gyle, > > Not according to the gnucash-guide. > > Rich > _______________________________________________ > gnucash-user mailing list > [email protected] > To update your subscription preferences or to unsubscribe: > https://lists.gnucash.org/mailman/listinfo/gnucash-user > ----- > Please remember to CC this list on all your replies. > You can do this by using Reply-To-List or Reply-All. > -- David Whiting _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.
