From b43f4c87b470f7ce28b3d7528ba77a8cd187eea4 Mon Sep 17 00:00:00 2001
From: Dany De Bontridder
Date: Wed, 10 Feb 2010 18:38:16 +0000
Subject: [PATCH] Merged revisions 2905-2938 via svnmerge from
svn+ssh://danydb@svn/svn/phpcompta/branches/rel500
........
r2906 | danydb | 2010-01-27 15:16:08 +0100 (Wed, 27 Jan 2010) | 2 lines
Cosmetic for html popup
........
r2907 | danydb | 2010-01-27 15:28:03 +0100 (Wed, 27 Jan 2010) | 5 lines
Fix typo translation
Fix Bug : cannot save extension in IE, probably because the same scripts are included several times
........
r2908 | danydb | 2010-01-28 13:56:37 +0100 (Thu, 28 Jan 2010) | 5 lines
Fix Bug In getNodeText when retrieving data for Internet Explorer,
it fails if the xmlNode.firstChild.nodeValue does not contains data.
It is directly set to undefined
........
r2909 | danydb | 2010-01-29 12:20:24 +0100 (Fri, 29 Jan 2010) | 2 lines
Generate invoice : update the comment of the entry only if there were no comment
........
r2910 | danydb | 2010-01-29 19:39:11 +0100 (Fri, 29 Jan 2010) | 6 lines
Improve User
============
Status only plugin means that the user can use only the plugin and can't access to
anything else.
........
r2911 | danydb | 2010-01-29 19:42:38 +0100 (Fri, 29 Jan 2010) | 1 line
Bug import Dexia
........
r2912 | danydb | 2010-01-31 16:24:22 +0100 (Sun, 31 Jan 2010) | 3 lines
For insert_jrnx, the desc is now in the function, we don't need anymore to update after inserting
........
r2913 | danydb | 2010-01-31 16:33:55 +0100 (Sun, 31 Jan 2010) | 4 lines
Fix bug : cannot see operation in quick_writing
cause : the p_action must be set to ALL, it wasn't for quick_writing
........
r2914 | danydb | 2010-02-02 14:52:37 +0100 (Tue, 02 Feb 2010) | 4 lines
Code cleaning
Bug : in ledger of sale, we have twice the possibility to add~ or generate document, and only for invoice (type 4)
Solution : fix the function Acc_Ledger_Purchase::extra_info (type of document = 10), remove extra code
........
r2915 | danydb | 2010-02-05 01:01:11 +0100 (Fri, 05 Feb 2010) | 4 lines
Improve : search_card you can also find a card thanks is tva_num
Documentation doxygen improved
........
r2916 | danydb | 2010-02-05 11:18:36 +0100 (Fri, 05 Feb 2010) | 2 lines
when inserting into ledger_sold the test to check the attach was wrong
........
r2917 | danydb | 2010-02-05 14:45:33 +0100 (Fri, 05 Feb 2010) | 2 lines
Extension : add the possibility to use ajax
........
r2918 | danydb | 2010-02-06 14:25:22 +0100 (Sat, 06 Feb 2010) | 1 line
rewrite the function encodeJSON, hide and show for doxygen
........
r2919 | danydb | 2010-02-06 14:26:07 +0100 (Sat, 06 Feb 2010) | 1 line
remove error where _SESSION is expired
........
r2920 | danydb | 2010-02-06 14:26:49 +0100 (Sat, 06 Feb 2010) | 1 line
In ITva_Select add the display
........
r2921 | danydb | 2010-02-06 14:27:47 +0100 (Sat, 06 Feb 2010) | 1 line
Cosmetic
........
r2922 | danydb | 2010-02-06 14:27:49 +0100 (Sat, 06 Feb 2010) | 1 line
IPopup add a new property drag to make the ipopup dragguable or not
........
r2923 | danydb | 2010-02-06 14:35:28 +0100 (Sat, 06 Feb 2010) | 5 lines
Middle of payment
=================
Feature : add or remove middle of payment
........
r2924 | danydb | 2010-02-06 18:17:15 +0100 (Sat, 06 Feb 2010) | 7 lines
Card
----
A same card can now have 2 different sides (debit or credit)
usefull to have only one card for a customer and a supplier
........
r2925 | danydb | 2010-02-06 18:23:03 +0100 (Sat, 06 Feb 2010) | 1 line
Add the sql script for the double accounting
........
r2926 | danydb | 2010-02-06 19:29:29 +0100 (Sat, 06 Feb 2010) | 2 lines
Update documentation
........
r2927 | danydb | 2010-02-06 20:37:12 +0100 (Sat, 06 Feb 2010) | 4 lines
Fiche_def
========
Permit to have 2 accouting as class_base
........
r2928 | danydb | 2010-02-06 20:56:00 +0100 (Sat, 06 Feb 2010) | 1 line
Bug : FK from stock prevent the removal of a card
........
r2929 | danydb | 2010-02-06 21:14:10 +0100 (Sat, 06 Feb 2010) | 1 line
removeless useless test
........
r2930 | danydb | 2010-02-07 00:55:03 +0100 (Sun, 07 Feb 2010) | 1 line
Improve appearance extension
........
r2931 | danydb | 2010-02-07 00:56:28 +0100 (Sun, 07 Feb 2010) | 2 lines
remove debug
........
r2932 | danydb | 2010-02-07 01:16:51 +0100 (Sun, 07 Feb 2010) | 1 line
Improve appearance extension
........
r2933 | danydb | 2010-02-07 01:19:08 +0100 (Sun, 07 Feb 2010) | 1 line
Improve appearance extension
........
r2934 | danydb | 2010-02-07 01:30:31 +0100 (Sun, 07 Feb 2010) | 1 line
Improve appearance extension
........
r2935 | danydb | 2010-02-07 02:36:25 +0100 (Sun, 07 Feb 2010) | 1 line
Version PHP5.3 : split is obsolete and replace by explode
........
r2936 | danydb | 2010-02-07 04:56:17 +0100 (Sun, 07 Feb 2010) | 1 line
remove owner
........
r2937 | danydb | 2010-02-08 22:34:07 +0100 (Mon, 08 Feb 2010) | 1 line
typo
........
r2938 | danydb | 2010-02-08 22:34:28 +0100 (Mon, 08 Feb 2010) | 1 line
Start translation for Dutch
........
---
contrib/document_test/facture.html | 1 +
dev/extract_text.sh | 1 +
doc/manuel-fr.odt | Bin 61095 -> 55544 bytes
html/access.php | 12 +-
html/admin/sql/patch/upgrade63.sql | 62 +
html/admin/sql/patch/upgrade64.sql | 67 +
html/admin/sql/patch/upgrade65.sql | 4 +
html/admin/sql/patch/upgrade66.sql | 134 ++
html/admin/sql/patch/upgrade67.sql | 177 ++
html/ajax.php | 38 +
html/ajax_extension.php | 4 +-
html/commercial.php | 22 +-
html/compta.php | 2 +-
html/comptanalytic.php | 2 +-
html/extension.php | 12 +-
html/js/extension.js | 33 +-
html/js/scripts.js | 15 +-
html/js/todo_list.js | 5 +-
html/lang/en_US/LC_MESSAGES/messages.po | 334 +++-
html/lang/nl_NL/LC_MESSAGES/messages.po | 2370 ++++++++++++++++++++++-
html/modify_op.php | 2 +-
html/priv_user.php | 33 +-
html/style-color.css | 4 +-
html/style-light.css | 6 +-
html/style.css | 6 +-
html/user_compta.php | 4 +-
html/user_login.php | 1 -
include/ac_common.php | 132 +-
include/argenta_be.inc.php | 4 +-
include/cbc_be.inc.php | 2 +-
include/class_acc_account_ledger.php | 6 +-
include/class_acc_ledger.php | 43 +-
include/class_acc_ledger_fin.php | 67 +-
include/class_acc_ledger_purchase.php | 123 +-
include/class_acc_ledger_sold.php | 65 +-
include/class_acc_operation.php | 107 +-
include/class_acc_payment.php | 53 +-
include/class_acc_reconciliation.php | 2 +-
include/class_acc_tva.php | 2 +-
include/class_fiche.php | 447 ++---
include/class_fiche_def.php | 44 +-
include/class_icard.php | 11 +
include/class_idate.php | 8 +-
include/class_ipopup.php | 21 +-
include/class_itva_select.php | 13 +-
include/class_user.php | 188 +-
include/constant.php | 2 +-
include/contact.inc.php | 32 +-
include/dexia.inc.php | 2 +-
include/dexia_be.inc.php | 38 +-
include/dossier.inc.php | 50 +-
include/eub_be.inc.php | 2 +-
include/ext_inc.php | 4 +-
include/extension.inc.php | 5 -
include/fiche.inc.php | 4 +-
include/fortis_be.inc.php | 2 +-
include/impress_inc.php | 2 +-
include/ing_be.inc.php | 2 +-
include/keytrade_be.inc.php | 2 +-
include/param_jrn_detail.inc.php | 4 +-
include/payment_middle.inc.php | 41 +-
include/template/extension-detail.php | 4 +-
include/template/fiche_def_input.php | 4 +-
include/template/new_mod_payment.php | 51 +
include/user_common.php | 49 +-
include/user_menu.php | 18 +-
sql/upgrade.sql | 111 --
67 files changed, 4220 insertions(+), 898 deletions(-)
create mode 100644 html/admin/sql/patch/upgrade63.sql
create mode 100644 html/admin/sql/patch/upgrade64.sql
create mode 100644 html/admin/sql/patch/upgrade65.sql
create mode 100644 html/admin/sql/patch/upgrade66.sql
create mode 100644 html/admin/sql/patch/upgrade67.sql
create mode 100644 html/ajax.php
create mode 100644 include/template/new_mod_payment.php
diff --git a/contrib/document_test/facture.html b/contrib/document_test/facture.html
index f1639fa5d..addb2c08e 100644
--- a/contrib/document_test/facture.html
+++ b/contrib/document_test/facture.html
@@ -12,6 +12,7 @@
Adresse <>
<> <>
+ FACTURE