diff --git a/htdocs/cashdesk/langs/en_US/cashdesk.lang b/htdocs/cashdesk/langs/en_US/cashdesk.lang index 09ce84f5575..7d58116e489 100644 --- a/htdocs/cashdesk/langs/en_US/cashdesk.lang +++ b/htdocs/cashdesk/langs/en_US/cashdesk.lang @@ -5,4 +5,9 @@ CashDesk=Point of sale CashDesks=Point of sales CashDeskBank=Bank account CashDeskWarehouse=Warehouse -CashDeskThirdParty=Third party \ No newline at end of file +CashDeskThirdParty=Third party +ShoppingCart=Shopping cart +NewSell=New sell +BackOffice=Back office +AddThisArticle=Add this article +RestartSelling=Go back on sell \ No newline at end of file diff --git a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang index 026e048098b..1030d752f1d 100644 --- a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang +++ b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang @@ -5,4 +5,9 @@ CashDesk=Caisse enregistreuse CashDesks=Caisse enregistreuses CashDeskBank=Compte bancaire CashDeskWarehouse=Entrepôt -CashDeskThirdParty=Tiers \ No newline at end of file +CashDeskThirdParty=Tiers +ShoppingCart=Panier +NewSell=Nouvelle vente +BackOffice=Back office +AddThisArticle=Ajouter cet article +RestartSelling=Reprendre la vente \ No newline at end of file diff --git a/htdocs/cashdesk/style.css b/htdocs/cashdesk/style.css index 2d476369941..bd6ed86abc1 100644 --- a/htdocs/cashdesk/style.css +++ b/htdocs/cashdesk/style.css @@ -468,4 +468,5 @@ p.titre { .dhtml_selection { background-color: #3366cc; color: white ! important; -} \ No newline at end of file +} + diff --git a/htdocs/cashdesk/templates/facturation1.tpl.php b/htdocs/cashdesk/templates/facturation1.tpl.php index 730c3cfaef4..c59ed8086ba 100644 --- a/htdocs/cashdesk/templates/facturation1.tpl.php +++ b/htdocs/cashdesk/templates/facturation1.tpl.php @@ -1,3 +1,7 @@ +load("main"); +$langs->load("bills"); +?> -
Article +
trans("Article"); ?>
- +
CodeDesignation
trans("Code"); ?>trans("Designation"); ?>
- + @@ -141,7 +145,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
QuantiteStockPrix unitaireTaux TVARemise (%)Prix total
trans("Qty"); ?>trans("Stock"); ?>trans("PriceUHT"); ?>trans("VATRate"); ?>trans("Discount"); ?> (%)trans("TotalHT"); ?>
- + " /> @@ -149,12 +153,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
Difference +
trans("Difference"); ?> - + - + @@ -164,19 +168,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Montant duEncaisseRendu
trans("DueAmount"); ?>trans("Received"); ?>trans("RemainderToPay"); ?>
-
Mode de paiement +
trans("PaymentMode"); ?> - - - + + +
" onclick="javascript: verifClic('ESP');" />" onclick="javascript: verifClic('CB');" />" onclick="javascript: verifClic('CHQ');" />
diff --git a/htdocs/cashdesk/templates/liste_articles.tpl.php b/htdocs/cashdesk/templates/liste_articles.tpl.php index 76dc4c23056..18793f4a44e 100644 --- a/htdocs/cashdesk/templates/liste_articles.tpl.php +++ b/htdocs/cashdesk/templates/liste_articles.tpl.php @@ -1,3 +1,8 @@ +load("main"); +$langs->load("bills"); +$langs->load("cashdesk"); +?> -Impression du ticket +Print ticket
- - Date limite de paiement : + " onclick="javascript: verifClic('DIF');" /> + trans("DateEcheance"); ?> :