Changeset 1994

Show
Ignore:
Timestamp:
10/14/06 15:23:45 (2 years ago)
Author:
hhubner
Message:

Add total sqm sales graphics

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/xml-class-rework/projects/bos/statistics

    • Property svn:ignore changed from
      contracts-by-week.xsl
      contracts-by-week.xml
      *.svg
      to
      all-contracts.xsl
      contracts-by-week.xsl
      contracts-by-week.xml
      *.svg
  • branches/xml-class-rework/projects/bos/statistics/Makefile

    r1989 r1994  
    11 
    22BASE_URL        = http://192.168.254.132:8080/reports-xml 
    3 YEAR            = 2005 
     3YEAR            =  
    44LOGIN           = 
    55OUTPUT_DIR      = ../payment-website/images/statistics 
    66 
    7 GRAPHICS        = contracts-by-week.svg 
     7YEARLY_GRAPHICS = contracts-by-week.svg 
     8TOTAL_GRAPHICS  = all-contracts.svg 
    89 
    910all: 
    10         $(MAKE) graphics YEAR=2005 
    11         $(MAKE) graphics YEAR=2006 
     11        $(MAKE) yearly-graphics YEAR=2005 
     12        $(MAKE) yearly-graphics YEAR=2006 
     13        $(MAKE) total-graphics 
    1214 
    13 graphics: $(GRAPHICS) 
     15yearly-graphics: $(YEARLY_GRAPHICS) 
     16total-graphics: $(TOTAL_GRAPHICS) 
    1417 
    1518.SUFFIXES: .lxsl .xsl .svg 
     
    2023.xsl.svg: 
    2124        xsltproc -o $*.xml $*.xsl '$(BASE_URL)/$*/$(YEAR)$(LOGIN)' 
    22         xsltproc -o $(OUTPUT_DIR)/$*-$(YEAR).svg buildSVGLineChart.xsl $*.xml 
     25        xsltproc -o $(OUTPUT_DIR)/$*$(YEAR).svg buildSVGLineChart.xsl $*.xml 
    2326        rm $*.xml 
  • branches/xml-class-rework/projects/bos/statistics/buildSVGLineChart.xsl

    r1990 r1994  
    3939          </rect> 
    4040        </g> 
     41        <g id="none" transform="scale(1)"> 
     42        </g> 
    4143        <script type="text/javascript"> 
    4244          <![CDATA[