Changeset 711
- Timestamp:
- 10/26/07 18:43:44 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/controllers/customer_interface_controller.rb
r710 r711 144 144 } 145 145 146 image = Graph.pie(4 50, 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) 147 147 image.format = 'PNG' 148 148 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 223 223 224 224 In the listing tasks are grouped according to their states and sorted by ID numbers. 225 \paragraph{List service requests} 226 This 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. 225 227 \paragraph{Create} 226 228 You 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 9 9 \input{./tex/application_section.tex} 10 10 \input{./tex/configuration_section.tex} 11 \input{./tex/customer_interface.tex} 11 12 \input{./tex/common_topics.tex}