responsive
This commit is contained in:
parent
c5bd11951f
commit
10fc0149d8
@ -91,7 +91,7 @@ function report_header($reportname,$notused,$period,$periodlink,$description,$bu
|
|||||||
print '<td>'.$langs->trans("ReportPeriod").'</td>';
|
print '<td>'.$langs->trans("ReportPeriod").'</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
if ($period) print $period;
|
if ($period) print $period;
|
||||||
if ($variante) print '<td>'.$periodlink.'</td>';
|
if ($variante) print '<td class="nowraponall">'.$periodlink.'</td>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
|
|||||||
@ -97,7 +97,7 @@ class modCashDesk extends DolibarrModules
|
|||||||
// This is to declare the Top Menu entry:
|
// This is to declare the Top Menu entry:
|
||||||
$this->menu[$r]=array( 'fk_menu'=>0, // Put 0 if this is a top menu
|
$this->menu[$r]=array( 'fk_menu'=>0, // Put 0 if this is a top menu
|
||||||
'type'=>'top', // This is a Top menu entry
|
'type'=>'top', // This is a Top menu entry
|
||||||
'titre'=>'CashDeskMenu',
|
'titre'=>'PointOfSaleShort',
|
||||||
'mainmenu'=>'cashdesk',
|
'mainmenu'=>'cashdesk',
|
||||||
'url'=>'/cashdesk/index.php?user=__LOGIN__',
|
'url'=>'/cashdesk/index.php?user=__LOGIN__',
|
||||||
'langs'=>'cashdesk', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
|
'langs'=>'cashdesk', // Lang file to use (without .lang) by module. File must be in langs/code_CODE/ directory.
|
||||||
|
|||||||
@ -226,7 +226,7 @@ class modTakePos extends DolibarrModules
|
|||||||
/* BEGIN MODULEBUILDER TOPMENU */
|
/* BEGIN MODULEBUILDER TOPMENU */
|
||||||
$this->menu[$r++]=array('fk_menu'=>'', // '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
$this->menu[$r++]=array('fk_menu'=>'', // '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
|
||||||
'type'=>'top', // This is a Top menu entry
|
'type'=>'top', // This is a Top menu entry
|
||||||
'titre'=>'PointOfSale',
|
'titre'=>'PointOfSaleShort',
|
||||||
'mainmenu'=>'takepos',
|
'mainmenu'=>'takepos',
|
||||||
'leftmenu'=>'',
|
'leftmenu'=>'',
|
||||||
'url'=>'/takepos/takepos.php',
|
'url'=>'/takepos/takepos.php',
|
||||||
|
|||||||
@ -33,6 +33,7 @@ FilterRefOrLabelOrBC=Search (Ref/Label)
|
|||||||
UserNeedPermissionToEditStockToUsePos=You ask to decrease stock on invoice creation, so user that uses POS needs to have permission to edit stock.
|
UserNeedPermissionToEditStockToUsePos=You ask to decrease stock on invoice creation, so user that uses POS needs to have permission to edit stock.
|
||||||
DolibarrReceiptPrinter=Dolibarr Receipt Printer
|
DolibarrReceiptPrinter=Dolibarr Receipt Printer
|
||||||
PointOfSale=Point of sales
|
PointOfSale=Point of sales
|
||||||
|
PointOfSaleShort=POS
|
||||||
CloseBill=Close Bill
|
CloseBill=Close Bill
|
||||||
Floors=Floors
|
Floors=Floors
|
||||||
Floor=Floor
|
Floor=Floor
|
||||||
|
|||||||
@ -45,8 +45,8 @@ $colorbacktabcard1='255,255,255'; // card
|
|||||||
$colorbacktabactive='234,234,234';
|
$colorbacktabactive='234,234,234';
|
||||||
$colorbacklineimpair1='255,255,255'; // line impair
|
$colorbacklineimpair1='255,255,255'; // line impair
|
||||||
$colorbacklineimpair2='255,255,255'; // line impair
|
$colorbacklineimpair2='255,255,255'; // line impair
|
||||||
$colorbacklinepair1='245,245,245'; // line pair
|
$colorbacklinepair1='250,250,250'; // line pair
|
||||||
$colorbacklinepair2='245,245,245'; // line pair
|
$colorbacklinepair2='250,250,250'; // line pair
|
||||||
$colorbacklinepairhover='230,237,244'; // line hover
|
$colorbacklinepairhover='230,237,244'; // line hover
|
||||||
$colorbacklinebreak='214,218,220'; // line break
|
$colorbacklinebreak='214,218,220'; // line break
|
||||||
$colorbackbody='255,255,255';
|
$colorbackbody='255,255,255';
|
||||||
@ -512,12 +512,12 @@ hr { border: 0; border-top: 1px solid #ccc; }
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
background-color: #f0f0f0;
|
background-color: #f5f5f5;
|
||||||
background-image: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
|
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e0e0e0));
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
||||||
background-image: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
|
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
background-image: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
|
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||||||
background-image: linear-gradient(to bottom, #f0f0f0, #e0e0e0);
|
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
||||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||||
@ -3260,7 +3260,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
background: #e8e8e8;
|
background: #fcfcfc;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
/* border-left: 6px solid #ddd; */
|
/* border-left: 6px solid #ddd; */
|
||||||
box-shadow: 1px 1px 8px #ddd;
|
box-shadow: 1px 1px 8px #ddd;
|
||||||
@ -3409,7 +3409,7 @@ table.noborder.boxtable tr td {
|
|||||||
border-bottom-width: 0 !important;
|
border-bottom-width: 0 !important;
|
||||||
}
|
}
|
||||||
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
||||||
min-width: 300px;
|
min-width: 275px; /* increasing this, make chart on box not side by side on laptops */
|
||||||
}
|
}
|
||||||
.tdboxstats {
|
.tdboxstats {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@ -3323,7 +3323,7 @@ span.dashboardlineko {
|
|||||||
/* border-bottom-width: 0 !important; */
|
/* border-bottom-width: 0 !important; */
|
||||||
}
|
}
|
||||||
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
||||||
min-width: 300px;
|
min-width: 275px;
|
||||||
}
|
}
|
||||||
.tdboxstats {
|
.tdboxstats {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user