view · edit · sidebar · attach · print · history

20121018-update-csv-plugin-test-update-oddb2xml

<< | Index | >>


Summary

  • Update testcase
  • Update oddb2xml

Commits

oddb.org
oddb2xml

Index


Update csv_export plugin test

commit

Ref.


Update oddb2xml

SLOPLUS

Add co-payment (oddb.org word "deductible")

src/plugin/bsv_xml.rb
        when 'FlagSB20'
          @pac_data.store :deductible, @text == 'Y' ? :deductible_o : :deductible_g
  • :deductible_g --> 10% (FlagSB20: Y)
  • :deductible_o --> 20% (FlagSB20: N)
  • nil --> k.A. (FlagSB20: undefined)
commit

SALECD

use STATES of swissindex.xml

  • I --> H (out of sale)
  • A --> P, R or P
  • N --> undefined
commit

DATE

add following attributos as current datetime.

  • CREATION_DATETIME
  • PROD_DATE
  • VALID_DATE
commit
view · edit · sidebar · attach · print · history
Page last modified on October 19, 2012, at 09:19 AM