Little background on me. I work in a small company we distribute educational products to schools. I have some PHP and mysql background
Any way over the last 3 years we developed in house a web application with PHP and mysql and we are very satisfied with it. The purpose of the software is tracking of samples sent to customers, invoices issued, delays and so on. The application is not sophisticated in anyway just simple forms and list.
The problem we are facing is we want to expand the application add more functionality and integrate some community stuff (sharing, calendaring, publishing and so on ) after investigation we think that drupal is the way to go as a very strong framework to contain the application.
I’ve been reading forever for the last 1 week and playing around still did not get the hang if it.
My problem is I want to prove that the concept works before actually committing more time and money into the project.
A small example or something simple like
* Users logs in if he has permission he can either edit or view
* user select customer and product and submit in that case customer received the item.
* Users select items that are submitted and can return it
* User can see all items submitted and all items return sorted by either
The tables would like something like this
* Table: customer (id, title)
* Table:item (id, code, title)
I am needing to import in my drupal site a lare quantity of information.
I have used the Node Import module (http://drupal.org/project/node_import) which works ok, but it does not set the Title of the node from what I can see.
Is there a way to set this? - is there a better module for Drupal 5.7 ?
(if not i might look at hancking out)
i have an "admin" user and a account for an "editor". the "editor" has also his own role.
i disabled the most stuff in the menu for the "editor" because he should see as less menu-items when he is logged in then possible.
on the adminsite of the menu are the primary links (which you can see on the website when you´re not logged in), but there is also the navigation part. i just want to disable that for the "editor" user, because he won´t need it. can someone help me with that problem please? i´m not a php coder btw.