view · edit · sidebar · attach · print · history

20120412-barcode-app-oddb-api-company-name-search

<< | Index | >>


Summary

  • Created Search api by ean code for mobile app.
  • Fixed swissindex search_item for update_bsv job.
    • search by pharmacode
  • Updated barcode reader iOS app
    • get package name, size from api in oddb.org
    • created navigation to WebView.
  • created company name search scirpt.

Commits

Index


Search API for app

created API for mobile application.
It returns search result by scanned barcode number(ean13) with JSON.

{
  "reg":"31706",
  "seq":"01",
  "pack":"017",
  "name":"Inderal 10 mg",
  "price":"6.75",
  "size":"10 mg",
  "categoly":"B&nbsp;/&nbsp;SL&nbsp;/&nbsp;SO",
  "deduction":"10%"
}

Fixed search_inem for update_bsv job

  • fixed bug by update of swissindex_pharmad for update_package_trade_status_by_swissindex
  • allowed non verify SSL request in pharmacode search

updated barcode reader app

TODO doc


created company name search by product ean code

script

created simple client script.
This script connects to oddbd via dRuby (like bin/admin)

and server(oddbd) does read/count/write(in heardoc).

output
view · edit · sidebar · attach · print · history
Page last modified on April 12, 2012, at 06:28 PM