webERP Forum
Failed to collect customer; after upgrade to 4.11.2 vesrion - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+---- Forum: RESOLVED - Bugs/Problems (http://www.weberp.org/forum/forumdisplay.php?fid=15)
+---- Thread: Failed to collect customer; after upgrade to 4.11.2 vesrion (/showthread.php?tid=2015)



Failed to collect customer; after upgrade to 4.11.2 vesrion - fernando_stm - 01-04-2014

Good night all.
This error appeared after upgrading me to weberp 4.11.1 4.11.2.
The error says: Not defined bank accounts, bank accounts must be defined before.
Note Before performing the collection perfectly.
Any idea?
Thank you.


RE: Failed to collect customer; after upgrade to 4.11.2 vesrion - phil - 01-04-2014

Users now need to have bank account permission.... you need to use this script from General Ledger -> Maintenance

webERP/BankAccountUsers.php


RE: Failed to collect customer; after upgrade to 4.11.2 vesrion - Forums - 01-04-2014

Really we should have included the following code in the sql file:

INSERT INTO bankaccountusers (SELECT bankaccounts.accountcode,www_users.userid FROM bankaccounts, www_users);

which would have enabled every body to access all the accounts as previous, and then the admin could have excluded those they wanted to.

Thanks
Tim