Receipt total is recalculatd after edit now

Some css improvements for receipt printing
Adaptation of one or more labels
This commit is contained in:
jekkos-t520
2015-02-24 16:13:44 +01:00
parent 71c9294978
commit dbddb34ed4
7 changed files with 55 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
body
#receipt_wrapper
{
background-color:#FFFFFF;
font-size:75%;
/*background-color:#FFFFFF;*/
font-size:75%;
}
#menubar,#footer
@@ -25,11 +25,6 @@ body
text-align:center;
}
.long_name
{
display:none;
}
.short_name
{
display:inline;
@@ -39,3 +34,31 @@ body
{
white-space:nowrap;
}
/* Hide links in table for printing */
table.innertable
{
display: table;
}
table.innertable a
{
color: #000000;
text-decoration: none;
}
table.report a.expand
{
visibility: hidden;
}
table.report a
{
color: #000000;
text-decoration: none;
}
table.innertable thead
{
/*display:none;*/
}

View File

@@ -84,6 +84,7 @@
margin-bottom:7px;
margin-left:20px;
color:red;
font-weight:bold;
}
#item_kit_items_title
{

View File

@@ -45,6 +45,11 @@
position:relative;
padding:3px;
margin-bottom:5px;
}
#receipt_items tr {
margin-bottom:5px;
}
.short_name