[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 135/218: Translation
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 135/218: Translation |
Date: |
Thu, 12 Sep 2019 15:58:54 -0400 (EDT) |
sparkyx pushed a commit to branch entreprise
in repository noalyss.
commit b3ada4106f531fac32525ee2a56ef298d34db2ad
Author: Dany De Bontridder <address@hidden>
Date: Fri Dec 28 10:40:48 2018 +0100
Translation
---
include/class/acc_ledger.class.php | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/include/class/acc_ledger.class.php
b/include/class/acc_ledger.class.php
index 0d6b9a9..2d15344 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -762,6 +762,7 @@ class Acc_Ledger extends jrn_def_sql
function input($p_array=null, $p_readonly=0)
{
global $g_parameter, $g_user;
+ $http=new HttpInput();
$this->nb=$this->get_min_row();
if ($p_readonly==1)
return $this->confirm($p_array);
@@ -787,7 +788,8 @@ class Acc_Ledger extends jrn_def_sql
$wLedger=$this->select_ledger('ODS', 2,FALSE);
if ($wLedger==null)
throw new Exception(_('Pas de journal disponible'));
-
$wLedger->javascript="onChange='update_name();update_predef(\"ods\",\"t\",\"".$_REQUEST['ac']."\");$add_js'";
+ $ac=$http->request("ac");
+
$wLedger->javascript="onChange='update_name();update_predef(\"ods\",\"t\",\"".$ac."\");$add_js'";
$label=" Journal ".Icon_Action::infobulle(2);
$ret.="<table>";
@@ -803,8 +805,11 @@ class Acc_Ledger extends jrn_def_sql
$op->set('ledger', $this->id);
$op->set('ledger_type', "ODS");
$op->set('direct', 't');
- $url=http_build_query(array('action'=>'use_opd',
'p_jrn_predef'=>$this->id,
- 'ac'=>$_REQUEST['ac'], 'gDossier'=>dossier::id()));
+ $url=http_build_query(
+ array('action'=>'use_opd',
+ 'p_jrn_predef'=>$this->id,
+ 'ac'=>$ac,
+ 'gDossier'=>dossier::id()));
echo $op->form_get('do.php?'.$url);
echo '</div>';
@@ -1047,12 +1052,12 @@ class Acc_Ledger extends jrn_def_sql
/* check for a double reload */
if (isset($mt)&&$this->db->count_sql('select jr_mt from jrn where
jr_mt=$1',
array($mt))!=0)
- throw new Exception('Double Encodage', 5);
+ throw new Exception(_('Double Encodage'), 5);
// Check the periode and the date
if (isDate($e_date)==null)
{
- throw new Exception('Date invalide', 2);
+ throw new Exception(_('Date invalide'), 2);
}
$periode=new Periode($this->db);
/* find the periode if we have enabled the check_periode
@@ -1076,7 +1081,7 @@ class Acc_Ledger extends jrn_def_sql
// Periode ferme
if ($this->is_closed($periode->p_id)==1)
{
- throw new Exception('Periode fermee', 6);
+ throw new Exception(_('Periode fermee'), 6);
}
/* check if we are using the strict mode */
if ($this->check_strict()==true)
- [Noalyss-commit] [noalyss] 83/218: adapt to 7.2 ,init, (continued)
- [Noalyss-commit] [noalyss] 83/218: adapt to 7.2 ,init, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 86/218: Currency : show the currency of the ledger when entering info, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 89/218: adapt to 7.2 ,array, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 90/218: Code cleaning : remove SQL with hardcoded value, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 109/218: Indentation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 121/218: Currency : error when displaying, add 4 due to a mistype instruction, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 126/218: Merge branch 'master' into r700-currency, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 117/218: Currency : cosmetic display history : show only the value of the card/accounting, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 116/218: Database upgrade 131, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 120/218: Currency : send the saldo for financial ledger, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 135/218: Translation,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 123/218: Currency = payment automatic for Sales and Purchases, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 131/218: Translation + use of httpInput, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 124/218: Currency : when we pay at the same time as we record the sale / purchase , either the bank is in euro (default currency) or the sale/purchase has the same currency than the financial ledger, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 138/218: Translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 139/218: Translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 137/218: Translation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 140/218: Misc. Operation : input : Missing tag TR, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 144/218: Currency : meaning 1 EUR is worth x currency for Sales, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 141/218: Currency : for misc. operation, Dany De Bontridder, 2019/09/12
- [Noalyss-commit] [noalyss] 159/218: Currency : because of Misc Operation, the tiers must also be saved into operation_currency. Fix also PRINTJRN for currency, Dany De Bontridder, 2019/09/12