|
System - Admin Users menu option lets
you assign permissions ("groups") to an existing user. There's no
"Add Role" button or menu option currently in the LedgerSMB
front-end; it must be implemented in the back-end. Examples of
roles would include sales rep, warehouse, cashier, etc.
Here are some instructions Chris wrote up for adding roles.
As an aside, contact types are stored in the entity_class table. Chris wrote this about contact types: Currently the database can handle arbitrary classifications of contacts. The default table is: lsmb14test=# select * from entity_class; id | class | country_id | active ----+----------+------------+-------- 1 | Vendor | | t 2 | Customer | | t 3 | Employee | | t 4 | Contact | | t 5 | Lead | | t 6 | Referral | | t (6 rows) I would probably leave 5 for generic leads and add 7 for hot leads and 8 for cold leads. Then we'd just add menu items for adding these, and the 1.4 search routine will be able to find them. Thanks.
Brian ![]() Brian Wolf
Phone: 410.367.2958
Email: ..hidden..
Try out Activus
Secure Payments™, our recurring payments
application.
Demo at http://demo.activustech.com
On Fri, 2012-11-02 at 15:36 -0400, Brian Wolf wrote:I asked the following questions previously, but did not get any response. So thought I'd ask again.... Any help is appreciated. How are roles added to LedgerSMB?Have you looked at 'System|Admin Users'? Jame ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ Ledger-smb-users mailing list ..hidden.. https://lists.sourceforge.net/lists/listinfo/ledger-smb-users |