|
From: WLD <ml-...@wh...> - 2014-01-09 21:45:07
|
As the quickest and dirtiest hack, throw this in to your database:
INSERT INTO egw_acl (acl_appname, acl_location, acl_account, acl_rights) VALUES ('perp_ledger', 'account', -2, 79), ('perp_ledger', 'account_group', -2, 79), ('perp_ledger', 'account_section', -2, 79), ('perp_ledger', 'acl', -2, 79), ('perp_ledger', 'bank_account', -2, 79), ('perp_ledger', 'run', -2, 79), ('perp_ledger', 'sequence', -2, 79), ('perp_ledger', 'transaction_type', -2, 79);
It will give the admin group permission needed to get started in the pERP setup wizard.
Best of luck!
WLD
On Wednesday 08 Jan 2014 11:48:12 Janaranjana wrote:
> General Ledger
> Configure ACL => Access to perp_ledger acl denied. Need at least
> EGW_ACL_READ
> sequences => Access to perp_ledger sequence denied. Need at least
> EGW_ACL_READ
> account sections => Access to perp_ledger account_section denied.
> Need at least EGW_ACL_READ
> account groups => Access to perp_ledger account_group denied. Need
> at least EGW_ACL_READ
> accounts => Access to perp_ledger account denied. Need at least
> EGW_ACL_READ
> bank accounts => Access to perp_ledger bank_account denied. Need at
> least EGW_ACL_READ
> transaction types => Access to perp_ledger transaction_type denied.
> Need at least EGW_ACL_READ
> Electronic Fund Transfer =>
|