diff --git a/htdocs/takepos/css/pos.css b/htdocs/takepos/css/pos.css index db3ddfdfa34..744838bf99d 100644 --- a/htdocs/takepos/css/pos.css +++ b/htdocs/takepos/css/pos.css @@ -6,6 +6,10 @@ html,body { width:100%; } +.center { + text-align: center; +} + button.calcbutton { display: inline-block; position: relative; diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index 2d14c11893d..6c60fbfd18c 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -451,7 +451,10 @@ if ($action=="valid" || $action=="history") } else { $sectionwithinvoicelink.=' '; } - $sectionwithinvoicelink.=' '; + if ($conf->global->MAIN_FEATURES_LEVEL >= 2) + { + $sectionwithinvoicelink.=' '; + } if ($conf->global->TAKEPOS_AUTO_PRINT_TICKETS) $sectionwithinvoicelink.=''; } @@ -537,11 +540,11 @@ if ($action == "search") { ?> }); - -function PrintSend(id) + +function SendTicket(id) { console.log("Open box to select the Print/Send form"); - $.colorbox({href:"printsend.php?facid="+id, width:"90%", height:"50%", transition:"none", iframe:"true", title:"trans("PrintSend");?>"}); + $.colorbox({href:"send.php?facid="+id, width:"90%", height:"50%", transition:"none", iframe:"true", title:"trans("SendTicket");?>"}); } function Print(id){ diff --git a/htdocs/takepos/printsend.php b/htdocs/takepos/send.php similarity index 91% rename from htdocs/takepos/printsend.php rename to htdocs/takepos/send.php index 6a2b672cf60..93fb753c2f3 100644 --- a/htdocs/takepos/printsend.php +++ b/htdocs/takepos/send.php @@ -70,7 +70,7 @@ $langs->loadLangs(array("main", "bills", "cashdesk")); ?> - + -
+
+
+
-
- - -