Changeset 711

Show
Ignore:
Timestamp:
10/26/07 18:43:44 (1 year ago)
Author:
markku
Message:

Manual section for the Customer interface. Also fixed the width of the statistics pie graph.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/controllers/customer_interface_controller.rb

    r710 r711  
    144144    } 
    145145 
    146     image = Graph.pie(450, 190, service_request_counts, @assets.map { |asset| '%s (%s)' % [asset.full_code, asset.name] }, true, :right) 
     146    image = Graph.pie(440, 190, service_request_counts, @assets.map { |asset| '%s (%s)' % [asset.full_code, asset.name] }, true, :right) 
    147147    image.format = 'PNG' 
    148148    send_data(image.to_blob, :type => 'image/png', :filename => "statistics_#{Time.now.to_i}.png", :disposition => 'inline') 
  • trunk/doc/manual/latex/tex/application_section.tex

    r707 r711  
    223223 
    224224In the listing tasks are grouped according to their states and sorted by ID numbers. 
     225\paragraph{List service requests} 
     226This function lists service request tasks. Customers can submit service requests for their assets in the Customer interface. Normal users can create service requests by using the Create function and by choosing the service request task type, since service requests are tasks with a specific task type. 
    225227\paragraph{Create} 
    226228You can create a new task for a selected asset by using the Create function in the Tasks menu. The Create function will display you a form with all the task fields described in \ref{subsec:tasks}. New task is created by filling the form and clicking the 'Create task' button. Before the 'Starting time' and 'Deadline' time fields can be filled, they have to be enabled by checking the check boxes beside the field names. 
  • trunk/doc/manual/latex/tex/reference_manual.tex

    r656 r711  
    99\input{./tex/application_section.tex} 
    1010\input{./tex/configuration_section.tex} 
     11\input{./tex/customer_interface.tex} 
    1112\input{./tex/common_topics.tex} 

© 2004-2007 Norfello Oy All Rights Reserved