Changes between Version 29 and Version 30 of S3XRC/ResourceReport


Ignore:
Timestamp:
08/28/10 19:59:48 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3XRC/ResourceReport

    v29 v30  
    1010You have a module {{{xxx}}} and within it a resource {{{yyy}}}, which has a number of components. You're providing CRUD functions for the resource and its components using {{{shn_rest_controller()}}}.
    1111
    12 Now you want to provide a reporting function for this resource, where the user can specify report parameters in a form and then get the summary report auto-generated:
     12Now you want to provide a reporting function for this resource, where the user can specify report parameters in a form and then get a summary report auto-generated:
    1313
    1414  ''Our example: Your resource contains a "timestmp" field (type datetime) and a field "cost" (type double), and in your reporting function the user shall be able to select a time interval, and get a report of the sum of all "cost"s within the selected time interval auto-generated.''