Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Barcode Scanning Application POC

                  
   
  1. #11
    PS3 User mike03$$$'s Avatar
    Join Date
    Feb 2006
    Location
    Bronx, NY
    Age
    32
    Posts
    270
    Rep Power
    69

    Default

    this is a cool proof of concept but i dont really see the use of this but its a good app, now maybe supermarkets will put psp in the store

  2. #12
    PSP Coder
    Join Date
    Nov 2005
    Posts
    477
    Rep Power
    0

    Default

    Not really.

    On a technical side, bar codes on products dont store any information apart from their number. The number is used to look up information in a database (hash-tables, direct look-ups, etc) to find out their associated product name, price or what have you. (Sort of mentioned on his website).

    So, in other words, if you walked around a store scanning stuff, you wouldn't get anything (apart from the number) unless you have the entire stores inventory database stored in your PSP somewhere or wireless accesst to the database on the stores network...
    That's about right, but if you do have those full product databases from a few companies you can
    start to have some fun finding who is cheapest
    on certain items, etc.
    A lot can also be done with stocktaking data.
    Art.

  3. #13
    DCEmu Legend Buddy4point0's Avatar
    Join Date
    May 2006
    Location
    The Lounge Awesomeness: 1337
    Age
    32
    Posts
    4,026
    Rep Power
    137

    Default

    what a wierd idea, very awsome though and i will most deffinantly get this

  4. #14
    DCEmu Newbie
    Join Date
    Sep 2006
    Posts
    8
    Rep Power
    0

    Default

    Quote Originally Posted by Art View Post
    That's about right, but if you do have those full product databases from a few companies you can
    start to have some fun finding who is cheapest
    on certain items, etc.
    A lot can also be done with stocktaking data.
    Art.
    Out of curiosity, how big on average would a companies product database be though?

  5. #15
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    Quote Originally Posted by Vylen View Post
    Out of curiosity, how big on average would a companies product database be though?
    o_o HUGE. I work in Target doing backstocking, so I spend about 8 hours a day scanning items. There are literally thousands of different items and barcodes. You must also consider that they keep information on older items not currently in stock (though these are eventually purged.. I've encountered it a few times when we have an old item that was never sold, barcode purged, and the computer has no clue what it is). I don't imagine that the database would be some sort of impossibly huge file (especially since there isn't alot of information on each product), but it definitely would be big.

    Soo.. yeah. Tons and tons of barcodes. o_o

  6. #16
    PS3 User
    Join Date
    Jun 2005
    Posts
    136
    Rep Power
    71

    Default

    Probably not that big at all. All they have to do is associate the string of numbers with the product. They just scan an item when its new and type in all the information for what they want to call it. I want to try it out since I have access to a ton of barcode readers. Working in a laboratory they have them to map speciman in racks and print out extra labels to attach to them. I dont do that stuff but I setup everything since Im there computer guy. It makes me wonder if I could get a label printer hooked up to the psp as well so you could scan a barcode and have it print whatever you scanned. But of course this would take a whole seperate program coded to do that.

  7. #17
    PS3 User
    Join Date
    Jun 2005
    Posts
    136
    Rep Power
    71

    Default

    Quote Originally Posted by cloud_952 View Post
    o_o HUGE. I work in Target doing backstocking, so I spend about 8 hours a day scanning items. There are literally thousands of different items and barcodes. You must also consider that they keep information on older items not currently in stock (though these are eventually purged.. I've encountered it a few times when we have an old item that was never sold, barcode purged, and the computer has no clue what it is). I don't imagine that the database would be some sort of impossibly huge file (especially since there isn't alot of information on each product), but it definitely would be big.

    Soo.. yeah. Tons and tons of barcodes. o_o

    Depending upon what software you are using could determine the size of the database but I would not think that it would be very big even with thousands of items since its a very simple code to have an item mapped to a specific barcode. Maybe if they use something like SQL that database may grow to a pretty big size.

  8. #18
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    Quote Originally Posted by VFerg View Post
    Depending upon what software you are using could determine the size of the database but I would not think that it would be very big even with thousands of items since its a very simple code to have an item mapped to a specific barcode. Maybe if they use something like SQL that database may grow to a pretty big size.
    While it's true (that it shouldn't be too big), Target (and likely alot of other places) associates quite a bit of information and cross-referencing with each barcode. Not only does it locate the item, but depending on which menu you're in (which program you're running), it pulls up different information.

    So, basically, the information stored on each item (from what I've experienced, there could be even more that I've never encountered) is: in-store location, backroom location, current price, sale price, Target item number (DPCI), and UPC (SKU, barcode, whatever you want to call it). So.. it really does take a little more than just the scanning and a simple barcode + info. Though, it really depends on what you intended to do, I guess.

    o_O I think most of the information is processed server-side (the cross-referencing) before being submitted to the end-user (me, the stockboy). Though all that information would have to be located on the PSP, and the PSP would have to process the info and cross-reference the information, too. ^_^; Ouch.

    But that's just for Target, and likely many other large stores. For anything else and smaller, I'm sure alot's doable.

  9. #19
    PSP Coder
    Join Date
    Nov 2005
    Posts
    477
    Rep Power
    0

    Default

    So, basically, the information stored on each item (from what I've experienced, there could be even more that I've never encountered) is: in-store location, backroom location, current price, sale price, Target item number (DPCI), and UPC (SKU, barcode, whatever you want to call it). So.. it really does take a little more than just the scanning and a simple barcode + info. Though, it really depends on what you intended to do, I guess.
    .. and don't forget the Human readable description The most memory wasting field of all.

    Yes that's most of what is contained in the stock files I've seen.
    There is also a few possible extras like carton quanities, or pallet quantities in the case of a warehouse.
    Actual inventory levels are in a seperate file.

    It would probably be fair to say smaller than you think.
    Say 16Mb for 22,000 product records.
    Target might have more items than that ranged into
    their stockfile, but compression is doable by stripping out fields you don't need.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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