rossaddison / import_transactions

Front Accounting version 2.3.21: Import transactions from csv in journal format, payment format, deposit format, or adapted bank statement format. Features: 1. Trial check before importing. 2. Tabular display of journal entries, journals displayed as debits and credits using Front Accounting's 'items cart' class. 3. Importing of bank statements with additional columns for spreadsheet adjusted associated transaction account codes, customer, or supplier id's. 4. Additional Tax type column for VAT registered companies for vat inclusive income or expenses. 5. Inclusion of transactions automatically in an audit trail. 6. Display notifications identifying how tables within the database are being affected for a more transparent display to interested programmers. 7. Additional lookup tools for looking up customer id's, supplier id's, company setup information eg. fiscal year, and other tools that users will find useful for inclusion in their spreadsheet prior to conversion to csv. 8. Suitable validation checks for customers, suppliers, tax codes, references. 9. Example csv files are provided for each format. These can be used to test the package, and as templates for your own use. 10. Import Sales Orders / Invoices
GNU General Public License v2.0
0 stars 4 forks source link

Failed journal import in FrontAccount 2.4 beta #2

Open rasos opened 8 years ago

rasos commented 8 years ago

We are testing FA 2.4 beta and experience issues with importing a journal. Even when using the given template journal_en_GB.csv we get:

Undefined variable: use_popup_windows in Datei: /var/www/clients/client4/web124/web/frontaccounting/modules/import_transactions/import_transactions.php auf Zeile 68 mysql_fetch_assoc() expects parameter 1 to be resource, object given in Datei: /var/www/clients/client4/web124/web/frontaccounting/modules/import_transactions/includes/import_transactions.inc auf Zeile 643 Call to undefined method references::exists() in /var/www/clients/client4/web124/web/frontaccounting/modules/import_transactions/import_transactions.php on line 245

Are there plans to upgrade this valuable import tool for 2.4? Or do we challenge something else?

rossaddison commented 8 years ago

Hi Roland, I have not had time to test the module on 2.4 and have not been in touch with development for over a year now since I tested it on 2.1. My work situation taking up a lot of my time right now.

So no plans to upgrade as yet.

Regards Ross

On 10 January 2016 13:54:05 -00:00, Roland notifications@github.com wrote:

We are testing FA 24 beta and experience issues with importing a journal Even when using the given template journal_en_GBcsv we get:

Undefined variable: use_popup_windows in Datei: /var/www/clients/client4/web124/web/frontaccounting/modules/import_transactions/import_transactionsphp auf Zeile 68 mysql_fetch_assoc() expects parameter 1 to be resource, object given in Datei: /var/www/clients/client4/web124/web/frontaccounting/modules/import_transactions/includes/import_transactionsinc auf Zeile 643 Call to undefined method references::exists() in /var/www/clients/client4/web124/web/frontaccounting/modules/import_transactions/import_transactionsphp on line 245

Are there plans to upgrade this valuable import tool for 24? Or do we challenge something else?

— Reply to this email directly or view it on GitHub https://github.com/rossaddison/import_transactions/issues/2.