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.
- 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 / SL / 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
-