Hey guy's i am new to drupal i have to create a simple order management system with following functionality.
1 : Where user can Register.
2 : He can login.
3 : He can place an order.
4 : admin of the site can view the orders and can change the status of the from prepare to prepared .
and many more ....

as i have done this project with normal PHP and i want to do this with drupal form learning shake. Can any one please help me and guide me correct direction. I just want a approach to proceed forward. I have all tabels created already .
Thank u all in advance .

Comments

sprite’s picture

spritefully yours
Technical assistance provided to the Drupal community on my own time ...
Thank yous appreciated ...

mitpatoliya’s picture

You will easily be able to manage all those things in drupal with almost zero coding.

Login & Registration functionalities are available out of box, you can configure it based on your requirement.

For Order you can create custom content type and have form associated with it and associate basic workflow with it. Users can create new order using custom content type form and as soon it is created trigger basic workflow which will allow admin to review order and update status.