Auto ticket generation in vb 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smugcool
    New Member
    • Apr 2007
    • 81

    Auto ticket generation in vb 6.0

    hi All ,

    I have got an idea of auto ticket generation through a program. Where it will import any new mail which will arrive at outlook and then it will auto generate a ticket id. I just wanted to interlink outlook with this vb 6.0.

    I dont know where to start from...as this idea is just an idea. Can anybody help me out how should i go ahead, as i have not done anything yet.

    Thanx
    Anup
  • ameesha
    New Member
    • Jan 2008
    • 7

    #2
    hi,
    workin on ny project jst follow dis steps....
    just follow these steps:
    1)collect details abt topic..
    suppose if it hospital mangement s/w..
    den get details..i mean wat all data has to be recorded..(get info frm hospital or person wrkin n admin in hospital)

    2)note down..
    records of-patient,doctor, dept,stock-medicine&equipm ent..etc...

    3)think wat all info goin to include for ur s/w...(sonsult end user for their requirements f any s der)
    suppose creatin s/w for storin only patient,doctor n dept details..den

    4)nw go a bit mre deep
    colect info regrdin each..
    patient can b divided into 2-inpatient n outpatient.
    etc..

    5) wat all actions we can perform ?
    we can add,delete,edit record...

    6)den...
    think in detail wat all field required for each..
    inpatient-
    id,name,addr,da te.
    outpatient-
    id,name,addr,da te of admit,date of discharge....
    etc..

    7)den draw data flow diagram


    8)den get an idea of wat all tables required..
    login,outpatien t,inpatient,doc tor,dept,billin g...

    9) jst mak a outline f each form with textfield for corresponding fields..

    also include required buttons...
    mk outline for all forms..
    den go for main form...with menubar includin all frm..

    10)design it...
    11)er diagram...
    apply normalisation,i dentify primary key...

    12)start codin...for each page..den go for linking each other...and finally validation

    hope dis method ll help u in someway...

    Comment

    • smugcool
      New Member
      • Apr 2007
      • 81

      #3
      Originally posted by ameesha
      hi,
      workin on ny project jst follow dis steps....
      just follow these steps:
      1)collect details abt topic..
      suppose if it hospital mangement s/w..
      den get details..i mean wat all data has to be recorded..(get info frm hospital or person wrkin n admin in hospital)

      2)note down..
      records of-patient,doctor, dept,stock-medicine&equipm ent..etc...

      3)think wat all info goin to include for ur s/w...(sonsult end user for their requirements f any s der)
      suppose creatin s/w for storin only patient,doctor n dept details..den

      4)nw go a bit mre deep
      colect info regrdin each..
      patient can b divided into 2-inpatient n outpatient.
      etc..

      5) wat all actions we can perform ?
      we can add,delete,edit record...

      6)den...
      think in detail wat all field required for each..
      inpatient-
      id,name,addr,da te.
      outpatient-
      id,name,addr,da te of admit,date of discharge....
      etc..

      7)den draw data flow diagram


      8)den get an idea of wat all tables required..
      login,outpatien t,inpatient,doc tor,dept,billin g...

      9) jst mak a outline f each form with textfield for corresponding fields..

      also include required buttons...
      mk outline for all forms..
      den go for main form...with menubar includin all frm..

      10)design it...
      11)er diagram...
      apply normalisation,i dentify primary key...

      12)start codin...for each page..den go for linking each other...and finally validation

      hope dis method ll help u in someway...

      Thanx Ameesha for the primary stage method. U had given me the method where i can start off my project. I can prepare the project diagram. But I just wanted the confirmation from experts whether its possible or not.

      Comment

      Working...