Skip to content

Commit

Permalink
Update Finvoice support to version 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
emaijala committed Oct 23, 2021
1 parent 73b86ce commit e752448
Show file tree
Hide file tree
Showing 4 changed files with 2,731 additions and 2,071 deletions.
13 changes: 6 additions & 7 deletions Finvoice.css
@@ -1,4 +1,4 @@
/* Modified 3.11.2012 15:45 */
/* Modified 26.9.2017 */

body
{
Expand Down Expand Up @@ -93,7 +93,7 @@ table.invoiceRows
width:100%;
border-top:2px solid black;
border-bottom:2px solid black;
margin:2ex 0em 2ex 0em;
margin:2ex 0em 0em 0em;
border-collapse:collapse;
}

Expand Down Expand Up @@ -127,9 +127,8 @@ td.InvoiceRow, td.SubInvoiceRow {}

td.RowAmount { text-align:right; }

tr.groupSeparator td
{
height:1em;
tbody.groupBegins tr:first-child td {
padding-top: 1em;
}

tr.rowSeparator td
Expand Down Expand Up @@ -200,7 +199,7 @@ div.SpecificationDetails
border-bottom:1px solid black;
}

div.invoiceAnyPartyDetails { margin:2ex 0ex 0ex 0ex; }
div.invoiceAnyPartyDetails {}

div.PartialPaymentDetails { margin:2ex 0ex 0ex 0ex; }

Expand Down Expand Up @@ -234,4 +233,4 @@ div.stamps
border-top:2px solid black;
}

/*.isNewVersion { background-color:blue; color:yellow; }*/
.isNew { background-color:yellow; }

0 comments on commit e752448

Please sign in to comment.