Re: Database Tables Transactions and Accounts

2011-03-07 Thread Matt Riley
the scope of the application. I suppose in a worse case I can have my web application export the transaction data to a file format that GnuCash can import, assuming again that it won't cause problems for GnuCash. Thanks, Matt - Original Message From: John Ralls To: Matt Ril

Re: Database Tables Transactions and Accounts

2011-03-07 Thread Matt Riley
te my own new guid values Does this look good? Are there any other tables I should be concerned about when adding new transactions? Your help is greatly appreciated. Matt - Original Message From: John Ralls To: Matt Riley Cc: gnucash-devel@gnucash.org Sent: Sun, March 6, 2011 9:32

Database Tables Transactions and Accounts

2011-03-06 Thread Matt Riley
Hello, I would like to know if there's a cross reference table or file that maps the 'guid' database column of the tables 'transactions' and 'accounts' together. I explored the other database tables and at first glance there does not appear to be one. I'm using MySQL as the local database. Any