At 20:43 05/01/01 , you wrote:
>Hi all,
> I'm very new to FreeTrade so please excuse my ignorance about the
>historical
>ventures all have been through. I have scanned a lot of the archive but found
>nothing reguarding my question, but that doesn't mean I didn't miss it either!
>So, here goes..... I'm developing a web site that has a multitude of
vendors
>who will input and maintain their data through special areas of the web app.
>What I'm looking for are ideas on how to allow a vendor to enter items
that may
>be available at various store locations. I know this has be to done in
several
>stages and would like to hear your ideas about how best to accomplish this if
>anyone has any previous experience in accomplishing this task.
>Regards,
>Lee Catlett
It seems to me that you will have to develop the permissions feature. As it
stands, there is one admin who can change anything. You need to extend the
permissions concept to allow specific vendors access to 'their' area. This
implies some form of item tagging, so that a particular login gets access
to particular departments/items/sku's, and only those that belong to them.
A lookup table perhaps, mapping userID to itemID. If the vendors are
seperated via departments, you could map userID to departmentID. The sql
would have to be modified to limit what can be edited by including the
lookup table. You would also have to ensure that items can only belong to
one department. This can be set in global_settings.
>
>
>
>
>------------------------------------------------------------
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Site: http://www.working-dogs.com/freetrade/
>Problems?: [EMAIL PROTECTED]
>
bye
Bob Hutchinson
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]