intra-mart Accel Kaiden! / Setup Guide

«  Kaiden! Platform Module   ::   Contents   ::   Route Search Setting  »

Module Setting

Summary

Basic settings for intra-mart Accel Kaiden! Platform Module will be made here.
Module intra-mart Accel Kaiden! Platform Module
Setting Location WEB-INF/conf/kaiden2/BaseSettings.xml

BaseSettings.xml

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<baseSettings xmlns="http://kaiden.slcs.co.jp/xmlschema/baseSettings">

    <defaultSetting>
        <defaultDepartmentSetCd></defaultDepartmentSetCd>
        <companyCurrencyCd>JPY</companyCurrencyCd>
        <amountConvertRoundMode>FLOOR</amountConvertRoundMode>
    </defaultSetting>

    <companySettings>
        <companySetting>
            <companyCd>%company_cd%</companyCd>
            <settings>
                <defaultDepartmentSetCd></defaultDepartmentSetCd>
                <companyCurrencyCd>JPY</companyCurrencyCd>
                <amountConvertRoundMode>FLOOR</amountConvertRoundMode>
            </settings>
        </companySetting>
    </companySettings>

</baseSettings>

Reference

Department Set Code used in intra-mart Accel Kaiden!

Tag Name defaultDepartmentSetCd
Department set code which is used in intra-mart Accel Kaiden! is set.
Only the departments that belong to the specified department set will be used.
If omitted, all department sets are available.  If [%company%] is specified, department set which has the department set code as
the company code will be used.

[[Setting Item]]

<baseSettings xmlns="http://kaiden.slcs.co.jp/xmlschema/baseSettings">

    <defaultSetting>
        <defaultDepartmentSetCd></defaultDepartmentSetCd>
    </defaultSetting>

    <companySettings>
        <companySetting>
            <companyCd>%company_cd%</companyCd>
            <settings>
                <defaultDepartmentSetCd>%company%</defaultDepartmentSetCd>
            </settings>
        </companySetting>
    </companySettings>

</baseSettings>
Mandatory Item ×
Multiple Setting ×
Setting Value/Contents

If not omitted, you can specify either one of the following.

  • Department Set Code (IM-Common Master)
    Only the departments that belong to the specified department set are used.
  • %company%
    Department set that has the same department set code with the company code is used.
Unit / Type Character String (xxxxxxx)
Default Value when Omitted None (All department sets are available.)
Parent Tag defaultSetting, settings(companySetting)

Company Currency Code

Tag Name companyCurrencyCd
Currency code of the company that uses intra-mart Accel Kaiden! is set.
It is used as a currency code when calculating the rate or for the money amount item with no specific currency specification.
Company currency should be the currency with 0 scale (decimal point digits).

[[Setting Item]]

<baseSettings xmlns="http://kaiden.slcs.co.jp/xmlschema/baseSettings">

    <defaultSetting>
        <companyCurrencyCd>JPY</companyCurrencyCd>
    </defaultSetting>

    <companySettings>
        <companySetting>
            <companyCd>%company_cd%</companyCd>
            <settings>
                <companyCurrencyCd>USD</companyCurrencyCd>
            </settings>
        </companySetting>
    </companySettings>

</baseSettings>
Mandatory Item
Multiple Setting ×
Setting Value/Contents IM-Common Master Currency Code
Unit / Type Character String (xxxxxxx)
Parent Tag defaultSetting, settings(companySetting)

Fraction Process Mode when Calculating Rate

Tag Name amountConvertRoundMode
Currency code of the company which uses intra-mart Accel Kaiden! is set.
It is used as a currency code when calculating the rate or for the money amount item with no specific currency specification.

[[Setting Item]]

<baseSettings xmlns="http://kaiden.slcs.co.jp/xmlschema/baseSettings">

    <defaultSetting>
        <amountConvertRoundMode>FLOOR</amountConvertRoundMode>
    </defaultSetting>

    <companySettings>
        <companySetting>
            <companyCd>%company_cd%</companyCd>
            <settings>
                <amountConvertRoundMode>FLOOR</amountConvertRoundMode>
            </settings>
        </companySetting>
    </companySettings>

</baseSettings>
Mandatory Item
Multiple Setting ×
Setting Value/Contents

You can specify either one of the following.

  • CEILING
    Round it to closer to the positive infinite.
  • DOWN
    Round it to closer to 0.
  • FLOOR
    Round it to closer to the negative infinite.
  • HALF_DOWN
    In this mode you round it to the [closest number].
    If the number is equally apart from two numbers, you round it off.
  • HALF_EVEN
    In this mode you round it to the [closest number].
    If the number is equally apart from two numbers, you round it to the even number side.
    (rounding to the closest even number)
  • HALF_UP
    In this mode you round it to the [closest number].
    If the number is equally apart from two numbers, you round it up.
     (round off)
  • UP
    In this mode you round it away from 0.
Unit / Type Character String (xxxxxxx)
Parent Tag defaultSetting, settings(companySetting)

«  Kaiden! Platform Module   ::   Contents   ::   Route Search Setting  »