← Back to team overview

openerp-india team mailing list archive

[Bug 1006128] [NEW] account webkit trial balance - print bold/normal must respect account type

 

Public bug reported:

in account_report_trial_balance.mako
we can see
            .regular_account_type {
                font-weight: normal;
            }

            .view_account_type {
                font-weight: bold;
            }

            .account_level_consol {
                font-weight: normal;
                font-style: italic;

but bold and normal seem to depend on the indent level and not on
account type view / regular

the ident level is not relevant in Austria - bold/normal must depend on
account.type

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1006128

Title:
  account webkit trial balance - print bold/normal must respect account
  type

Status in OpenERP Addons (modules):
  New

Bug description:
  in account_report_trial_balance.mako
  we can see
              .regular_account_type {
                  font-weight: normal;
              }

              .view_account_type {
                  font-weight: bold;
              }

              .account_level_consol {
                  font-weight: normal;
                  font-style: italic;

  but bold and normal seem to depend on the indent level and not on
  account type view / regular

  the ident level is not relevant in Austria - bold/normal must depend
  on account.type

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1006128/+subscriptions


Follow ups

References