Changes between Version 21 and Version 22 of S3/S3Report


Ignore:
Timestamp:
11/29/12 14:18:00 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Report

    v21 v22  
    137137}}}
    138138
     139Of course, you can also specify custom labels for the fields where required:
     140
     141{{{#!python
     142   report_options = Storage(
     143       fact = [
     144               ((T("My Label For Field1"), field1), method1, T("My Report A")),
     145               (field2, method1, T("My Report B")),
     146               (field2, method2, T("My Report C")),
     147               (field3, method1, T("My Report D")),
     148              ],
     149       ...
     150   )
     151}}}
    139152== Further Development ==
    140153