Results 1 to 6 of 6

Thread: Point-Of-Sales

  1. #1
    New Member
    Join Date
    May 12
    Posts
    4

    Point-Of-Sales

    Hi,

    Actually I'am new in this site. It is greate to be a new member in this site.

    By the way, I'am a 3rd year BSIT Student, I'll be 4th year this coming June.

    I'am planning to create a Point-Of-Sales System for my project (we call that a Capstone Project) as a requirement for us to graduate next year. I decide to do this as early as now so I can developed it perfectly. So far I don't have enought idea how to do it.

    So, I'm asking for some advise and any idea how to develop it . As of now, I'm still doing my research about it.

    So, any idea will be a greate help for me.

    Thanks.

  2. #2
    Fanatic Member proneal's Avatar
    Join Date
    May 11
    Posts
    762

    Re: Point-Of-Sales

    Have you ever programmed in a .Net language yet? or any other programming experience, if you don't mind..sharing that too

  3. #3
    New Member
    Join Date
    May 12
    Posts
    4

    Re: Point-Of-Sales

    oh yes I forgot.

    I would like to use vb.net, because I have done systems using that.

    sorry.

  4. #4
    New Member
    Join Date
    May 12
    Posts
    4

    Re: Point-Of-Sales

    oh yes I forgot.

    I would like to use vb.net, because I have done systems using that.
    And I 'am using MSSQL 2005 as my database sever

    sorry.

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,406

    Re: Point-Of-Sales

    I created an app years ago that used an HP Cash register with Receipt printer and Barcode gun...

    Basically you barcode scanned items for purchase...

    When the purchase is done it opened the cash draw and prints a receipt.

    That was back in the vb6 days - .Net has a whole namespace dedicated to POS.

    http://msdn.microsoft.com/en-us/libr...edded.10).aspx

    The whole point of the POS API is to allow only one "user" to talk to a "POS peripheral" - kind of an "accounting security aspect" that is important in a real store.

    What exactly are you asking for here??
    Last edited by szlamany; May 6th, 2012 at 07:11 PM.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #6
    New Member
    Join Date
    May 12
    Posts
    4

    Re: Point-Of-Sales

    ah, I am looking for some idea of what should I do or can someone share me just a sample project in terms of developing a Point-Of-Sales system.
    I'm just doing this for my research before I begin with my project..

    any idea is a great help for me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •