Ignore:
Timestamp:
2013/03/15 19:12:17 (14 years ago)
Author:
h_yoshimoto
Message:

#2193 税率チームのコミットをマージ(from camp/camp-2_13-tax)

Location:
branches/version-2_13-dev
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev

  • branches/version-2_13-dev/data/Smarty/templates/admin/basis/index.tpl

    r22477 r22736  
    276276    <table id="basis-index-func"> 
    277277        <tr> 
    278             <th>消費税率<span class="attention"> *</span></th> 
    279             <td> 
    280                 <span class="attention"><!--{$arrErr.tax}--></span> 
    281                 <input type="text" name="tax" value="<!--{$arrForm.tax|h}-->" maxlength="<!--{$smarty.const.PERCENTAGE_LEN}-->" size="6" class="box6" style="<!--{if $arrErr.tax != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" /> % 
    282             </td> 
    283         </tr> 
    284         <tr> 
    285             <th>課税規則<span class="attention"> *</span></th> 
    286             <td> 
    287                 <span class="attention"><!--{$arrErr.tax_rule}--></span> 
    288                 <!--{html_radios name="tax_rule" options=$arrTAXRULE selected=$arrForm.tax_rule}--> 
    289             </td> 
    290         </tr> 
    291         <tr> 
    292278            <th>送料無料条件</th> 
    293279            <td> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/basis/subnavi.tpl

    r22206 r22736  
    3434<li<!--{if $tpl_subno == 'zip_install'}--> class="on"<!--{/if}--> id="navi-basis-zip"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/zip_install.php"><span>郵便番号DB登録</span></a></li> 
    3535<li<!--{if $tpl_subno == 'holiday'}--> class="on"<!--{/if}--> id="navi-basis-holiday"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/holiday.php"><span>定休日管理</span></a></li> 
     36<li<!--{if $tpl_subno == 'tax'}--> class="on"<!--{/if}--> id="navi-basis-tax"><a href="<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->basis/tax.php"><span>税金管理</span></a></li> 
    3637</ul> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/products/confirm.tpl

    r22571 r22736  
    123123            </tr> 
    124124            <tr> 
     125                <th>消費税率</th> 
     126                <td> 
     127                    <!--{if strlen($arrForm.tax_rate) >= 1}--><!--{$arrForm.tax_rate|h}--> %<!--{/if}--> 
     128                </td> 
     129            </tr> 
     130            <tr> 
    125131                <th>在庫数</th> 
    126132                <td> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/products/product.tpl

    r22618 r22736  
    199199        </tr> 
    200200        <tr> 
     201            <th>消費税率<span class="attention"> *</span></th> 
     202            <td> 
     203                <span class="attention"><!--{$arrErr.tax_rate}--></span> 
     204                <input type="text" name="tax_rate" value="<!--{$arrForm.tax_rate|h}-->" size="6" class="box6" maxlength="<!--{$smarty.const.PERCENTAGE_LEN}-->" style="<!--{if $arrErr.tax_rate != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->"/>% 
     205                <span class="attention">(半角数字で入力)</span> 
     206            </td> 
     207        </tr> 
     208        <tr> 
    201209            <th>在庫数<span class="attention"> *</span></th> 
    202210            <td> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class.tpl

    r22571 r22736  
    201201            <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 
    202202            <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)<span class="attention">*</span></th> 
     203            <th>消費税率(%)<span class="attention">*</span></th> 
    203204            <th>商品種別<span class="attention">*</span></th> 
    204205            <th>ダウンロード<br />ファイル名<span class="red"><br />上限<!--{$smarty.const.STEXT_LEN}-->文字</span></th> 
     
    270271                    <!--{/if}--> 
    271272                    <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" /> 
     273                </td> 
     274                <td class="center"> 
     275                    <!--{assign var=key value="tax_rate"}--> 
     276                    <!--{if $arrErr[$key][$index]}--> 
     277                        <span class="attention"><!--{$arrErr[$key][$index]}--></span> 
     278                    <!--{/if}--> 
     279                    <input type="text" name="<!--{$key}-->[<!--{$index}-->]" value="<!--{$arrForm[$key].value[$index]|h}-->" size="6" class="box6" maxlength="<!--{$arrForm[$key].length}-->" <!--{if $arrErr[$key][$index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> id="<!--{$key}-->_<!--{$index}-->" />                 
    272280                </td> 
    273281                <td class="class-product-type"> 
  • branches/version-2_13-dev/data/Smarty/templates/admin/products/product_class_confirm.tpl

    r22206 r22736  
    6464                <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 
    6565                <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)</th> 
     66                <th>消費税率(%)</th> 
    6667                <th>商品種別</th> 
    6768                <th>ダウンロードファイル名</th> 
     
    9192                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
    9293                        <!--{assign var=key value="price02"}--> 
     94                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
     95                        <!--{assign var=key value="tax_rate"}--> 
    9396                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
    9497                        <!--{assign var=key value="product_type_id"}--> 
Note: See TracChangeset for help on using the changeset viewer.