Merge pull request #10141 from andreubisquerra/master
TakeBOX now is 'TakePOS Connector'
This commit is contained in:
commit
0fb95c91a4
@ -39,6 +39,6 @@ Floors=Floors
|
|||||||
Floor=Floor
|
Floor=Floor
|
||||||
AddTable=Add table
|
AddTable=Add table
|
||||||
Place=Place
|
Place=Place
|
||||||
TakeboxNecesary='TakeBOX' application required
|
TakeposConnectorNecesary='TakePOS Connector' required
|
||||||
OrderPrinters=Order printers
|
OrderPrinters=Order printers
|
||||||
SearchProduct=Search product
|
SearchProduct=Search product
|
||||||
|
|||||||
@ -37,5 +37,5 @@ Floors=Salones
|
|||||||
Floor=Salón
|
Floor=Salón
|
||||||
AddTable=Añadir mesa
|
AddTable=Añadir mesa
|
||||||
Place=Puesto
|
Place=Puesto
|
||||||
TakeboxNecesary=Aplicación 'TakeBOX' requerida
|
TakeposConnectorNecesary=TakePOS Connector requerido
|
||||||
OrderPrinters=Impresoras de pedido
|
OrderPrinters=Impresoras de pedido
|
||||||
|
|||||||
@ -38,6 +38,6 @@ Floors=Etages
|
|||||||
Floor=Etage
|
Floor=Etage
|
||||||
AddTable=Ajouter une table
|
AddTable=Ajouter une table
|
||||||
Place=Marché
|
Place=Marché
|
||||||
TakeboxNecesary=Application 'TakeBOX' requise
|
TakeposConnectorNecesary=Application 'TakePOS Connector' requise
|
||||||
OrderPrinters=Commande imprimantes
|
OrderPrinters=Commande imprimantes
|
||||||
SearchProduct=Rechercher un produit
|
SearchProduct=Rechercher un produit
|
||||||
|
|||||||
@ -38,6 +38,6 @@ Floors=Stāvi
|
|||||||
Floor=Stāvs
|
Floor=Stāvs
|
||||||
AddTable=Pievienot tabulu
|
AddTable=Pievienot tabulu
|
||||||
Place=Vieta
|
Place=Vieta
|
||||||
TakeboxNecesary=Nepieciešams lietot "TakeBOX"
|
TakeposConnectorNecesary=Nepieciešams lietot "TakePOS Connector"
|
||||||
OrderPrinters=Pasūtīt printerus
|
OrderPrinters=Pasūtīt printerus
|
||||||
SearchProduct=Meklēt produktu
|
SearchProduct=Meklēt produktu
|
||||||
|
|||||||
@ -170,14 +170,14 @@ if (! empty($conf->service->enabled))
|
|||||||
|
|
||||||
// Use Takepos printing
|
// Use Takepos printing
|
||||||
print '<tr class="oddeven"><td>';
|
print '<tr class="oddeven"><td>';
|
||||||
print $langs->trans("DolibarrReceiptPrinter").' TakeBOX (<a href="http://en.takepos.com/takebox">'.$langs->trans("TakeboxNecesary").'</a>)';
|
print $langs->trans("DolibarrReceiptPrinter").' (<a href="http://en.takepos.com/connector">'.$langs->trans("TakeposConnectorNecesary").'</a>)';
|
||||||
print '<td colspan="2">';
|
print '<td colspan="2">';
|
||||||
print $form->selectyesno("TAKEBOX",$conf->global->TAKEBOX,1);
|
print $form->selectyesno("TAKEBOX",$conf->global->TAKEBOX,1);
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
|
|
||||||
if ($conf->global->TAKEBOX){
|
if ($conf->global->TAKEBOX){
|
||||||
print '<tr class="oddeven value"><td>';
|
print '<tr class="oddeven value"><td>';
|
||||||
print $langs->trans("IPAddress").' (<a href="http://en.takepos.com/takebox">'.$langs->trans("TakeboxNecesary").'</a>)';
|
print $langs->trans("IPAddress").' (<a href="http://en.takepos.com/connector">'.$langs->trans("TakeposConnectorNecesary").'</a>)';
|
||||||
print '<td colspan="2">';
|
print '<td colspan="2">';
|
||||||
print '<input type="text" size="20" id="TAKEPOS_PRINT_SERVER" name="TAKEPOS_PRINT_SERVER" value="'.$conf->global->TAKEPOS_PRINT_SERVER.'">';
|
print '<input type="text" size="20" id="TAKEPOS_PRINT_SERVER" name="TAKEPOS_PRINT_SERVER" value="'.$conf->global->TAKEPOS_PRINT_SERVER.'">';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user