Displaying Balance Sheet using Grid

Hi

I have developed a Balance Sheet using the Grid Application. The following are the challenges I am facing from cosmetic perspective.

How do I show vertical lines to split the Liabilities and Assets? I tried to use a vertical line image in the dummy column. But this is not coming as continuous. Any one has got any other idea using the css?

Attaching the sample so that you can understand what I am referring.

Regards
Murali

BalanceSheet.png

No one has any suggestions for this :(. This is the same struggle for me for some of other reports too. For e.g. Printing a Bill in a nice format. I know PDF report is there but it is not proper for me. Is there any other open source nice reporting tool anyone came across? Thank you for your help.

Is there a way to customise the Themes and then we can achieve? Just a thought but I am not sure how to do that. If anyone is expert in designing themes then they can help me.

Remove the field between 2 datefields and use CSS changing bordercolor and width of the rightborder [LIST=1]

  • border-right-width: 1px;
  • border-right-color: crimson; [/LIST]
  • Looks like a good idea but how do I change this only for first date field?