Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

[FIX] Fix style errors in the invoice (#7): #10

Merged
merged 4 commits into from
Aug 18, 2016

Commits on Aug 17, 2016

  1. [FIX] Fix style errors in the invoice:

    - The invoice lines wrapped text poorly for long line descriptions.
      The text is now in line with the product name.
    - The margins for the header and the start of the invoice were
      pretty large. These have been decreased somewhat. Various
      other margins and min-heights have also been adjusted.
    - The bank statement part, if it propagated to the following page,
      overlapped with the header of that page. The header has been
      properly separated to a separate template, so that the page and
      header are not rendered in the same space for PDF reports.
    - The sum and taxes part of the invoice is forced to stay in
      one part so it doesn't split on page breaks.
    
    Closes avoinsystems#7
    aisopuro committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    1e590e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Fix merge conflicts for avoinsystems#10

    Merge branch '9.0' into 7-style-fixes
    
    Conflicts:
    	report/report_invoice.xml
    
    The diff between this and the last commit contains
    a lot of whitespace: you might want to use
    `git diff -w` to ignore whitespace changes.
    aisopuro committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    42fa8a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbe6fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e360443 View commit details
    Browse the repository at this point in the history