mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-14 18:53:56 -04:00
Receipt total is recalculatd after edit now
Some css improvements for receipt printing Adaptation of one or more labels
This commit is contained in:
@@ -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;*/
|
||||
}
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
margin-bottom:7px;
|
||||
margin-left:20px;
|
||||
color:red;
|
||||
font-weight:bold;
|
||||
}
|
||||
#item_kit_items_title
|
||||
{
|
||||
|
||||
@@ -45,6 +45,11 @@
|
||||
position:relative;
|
||||
padding:3px;
|
||||
margin-bottom:5px;
|
||||
|
||||
}
|
||||
|
||||
#receipt_items tr {
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.short_name
|
||||
|
||||
Reference in New Issue
Block a user