<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Daniel:<br>
      <br>
      Your requeriments are very specific, I think you need to code a
      couple of modules for get the kind of functionality do you want.<br>
      Always Remember there is a gap between the what the
      Framework/CMS/whatever can do with all stuff and what you really
      want to do, <br>
      your job is eliminate the gap.<br>
      <br>
      In drupal for example you can use the hook_login for redirect the
      users with the rol of "clients" for example<br>
      to <br>
      <br>
      /uid/url-client/ <br>
      <br>
      <br>
      and the users with the rol of "taxy" of another one<br>
      <br>
      /uid/url-taxy/ <br>
      <br>
      And you can make a kind of dashboard for this roles, with a view
      of this tickets or requests pending for the taxy and a <br>
      form for make a request in the dashboard of the client.<br>
      <br>
      Maybe, is just and idea.<br>
      <br>
      Regards,<br>
      Roberto Garc&iacute;a<br>
      <br>
      Am 27.08.2013 07:28, schrieb daniel echalar:<br>
    </div>
    <blockquote
cite="mid:CACwHDQQXVeEMrvKZzWq83L=O4s4A2FD6R1cuh2o0VW2mtyyC3Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="font-family:arial,sans-serif;font-size:13px">Hi,<br>
          <br>
          I&acute;m new to Drupal,&nbsp;<br>
          <br>
          I want to build a litle web system with drupal 7, I think that
          it is a good idea to use Drupal instead of a Php framework
          (like cakePHP, or even symfony), because drupal already has
          authentication , themes, roles and a lot of features and
          modules ready to use, and I would like to take advantage of
          that.&nbsp;<br>
          <br>
          What I want to do is a simple web site where two kind of users
          (client and taxi) can signup/login.<br>
          The client can select a taxi and send a request, so a taxi
          will reach the client and do a service for him.<br>
          <br>
          At this point I have unclear how to proceed on next points:<br>
          <br>
          -After creating 2 roles (client and taxi), how do I customize
          the signup form in order to get taxi information and client
          information, and save that in database?<br>
          <br>
          -How do I get and list of Taxi users and show it to Client
          users?, in a Form or some way that Client users can perform a
          service request to a selected Taxi user?<br>
          <br>
          -It is clear that some entity/class/thing, maybe called
          ServiceRequest, needs to exist, so Client and Taxi users knows
          that some service request exists and, for example, the Taxi
          user can accept the request or reject it.<br>
          <br>
          and as a more general question,&nbsp;<br>
          <br>
          Do I need to code in order to build this litle project? or
          there already exists modules/tools that I can use to build the
          site.<br>
          <br>
        </div>
        <span style="font-family:arial,sans-serif;font-size:13px">Thanks
          in advance !</span><br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>