From fccc27bba626c48537a62fb7ceb3e756c2737f85 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 15 Oct 2007 14:24:25 +0000 Subject: [PATCH] Add a javascript check for the Direct Writing --- html/js/compute_direct.js | 75 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 html/js/compute_direct.js diff --git a/html/js/compute_direct.js b/html/js/compute_direct.js new file mode 100644 index 000000000..963179418 --- /dev/null +++ b/html/js/compute_direct.js @@ -0,0 +1,75 @@ +/* + * This file is part of PhpCompta. + * + * PhpCompta is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * PhpCompta is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with PhpCompta; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ +function checkTotalDirect() { + var ie4=false; + if ( document.all ) { + ie4=true; + }// Ajouter getElementById par document.all[str] + var total_deb=0.0; + var total_cred=0.0; + + + var nb_item_id=document.getElementById('nb'); + if ( ! nb_item_id ) + {return; } + + var nb_item=nb_item_id.value; + + for (var i=0;i