|
From: Janaranjana <jan...@to...> - 2014-01-10 04:45:03
|
Dear WLD,
You are amazing. Thousand thanks for you.
It worked.
I got another problem in manufacturing module.
Access to perp_manufacturing acl denied. Need at least EGW_ACL_READ
so i entered
mysql> INSERT INTO egw_acl (acl_appname, acl_location, acl_account,
acl_rights) VALUES ('perp_manufacturing', 'run', -2, 79) ;
before the mysql command
| perp_manufacturing | run |
-2 | 1 |
| perp_manufacturing | run |
10 | 1 |
after mysql command
| perp_manufacturing | acl |
-2 | 79 |
| perp_manufacturing | report_bill_of_material |
-2 | 1 |
| perp_manufacturing | report_bill_of_material |
0 | 1 |
| perp_manufacturing | report_bill_of_material_costing |
-2 | 1 |
| perp_manufacturing | report_bill_of_material_costing |
0 | 1 |
| perp_manufacturing | report_build_list |
-2 | 1 |
| perp_manufacturing | report_build_list |
0 | 1 |
| perp_manufacturing | report_build_tag |
-2 | 1 |
| perp_manufacturing | report_build_tag |
0 | 1 |
| perp_manufacturing | run |
-2 | 1 |
| perp_manufacturing | run |
10 | 1 |
Now It is working. Have I done any mistake there?
BR
Sampath
--
View this message in context: http://egroupware.219119.n3.nabble.com/PERP-in-EGW-1-8-tp3987561p3994942.html
Sent from the Project ERP (pERP) - Developers mailing list archive at Nabble.com.
|