webERP Forum
New Module and related Files - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Development Discussion & Specification (http://www.weberp.org/forum/forumdisplay.php?fid=10)
+--- Thread: New Module and related Files (/showthread.php?tid=2400)



New Module and related Files - jhalstead - 03-06-2015

I am trying to add a new module and related files to the webERP environment but I keep running into Security issues. I have gone through the 3 tables and add the first file I have created to the scripts table but I still have no access to it. What am I doing wrong?

As a side note I have made some fairly extensive changes to order entry/customer/branch entry and viewing. I have changed the table structures as well as the table data in many tables. The reason for all these changes is to be able to integrate my EDI system into webERP. I need to be able to convert customer Purchase Orders into Sales Orders, create advanced ship notices, purchase order acknowledgments, send inventory, send purchase orders, send sales orders (as warehouse documents) and invoices.

These are goals I defined out quite a while ago but life and work held me from moving forward. I am progressing quite nicely now though.


RE: New Module and related Files - agaluski - 03-07-2015

Have you logged out and back in? Security (scripts you are allowed to access) are stored in the SESSION variable. So if you make changes then try to run the script you added to the database you will get unauthorized until you clear your session up



RE: New Module and related Files - jhalstead - 03-07-2015

Well slap my a$$ and call me sally. That did it. Sometimes its the simple things. lol Thank you.


RE: New Module and related Files - agaluski - 03-07-2015

Glad I could be of assistance.