Ignore:
Timestamp:
2013/11/25 23:13:32 (10 years ago)
Author:
shutta
Message:

#2458 (売上集計> 期間別集計の月別表示の集計方法の改善)
月別集計を月ごと(年度の異なるの売上も月ごとに合算される)ではなく、年月ごとに集計されるように修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r23124 r23295  
    659659                $xtitle = '(月別)'; 
    660660                $ytitle = '(売上合計)'; 
    661                 $format = '%m'; 
     661                $format = '%Y-%m'; 
    662662                break; 
    663663            case 'year': 
     
    732732        switch ($type) { 
    733733            case 'month': 
    734                 $format        = 'm'; 
     734                $format        = 'Y-m'; 
    735735                break; 
    736736            case 'year': 
Note: See TracChangeset for help on using the changeset viewer.