Below are some of the additional points:
- Report section: This defines the placement of a form on the screen
to provide better ability of the user to create
a customized report. Depending on configuration of report section,
one may be able to for example flag to add
a pagebreak, or some more advanced layout, which would depend on
the design of the .tpl file in use. With time
use should be able to define some form of layout of the report.
- Report rollup: Report rollup basically already exists within cubi
report in the report map feature where there is parent-child
relationship, but rather than just representing a path, rollup will
attempt to add certain functionality:
1) Element Consolidation: Where two similar different reports
are rolled up e.g. a balance sheet for sub-divisions in two provinces
in China, numeric values can be consolidated using a certain
arithmetic (addition in this case) while text values can be
consolidated as new elements in the new report. using this we can
support multiple rollup and drilldown. I note that we can currently do
this using the SQL aggregation functions; this format is to help keep
the SQL under the hood not write query strings on front end.
2) Report Consolidation: Consolidating reports under a
container, like current report-map infrastructure, but adds
possibility of report containing several sub-reports
3) Report Book Feature (for pdfing/ printing): Consolidate
reports for printing / export to pdf e.g. if I can consolidate
the reports Balance Sheet, Trial Balance, Statement of
Income and roll them up as Financial Statements,
user can select the report book "Financial Statements" for
export to PDF, and it consolidates the 3
reports applying appropriate format e.g. page break between
each report.
I think this is the main suggestion. Lets have comments/critiques.
Regards.
On Feb 11, 8:57 pm, "Openbiz.me" <
ro...@openbiz.me> wrote:
> Your suggestion on supporting join on more than one physical tables makes sense.
>
> For your other points like report rollups and report sections, would give a couple of examples?
>
> Sent from my iPhone
>
> On Feb 9, 2012, at 12:16 AM, rhossis <
cog...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi Rocky,
>
> > Please use this link, regards.
>
> >
https://docs.google.com/leaf?id=0B4oPIH0nketxY2JhZGJkYzYtMmQyYy00M2Uw...