Commit Graph

18714 Commits

Author SHA1 Message Date
Laurent Destailleur
b57b5e9e38 New: If missing data, other data are kept. 2009-05-27 15:30:56 +00:00
Laurent Destailleur
c9daeaa149 Add a confirmation when cloning products. 2009-05-27 15:16:54 +00:00
Laurent Destailleur
bd99870694 Add a confirmation when cloning products. 2009-05-27 15:11:24 +00:00
Regis Houssin
8db457217b Fix: version 2009-05-27 14:48:44 +00:00
Laurent Destailleur
67b4fdf586 Qual: Removed deprecated code 2009-05-27 14:48:11 +00:00
Laurent Destailleur
aeeb2544b7 Qual: Removed table llx_menu_const and llx_menu_constraint 2009-05-27 14:35:30 +00:00
Laurent Destailleur
b309cd1380 Fix: W3C 2009-05-27 14:32:19 +00:00
Laurent Destailleur
89e508b8da Qual: Removed table llx_menu_const and llx_menu_constraint 2009-05-27 14:18:49 +00:00
Laurent Destailleur
4c9e157b2b Qual: Removed table llx_menu_const and llx_menu_constraint 2009-05-27 13:39:09 +00:00
Laurent Destailleur
2ca507c846 Move css for color picker in main CSS to reduce nb of CSS files. 2009-05-27 02:20:40 +00:00
Laurent Destailleur
86625da643 Predefined invoices are now always enabled 2009-05-27 01:59:33 +00:00
Laurent Destailleur
892a8c1ce4 Fix: make fix on predefined invoice feature. 2009-05-27 01:48:31 +00:00
Laurent Destailleur
930b400458 Uniformize code and make fix on predefined invoice feature. 2009-05-27 01:15:44 +00:00
Laurent Destailleur
04ca16df2b Fix: W3C standard 2009-05-26 22:57:57 +00:00
Laurent Destailleur
75ecac5768 Fix: W3C standard 2009-05-26 22:50:36 +00:00
Regis Houssin
fa55e65e54 Fix: Disables token renewal in Ajax request 2009-05-26 17:01:18 +00:00
Regis Houssin
1f8b2d0d3a Fix: error in upgrade mode 2009-05-26 13:17:35 +00:00
Regis Houssin
f370a81bc4 Fix: errors in upgrade 2009-05-26 12:54:32 +00:00
Regis Houssin
daab595b57 Fix: clause with entity 2009-05-26 12:39:24 +00:00
Regis Houssin
d70beb872c Fix: errors in upgrade 2009-05-26 12:25:26 +00:00
Juanjo Menent
d0a52a43a8 Bat translation 2009-05-25 15:55:47 +00:00
Juanjo Menent
e0a230060a Can add a field errors-to to emailings 2009-05-25 08:15:41 +00:00
Laurent Destailleur
82d97b1ee1 Can add a field errors-to to emailings 2009-05-24 22:11:46 +00:00
Laurent Destailleur
c50d2cea03 Can add a field errors-to to emailings 2009-05-24 22:01:19 +00:00
Laurent Destailleur
824969bfa3 Fix: Send to cc and bcc was not working with SMTPs handler 2009-05-24 21:43:33 +00:00
Laurent Destailleur
fbf0747e0c Fix: Correct bugs in simplemail class that did not handle multi recipients correctly. 2009-05-24 21:30:37 +00:00
Laurent Destailleur
c5effe4caf Fix: Pb in error management 2009-05-24 20:01:43 +00:00
Laurent Destailleur
49d8233eb8 Isolate code for simplemail 2009-05-24 20:01:25 +00:00
Laurent Destailleur
003208bc96 Disable the CSRF protection if we are in a development instance (to be able to do test and send post from tools). 2009-05-24 19:04:25 +00:00
Laurent Destailleur
d1749dca57 Fix: Typo error 2009-05-24 18:43:23 +00:00
Laurent Destailleur
711c62d025 Fix: Typo error 2009-05-24 18:36:34 +00:00
Laurent Destailleur
e86917a148 Renamed conf->cookie_cryptkey into conf->file->cookie_cryptkey. The goal is to have all parameters defined inside file conf.php to be in $conf->file->xxx. Excep for database that are stored in $conf->db (historic reasons). This make code easier to understand and to know origine of a value (file or database). 2009-05-24 00:19:06 +00:00
Regis Houssin
29b707d380 Add: just used cookie for remind last user and last entity
Look: use cookie for view logo of last used entity
2009-05-23 17:56:01 +00:00
Regis Houssin
f45caf216f Add: just used cookie for remind last user and last entity
Look: use cookie for view logo of last used entity
2009-05-23 17:44:36 +00:00
Regis Houssin
1420692e53 Add: view last user and last entity in login page if cookie is enabled 2009-05-23 15:35:02 +00:00
Laurent Destailleur
2e48d482aa Fix: Can handle translation keys containing \" 2009-05-22 22:18:59 +00:00
Juanjo Menent
ed49d8e388 New: Add a new emailing selector 2009-05-22 16:22:22 +00:00
Laurent Destailleur
d8281abae3 Fix: Everybody should be able to make exports 2009-05-22 15:57:47 +00:00
Laurent Destailleur
d580670e0e New: Add a new emailing selector 2009-05-22 15:45:31 +00:00
Regis Houssin
23ce17b308 Add: entity cookie just used for the login page 2009-05-22 15:38:09 +00:00
Regis Houssin
6f163a94a8 Add: entity cookie just used for the login page 2009-05-22 15:24:32 +00:00
Laurent Destailleur
b8af89aae3 Fix: Function was truncated lines ended with n and r 2009-05-22 15:15:11 +00:00
Laurent Destailleur
47d77ba51b Fix: Try to fix expand pb 2009-05-22 15:06:17 +00:00
Laurent Destailleur
61bb79f8ce Fix: Try to fix expand pb 2009-05-22 15:00:40 +00:00
Juanjo Menent
1f50293155 Work on import module 2009-05-22 07:34:02 +00:00
Laurent Destailleur
8e167d3f80 Qual: Now creation of session is done before the loading of conf. This make code much easier to understand. 2009-05-22 00:20:45 +00:00
Laurent Destailleur
0c6606a260 Fix: Default value is old value 2009-05-21 23:54:00 +00:00
Laurent Destailleur
a687f859d5 Work on import module 2009-05-21 23:45:20 +00:00
Laurent Destailleur
cfe31513f2 Cashdesk module works with same driver than dolibarr 2009-05-21 22:55:53 +00:00
Laurent Destailleur
fb0e668fc0 Qual: Now creation of session is done before the loading of conf. This make code much easier to understand. 2009-05-21 22:28:05 +00:00
Laurent Destailleur
63b5f67069 Remove not required information 2009-05-21 21:50:36 +00:00
Laurent Destailleur
dde04e3dd3 Add info on session storage directory 2009-05-21 21:48:53 +00:00
Laurent Destailleur
e4090f63b1 Session name DOLSESSID_databasename is replace with DOLSESSID_dolibarrwebinstance. This remove a key read in conf.class.php used to name session because, to make code simpler, we will need to create session before the conf is loaded. This is also most secure because it is possible to use 2 dolibarr instances even if database names are same on two different mysql server.
Add also comments on code to remember to simplify things.
2009-05-21 21:37:45 +00:00
Laurent Destailleur
9d57b9ec71 Add message to avoid to search 2009-05-21 17:45:13 +00:00
Laurent Destailleur
8332aaa952 Session name DOLSESSID_databasename is replace with DOLSESSID_dolibarrwebinstance. This remove a key read in conf.class.php used to name session because, to make code simpler, we will need to create session before the conf is loaded. This is also most secure because it is possible to use 2 dolibarr instances even if database names are same on two different mysql server.
Add also comments on code to remember to simplify things.
2009-05-21 14:07:25 +00:00
Laurent Destailleur
9a38002c46 Session name DOLSESSID_databasename is replace with DOLSESSID_dolibarrwebinstance. This remove a key read in conf.class.php used to name session because, to make code simpler, we will need to create session before the conf is loaded. This is also most secure because it is possible to use 2 dolibarr instances even if database names are same on two different mysql server.
Add also comments on code to remember to simplify things.
2009-05-21 13:37:18 +00:00
Regis Houssin
ee350b7352 Fix: ouverture d'une session temporaire de securite pour stocker une de cryptage aléatoire pour
encryption du cookie
2009-05-20 18:23:02 +00:00
Regis Houssin
3786711822 Fix: ouverture d'une session temporaire de securite pour stocker une de cryptage aléatoire pour
encryption du cookie
2009-05-20 18:18:25 +00:00
Regis Houssin
43ee2c4acb Fix: ouverture d'une session temporaire de securite pour stocker une de cryptage aléatoire pour
encryption du cookie
2009-05-20 18:18:25 +00:00
Regis Houssin
f0fd274206 Fix: invalid value 2009-05-20 17:00:49 +00:00
Regis Houssin
77dd754fc3 Fix: some errors 2009-05-20 11:33:44 +00:00
Laurent Destailleur
426d948bb3 Add error management 2009-05-20 11:20:49 +00:00
Laurent Destailleur
c13477f860 Work on import module 2009-05-20 11:09:56 +00:00
Juanjo Menent
841869ede5 Work on import module 2009-05-20 06:42:25 +00:00
Regis Houssin
f64dc1612d Fix: no accent 2009-05-19 21:57:12 +00:00
Regis Houssin
1437913f39 Fix: remplace rand par mt_rand plus performant 2009-05-19 21:51:08 +00:00
Regis Houssin
572a89e1d3 Fix: protection faille CSRF 2009-05-19 21:08:17 +00:00
Regis Houssin
63cbd5a24e Fix: protection faille CSRF 2009-05-19 20:59:20 +00:00
Regis Houssin
16e91bf213 Fix: no accent 2009-05-19 20:19:45 +00:00
Regis Houssin
1082ec7d6a Fix: no accent 2009-05-19 20:19:45 +00:00
Regis Houssin
d0606e4945 Fix: code homogène 2009-05-19 20:10:27 +00:00
Regis Houssin
71abc830aa Add: class for parse and retrieve information from XLS files 2009-05-19 18:33:45 +00:00
Laurent Destailleur
75471b89ee Work on import module 2009-05-19 18:11:47 +00:00
Regis Houssin
e02f581114 Fix: error sql 2009-05-19 17:21:19 +00:00
Regis Houssin
29600cddb9 Fix: apercu du background inutile car en visu sur la fiche 2009-05-19 17:14:17 +00:00
Regis Houssin
842d240980 Add: build style css in mail 2009-05-19 15:40:25 +00:00
Regis Houssin
59920dc63a Fix: view background color in view mode 2009-05-19 14:09:51 +00:00
Regis Houssin
da2f1fa536 Fix: possibilité de mettre le prix à 0 2009-05-19 13:58:11 +00:00
Regis Houssin
91624baceb Add: a color picker
Add: define a background color/image in mailing
2009-05-19 13:27:44 +00:00
Juanjo Menent
8b0847ba66 Trad 2009-05-19 10:45:48 +00:00
Regis Houssin
dcb54f5321 Fix: lien invalide
Fix: requete invalide ou obsolete
Add: début ajout possibilité de définir un style css aux mailings (background-image,
 etc...)
2009-05-19 02:43:03 +00:00
Laurent Destailleur
c3904dbb61 Can force login/pass for demo 2009-05-19 00:58:27 +00:00
Laurent Destailleur
b8ea00a3d3 Minor change on look 2009-05-19 00:50:45 +00:00
Laurent Destailleur
a588260818 Work on import module 2009-05-19 00:33:57 +00:00
Laurent Destailleur
8b12e7c07b Work on import module 2009-05-19 00:14:27 +00:00
Laurent Destailleur
1af4674b5c First add for a paypal module 2009-05-18 17:17:49 +00:00
Regis Houssin
8dfadc696b Fix: trop de problème 2009-05-18 15:12:24 +00:00
Regis Houssin
53d214fbea Fix: just use exit 2009-05-18 14:41:32 +00:00
Regis Houssin
06d2d2fc2f Fix: nous ne sommes jamais trop prudent ! 2009-05-18 13:10:40 +00:00
Laurent Destailleur
d420fe7676 Look: Nowrap 2009-05-18 11:46:43 +00:00
Laurent Destailleur
0c74892580 New: Better link to help wiki 2009-05-18 11:40:33 +00:00
Laurent Destailleur
5d47ed6e83 Fix: Test on permisions 2009-05-18 11:39:51 +00:00
Laurent Destailleur
88e2583472 Doc 2009-05-18 10:44:38 +00:00
Regis Houssin
e18557468c Fix: protection 2009-05-18 10:43:57 +00:00
Laurent Destailleur
b926dcdeed Trad 2009-05-18 10:35:25 +00:00
Regis Houssin
8f9347b6e9 Fix: rowspan 2009-05-18 09:17:30 +00:00
Regis Houssin
de3ac5ca02 Fix: rowspan 2009-05-18 09:12:52 +00:00
Regis Houssin
69ba0b3c91 Fix: load class 2009-05-18 08:13:51 +00:00
Regis Houssin
83a9b4c009 Fix: simplification, on vérifie l'entité du document et pas celle de la société afin
d'avoir la possibilité d'utiliser une base commune des sociétés entre entités
2009-05-18 08:01:16 +00:00
Regis Houssin
475600d948 Fix: simplification, on vérifie l'entité du document et pas celle de la société afin
d'avoir la possibilité d'utiliser une base commune des sociétés entre entités
2009-05-18 08:01:15 +00:00
Regis Houssin
ef5c7f1caa Fix: If duplicate images are embedded, they may show up as attachments, so remove them. 2009-05-18 07:30:53 +00:00
Regis Houssin
364c247405 Fix: removed obsolete code 2009-05-18 06:25:45 +00:00
Laurent Destailleur
a859812643 Fix: Sender name is not lost if we add an attached file. 2009-05-18 01:46:30 +00:00
Laurent Destailleur
0f3c26dfe1 Update README file to be like other directories. 2009-05-18 01:40:44 +00:00
Laurent Destailleur
2e33b78ec4 Update README file to be like other directories. 2009-05-18 01:38:26 +00:00
Laurent Destailleur
340558cc5e Update README file to be like other directories. 2009-05-18 01:31:34 +00:00
Laurent Destailleur
2640ccf89c Trad 2009-05-17 23:54:07 +00:00
Laurent Destailleur
bd7393fe54 Trad 2009-05-17 23:47:00 +00:00
Laurent Destailleur
9126dd334e Fix: Bad encoding from, bcc, cc with simplemail driver. 2009-05-17 23:41:33 +00:00
Laurent Destailleur
4e70ee5208 Fix: No session exists in this page 2009-05-17 23:12:57 +00:00
Laurent Destailleur
c79a093ce1 Fix: Try to fix bad encoding when from user contains special caracters. 2009-05-17 22:54:12 +00:00
Laurent Destailleur
fdcd7db65b Doc 2009-05-17 22:40:53 +00:00
Laurent Destailleur
7125e40f8e Another try to make the CSRF test before the master.inc.php 2009-05-17 22:40:24 +00:00
Regis Houssin
36862c4aaf Fix: ajout option "accusé réception" à la classe simplemail 2009-05-17 16:00:30 +00:00
Regis Houssin
dbbe0ff656 Add: ajout de la classe simplemail, testée et fonctionnelle avec le webmail orange,
roundcube et outlook
2009-05-17 15:36:19 +00:00
Regis Houssin
6d66415a43 Add: début ajout nouvelle classe mail 2009-05-17 14:22:57 +00:00
Regis Houssin
2609dbe9d7 Add: début ajout nouvelle classe mail 2009-05-17 10:27:13 +00:00
Regis Houssin
8abf10c79e Add: début ajout nouvelle classe mail 2009-05-17 10:19:55 +00:00
Regis Houssin
e5d222b6cc Fix: régression sur l'utilisation des niveau du jeton, on test sur les 2 niveaux car
comportement aléatoire avec certaines fonctions
2009-05-17 08:01:54 +00:00
Regis Houssin
03a6fd8ff8 Add: début ajout nouvelle classe mail 2009-05-16 21:26:20 +00:00
Regis Houssin
e06d166a3a Add: début ajout nouvelle classe mail 2009-05-16 18:11:38 +00:00
Regis Houssin
9f86fcc443 Fix: niveau aléatoire du jeton sur le confirm_form, on le sécurise que si il contient
des données POST
2009-05-16 16:51:09 +00:00
Regis Houssin
36c58c62fc Fix: ajout de log sur le refus du jeton 2009-05-16 16:12:09 +00:00
Regis Houssin
1d719e2317 Fix: ajout debug 2009-05-16 16:00:44 +00:00
Regis Houssin
31afa633eb Fix: name of checkbox 2009-05-16 15:52:16 +00:00
Regis Houssin
a4cc703fd1 Fix: niveau 2 du cache du jeton 2009-05-16 15:47:06 +00:00
Regis Houssin
c1c1f8a4d2 Fix: ajout d'un niveau supplémentaire du cache du jeton 2009-05-16 15:45:26 +00:00
Regis Houssin
07c6ffb065 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-16 12:52:53 +00:00
Regis Houssin
7285270f1c Fix: DOL_MAIN_URL_ROOT est défini dans master.inc.php 2009-05-16 12:31:17 +00:00
Regis Houssin
2306a4c305 Fix: obsolete 2009-05-16 07:24:20 +00:00
Regis Houssin
3723bb350a Fix: on supprime le GET ET POST si la requete ne vient pas du serveur 2009-05-16 07:16:12 +00:00
Regis Houssin
db8ffae9fc Fix: add a value 2009-05-16 07:01:34 +00:00
Laurent Destailleur
3c49c6e5b7 Sec: Make CSRF test at the beginning. No functionnal code must be done if there is a security risk, so use just a return. Add test on a constant to remove test for some pages because this break a lot of features. 2009-05-16 06:31:59 +00:00
Regis Houssin
e63c142ce7 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 15:33:33 +00:00
Regis Houssin
35072b99bf Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:56:03 +00:00
Regis Houssin
0d18fbcad5 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:46:53 +00:00
Regis Houssin
b1e630a3fa Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:41:19 +00:00
Regis Houssin
8efffebe2e Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:32:44 +00:00
Regis Houssin
7f84623564 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:22:00 +00:00
Regis Houssin
1bfd3f609c Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 14:21:57 +00:00
Regis Houssin
d3621e4593 Fix: ajout d'un jeton aléatoire dans les requetes POST 2009-05-15 13:59:49 +00:00
Regis Houssin
1ea80f4f57 Fix: protection faille CSRF !!! 2009-05-15 12:59:39 +00:00
Regis Houssin
d73aac6e4e Fix: creation et verification d'un jeton aléatoire afin de valider une requete POST, voici la ligne à ajouter dans une requete POST
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
2009-05-15 12:48:13 +00:00
Regis Houssin
df37827eb7 Todo: faille CSRF -- creation d'un jeton aléatoire pour valider les requetes POST 2009-05-15 12:13:23 +00:00
Laurent Destailleur
33df2649ef Fix: When product type is missing, description is not lost when adding new product lines. 2009-05-15 11:02:54 +00:00
Laurent Destailleur
fb4119ae7d Fix: Can update price even with "NPR" VAT rates. 2009-05-15 10:47:12 +00:00
Laurent Destailleur
2fd22e6865 Can update price iv vat is a npr vat 2009-05-15 10:44:00 +00:00
Regis Houssin
2fd861ab7d Todo: protection faille CSRF !!! 2009-05-15 10:32:21 +00:00
Regis Houssin
0bd1156782 Todo: protection faille CSRF !!! 2009-05-15 10:27:38 +00:00
Juanjo Menent
c75a724693 Add option to hide the link "need help" 2009-05-14 07:57:48 +00:00
Regis Houssin
09b286de39 Fix: parenthèse manquante 2009-05-14 07:27:42 +00:00
Regis Houssin
a60c0d02d1 Fix: parenthesis too if the constant MAIN_HELPCENTER_DISABLELINK is disabled 2009-05-13 23:28:05 +00:00
Laurent Destailleur
3544914045 Add option to hide the link "need help" 2009-05-13 19:52:36 +00:00
Laurent Destailleur
df2b3669dc Trad 2009-05-13 19:35:02 +00:00
Laurent Destailleur
0d1229f522 New: Can use inline images.Everything seems to work with thunderbird and webmail gmail. New to be tested on other mail browsers. 2009-05-13 19:10:06 +00:00
Laurent Destailleur
02a0ee7d9e Fix: Make code so much simpler and solve a lot of problem with new version. 2009-05-13 14:49:30 +00:00
Regis Houssin
a123706521 Add: possibilité de ne pas inclure la ref dans la description produit afin de pouvoir
l'inclure à part dans le document
2009-05-13 10:21:26 +00:00
Juanjo Menent
a0c7bdd316 Add paypal donation page 2009-05-13 07:06:13 +00:00
Laurent Destailleur
5bed9b93d8 No image on bottom bar 2009-05-13 02:09:36 +00:00
Laurent Destailleur
a9f5347f9f Fix: Add missing text 2009-05-13 00:21:30 +00:00
Laurent Destailleur
1cc0ef16ea Add paypal donation page 2009-05-12 21:44:39 +00:00
Laurent Destailleur
db0023f755 New: Enhance help center 2009-05-12 20:44:36 +00:00
Laurent Destailleur
5f0d455e7e New: Enhance help center 2009-05-12 20:08:10 +00:00
Laurent Destailleur
5fdaa6014e Add paypal donation page 2009-05-12 19:33:03 +00:00
Laurent Destailleur
51ff8dd6cc Add paypal donation page 2009-05-12 19:31:29 +00:00
Laurent Destailleur
5ace0a9a8e Fix: Delay expired show when it should not 2009-05-12 19:19:11 +00:00
Regis Houssin
46d2663040 Add: widget Regis 2009-05-12 12:28:29 +00:00
Regis Houssin
f0f2229ef5 Fix: removed genbarcode.exe, freezing and problem with anti-virus detection 2009-05-12 12:01:07 +00:00
Regis Houssin
44ae8f79f2 Add: possibilité d'envoyer un fichier attaché avec du html contenant des images avec
la classe SMTPS
2009-05-12 11:44:59 +00:00
Regis Houssin
168c177fb5 Add: possibilité d'envoyer un fichier attaché avec du html contenant des images avec
la classe SMTPS
Fix: 'quoted-printable' truncated html code
2009-05-12 10:12:02 +00:00
Regis Houssin
a648e34b67 Add: possibilité d'envoyer un fichier attaché avec du html contenant des images avec
la classe SMTPS
2009-05-12 08:39:40 +00:00
Juanjo Menent
f90cc7e225 Support center must be easier to understand 2009-05-12 07:20:59 +00:00
Regis Houssin
132250ad9d Fix: incorrect field reference 2009-05-12 06:24:00 +00:00
Regis Houssin
591201db21 Add: widget Regis 2009-05-12 00:04:20 +00:00
Regis Houssin
3330db62f6 Add: possibilité d'envoyer un fichier attaché avec du html contenant des images 2009-05-11 23:32:58 +00:00
Laurent Destailleur
bfa7f70412 Support center must be easier to understand 2009-05-11 23:06:04 +00:00
Laurent Destailleur
bbe0458250 Support center must be easier to understand 2009-05-11 23:03:25 +00:00
Laurent Destailleur
068fa01961 Support center must be easier to understand 2009-05-11 22:29:57 +00:00
Laurent Destailleur
30b491116e Support center must be easier to understand 2009-05-11 22:03:53 +00:00
Regis Houssin
0ad0379285 Add: possibilité d'uploader une image et de l'envoyer dans un mailing (finalisé et fonctionnel)
Add: modification classe smtps.php pour l'envoi d'images
2009-05-11 17:13:56 +00:00
Laurent Destailleur
215ac8fa30 Fix: Correct link to forum in help center 2009-05-11 16:26:54 +00:00
Juanjo Menent
a8543dcb34 New: Enhance help center 2009-05-11 09:51:08 +00:00
Regis Houssin
e99a19ac20 Add: possibilité d'uploader une image et de l'envoyer dans un mailing (finalisé et fonctionnel) 2009-05-10 17:24:36 +00:00
Laurent Destailleur
85831fd8f9 This is not required as there is already a second feature enabled to upload an image in FCKEditor and this second works works better since file is correctly stored in images directory. The other is redundant and bugged. 2009-05-10 16:21:27 +00:00
Regis Houssin
db662f4c24 Fix: prise en compte des sous répertoires pour les images 2009-05-10 16:14:51 +00:00
Laurent Destailleur
cd852e0ef6 Look: Enhance bluelagoon theme 2009-05-10 15:56:47 +00:00
Laurent Destailleur
9daefb71e7 New: Enhance help center 2009-05-10 15:53:54 +00:00
Regis Houssin
089c327923 Add: possibilité d'uploader une image et de l'envoyer dans un mailing (finalisé et fonctionnel) 2009-05-10 15:49:44 +00:00
Laurent Destailleur
a8abdefd71 Look: Complete theme rodolphe 2009-05-10 14:16:17 +00:00
Laurent Destailleur
4d1a0ae841 Look: Enhance bluelagoon theme 2009-05-10 14:06:50 +00:00
Laurent Destailleur
437ce6f6ec New: Enhance help center 2009-05-10 13:55:23 +00:00
Juanjo Menent
3b636e4c77 Add date of last change in invoice tables 2009-05-10 08:53:40 +00:00
Juanjo Menent
88b2a87927 New: Enhance help center 2009-05-10 08:53:07 +00:00
Juanjo Menent
1fb1286e14 Better management of social contribution
New: Can edit label and date for period even if payed
2009-05-10 08:52:06 +00:00
Regis Houssin
75c956bd13 Fix: ajout transparence 2009-05-10 08:45:55 +00:00
Laurent Destailleur
b53d8a68f6 New: Enhance help center 2009-05-10 06:22:21 +00:00
Laurent Destailleur
28ca4e7e6b Remove commercial module and 2 TODOs. 2009-05-10 06:00:28 +00:00
Laurent Destailleur
5615a164fd Use a more specific picto for documentation help 2009-05-10 05:44:35 +00:00
Laurent Destailleur
0fa616826c New: Enhance help center 2009-05-10 05:30:47 +00:00
Laurent Destailleur
4822684868 New: Enhance help center 2009-05-10 04:23:13 +00:00
Laurent Destailleur
ec5ed9f5f4 Add date of last change in invoice tables 2009-05-10 04:20:37 +00:00
Laurent Destailleur
6aff1731c5 If using the SMTPS method for mail, we can test the server availability 2009-05-10 02:44:53 +00:00
Laurent Destailleur
37ad74613a If using the SMTPS method for mail, we can test the server availability 2009-05-10 02:44:14 +00:00
Laurent Destailleur
d9183a681d Better management of social contribution
New: Can edit label and date for period even if payed
2009-05-09 19:45:18 +00:00
Laurent Destailleur
38944feaae New: Enhance help center 2009-05-09 18:00:15 +00:00
Laurent Destailleur
3ccb9cb0da New: Enhance help center 2009-05-09 18:00:14 +00:00
Laurent Destailleur
d33f8a6d63 New: Mails fields of form not lost if there is an error in sending mail 2009-05-09 17:13:03 +00:00
Regis Houssin
2ebb11e0c6 Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 15:51:20 +00:00
Regis Houssin
27558c273d Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 15:43:13 +00:00
Juanjo Menent
a6d8e32e3f Add info of entity where user is logged into the user info popup on the disconnect button 2009-05-09 15:10:50 +00:00
Regis Houssin
2920211868 Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 14:58:49 +00:00
Laurent Destailleur
6c1c206a60 Add international flag 2009-05-09 14:43:19 +00:00
Regis Houssin
af3ad73b36 Add: possibilité d'uploader une image et de l'envoyer dans un mailing
Todo: encore en mode débugage !!
2009-05-09 14:31:20 +00:00
Juanjo Menent
41a5ab2153 New: Enhance help center 2009-05-09 14:24:25 +00:00
Regis Houssin
2bd9bf8148 Todo: utiliser $user->datelastlogin pour un cryptage aléatoire 2009-05-09 07:17:48 +00:00
Laurent Destailleur
d7ed2a6d45 Fix: Test on wrong permission 2009-05-09 02:30:15 +00:00
Laurent Destailleur
d414f694fd Fix: Test on wrong permission 2009-05-09 02:19:33 +00:00
Laurent Destailleur
4e00428946 Removed warning 2009-05-09 01:59:19 +00:00
Regis Houssin
310500947a Fix: url not found 2009-05-09 00:15:58 +00:00
Laurent Destailleur
962712192a New: Enhance help center 2009-05-08 22:08:41 +00:00
Laurent Destailleur
c845fe41d9 New: Enhance help center 2009-05-08 21:56:30 +00:00
Laurent Destailleur
146e786f11 New: Enhance help center 2009-05-08 21:41:54 +00:00
Regis Houssin
f43d69faef Todo: utiliser $user->datelastlogin pour un cryptage aléatoire 2009-05-08 21:17:02 +00:00
Regis Houssin
149e232bd3 Add: /core/cookie.class.php for create and encrypt/decrypt cookie value with personnal key
configured in conf.php with $dolibarr_main_cookie_cryptkey
2009-05-08 19:46:07 +00:00
Regis Houssin
865f6198e8 Add: /core/cookie.class.php for create and encrypt/decrypt cookie value with personnal key
configured in conf.php with $dolibarr_main_cookie_cryptkey
2009-05-08 19:46:07 +00:00
Laurent Destailleur
b38fb205f6 Fix: Ajax popup now works on IE. 2009-05-08 19:27:39 +00:00
Regis Houssin
b77489a414 New: early development of multi-company module 2009-05-08 16:31:11 +00:00
Regis Houssin
a59d65b6ea New: early development of multi-company module 2009-05-08 15:58:01 +00:00
Laurent Destailleur
e007bc6079 Fix: Do no load language file with user choice if lang code is forced on URL 2009-05-08 15:40:33 +00:00
Laurent Destailleur
e9cb5e8da7 Fix: Cancel button was broken 2009-05-08 15:30:47 +00:00
Laurent Destailleur
305a843466 Use official lang code for norsk (nb_NB is deprecated, and no_NB must be called nb_NO to have language-country) 2009-05-08 15:20:55 +00:00
Laurent Destailleur
d43d47755e Can translate a wrong lang code to a good one for lang codes. 2009-05-08 15:19:10 +00:00
Regis Houssin
bc20c75327 New: early development of multi-company module 2009-05-08 14:40:28 +00:00
Laurent Destailleur
a1ee497ba2 Convert gif to png 2009-05-08 13:13:54 +00:00
Regis Houssin
7cd94e95cf New: update fckeditor version 2.6.4 2009-05-08 12:34:26 +00:00
Laurent Destailleur
db6d1c1527 Google language file should not be in standard repository 2009-05-08 12:14:30 +00:00
Laurent Destailleur
44c223450a New: Now webservice module must be activated to enable call of webservice server.php page. 2009-05-08 12:08:54 +00:00
Regis Houssin
852e8703f6 Fix: Replace with simple directories 2009-05-08 11:22:15 +00:00
Regis Houssin
c9f15c4fad Fix: les répertoires de l'entity 1 sont par défaut à la racine du répertoire "documents" 2009-05-08 11:04:25 +00:00
Laurent Destailleur
7710d08b0c Fix: A begin tran with no end 2009-05-08 03:53:36 +00:00
Laurent Destailleur
1883b46ada New add a module to enable dolibarr server of web services. 2009-05-08 03:52:10 +00:00
Laurent Destailleur
30d585495e Fix: When deleting a subscription, end date was not updated. 2009-05-08 03:23:56 +00:00
Laurent Destailleur
77f4e5f65f Qual: Removed deprecated code 2009-05-08 02:41:12 +00:00
Laurent Destailleur
cb996b66ce Qual: Removed deprecated code 2009-05-08 02:39:10 +00:00
Laurent Destailleur
c1ca9e53af Removed an option deprecated with ajax confirmation 2009-05-08 02:27:04 +00:00
Laurent Destailleur
2b10086ba6 Add better version of Norsk language files 2009-05-08 02:01:02 +00:00
Laurent Destailleur
326cd8b227 All data from conf file are stored into conf->file->xxx
Multicompany should be ok to logon with no breaking sessions when disabled
2009-05-08 01:23:33 +00:00
Laurent Destailleur
1eaf133738 Change order of tabulations when multicompany is enabled 2009-05-08 01:20:54 +00:00
Laurent Destailleur
39ef6b0b2d Add info of entity where user is logged into the user info popup on the disconnect button 2009-05-08 01:18:54 +00:00
Laurent Destailleur
ab43927b30 The syslog module family moved to "base" and option core_enabled set to 1 (should be reserved like multicompany to super admin users). 2009-05-08 01:16:34 +00:00
Laurent Destailleur
053a754989 Remove commercial module 2009-05-08 01:15:09 +00:00
Laurent Destailleur
cbdd29a51a All data from conf file are stored into conf->file->xxx
Multicompany should be ok to logon with no breaking sessions when disabled
2009-05-08 01:11:04 +00:00
Laurent Destailleur
14afe7a82f Fix: Can not validate an order if there is a discount
Qual: Uniformize code for stock decrease
2009-05-07 21:38:56 +00:00
Regis Houssin
81a5393e70 Todo: il faut qu'on trouve une autre solution, il n'y a que comme ca que la multicompany a un fonctionnement correct... 2009-05-07 16:11:57 +00:00
Regis Houssin
7891ea1cb1 *** empty log message *** 2009-05-07 15:37:47 +00:00
Regis Houssin
a4cb7c3bde *** empty log message *** 2009-05-07 15:37:06 +00:00
Regis Houssin
fdd1f7b9e1 Fix: remplace "documents/compta" par "documents/comptabilite" 2009-05-07 14:57:16 +00:00
Regis Houssin
5e7666c915 Add: all tables with a field ref must contain a field entity 2009-05-07 14:33:52 +00:00
Laurent Destailleur
edb5dab96c Fix: Bad error mangement 2009-05-07 12:17:28 +00:00
Laurent Destailleur
1ea905d8b3 Look: Format price of discount 2009-05-07 12:13:34 +00:00
Juanjo Menent
5df89b2c0a Improve Translations: Payment higher than teminder to pay 2009-05-07 11:01:20 +00:00
Juanjo Menent
a2078de285 Fix: bad translation of remises 2009-05-07 09:55:31 +00:00
Regis Houssin
f1a5c6fae3 Fix: seul le superadmin peut changer la config de syslog 2009-05-07 09:06:57 +00:00
Juanjo Menent
1359c09238 Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-07 06:55:42 +00:00
Juanjo Menent
5dad00fb37 Can make a link between a member and a user 2009-05-07 06:54:58 +00:00
Laurent Destailleur
4c7650b3d8 Remove an information that should not be in this tab 2009-05-07 00:36:45 +00:00
Laurent Destailleur
b84a2b15c9 Look: Format phone and url 2009-05-07 00:17:11 +00:00
Laurent Destailleur
992ad9fb7e Restore log on 1 data directory.
The log is a technical information on Dolibarr to know how dolibarr system works so it is absolutely necessary that there is one and only one log file. Technical information must not be split using business informations.
2009-05-06 23:38:12 +00:00
Laurent Destailleur
1e37d24bf4 Can make a link between a member and a user 2009-05-06 23:30:49 +00:00
Regis Houssin
5e405ad655 Fix: not used $this 2009-05-06 20:41:48 +00:00
Regis Houssin
0aa35985ce Fix: add link to go close form 2009-05-06 20:27:56 +00:00
Laurent Destailleur
7bda345c7f Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 18:07:34 +00:00
Laurent Destailleur
866e5952b0 Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 17:09:45 +00:00
Laurent Destailleur
3ccecb4e7f Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 16:27:45 +00:00
Juanjo Menent
64db204c29 Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 15:51:26 +00:00
Laurent Destailleur
6335fe2b55 Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 15:45:50 +00:00
Regis Houssin
a477c5cab7 Fix: seul le superadmin peut changer la config de l'envoi de mail
Fix: le mail émetteur pour l'envoi auto peut varier d'une entité à l'autre
Fix: le MAIN_MONNAIE peut varier d'une entité à l'autre
Fix: une entité doit avoir un fichier de log différent
2009-05-06 15:25:32 +00:00
Regis Houssin
e785a239f4 Fix: seul le superadmin peut changer la config de l'envoi de mail
Fix: le mail émetteur pour l'envoi auto peut varier d'une entité à l'autre
Fix: le MAIN_MONNAIE peut varier d'une entité à l'autre
Fix: une entité doit avoir un fichier de log différent
2009-05-06 15:25:32 +00:00
Laurent Destailleur
4ab7570199 Fix: Could not erase mails parameters 2009-05-06 14:44:37 +00:00
Laurent Destailleur
6a00f13fa5 Increase speed to show popup 2009-05-06 14:27:59 +00:00
Regis Houssin
39f233ac14 Fix: accent 2009-05-06 14:25:12 +00:00
Laurent Destailleur
8b252581c0 Increase speed to show popup 2009-05-06 14:10:35 +00:00
Regis Houssin
88f5802487 Fix: en multicompany, un user pourra être commun à toutes les entités, on laisse donc le rep "users" à la racine 2009-05-06 14:02:39 +00:00
Regis Houssin
2f2a2d9746 Fix: not used DOL_DATA_ROOT 2009-05-06 13:55:50 +00:00
Regis Houssin
daddd8316c Fix: on garde les répertoires de l'entité 1 par défaut pour compatibilité afin déviter de déplacer les répertoires
Fix: on crée la constante syslog en base afin de pouvoir créer des logs différents par entité
2009-05-06 13:45:42 +00:00
Laurent Destailleur
7c6016b355 Qual: Use a so much simpler way to have ajax confirmation boxes 2009-05-06 13:39:43 +00:00
Regis Houssin
8dacd43b18 *** empty log message *** 2009-05-06 12:59:04 +00:00
Laurent Destailleur
1830b13fbf Use AJAX Popups for confirmation 2009-05-06 11:56:22 +00:00
Laurent Destailleur
66c5c6b909 Qual: Remove deprecated code 2009-05-05 17:27:52 +00:00
Laurent Destailleur
fec9202ce1 Qual: Remove deprecated code 2009-05-05 17:22:03 +00:00
Laurent Destailleur
1f59ae496c Qual: Remove not used pages 2009-05-05 17:06:05 +00:00
Laurent Destailleur
89beb6313c Qual: Remove not used pages 2009-05-05 16:17:05 +00:00
Laurent Destailleur
edc58e3e93 Add dol_now function 2009-05-05 16:05:20 +00:00
Juanjo Menent
93885de18a Add import key on log tab 2009-05-05 15:48:49 +00:00
Laurent Destailleur
028049b4ec Fix: Init of var 2009-05-05 15:27:10 +00:00
Laurent Destailleur
4e2b3fc685 Fix: Customer code was not correct if it contains special characters 2009-05-05 15:06:59 +00:00
Laurent Destailleur
b64db2e5fb Add import key on log tab 2009-05-05 14:59:55 +00:00
Laurent Destailleur
2c5c16fe13 Doc 2009-05-05 14:54:17 +00:00
Laurent Destailleur
711c7125dd Fax is shown on right of phone on PDF 2009-05-05 14:46:11 +00:00
Laurent Destailleur
1aa5510b8d Fix: Can disable a module for proposal PDF generation 2009-05-05 14:40:00 +00:00
Juanjo Menent
6a396a1b13 Can export commercial proposals 2009-05-05 14:16:48 +00:00
Regis Houssin
4c2789cb00 New: early development of multi-company module 2009-05-05 12:43:51 +00:00
Regis Houssin
f5695bf2f0 Fix: le superadmin ne pouvait plus se modifier lui même 2009-05-05 09:28:56 +00:00
Laurent Destailleur
645efd6b6c Support field import_key for import module 2009-05-05 01:16:04 +00:00
Laurent Destailleur
93444309dd Add import key on third party table 2009-05-05 01:09:31 +00:00
Laurent Destailleur
aa967dc3e0 Fix: Title of tabs must be the name of king of object. No properties must be included in title. Properties must be shown as a field in list the tab. 2009-05-05 00:25:14 +00:00
Laurent Destailleur
0ce46f52bf Title of tabs must be name of entity. 2009-05-05 00:20:17 +00:00
Laurent Destailleur
c917cad328 Try a change to allow to input month/day with one digit. 2009-05-05 00:18:23 +00:00
Laurent Destailleur
aec77ab1e9 Doc 2009-05-04 22:25:57 +00:00
Laurent Destailleur
435b348d73 Fix: Bad management of menu with external users. 2009-05-04 22:08:20 +00:00
Laurent Destailleur
33272e70f2 Fix: Bad management of menu with external users. 2009-05-04 22:04:18 +00:00
Laurent Destailleur
df2b19fdbe Fix: Fix some broken features on user management 2009-05-04 21:45:20 +00:00
Laurent Destailleur
ab2b56be13 Minor esthetical change and fix 2009-05-04 20:57:26 +00:00
Laurent Destailleur
2e2b3b4be4 Can use a cache for xcal exports 2009-05-04 20:39:17 +00:00
Laurent Destailleur
3705cd5ba0 Remove warning 2009-05-04 20:13:25 +00:00
Laurent Destailleur
6114b518a8 Removed a TODO 2009-05-04 20:11:26 +00:00
Regis Houssin
3dcfd254d5 Fix: used field entity of document 2009-05-04 20:06:09 +00:00
Laurent Destailleur
e997af242b Add all total for orders in export 2009-05-04 19:56:12 +00:00
Laurent Destailleur
d154c26011 Can export commercial proposals 2009-05-04 19:55:52 +00:00
Laurent Destailleur
5a3c10b2b5 Title must be name of entity 2009-05-04 19:12:47 +00:00
Laurent Destailleur
9694d926e6 Qual: Factorize code. Removed useless code. 2009-05-04 19:02:32 +00:00
Laurent Destailleur
7d597ea1a4 Qual: Factorize code. Removed useless code. 2009-05-04 18:48:23 +00:00
Laurent Destailleur
70d0017798 Qual: Factorize code. Removed useless code. 2009-05-04 18:45:56 +00:00
Laurent Destailleur
b4e1d642b7 Qual: Factorize code. Removed useless code. 2009-05-04 18:45:56 +00:00
Laurent Destailleur
ce47ff029d Qual: Factorize code 2009-05-04 18:38:01 +00:00
Regis Houssin
4759b06d2b Fix: just view non affected user and group 2009-05-04 18:13:07 +00:00
Regis Houssin
c5f14cc782 Fix: just view non affected user and group 2009-05-04 18:13:07 +00:00
Laurent Destailleur
6c232bef62 Can edit permission for modules stored on an alternate document root directory. 2009-05-04 18:01:47 +00:00
Laurent Destailleur
4220aa58eb Minor esthetical change and fix 2009-05-04 17:52:15 +00:00
Regis Houssin
871a987e7a Fix: active module user just in install mode 2009-05-04 16:21:26 +00:00
Regis Houssin
2a39d44657 Fix: seul le surperadmin peut modifier le superadmin 2009-05-04 16:09:24 +00:00
Regis Houssin
d6203a95f1 New: early development of multi-company module 2009-05-04 15:45:44 +00:00
Regis Houssin
d034282a53 New: early development of multi-company module 2009-05-04 15:42:04 +00:00
Regis Houssin
9a8a953e47 New: only superadmin access for common constant 2009-05-04 14:58:40 +00:00
Regis Houssin
115a0f5bfe New: early development of multi-company module 2009-05-04 13:13:01 +00:00
Regis Houssin
07bb5570dd New: early development of multi-company module 2009-05-04 12:50:24 +00:00
Regis Houssin
4022d5f404 New: early development of multi-company module 2009-05-04 12:43:18 +00:00
Regis Houssin
37ef88c97b New: early development of multi-company module 2009-05-04 12:05:18 +00:00
Laurent Destailleur
754041115f Qual: Reduce quantity of code. Make code simpler 2009-05-04 11:40:00 +00:00
Laurent Destailleur
7697a914d1 Qual: Default usage to create dir when enabling module is the "simple" mode (we declare only the directory). 2009-05-04 11:06:49 +00:00
Regis Houssin
524f01348c Fix: security with multi-company 2009-05-04 10:46:53 +00:00
Regis Houssin
d144a2af4d Fix: security with multi-company 2009-05-04 10:36:44 +00:00
Laurent Destailleur
aee2dcff57 Test if user is in correct company is done only when multicompany is enabled. 2009-05-04 10:27:35 +00:00
Regis Houssin
268c58ded6 New: early development of multi-company module 2009-05-04 10:27:01 +00:00
Laurent Destailleur
fc1949bfdc The output of a barcode does not need to build file on disk. This is done on the fly (to increase response time of screen). 2009-05-04 09:58:56 +00:00
Laurent Destailleur
ec7cd0bd04 Better separation between function to write a barcode on file and function to output a barcode on the fly. 2009-05-04 09:57:08 +00:00
Laurent Destailleur
8855f5dcf2 Fix: Bad parameters in function call 2009-05-04 09:47:41 +00:00
Regis Houssin
9037816c33 Fix: security with multi-company 2009-05-04 08:48:49 +00:00
Regis Houssin
8b02eb1f3f Fix: security with multi-company 2009-05-04 08:42:29 +00:00
Regis Houssin
825f3346c9 Fix: security with multi-company 2009-05-04 08:31:42 +00:00
Regis Houssin
7eb2cdef3d Fix: bug affichage code barre 2009-05-04 06:04:46 +00:00
Laurent Destailleur
f81e35b18a Can use alternate document_root directories. 2009-05-04 00:37:45 +00:00
Laurent Destailleur
42a32481a2 Protection on using non embended code format with windows (it hangs) 2009-05-04 00:12:55 +00:00
Laurent Destailleur
ed33882ca3 Add more log 2009-05-04 00:12:11 +00:00
Regis Houssin
2d2687a642 Fix: bug affichage code barre 2009-05-03 17:28:14 +00:00
Regis Houssin
828bf22670 Fix: bad link 2009-05-02 15:01:20 +00:00
Regis Houssin
39527a1723 Fix: droit lecture sur les charges 2009-05-02 14:45:23 +00:00
Regis Houssin
d24d0f0e00 New: early development of multi-company module 2009-05-02 14:26:54 +00:00
Regis Houssin
edafd9f333 Fix: view only customers 2009-05-02 13:38:05 +00:00
Regis Houssin
636796bb57 Fix: $this not allowed 2009-05-01 11:49:48 +00:00
Regis Houssin
2c9a811a12 Fix: phpize this page 2009-05-01 11:38:48 +00:00
Regis Houssin
eedfbbeaee Fix: phpize this page 2009-05-01 11:32:51 +00:00
Regis Houssin
4b2d9f50ac Fix: phpize this page 2009-05-01 11:30:14 +00:00
Regis Houssin
b8da4c5861 Fix: phpize this page 2009-05-01 11:28:36 +00:00
Regis Houssin
6dcc74ae47 Fix: phpize this page 2009-05-01 11:26:58 +00:00
Regis Houssin
07a06e8ef9 Fix: phpize this page 2009-05-01 11:25:14 +00:00
Regis Houssin
7ade9c0236 Fix: hide "Actions" and php warning message if this script isn't in the allowed_admin_path setting 2009-05-01 10:55:09 +00:00
Regis Houssin
67377f7729 Fix: security check in user/group 2009-05-01 10:24:32 +00:00
Regis Houssin
37cac65f5a Fix: default entity 1 if multi-company module is desactivated 2009-05-01 10:07:13 +00:00
Regis Houssin
974a10e1cc New: early development of multi-company module 2009-04-30 16:44:31 +00:00
Regis Houssin
6a9a9ff040 New: early development of multi-company module 2009-04-30 16:28:53 +00:00
Regis Houssin
4403ec0ddd Fix: error 2009-04-30 16:14:50 +00:00
Regis Houssin
41a4036874 New: early development of multi-company module 2009-04-30 16:11:33 +00:00
Regis Houssin
21964691da Add: can defined submodule name (ex: $conf->module->submodule->dir_output)
Add: can change the module name if different (ex: $conf->newmodulename->dir_output)
2009-04-30 15:40:18 +00:00
Regis Houssin
67bcc243f9 Fix: error 2009-04-30 15:08:50 +00:00
Regis Houssin
d72d40c4b5 Todo: le champ type "password" modifie la valeur du mot de passe (test en mode crypte) !! 2009-04-30 14:51:27 +00:00
Regis Houssin
70fa7c02d4 Fix: problem with user module constant 2009-04-30 13:28:09 +00:00
Regis Houssin
2b5f711720 Fix: problem with user module constant 2009-04-30 13:28:08 +00:00
Regis Houssin
265ea1dbc8 Fix: security in tab category 2009-04-30 12:52:04 +00:00
Regis Houssin
ab65d529d6 Fix: security in tab category 2009-04-30 12:52:04 +00:00
Regis Houssin
929939d0bf New: early development of multi-company module 2009-04-30 12:14:50 +00:00
Regis Houssin
467ec4a641 New: early development of multi-company module 2009-04-30 11:29:32 +00:00
Regis Houssin
38047abe4d Fix: error 2009-04-30 11:04:43 +00:00
Regis Houssin
d2451e8d65 New: early development of multi-company module 2009-04-30 10:58:06 +00:00
Regis Houssin
8df1eb1fd6 New: early development of multi-company module 2009-04-30 10:54:07 +00:00
Regis Houssin
faf854169c New: early development of multi-company module 2009-04-30 10:31:01 +00:00
Regis Houssin
b9265c2c36 New: early development of multi-company module 2009-04-30 10:09:42 +00:00
Regis Houssin
cfce23120c New: early development of multi-company module 2009-04-30 10:01:35 +00:00
Regis Houssin
9611c995d0 Fix: error 2009-04-30 09:54:57 +00:00
Regis Houssin
d4f8716a89 New: early development of multi-company module 2009-04-30 09:37:55 +00:00
Regis Houssin
c71c2f39fb Add: can defined submodule name (ex: $conf->module->submodule->dir_output)
Add: can change the module name if different (ex: $conf->newmodulename->dir_output)
2009-04-30 00:36:08 +00:00
Regis Houssin
ad8bed51ef Add: can defined submodule name (ex: $conf->module->submodule->dir_output)
Add: can change the module name if different (ex: $conf->newmodulename->dir_output)
2009-04-29 23:39:04 +00:00
Laurent Destailleur
32535ef9b8 Add version on first install page 2009-04-29 23:19:54 +00:00
Laurent Destailleur
113a15828c Fix: The tmp dir is dir_temp and not dir_tmp 2009-04-29 22:15:47 +00:00
Laurent Destailleur
7ccbf8f20c Png file was not in correct directory 2009-04-29 22:11:08 +00:00
Regis Houssin
f5f3f2e389 Fix: use $conf->global->MAIN_MODULE_MULTICOMPANY 2009-04-29 21:54:41 +00:00
Laurent Destailleur
297b6a007c Comment 2009-04-29 21:40:14 +00:00
Laurent Destailleur
f561be941e Fix: Removed errors 2009-04-29 21:39:31 +00:00
Regis Houssin
f65f1d3ba7 Add: define the constant directory if requested
example :
$this->dirs[$r][0] = "output";
$this->dirs[$r][1] = "/logs";
$this->dirs[$r][2] = 1; // create the constante in llx_const
2009-04-29 21:29:26 +00:00
Regis Houssin
288497a55f Fix: help description for syslog file 2009-04-29 21:26:17 +00:00
Regis Houssin
d71f9f8b0d Fix: Keep only dir creation, no need to insert values in database 2009-04-29 20:37:20 +00:00
Regis Houssin
192fc509b0 Fix: répertoire du module service commun avec le module produit 2009-04-29 20:20:41 +00:00
Laurent Destailleur
bc5b47067d Can use directory defined in modules (but should not as this can works without) 2009-04-29 20:17:31 +00:00
Laurent Destailleur
a7ba3bf3cb Format correctly code 2009-04-29 20:16:13 +00:00
Laurent Destailleur
f8f061780b Removed code no more required 2009-04-29 20:15:14 +00:00
Laurent Destailleur
4e7f20e35e Fix: No use of $conf in conf classe 2009-04-29 20:01:53 +00:00
Laurent Destailleur
51b142ae21 Removed code no more required 2009-04-29 19:58:56 +00:00
Laurent Destailleur
d23ac7b1b6 Can use directory defined in modules (but should not as this can works without) 2009-04-29 19:54:34 +00:00
Regis Houssin
dd5023c433 Fix: on récupère les constantes de répertoires créé à partir de l'activation des modules
Fix: les répertoiresde documents des entitées seront dans :
/documents/1/ pour l'entité 1
/documents/2/ pour l'entité 2
etc..
2009-04-29 19:51:07 +00:00
Laurent Destailleur
5a2542d711 Fix: Must not use DOL_DATA_ROOT directly 2009-04-29 19:18:36 +00:00
Regis Houssin
3fac3ac309 Fix: uniformisation propal to propale 2009-04-29 19:05:10 +00:00
Laurent Destailleur
c44c6d2bb1 Restore a lot of broken features.
When entity is enabled, the most simple is to change the DATA_ROOT constants with no change of the rest of the code.
2009-04-29 19:02:31 +00:00
Laurent Destailleur
6d225588e5 Fix: Must not use DOL_DATA_ROOT directly 2009-04-29 18:52:07 +00:00
Laurent Destailleur
04915533f2 Fix: Must not use DOL_DATA_ROOT directly 2009-04-29 18:44:37 +00:00
Laurent Destailleur
d0426108f4 Restore a lot of broken features.
When entity is enabled, the most simple is to change the DATA_ROOT constants with no change of the rest of the code.
2009-04-29 18:38:45 +00:00
Regis Houssin
48894fadeb New: early development of multi-company module 2009-04-29 18:32:22 +00:00
Laurent Destailleur
7a01e2098b Restore a lot of broken features.
When entity is enabled, the most simple is to change the DATA_ROOT constants with no change of the rest of the code.
2009-04-29 18:28:55 +00:00
Laurent Destailleur
2ba45bcfb7 Restore a broken feature. 2009-04-29 18:14:13 +00:00
Laurent Destailleur
7322cd136e Fix: rename function sanitizeFileName into dol_sanitizeFileName to avoir conflict with fckeditor 2009-04-29 18:02:50 +00:00
Regis Houssin
e89044da42 New: early development of multi-company module 2009-04-29 16:54:51 +00:00
Regis Houssin
8a1d511da4 Add: ajout d'un répertoire par défaut pour les logs dans /documents/entity_1/logs
créé à l'activation du module syslog, on peut toujours modifier le chemin si on souhaite
 mettre ce fichier à un autre endroit.
2009-04-29 15:02:40 +00:00
Laurent Destailleur
7d7646adad Prepare 2.7 2009-04-29 13:05:10 +00:00
Laurent Destailleur
73842b5e05 Fix: Syntax error 2009-04-29 13:04:55 +00:00
Laurent Destailleur
80b569fdf8 Fix: Bad link 2009-04-29 12:59:39 +00:00
Regis Houssin
974e0d36fe Fix: meilleur mise en page si modules désactivés 2009-04-29 09:39:12 +00:00
Regis Houssin
86aea55e61 Todo: mettre au clair les droits du user dans les
modules commercial, agenda et tiers
2009-04-29 09:05:57 +00:00
Regis Houssin
c1b3f88cc3 New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-29 07:03:55 +00:00
Regis Houssin
1a60d58047 New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-29 07:03:55 +00:00
Regis Houssin
21057ef7bd New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-29 06:22:37 +00:00
Regis Houssin
e423d4193c New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 21:49:08 +00:00
Regis Houssin
119604703a New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 21:18:28 +00:00
Regis Houssin
13e9ff24a7 New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 20:35:01 +00:00
Regis Houssin
2356abb5c4 New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 18:38:10 +00:00
Regis Houssin
3d149a33ca New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 18:14:50 +00:00
Regis Houssin
de62cad5bd Fix: delete deprecated code 2009-04-28 14:48:46 +00:00
Juanjo Menent
9f24173776 New: early development of multi-company module. Fix Translations 2009-04-28 14:44:23 +00:00
Regis Houssin
29d922718c New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 14:40:28 +00:00
Regis Houssin
b615694f92 New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 14:28:58 +00:00
Regis Houssin
6cc516c120 New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 13:54:14 +00:00
Regis Houssin
a20b4643df New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
Fix: uniformisation propal to propale
2009-04-28 13:52:08 +00:00
Regis Houssin
46ff461816 New: parametre de config des repertoires dans les proprietes de la classe du module
avec un répertoire parent en fonction de l'entité
2009-04-28 13:04:35 +00:00
Regis Houssin
fa30d8ca48 Fix: bad accent in csv format 2009-04-28 10:16:31 +00:00
Regis Houssin
a569211f6a New: early development of multi-company module 2009-04-28 09:47:52 +00:00
Regis Houssin
1aa821d7bd New: early development of multi-company module 2009-04-28 09:41:30 +00:00
Regis Houssin
47cde9d686 New: early development of multi-company module 2009-04-28 08:42:56 +00:00
Regis Houssin
9cc8f2fed8 Fix: refresh nb of documents in ecm table after delete all files 2009-04-28 08:02:03 +00:00
Regis Houssin
236ef9a70f Fix: security and entity feature in ECM module 2009-04-28 07:22:58 +00:00
Regis Houssin
7708f967f8 Fix: security 2009-04-28 06:49:44 +00:00
Regis Houssin
a62306dc42 Add: migration mysql file 2.6.0 to 2.7.0 2009-04-28 06:08:19 +00:00
Regis Houssin
b86684805c New: early development of multi-company module 2009-04-27 20:37:50 +00:00
Laurent Destailleur
672f75a4d7 Can disable prototype and scriptaculous 2009-04-27 19:50:39 +00:00
Regis Houssin
a75e729776 Fix: traduction 2009-04-27 06:56:33 +00:00
Laurent Destailleur
9986b37d23 Add icons for flags 2009-04-27 02:16:15 +00:00
Laurent Destailleur
e9773437d0 Fix: Error management missing 2009-04-24 22:05:57 +00:00
Regis Houssin
abdabfb05e Fix: invalid url 2009-04-23 17:10:00 +00:00
Regis Houssin
b33020c86a Fix: entity cookie connection 2009-04-23 15:48:58 +00:00
Regis Houssin
5f0902e2ea Fix: the cookie is destroyed at the end of the session 2009-04-23 13:52:45 +00:00
Regis Houssin
908e408750 Fix: create session and cookie for multi-company 2009-04-23 13:39:39 +00:00
Regis Houssin
260f762e97 Fix: create session and cookie for multi-company 2009-04-23 13:19:28 +00:00
Juanjo Menent
74f43ba723 Improve translations. Feature 2009-04-23 08:42:35 +00:00
Laurent Destailleur
f867c68009 Fix: Fix serious bug in associated products. 2009-04-23 08:36:13 +00:00
Juanjo Menent
efd2f31cd9 Improve translations. PayBox 2009-04-23 08:32:39 +00:00
Laurent Destailleur
b67ea0a034 Fix: Fix serious bug in associated products. 2009-04-23 08:18:22 +00:00
Regis Houssin
8ae165b6d3 Fix: error if propal module is not enable 2009-04-22 06:45:59 +00:00
Laurent Destailleur
c8bb9379ee Fix: Description was lost on modify 2009-04-21 19:53:51 +00:00
Laurent Destailleur
aee65abaee Fix: Missing accents 2009-04-21 19:32:52 +00:00
Laurent Destailleur
e04b914353 Fix: Creation of invoice lines restored with old option PRODUCT_SHOW_WHEN_CREATE 2009-04-21 19:24:12 +00:00
Regis Houssin
35ba67c3fe Fix: Constraints must be stored in the field "enabled" ix llx_menu.
llx_constraint is deprecated
2009-04-21 09:05:47 +00:00
Laurent Destailleur
306bad31be Fix: Product/service choice not enabled if modules not enabled. 2009-04-20 22:42:39 +00:00
Laurent Destailleur
0442049531 Fix: Removed duplicate records in categorie_association during migration 2009-04-20 22:16:56 +00:00
Laurent Destailleur
2f46cda600 Fix: Removed deprecated code 2009-04-20 21:31:46 +00:00
Laurent Destailleur
09209051df Cancel new feature add to get back a stable version for 2.6 2009-04-20 21:25:12 +00:00
Laurent Destailleur
6953b2b36a Fix: Constraints must be stored in the field "enabled" ix llx_menu.
llx_constraint is deprecated
2009-04-20 21:20:58 +00:00
Laurent Destailleur
62971614d0 Cancel new feature add to get back a stable version for 2.6 2009-04-20 21:10:00 +00:00
Laurent Destailleur
a88dd655bc Fix: Restore removed function because this break compatibility with external modules. Must first be deprecated and then deleted very later. 2009-04-20 21:05:38 +00:00
Laurent Destailleur
07965ce694 Look: Nowrap on contract ref 2009-04-20 20:57:59 +00:00
Laurent Destailleur
97bfc98f02 Fix: Link was not translated 2009-04-20 20:53:08 +00:00
Laurent Destailleur
1211763d53 Qual: Uniformize PDF 2009-04-20 20:18:45 +00:00
Regis Houssin
a433887c57 Fix: delete obsolete function 2009-04-20 16:44:46 +00:00
Laurent Destailleur
0e4b85fe08 Prepare 2.6.0 2009-04-20 16:08:43 +00:00
Laurent Destailleur
01cca94928 Fix: Bad links 2009-04-20 16:05:09 +00:00
Laurent Destailleur
d00ebb8de0 Fix: Fix another regression due to multicompany changements 2009-04-20 15:39:36 +00:00
Laurent Destailleur
16e2890da8 Add protection if login not provided 2009-04-20 15:30:38 +00:00
Regis Houssin
6cccb0b6ff New: early development of multi-company module 2009-04-20 14:53:33 +00:00
Laurent Destailleur
57553de815 Fix: Removed deprecated var 2009-04-20 14:37:48 +00:00
Regis Houssin
2ad54c2100 New: possibility to declare constraint menu in module 2009-04-20 14:12:37 +00:00
Regis Houssin
1f7f5d1478 Fix: orthographe 2009-04-20 09:18:03 +00:00
Regis Houssin
c84ff1c77e Fix: load global conf 2009-04-19 12:59:30 +00:00
Regis Houssin
634397b03b New: early development of multi-company module 2009-04-18 14:38:09 +00:00
Regis Houssin
ed159235f5 New: early development of multi-company module 2009-04-18 14:38:08 +00:00
Regis Houssin
9d47744153 New: early development of multi-company module 2009-04-18 11:50:40 +00:00
Laurent Destailleur
b8fd6bb74c Fix: Correct pb of warnings during install that appeared on some config due to multicompany changes. 2009-04-17 18:38:15 +00:00
Laurent Destailleur
49cb6a58b5 Add a comment to remember to make a fix of this 2009-04-17 18:35:16 +00:00
Laurent Destailleur
47f255ea15 Fix: Correct broken install 2009-04-17 18:26:21 +00:00
Laurent Destailleur
dfa14dc04f Validate fix 2009-04-17 18:10:34 +00:00
Laurent Destailleur
0b99a88247 Fix: Move information in the wrong screen 2009-04-17 15:43:28 +00:00
Laurent Destailleur
4f36d2dbc1 Fix: Module category must not activate product module 2009-04-17 15:21:10 +00:00
Regis Houssin
177f6b8db5 New: early development of multi-company module 2009-04-17 11:31:06 +00:00
Regis Houssin
cd6dc716cf *** empty log message *** 2009-04-17 10:57:54 +00:00
Regis Houssin
c52636bd38 New: early development of multi-company module 2009-04-17 07:45:00 +00:00
Laurent Destailleur
200923595f Fix pb of compatibility 2009-04-16 18:46:26 +00:00
Laurent Destailleur
2efd3db4c8 Qual: Renamed dolibarr_syslog into dol_syslog function 2009-04-16 18:13:52 +00:00
Regis Houssin
f467d4d868 Fix: lignes trop collées 2009-04-16 16:15:00 +00:00
Regis Houssin
fcc3a4f7c1 TODO: mauvaise constante je suppose, elle active la demande de confirmation par mail, de plus cette demande n'est pas envoyée, et ne devrait pas être par défaut. 2009-04-16 15:31:48 +00:00
Regis Houssin
41ca952b8d Fix: traduction 2009-04-16 14:24:20 +00:00
Regis Houssin
2b2d92e1c3 New: early development of multi-company module 2009-04-16 08:30:48 +00:00
Regis Houssin
0d7195c40f New: early development of multi-company module 2009-04-16 08:23:00 +00:00
Regis Houssin
fd7d9b5d5a New: early development of multi-company module 2009-04-16 00:06:39 +00:00
Regis Houssin
8f1d865b91 New: early development of multi-company module 2009-04-15 20:51:50 +00:00
Regis Houssin
94a5df6a2d New: early development of multi-company module 2009-04-15 20:09:43 +00:00
Laurent Destailleur
57b78e5b06 Fi: Error using filter on amount 2009-04-15 18:32:32 +00:00
Juanjo Menent
7abacd4e64 Improve translations 2009-04-15 16:31:04 +00:00
Juanjo Menent
286801e50e New: early development of multi-company module 2009-04-15 15:41:27 +00:00
Laurent Destailleur
d8ec223ba2 Make possible to edit contract after validated.
Make not possible if hidden option CONTRAT_NOEDITWHENVALIDATED is set
2009-04-15 13:12:14 +00:00
Laurent Destailleur
6a6a63613c Look: Uniformize look 2009-04-15 11:42:39 +00:00
Regis Houssin
1142609471 New: early development of multi-company module 2009-04-14 19:03:50 +00:00
Regis Houssin
6ee85309d1 New: early development of multi-company module 2009-04-14 18:54:13 +00:00
Laurent Destailleur
897102d797 Add comment for future feature 2009-04-13 23:31:41 +00:00
Juanjo Menent
56e9066bf8 Fix: Bugs in exports several export functions. PDF merge 2009-04-13 15:27:21 +00:00
Regis Houssin
394bc8575e Fix: syntax 2009-04-13 09:36:43 +00:00
Regis Houssin
c6c0b234de Fix: error 2009-04-11 17:13:08 +00:00
Regis Houssin
fa707089a7 Fix: error 2009-04-10 14:31:30 +00:00
Laurent Destailleur
0358000a94 Look: Bad balanced table 2009-04-10 02:23:11 +00:00
Laurent Destailleur
811c889648 Qual: Use same title than other boxes 2009-04-10 01:41:13 +00:00
Laurent Destailleur
1bb4a2b97f Fix: Bugs in exports several export functions 2009-04-10 00:29:23 +00:00
Laurent Destailleur
b28e088d96 Truncate too long columns 2009-04-09 22:24:58 +00:00
Laurent Destailleur
9ed997c981 Add a tool to merge all invoices in one PDF 2009-04-09 22:07:13 +00:00
Laurent Destailleur
55aa8bc4bc Add a tool to merge all invoices in one PDF 2009-04-09 21:53:53 +00:00
Laurent Destailleur
996add6dde Add due date in invoice list 2009-04-09 20:33:23 +00:00
Laurent Destailleur
6b155c359a Trad: Text easier to understand 2009-04-09 20:22:51 +00:00
Laurent Destailleur
02d4fb1e6d Fix: Bad label 2009-04-09 19:11:47 +00:00
Laurent Destailleur
c03fe82b09 Fix: Navigation in bank account statement 2009-04-09 18:49:17 +00:00
Laurent Destailleur
b302cf0edc Fix: Filter on date was lost on navigation 2009-04-08 23:00:16 +00:00
Laurent Destailleur
4f2d2d2d00 Can validate a propasal with amount to 0 2009-04-06 18:16:04 +00:00
Laurent Destailleur
92c79cfb90 Change order of boxes to have "last modified" first on all main area. 2009-04-06 17:49:18 +00:00
Juanjo Menent
757d8985c2 Fix: Removed bad help 2009-04-06 10:22:27 +00:00
Laurent Destailleur
0fde627f5e Renamed label 2009-04-06 08:40:55 +00:00
Laurent Destailleur
a37297a83f Qual: Reduce too much memory used on all pages for only 1 test is 5 files (move function into functions2.lib.php instead of functions.lib.php, functions.php is always loaded, functions2 is loaded on demand).
Fix: Removed test on url to allow to input url with no http before
2009-04-06 08:34:42 +00:00
Laurent Destailleur
203336b839 Fix: Do not send emailing if confirm is no 2009-04-05 20:14:49 +00:00
Laurent Destailleur
3642ac0550 Look: Add nowrap 2009-04-05 19:53:40 +00:00
Laurent Destailleur
728de6e035 Fix: import of email targets can load miscellanous field 2009-04-05 19:53:25 +00:00
Laurent Destailleur
8b72727684 Fix: Can remove a sending sheet. 2009-04-05 19:30:37 +00:00
Laurent Destailleur
b104a84992 Fix: Sending page when subproduct feature is enabled 2009-04-05 19:01:43 +00:00
Laurent Destailleur
5e4f9a3734 Fix: Removed bad help 2009-04-05 02:27:51 +00:00
Laurent Destailleur
69c0e840ee Minor change 2009-04-05 02:23:57 +00:00
Juanjo Menent
95717a17ef Added : url string validation 2009-04-03 20:48:32 +00:00
Regis Houssin
f5d1148ee9 Fix: problem with web address in menu 2009-04-03 14:43:33 +00:00
Regis Houssin
e489529f22 Fix: problem with web address in menu 2009-04-03 13:39:56 +00:00
Regis Houssin
5ab4f320b5 Added : url string validation 2009-04-03 13:01:45 +00:00
Regis Houssin
5b57c5f497 Added : url string validation 2009-04-03 12:56:22 +00:00
Regis Houssin
282871a8c4 Added : url string validation 2009-04-03 12:56:21 +00:00
Juanjo Menent
c76caf0c9b Fix: Creation from public form works again 2009-04-02 15:56:41 +00:00
Laurent Destailleur
fca2f764ff Fix: Creation from public form works again 2009-04-02 00:34:32 +00:00
Laurent Destailleur
359e5c15ff Minor change 2009-04-01 23:26:20 +00:00
Laurent Destailleur
09e233492c Minor change 2009-04-01 23:26:20 +00:00
Laurent Destailleur
d8e484ada7 Fix: Support of LF in note for supplier orders 2009-04-01 23:00:59 +00:00
Laurent Destailleur
191f1e5fb5 Fix: suport quot in note update of supplier orders 2009-04-01 22:58:25 +00:00
Juanjo Menent
4e5eb42a1b Can export type of line in invoice exports 2009-03-31 07:01:39 +00:00
Laurent Destailleur
df5d17f31d Fix: Typo 2009-03-30 16:33:55 +00:00
Laurent Destailleur
f14d46ffe0 Fix: When expand on click on a day for a previous/next day, we must not change of month. 2009-03-30 16:33:22 +00:00
Laurent Destailleur
0d60569ea0 Can export type of line in invoice exports 2009-03-30 16:02:02 +00:00
Laurent Destailleur
8c8d6521d9 Fix: Link for paybox contract was hidden 2009-03-29 20:00:25 +00:00
Laurent Destailleur
c5d655afc2 Some fix in standingorder module 2009-03-28 19:59:12 +00:00
Laurent Destailleur
5c57487b4c Remove test code 2009-03-28 19:21:26 +00:00
Laurent Destailleur
e9aae286cd Fix: Pb in price level management 2009-03-28 19:11:38 +00:00
Laurent Destailleur
53cf18e3e8 Fix: Pb in price level management 2009-03-28 19:06:17 +00:00
Laurent Destailleur
ba97f78108 Fix: Pb in price level management 2009-03-28 19:00:13 +00:00
Laurent Destailleur
13e895a59c Sec: A read only user can not delete an attached file 2009-03-28 18:22:15 +00:00
Laurent Destailleur
e748474c2b Sec: Need to have permission to read all actions to see reports 2009-03-28 18:17:12 +00:00
Laurent Destailleur
8377263333 Prepare 2.6 version 2009-03-28 17:15:24 +00:00
Laurent Destailleur
dd95b162a8 *** empty log message *** 2009-03-26 21:21:33 +00:00
Juanjo Menent
41997ce07e Add first files for import module 2009-03-26 16:07:51 +00:00
Juanjo Menent
d6996a09a5 Remove clone feature on create page. Must be used on object page 2009-03-26 15:00:55 +00:00
Laurent Destailleur
c85b9cb017 Add first files for import module 2009-03-25 21:26:15 +00:00
Laurent Destailleur
3c7142bbcc Fix: If code bar generator module is removed, page still working. 2009-03-25 20:25:57 +00:00
Laurent Destailleur
0029cae441 Comment 2009-03-25 20:05:14 +00:00
Laurent Destailleur
6cc4ccecd0 Fix: Add missing function 2009-03-25 19:52:59 +00:00
Laurent Destailleur
0116999026 Remove clone feature on create page. Must be used on object page 2009-03-25 19:12:35 +00:00
Juanjo Menent
a4d7576558 Fix: Translation of sending methods 2009-03-25 08:41:53 +00:00
Laurent Destailleur
0260a3b1b7 Qual: Removed duplicate code 2009-03-23 19:13:51 +00:00
Laurent Destailleur
5d3f628692 Fix: Translation of sending methods 2009-03-23 17:38:04 +00:00
Laurent Destailleur
f38232cbb1 Fix: Blank page when creating supplier order 2009-03-23 17:11:25 +00:00
Laurent Destailleur
7b75dbc285 Fix: Removed deprecated codes. 2009-03-23 01:10:41 +00:00
Laurent Destailleur
70ce4c7187 Fix: Typo 2009-03-23 00:33:36 +00:00
Laurent Destailleur
b29000cd39 Enhancements in barcode module 2009-03-23 00:17:48 +00:00
Laurent Destailleur
c8c129d461 Add linux version of genbarcode 2009-03-22 23:54:14 +00:00
Laurent Destailleur
40e7e6027a First add to support asterisk 2009-03-22 22:32:22 +00:00
Laurent Destailleur
885bf8dfcc Bad translation. 2009-03-20 17:23:29 +00:00
Laurent Destailleur
fcbeccddc5 Fix: Box for order was lost. 2009-03-20 17:10:02 +00:00
Laurent Destailleur
f54de2174e Enhancements in module activation 2009-03-20 14:33:56 +00:00
Laurent Destailleur
3b6ceb73f7 Only one logo is necessary 2009-03-13 16:14:27 +00:00
Laurent Destailleur
eaa8eacb14 Only one logo is necessary 2009-03-13 16:13:56 +00:00
Laurent Destailleur
b9507e08a6 Add hour in intervention pdf 2009-03-13 15:55:16 +00:00
Laurent Destailleur
f3d463e672 Fix: Add protection against bad parameter of labels in member module 2009-03-13 15:17:34 +00:00
Juanjo Menent
6a806ecf35 Minor changes 2009-03-13 15:10:53 +00:00
Laurent Destailleur
4d5270a977 Add a script with rare javascript functions 2009-03-13 14:40:01 +00:00
Laurent Destailleur
4df755b5ab Only one logo is necessary 2009-03-13 13:14:29 +00:00
Laurent Destailleur
cd78a8db7b Minor changes 2009-03-13 13:12:43 +00:00
Juanjo Menent
46b5dd19a9 Better help to make upgrade. 2009-03-13 11:18:03 +00:00
Laurent Destailleur
e78e33de13 Better help to make upgrade. 2009-03-13 00:57:36 +00:00
Laurent Destailleur
834292320f Fix: Bad dir shown in help 2009-03-13 00:45:54 +00:00
Laurent Destailleur
8d5ffe02d4 Fix: UTF encoding in memeber card export 2009-03-12 23:31:27 +00:00
Laurent Destailleur
136d69dbfb Fix: UTF encoding in memeber card export 2009-03-12 23:14:35 +00:00
Laurent Destailleur
017a947c82 Fix: UTF encoding in memeber card export 2009-03-12 23:14:07 +00:00
Laurent Destailleur
cea2f8aa82 After deleting an email target for an emailing, we stay on same page. 2009-03-12 22:56:31 +00:00
Laurent Destailleur
1f3f2b8c44 Log file for error messages use LOG_ERR level. 2009-03-12 22:49:05 +00:00
Laurent Destailleur
439a0f3260 New: Some changes to support the type of line in entities. 2009-03-12 22:33:26 +00:00
Laurent Destailleur
446c92c484 New: Some changes to support the type of line in entities. 2009-03-12 22:16:22 +00:00
Laurent Destailleur
6b4228aefa Fix: UTF encoding 2009-03-12 20:48:38 +00:00
Laurent Destailleur
8892051188 Move an old them in an external module 2009-03-12 20:36:52 +00:00
Laurent Destailleur
65f707dea0 New: A module can add a new tab in third party view tabs 2009-03-12 01:44:02 +00:00
Laurent Destailleur
2570312475 Look: minor fix 2009-03-12 00:21:50 +00:00
Laurent Destailleur
029a9d73e4 New: Some changes to support the type of line in entities. 2009-03-12 00:14:56 +00:00
Laurent Destailleur
55d0ad29d3 Removed source code from conf dir that is dedicatd to store dolibarr config file. 2009-03-11 18:34:46 +00:00
Laurent Destailleur
7a6de88762 Fix: Bad navigation link 2009-03-11 08:48:56 +00:00
Laurent Destailleur
c7bd24e05f New: Some changes to support the type of line in entities. 2009-03-11 08:40:50 +00:00
Juanjo Menent
c52751276a Improve translations. Birthday alert 2009-03-10 21:21:45 +00:00
Laurent Destailleur
4f51c6cc46 New: Some changes to support the type of line in entities. 2009-03-10 18:41:22 +00:00
Juanjo Menent
89e2bf14fc Improve translations spanish an catalan. SetDate english and french 2009-03-10 17:39:38 +00:00
Laurent Destailleur
3edb1a954a UTF 2009-03-10 01:28:29 +00:00
Laurent Destailleur
466b306de7 Fix: Wrong picto 2009-03-10 01:23:05 +00:00
Laurent Destailleur
8431675159 New: Some changes to support the type of line in entities. 2009-03-10 01:18:45 +00:00
Laurent Destailleur
861899f272 New: Some changes to support the type of line in entities. 2009-03-10 01:18:45 +00:00
Laurent Destailleur
681a787fea New: Some changes to support the type of line in entities. 2009-03-10 00:54:53 +00:00
Laurent Destailleur
8a12e715dd Trad 2009-03-09 23:46:39 +00:00
Laurent Destailleur
d930a0dd32 Add type in invoice lines 2009-03-09 23:17:00 +00:00
Laurent Destailleur
cdc6493ba5 Removed TODO and deprecated files 2009-03-09 21:59:29 +00:00
Laurent Destailleur
92464b40e7 Web services are in UTF8 2009-03-09 21:23:46 +00:00
Laurent Destailleur
a27af6c433 Web services are in UTF8 2009-03-09 21:08:32 +00:00
Laurent Destailleur
0c0402110e New: Show remain to pay on social contributions on accountancy page 2009-03-09 19:48:29 +00:00
Laurent Destailleur
a1f8f94fd5 Fixed: Bad value of net of tax in invoice creation from a commercial proposal 2009-03-09 19:22:12 +00:00
Laurent Destailleur
e74f258d18 New: Some pages can link to wiki help pages 2009-03-09 19:10:23 +00:00
Laurent Destailleur
6cffb4bc80 Trad: Missing translation 2009-03-09 18:44:29 +00:00
Laurent Destailleur
70c1ea4ab2 Fix: Option force invoice date to validation date working correctly 2009-03-09 18:40:16 +00:00
Laurent Destailleur
bf7722d3ed Doc 2009-03-09 12:38:22 +00:00
Laurent Destailleur
0cd67ded54 New: Some pages can link to wiki help pages 2009-03-09 11:54:06 +00:00
Laurent Destailleur
2da5a733eb New: Some pages can link to wiki help pages 2009-03-09 11:28:15 +00:00
Laurent Destailleur
77d3821645 New: Some pages can link to wiki help pages 2009-03-09 11:28:12 +00:00
Laurent Destailleur
f3cfea66e1 New: Some pages can link to wiki help pages 2009-03-09 10:51:42 +00:00
Laurent Destailleur
567100671b Qual: Title in member subscriptions 2009-03-09 10:27:21 +00:00
Laurent Destailleur
47dda9f8ed Fix: Incomplete module leopard 2009-03-09 10:19:10 +00:00
Laurent Destailleur
eb8d23d680 Qual: Add integrity on member type
Fix: Incomplete module leopard
2009-03-09 10:10:02 +00:00
Laurent Destailleur
fa4395d699 Prepare select of type of line 2009-03-09 09:27:12 +00:00
Laurent Destailleur
e15a67f6c9 Minor code clean in ECM module. 2009-03-08 23:57:28 +00:00
Laurent Destailleur
d8464dcc49 Fix: Bad link 2009-03-08 23:38:38 +00:00
Laurent Destailleur
a4815bf44c Prepare select of type of line 2009-03-08 23:09:45 +00:00
Laurent Destailleur
8ea5673872 First changes to prepare cron module 2009-03-07 01:30:47 +00:00
Laurent Destailleur
8811d50769 Fix: Choose of contact for actions was lost 2009-03-07 01:19:28 +00:00
Laurent Destailleur
8faa018266 First changes to prepare cron module 2009-03-07 01:03:20 +00:00
Laurent Destailleur
8eb76f5a33 First changes to prepare cron module 2009-03-07 00:56:00 +00:00
Laurent Destailleur
c07b401d64 Fix; Link on URL 2009-03-06 23:26:27 +00:00
Juanjo Menent
49dfbeb22d Minor enhancement on vat report 2009-03-05 21:20:28 +00:00
Laurent Destailleur
33ff5c61f2 Minor enhancement on vat report 2009-03-05 20:14:13 +00:00
Juanjo Menent
d287b92a96 Improve translations. Exports 2009-03-05 11:11:32 +00:00
Laurent Destailleur
160ae055a7 Can modify proposal date if statut is draft. 2009-03-04 00:14:51 +00:00
Juanjo Menent
824c691b0f New: For admin users, show the SQL request in export build 2009-03-03 20:38:27 +00:00
Laurent Destailleur
057eb805d9 error management 2009-03-03 18:25:48 +00:00
Laurent Destailleur
32faa96ab6 New: For admin users, show the SQL request in export build. 2009-03-03 00:42:40 +00:00
Laurent Destailleur
d0d9e8252f Add permissions on agenda modules 2009-03-03 00:20:21 +00:00
Laurent Destailleur
ba14103659 New: Upload of joined files need create/modify permissions to work 2009-03-03 00:12:56 +00:00
Laurent Destailleur
8476a218e5 Fix: Partial payment on social contributions not shown on main page.
New: Can filter on social contribution type in list.
2009-03-02 23:43:17 +00:00
Regis Houssin
05a48da313 New: Upgrade Scriptaculous to 1.8.2 and Prototype to 1.6.0.3 2009-03-02 23:18:56 +00:00
Laurent Destailleur
88fa56f9ca Look: Uniformize pages look 2009-03-02 23:09:03 +00:00
Laurent Destailleur
817593fe13 Fix: UTF8 encoding in country for addresses in PDF 2009-03-02 22:38:19 +00:00
Laurent Destailleur
36faecca0d Changes to support deposit invoices 2009-03-02 21:21:49 +00:00
Juanjo Menent
5aa4ba6a42 Changes to support deposit invoices 2009-03-02 20:36:28 +00:00
Laurent Destailleur
3dadf24d10 Look: Uniformize pages look 2009-03-02 19:07:12 +00:00
Laurent Destailleur
61e2282cb1 Qual: Removed deprecated code 2009-03-02 18:25:51 +00:00
Laurent Destailleur
d4e5647b7e Changes to support deposit invoices 2009-03-02 18:17:19 +00:00
Laurent Destailleur
d92ab8874b Support for deposit invoices 2009-03-02 16:06:52 +00:00
Laurent Destailleur
2bc9e2ff08 Can use particular log and creditor for a payment 2009-03-02 16:00:58 +00:00
Laurent Destailleur
46e9ab95b9 Fix: File not found 2009-02-28 00:44:07 +00:00
Juanjo Menent
ce1630e319 New: Support of deposit invoices 2009-02-27 20:40:17 +00:00
Laurent Destailleur
422dafeeb3 New: Support of deposit invoices
Removed deprecated table
2009-02-27 18:35:17 +00:00
Juanjo Menent
6d7badb904 Support of deposit invoices 2009-02-27 10:04:23 +00:00
Juanjo Menent
6114d55a6f Support paybox payment on members 2009-02-27 10:03:49 +00:00
Laurent Destailleur
04ccfbe868 Fix: Permission on action create 2009-02-26 00:59:33 +00:00
Laurent Destailleur
8f2e8b7ec7 Support paybox payment on members 2009-02-26 00:47:38 +00:00
Laurent Destailleur
0f1eeaf255 Support paybox payment on members 2009-02-26 00:42:23 +00:00
Laurent Destailleur
d82502beb4 Support paybox payment on members 2009-02-26 00:42:22 +00:00
Laurent Destailleur
6dbe70b2f5 Support of deposit invoices 2009-02-25 22:14:14 +00:00
Laurent Destailleur
76e0a7a37b Fix: Permissions on create actions 2009-02-25 21:24:19 +00:00
Laurent Destailleur
f26f0654d0 Add user author in list 2009-02-25 21:03:40 +00:00
Juanjo Menent
55147eaf5c Improve translations 2009-02-25 20:41:49 +00:00
Laurent Destailleur
af13434baa Fix: Donation pdf building 2009-02-25 20:18:46 +00:00
Juanjo Menent
bfc13f7cea Improve translations 2009-02-25 20:06:24 +00:00
Juanjo Menent
2224f214e7 Improve translations 2009-02-25 18:56:35 +00:00
Juanjo Menent
19371d1725 Improve translations. Left menu Chiffre d'affaire 2009-02-25 08:46:56 +00:00
Juanjo Menent
0808a8fe04 Improve translations 2009-02-25 08:19:55 +00:00
Laurent Destailleur
b84a0fefbe Change in document wrapper to download files in bittorrent directory 2009-02-24 22:52:55 +00:00
Laurent Destailleur
6a0877fe6a New: Can use absolute url path for help link 2009-02-24 21:54:18 +00:00
Juanjo Menent
b31529c587 Improve translations 2009-02-24 21:36:23 +00:00
Juanjo Menent
219f25be5a Changes to support deposit invoices 2009-02-24 19:42:06 +00:00
Juanjo Menent
f85981fb34 Improved translation 2009-02-24 18:47:19 +00:00
Laurent Destailleur
4333e8cb2a Changes to support deposit invoices 2009-02-24 02:41:21 +00:00
Juanjo Menent
110a99d33a Grammatical errors corrected 2009-02-23 09:00:30 +00:00
Juanjo Menent
1d4f96e0ec Fist changes to support deposit invoices 2009-02-22 12:42:38 +00:00
Juanjo Menent
c9191b7d8a Improve translations 2009-02-22 12:40:01 +00:00
Laurent Destailleur
dbf8418e84 Fist changes to support deposit invoices 2009-02-21 17:43:02 +00:00
Laurent Destailleur
eef7a7ec02 Fix: Count of up to date members 2009-02-21 15:14:45 +00:00
Laurent Destailleur
f5b246f5bb Look: View more compact 2009-02-21 13:45:25 +00:00
Laurent Destailleur
7341f7f6a0 Fix: Bad link 2009-02-21 13:34:32 +00:00
Laurent Destailleur
8b62b7831d Add customer code in invoice 2009-02-21 13:16:09 +00:00
Laurent Destailleur
5ae45de711 Add customer code in proposals 2009-02-21 13:07:29 +00:00
Laurent Destailleur
ffa4a884d9 Add customer code in proposals 2009-02-21 12:41:15 +00:00
Juanjo Menent
d9aeb8eac6 Can resend an emailing 2009-02-21 10:58:32 +00:00
Laurent Destailleur
75b738eff9 Added XDebug tools 2009-02-21 01:04:35 +00:00
Laurent Destailleur
801bf75f58 Fix: Translation of days 2009-02-21 00:11:13 +00:00
Laurent Destailleur
eca964657e Removed useless code 2009-02-20 23:15:36 +00:00
Laurent Destailleur
8acb68a1bf Remove warnings 2009-02-20 23:00:00 +00:00
Laurent Destailleur
0823322ba1 Qual: All call to dolibarr_ functions are made on dol_ functions. 2009-02-20 22:53:15 +00:00
Laurent Destailleur
e83b22b29b Added XDebug tools 2009-02-20 20:28:16 +00:00
Juanjo Menent
33ad9283ae Improve translations 2009-02-20 18:55:54 +00:00
Laurent Destailleur
aec0aa830e Spanish language es_XX use es_ES if es_XX not found. 2009-02-20 12:38:58 +00:00
Laurent Destailleur
dbac8c26b9 Comment deprecate code and update regional number formats 2009-02-20 12:29:57 +00:00
Laurent Destailleur
4e7294530d Comment deprecate code and update regional number formats 2009-02-20 12:29:55 +00:00
Juanjo Menent
f5b0e4b974 Improved translation 2009-02-20 09:13:36 +00:00
Juanjo Menent
701fcfd48d Grammatical errors corrected 2009-02-20 09:00:29 +00:00
Juanjo Menent
2f5377af82 improve translation 2009-02-19 21:12:36 +00:00
Laurent Destailleur
a2b8b30a84 Reorganize code to reduce memory usage 2009-02-19 19:06:12 +00:00
Laurent Destailleur
d433c7120f Reorganize code to reduce memory usage 2009-02-19 18:57:54 +00:00
Laurent Destailleur
94125ef0d8 Reorganize files 2009-02-19 18:47:18 +00:00
Laurent Destailleur
38c45644a2 Fix: UTF8 support 2009-02-19 18:38:11 +00:00
Laurent Destailleur
41c3f243fa Fix: Pb of accent in company name 2009-02-19 18:31:20 +00:00
Laurent Destailleur
75cf6d8457 Works with Paybox v2 2009-02-19 11:31:12 +00:00
Laurent Destailleur
d75e71b9b9 Works with Paybox v2 2009-02-19 11:19:53 +00:00
Juanjo Menent
2ffd912990 gramatical correction 2009-02-19 08:50:26 +00:00
Laurent Destailleur
ba9ef5b162 Trad 2009-02-19 00:10:55 +00:00
Laurent Destailleur
0305e13a57 Added PAYBOX_PBX_IDENTIFIANT for paybox v2 2009-02-19 00:00:25 +00:00
Laurent Destailleur
561caa95c1 Look: Nowrap 2009-02-18 22:11:04 +00:00
Laurent Destailleur
a00f87a28c Can resend an emailing 2009-02-18 21:48:07 +00:00
Laurent Destailleur
0a8402fe64 Protection against bad parameters 2009-02-18 20:48:49 +00:00
Laurent Destailleur
4940d95e9d New: Add filter on statut in emailing selector for dolibarr users 2009-02-18 20:30:33 +00:00
Laurent Destailleur
89e15605ad Can have 5 other fields in emailing 2009-02-18 20:04:29 +00:00
Laurent Destailleur
da43406508 Qual: Truncate too long string 2009-02-18 18:40:42 +00:00
Laurent Destailleur
0060695c1b Fix: UTF encoding on PDF company if there is no logo. 2009-02-18 18:18:34 +00:00
Laurent Destailleur
6409ef3467 Fix: Action on a contact should not show action of company 2009-02-18 17:50:04 +00:00
Laurent Destailleur
36b3f02086 Add comment 2009-02-18 17:45:25 +00:00
Laurent Destailleur
0ae24f6f9e Add country in address if country differs from country user 2009-02-18 17:37:32 +00:00
Laurent Destailleur
ce9fb9cd61 Filename is ok even with option MAIN_DISABLE_FORCE_SAVEAS 2009-02-18 17:04:00 +00:00
Laurent Destailleur
b6a5487c16 Removed deprecated code 2009-02-18 16:48:27 +00:00
Laurent Destailleur
19e1bd0083 Qual: Removed deprecated code 2009-02-18 15:00:34 +00:00
Laurent Destailleur
8126b0cd6f Qual: Removed deprecated code 2009-02-18 14:29:56 +00:00
Laurent Destailleur
8aafb970c2 Fix: Set delivery date on proposal 2009-02-18 14:16:31 +00:00
Laurent Destailleur
b291f11af0 Can reactivate a supplier order not completely received. 2009-02-18 12:55:33 +00:00
Laurent Destailleur
c78bd22adc Uniformize code for contacts linking 2009-02-18 12:26:55 +00:00
Juanjo Menent
a6fef38284 Improve translation of bookmarks 2009-02-17 10:35:44 +00:00
Juanjo Menent
fce6552d0b Improve translation of mails 2009-02-17 10:18:31 +00:00
Juanjo Menent
5da88ec104 Improve translation of mails 2009-02-17 10:15:35 +00:00
Juanjo Menent
511e7cdd39 New: Add a first version of a Paybox module 2009-02-17 10:04:37 +00:00
Juanjo Menent
b21ad88750 Enhancement in EMailing module 2009-02-17 10:02:33 +00:00
Juanjo Menent
f7ea018186 Contact page picto is more clear to distinguish internal from external users 2009-02-17 10:01:28 +00:00
Laurent Destailleur
5fcd6b4af5 Contact page picto is more clear to distinguish internal from external users. 2009-02-16 22:37:30 +00:00
Laurent Destailleur
ba175ce7f4 If there is a commercial contact, use its name in proposal 2009-02-16 21:37:28 +00:00
Laurent Destailleur
d7291bc655 Fix: UTF encoding 2009-02-16 20:56:08 +00:00
Laurent Destailleur
9fc5a1f705 Fix: Special char in email title 2009-02-16 20:48:36 +00:00
Laurent Destailleur
e2721fd48f Enhancement in EMailing module 2009-02-16 20:30:30 +00:00
Laurent Destailleur
4837f22648 New: Add a first version of a Paybox module 2009-02-16 20:10:59 +00:00
Laurent Destailleur
4df44aec0a New: Add a first version of a Paybox module 2009-02-16 20:02:03 +00:00
Laurent Destailleur
6a4a88292a New: Add a first version of a Paybox module 2009-02-16 19:09:57 +00:00
Juanjo Menent
262148c2da Clean a lot of code 2009-02-16 08:55:15 +00:00
Juanjo Menent
f118b2eb93 Add warning in demo 2009-02-16 08:54:21 +00:00
Juanjo Menent
c254133fc5 New: Add a first version of a Paybox module 2009-02-16 08:52:58 +00:00
Laurent Destailleur
187a5610ac New: Add a first version of a Paybox module 2009-02-16 01:43:37 +00:00
Laurent Destailleur
3b06c7834c New: Add a first version of a Paybox module 2009-02-16 01:34:14 +00:00
Laurent Destailleur
9fe83ec7e6 New: Add a first version of a Paybox module 2009-02-15 17:33:02 +00:00
Laurent Destailleur
ba55fd2695 Change for paybox module 2009-02-15 15:04:02 +00:00
Laurent Destailleur
9836b56194 Add warning in demo 2009-02-15 15:03:23 +00:00
Laurent Destailleur
f7640aab2e Fix: CR on form 2009-02-14 14:52:15 +00:00
Laurent Destailleur
89cf71a486 Fix: CR on form 2009-02-14 14:41:14 +00:00
Laurent Destailleur
27c1e7614f Fix: Public note not stored in private note when creating a supplier invoice. 2009-02-14 14:07:09 +00:00
Laurent Destailleur
247daaabc5 Fix: Can find product with ajax on product ref even in supplier objects 2009-02-14 00:52:30 +00:00
Laurent Destailleur
f338666b7f Added option EXPORT_CSV_SEPARATOR_TO_USE and EXPORT_CSV_FORCE_CHARSET 2009-02-14 00:36:49 +00:00
Laurent Destailleur
288b29925d Fix: UTF8 translation 2009-02-14 00:00:24 +00:00
Laurent Destailleur
8898721a76 Load dict lang file for currency translation 2009-02-13 23:59:43 +00:00
Laurent Destailleur
31f4821f76 Minor change in translation 2009-02-13 22:50:58 +00:00
Laurent Destailleur
05e6299b21 Allow export of agenda by default 2009-02-12 22:25:32 +00:00
Laurent Destailleur
68ccad2f7f Minor enhancements in project module 2009-02-12 09:09:36 +00:00
Laurent Destailleur
31fe1652db Add paybox module 2009-02-12 00:44:36 +00:00
Laurent Destailleur
811911edae Fix: error level 2009-02-11 23:46:49 +00:00
Laurent Destailleur
9a55b4e6aa New: Add a first version of a Paybox module
Qual: Renamed directories in public in english
2009-02-11 22:08:35 +00:00
Laurent Destailleur
caf73a4aff Fix: Correct vat in report by company 2009-02-11 21:15:47 +00:00
Laurent Destailleur
566d0c7daf Trad 2009-02-11 21:00:47 +00:00
Laurent Destailleur
317d5a6ea9 New: Add a first version of a Paybox module
Qual: Renamed directories in public in english
2009-02-11 20:44:00 +00:00
Laurent Destailleur
8dc37f13f2 Fix: Load empty lang files 2009-02-11 20:19:47 +00:00
Laurent Destailleur
187d015b46 Clean a lot of code 2009-02-11 15:30:33 +00:00
Laurent Destailleur
0056facfd2 Clean a lot of code 2009-02-11 15:09:59 +00:00
Laurent Destailleur
0c1b5c94af Removed deprecated code 2009-02-11 02:40:53 +00:00
Laurent Destailleur
1e1ee9d338 Fix: Save of box order 2009-02-11 02:18:27 +00:00
Laurent Destailleur
e7fa358d27 Ask to use temp dir inside documents directory 2009-02-11 01:39:14 +00:00
Laurent Destailleur
33dac25ce4 Fix: No way to delete a supplier invoice if not a draft 2009-02-10 22:40:09 +00:00
Laurent Destailleur
329b0255c5 Fix: Javascript error if no box 2009-02-10 22:14:01 +00:00
Laurent Destailleur
c42ed09071 Fix: Some fix everywhere in beta 2009-02-10 22:07:31 +00:00
Juanjo Menent
0180597a00 Fix: A lot of debug in project module 2009-02-10 17:37:28 +00:00
Juanjo Menent
270ced3867 Added support for SMTPS protocol 2009-02-10 17:36:18 +00:00
Juanjo Menent
70e2fc26a6 Fix: Translation of month should be ok. 2009-02-10 17:35:11 +00:00
Juanjo Menent
22a7bea4dd Add stock information in products list. 2009-02-10 17:32:36 +00:00
Juanjo Menent
a5e29b30c0 Fix in sending pdfs 2009-02-10 17:31:11 +00:00
Juanjo Menent
5ad848df68 Added support for SMTPS protocol Added a help center 2009-02-10 17:06:42 +00:00
Juanjo Menent
256c37cc18 Distinct status "running not expired" from "running expired" in lines contract status 2009-02-10 17:05:08 +00:00
Laurent Destailleur
d713ac10ee Added support for SMTPS protocol 2009-02-10 08:45:27 +00:00
Laurent Destailleur
32767607a2 Added support for SMTPS protocol 2009-02-10 08:44:46 +00:00
Laurent Destailleur
6c20010326 Distinct status "running not expired" from "running expired" in lines contract status 2009-02-09 19:31:06 +00:00
Laurent Destailleur
fc02cb053c Minor esthetical change 2009-02-09 00:58:27 +00:00
Laurent Destailleur
69fe8eeefd Added support for SMTPS protocol
Added a help center
2009-02-09 00:50:38 +00:00
Laurent Destailleur
95d6260e87 Added support for SMTPS protocol 2009-02-09 00:04:34 +00:00
Laurent Destailleur
b568ca1b54 Show company email on all company cards 2009-02-07 16:30:47 +00:00
Laurent Destailleur
016d2be209 Minor change in look 2009-02-07 13:28:59 +00:00
Laurent Destailleur
3f5dbe5a7d Fix: Translation of month should be ok. 2009-02-07 11:44:18 +00:00
Laurent Destailleur
e472e6cff8 Fix: Translation of month should be ok. 2009-02-07 00:55:23 +00:00
Laurent Destailleur
b1165d90fb Fix: Translation of month should be ok. 2009-02-07 00:38:29 +00:00
Laurent Destailleur
73a852bce2 Added stock in export fiels of product list 2009-02-06 21:56:55 +00:00
Juanjo Menent
52250d5f8f All countries in Catalan 2009-02-06 17:08:27 +00:00
Juanjo Menent
848365b3cd All countries in Spanish 2009-02-06 17:07:54 +00:00
Laurent Destailleur
b31d25e767 Add stock information in products list. 2009-02-06 06:45:50 +00:00
Laurent Destailleur
f7c956454a Add stock information in products list. 2009-02-06 06:26:45 +00:00
Juanjo Menent
c2c79eff01 Creating tiers particulier enhanced 2009-02-05 09:11:08 +00:00
Laurent Destailleur
a5cc8c04f6 Fix: Minor fix 2009-02-04 22:43:51 +00:00
Laurent Destailleur
0c501189cc Minor fixes 2009-02-04 22:30:46 +00:00
Laurent Destailleur
5bf4e90b98 Fix in sending pdfs 2009-02-04 22:12:23 +00:00
Laurent Destailleur
c7246461e6 Fix: Do not loose type date if creation fails 2009-02-04 20:43:18 +00:00
Laurent Destailleur
0d386d7e6c Fix: A lot of debug in project module 2009-02-04 20:38:07 +00:00
Juanjo Menent
b7ee6c6e5e Can use empty prefix for oscommerce module 2009-02-03 11:10:55 +00:00
Juanjo Menent
abfe9a0a63 Minor esthetical change 2009-02-03 11:10:10 +00:00
Juanjo Menent
5b7db54a85 Update text 2009-02-03 11:09:48 +00:00
Juanjo Menent
fbe394a8cb Add navigation bar on supplier orders 2009-02-03 11:08:38 +00:00
Juanjo Menent
8216d8d3c3 Removed treemenu libraries 2009-02-03 11:07:28 +00:00
Juanjo Menent
e74babc6a6 New: Customer and supplier codes can be automatically generated 2009-02-03 10:54:49 +00:00
Juanjo Menent
2f715dcdd4 New: Can create a third party from a member 2009-02-03 10:53:34 +00:00
Juanjo Menent
931d840ffc Bad comentary updated 2009-02-03 08:24:04 +00:00
Juanjo Menent
e875582190 Add navigation bar on supplier orders 2009-02-03 08:21:43 +00:00
Juanjo Menent
3a9f086623 Update text 2009-02-03 08:21:01 +00:00
Juanjo Menent
0dede49ac9 Removed treemenu libraries 2009-02-03 07:58:24 +00:00
Juanjo Menent
d0efbe3d3a New: Customer and supplier codes can be automatically generated 2009-02-03 07:57:31 +00:00
Laurent Destailleur
5a4dc21369 Fix: Show sending method
Fix: Avoid long loop with bad date in dol_print_date
2009-02-03 02:59:16 +00:00
Laurent Destailleur
f9dde86da9 Fix: Show sending method
Fix: Avoid long loop with bad date in dol_print_date
2009-02-03 02:59:16 +00:00
Laurent Destailleur
cef4ed576f Show sending method in card 2009-02-03 02:39:28 +00:00
Laurent Destailleur
67a6083696 Fix: Bad alignement of line in rouget model 2009-02-03 00:58:04 +00:00
Laurent Destailleur
1a60505023 Fix: Bad alignement of line in rouget model 2009-02-03 00:42:07 +00:00
Laurent Destailleur
acde7bbfd0 Add protection against bad entries in llx_categorie_association 2009-02-02 23:50:59 +00:00
Laurent Destailleur
82a6fa058e Add protection against bad entries in llx_categorie_association 2009-02-02 23:27:15 +00:00
Laurent Destailleur
d7ea79316d Add protection against bad entries in llx_categorie_association 2009-02-02 23:13:46 +00:00
Laurent Destailleur
9a8a7b6a87 New: Show comment in supplier order status changement 2009-02-02 22:11:10 +00:00
Juanjo Menent
5428af0d07 Minor esthetical change 2009-02-02 18:55:36 +00:00
Juanjo Menent
b1d3c3a81b Can use empty prefix for oscommerce module 2009-02-02 18:54:30 +00:00
Juanjo Menent
c07fab22c7 New: Customer and supplier codes can be automatically generated 2009-02-02 18:53:24 +00:00
Juanjo Menent
62a79e5fc7 New: Can create a third party from a member. 2009-02-02 18:49:24 +00:00
Laurent Destailleur
04607575ac Fix: infinite loop if documents directory not writable 2009-02-02 18:33:44 +00:00
Laurent Destailleur
acde84a4e2 Fix in date range mangement of product lines. 2009-02-02 17:19:34 +00:00
Laurent Destailleur
ce317d6084 New: Can create a third party from a member. 2009-02-02 02:04:26 +00:00
Laurent Destailleur
6ba8bd8303 Add field fk_soc in member class 2009-02-01 20:20:16 +00:00
Laurent Destailleur
076f6ae9ec Added a field in member table to link to a third party 2009-02-01 14:40:06 +00:00
Laurent Destailleur
47e530b801 Qual: Rename status 2009-02-01 13:47:37 +00:00
Laurent Destailleur
d48bfc3fcb Qual: Removed deprecated code 2009-02-01 13:42:12 +00:00
Laurent Destailleur
971a470dde Bookmarks can be publics 2009-02-01 13:30:33 +00:00
Laurent Destailleur
40bff7f636 Update text 2009-02-01 03:48:47 +00:00
Laurent Destailleur
bd3a53f1e7 Target is used in bookmarks 2009-01-31 16:57:01 +00:00
Laurent Destailleur
b4982e450e Bookmarks can be publics 2009-01-31 16:52:10 +00:00
Laurent Destailleur
a3ba107ced Enable bookmark on demo 2009-01-31 16:26:50 +00:00
Laurent Destailleur
9b4a5236ed Disable interventions on some demo profiles 2009-01-31 16:23:39 +00:00
Laurent Destailleur
56aba2f6fa New: Customer and supplier codes can be automatically generated 2009-01-31 16:01:21 +00:00
Laurent Destailleur
bb90ab1288 New: Customer and supplier codes can be automatically generated 2009-01-31 15:23:05 +00:00
Laurent Destailleur
67c92017c2 Removed modules 2009-01-31 13:44:04 +00:00
Laurent Destailleur
678ab5b931 Fix: Pb with fckeditor 2009-01-31 02:55:32 +00:00
Laurent Destailleur
dc4448c423 Can use empty prefix for oscommerce module 2009-01-31 01:17:53 +00:00
Laurent Destailleur
f2b6dcfe16 Minor esthetical change 2009-01-31 00:28:30 +00:00
Laurent Destailleur
7408bb6f8e Fix: Permission to create bookmark 2009-01-31 00:21:08 +00:00
Laurent Destailleur
813c8ed4e9 Fix: Search of user scan also login 2009-01-31 00:15:34 +00:00
Laurent Destailleur
23eb5d2c2d Add navigation bar on supplier orders 2009-01-31 00:06:19 +00:00
Laurent Destailleur
4606095b1e Add navigation bar on supplier orders 2009-01-30 23:49:32 +00:00
Laurent Destailleur
03c4232191 Fix: Hide data if user has no permission 2009-01-30 22:42:06 +00:00
Laurent Destailleur
4017a39162 Fix: Do not load language file before user lang has been set. 2009-01-30 22:18:07 +00:00
Laurent Destailleur
d698e4b4d8 removed a test 2009-01-30 21:32:44 +00:00
Laurent Destailleur
43a6797e1b Removed treemenu libraries 2009-01-30 21:21:22 +00:00
Juanjo Menent
75e267afb1 Update translation with news codes (PDF generators, taks with children, category banks trans...) 2009-01-30 15:52:38 +00:00
Laurent Destailleur
1ec3fb6aa9 Test to try a fix 2009-01-29 21:04:00 +00:00
Laurent Destailleur
ce6f8a1c81 Change to uniformize code of PDF generators 2009-01-29 20:56:14 +00:00
Laurent Destailleur
5de23dcc59 Change to uniformize code of PDF generators 2009-01-29 12:39:52 +00:00
Laurent Destailleur
5d2d005e13 Fix: Error if subproducts enabled 2009-01-29 12:14:06 +00:00
Laurent Destailleur
bccfe541ca Trad 2009-01-29 02:27:06 +00:00
Laurent Destailleur
06c7f0e369 Remove bad info 2009-01-29 02:19:27 +00:00
Laurent Destailleur
65edeb2c13 Prepare version 2.6 2009-01-29 02:02:01 +00:00
Laurent Destailleur
204693b0e8 Change to uniformize code of PDF generators 2009-01-29 01:57:56 +00:00
Laurent Destailleur
745056e6d3 Fix: Bookmark management 2009-01-28 15:53:08 +00:00
Laurent Destailleur
21ed88f276 Fix: Install 2009-01-28 15:46:50 +00:00
Laurent Destailleur
fa58c32c3a Fix: Install 2009-01-28 15:46:50 +00:00
Laurent Destailleur
4f14abc74c Fix: Abandonned invoice are not late 2009-01-28 15:44:25 +00:00
Laurent Destailleur
57fc0db956 Can use multilanguage label and desc for product 2009-01-28 15:37:10 +00:00
Laurent Destailleur
5233e4894e Mutualize code and debug for UTF output 2009-01-28 15:09:37 +00:00
Juanjo Menent
d349ffe482 Removed deprecated code 2009-01-28 10:34:16 +00:00
Laurent Destailleur
569316d3bd Removed deprecated code 2009-01-28 09:00:29 +00:00
Laurent Destailleur
e817b6891b Fix: Removed of a column 2009-01-26 23:58:37 +00:00
Laurent Destailleur
ab711a3ead Fix: Removed of a column 2009-01-26 23:52:37 +00:00
Laurent Destailleur
16c9fd79d3 Minor fix 2009-01-26 21:57:14 +00:00
Laurent Destailleur
eadbfc7b99 First add for paybox module 2009-01-26 21:49:43 +00:00
Juanjo Menent
82ad9a4015 Added translations 2009-01-26 17:29:59 +00:00
Juanjo Menent
6b597ff2c6 Added translations 2009-01-26 17:05:41 +00:00
Juanjo Menent
020899cda0 Added translations 2009-01-26 16:59:34 +00:00
Juanjo Menent
07477584bc Added translations. Can add additionnal fields in emailings selectors 2009-01-26 16:53:35 +00:00
Laurent Destailleur
5b2b029f16 Can add additionnal fields in emailings selectors 2009-01-25 22:04:55 +00:00
Laurent Destailleur
ff8eab87fc W3C compliant 2009-01-25 18:16:09 +00:00
Laurent Destailleur
68d4f9c693 Fix error on install 2009-01-25 17:56:42 +00:00
Laurent Destailleur
c3adbb11fe Fix: Error in price when adding a product in contract with base type that is with tax. 2009-01-25 17:05:40 +00:00
Laurent Destailleur
d371bd7fe4 Fix: Miscellanous fix on i18n 2009-01-25 16:45:07 +00:00
Laurent Destailleur
6da0d25acc Fix: Miscellanous fix on i18n 2009-01-25 16:45:04 +00:00
Laurent Destailleur
5f50893b48 Fix: Errors with price lower than 0 with some languages 2009-01-25 14:30:42 +00:00
Laurent Destailleur
9ec8049e11 Prepare 2.5.1 2009-01-25 13:51:01 +00:00
Laurent Destailleur
3b42a519bb Retrograde to dev level 2009-01-23 17:32:11 +00:00
Juanjo Menent
0253cac67d New: Can edit sending methods 2009-01-23 17:29:17 +00:00
Juanjo Menent
66c3679268 Enhancement in bookmark module 2009-01-23 17:28:00 +00:00
Laurent Destailleur
f520dae7d1 Add confirmation on classify payed 2009-01-23 17:18:19 +00:00
Laurent Destailleur
c131c3885a Add confirmation on classify payed 2009-01-23 17:11:15 +00:00
Laurent Destailleur
8f8bcf5f47 Add navigation in supplier invoice 2009-01-23 16:54:45 +00:00
Laurent Destailleur
d61219feed Enhancement in bookmark module 2009-01-23 16:44:12 +00:00
Laurent Destailleur
23d715f8ac Enhancement in bookmark module 2009-01-23 16:16:50 +00:00
Laurent Destailleur
69d6ce7467 Enhancement in bookmark module 2009-01-23 16:12:48 +00:00
Laurent Destailleur
6254a6a217 Enhancement in bookmark module 2009-01-23 16:03:24 +00:00
Laurent Destailleur
31fb99d450 Can remove a proposal 2009-01-23 15:28:36 +00:00
Laurent Destailleur
61cabe5911 Add missing page 2009-01-23 15:26:55 +00:00
Laurent Destailleur
c83cbc2594 Backup tools more clear. 2009-01-23 14:46:33 +00:00
Laurent Destailleur
38cec96452 Backup tools more clear. 2009-01-23 14:29:57 +00:00
Laurent Destailleur
df0ef9efe5 New: Can add a bookmark on all dolibarr pages. 2009-01-23 00:47:23 +00:00
Laurent Destailleur
feef7bc05a New: Can edit sending methods 2009-01-22 22:55:51 +00:00
Juanjo Menent
341c03d4ee Update GenericMaskCode 2009-01-22 16:00:41 +00:00
Juanjo Menent
a8fa868b93 Convert files to utf 2009-01-22 15:31:06 +00:00
Laurent Destailleur
6c14337c81 Convert iso files to utf 2009-01-22 01:17:31 +00:00
Laurent Destailleur
f0a5691449 Convert iso files to utf 2009-01-22 01:11:03 +00:00
Laurent Destailleur
fd2782edc8 Convert iso files to utf 2009-01-22 01:00:42 +00:00
Juanjo Menent
66c58a01e9 Translation is not created in lang 2009-01-21 18:36:59 +00:00
Juanjo Menent
67a65d837e Translations not created in lang 2009-01-21 18:33:44 +00:00
Laurent Destailleur
633d2eb1c9 Demo home page is in UTF8 2009-01-21 18:15:08 +00:00
Juanjo Menent
c10c5b3c3b UTF-8 Encoded 2009-01-21 17:59:28 +00:00
Laurent Destailleur
d2ee9ef397 New: Add attachments on intervention cards 2009-01-21 17:39:21 +00:00
Laurent Destailleur
1a49a4b254 Update FPDFI to support FPDF 1.6 and fix bug in FPDFI 2009-01-21 17:28:56 +00:00
Laurent Destailleur
f53f3989c1 Update FPDFI to support FPDF 1.6 and fix bug in FPDFI 2009-01-21 17:20:36 +00:00
Laurent Destailleur
21343804b8 Fix of build mass pdf files 2009-01-21 16:53:50 +00:00
Laurent Destailleur
bcef81a453 Removed PHP warnings with E_ALL level 2009-01-21 15:06:34 +00:00
Laurent Destailleur
0befb92a12 Removed PHP warnings with E_ALL level 2009-01-21 14:09:42 +00:00
Laurent Destailleur
7683f0f85e Removed PHP warnings with E_ALL level 2009-01-21 13:20:26 +00:00
Laurent Destailleur
bdfecdc751 Removed PHP warnings with E_ALL level 2009-01-21 13:06:34 +00:00
Laurent Destailleur
f15eac3a7a Fix: Error when editing memeber card 2009-01-21 12:30:33 +00:00
Laurent Destailleur
c786173baa Fix: Error when editing memeber card 2009-01-21 12:20:58 +00:00
Laurent Destailleur
27f8a84203 Fix: Support euro symbols 2009-01-21 12:09:39 +00:00
Laurent Destailleur
83d9bdc382 Fix: Bad link 2009-01-20 00:35:09 +00:00
Laurent Destailleur
6646901072 Fix: Remove warnings 2009-01-19 23:46:46 +00:00
Laurent Destailleur
99c6787b95 Update language files 2009-01-19 23:37:54 +00:00
Laurent Destailleur
824ac76b77 Update de_DE in UTF8 2009-01-19 23:32:18 +00:00
Laurent Destailleur
52dfed2d53 Fix: encryption of special char of contacts 2009-01-19 22:41:26 +00:00
Laurent Destailleur
7ad8b95295 Fix: encryption of special char of contacts 2009-01-19 22:05:00 +00:00
Laurent Destailleur
e06ac1e20b Added new languages 2009-01-19 21:43:47 +00:00
Laurent Destailleur
e23bb856c7 Update charset in language files. 2009-01-19 19:43:16 +00:00
Laurent Destailleur
eee17f9b46 Added pl_PL language 2009-01-19 19:26:52 +00:00
Laurent Destailleur
1e464088c8 Added nl_NL in UTF8 2009-01-18 23:42:26 +00:00
Laurent Destailleur
fb5c4fda21 Added nl_NL language 2009-01-18 23:16:40 +00:00
Laurent Destailleur
5dc1976ca9 Added complete german, dutch_beligum, italian translation . 2009-01-18 22:38:26 +00:00
Laurent Destailleur
815e49e087 Update it_IT translation files using autotranslator tool. 2009-01-18 19:28:44 +00:00
Laurent Destailleur
05ee41b72f Update nl_BE translation files using autotranslator tool. 2009-01-18 19:27:47 +00:00
Laurent Destailleur
0e41ef05fb Update pt_PT translation files using autotranslator tool. 2009-01-18 18:41:13 +00:00
Laurent Destailleur
930c211eb9 Fix: Error in ereg_replace 2009-01-18 17:57:10 +00:00
Laurent Destailleur
4c165a2a2a Fix: Error in ereg_replace 2009-01-18 17:35:29 +00:00
Laurent Destailleur
1036eabd42 New: Add hidden option MAIN_DISABLE_PDF_COMPRESSION 2009-01-18 17:07:27 +00:00
Laurent Destailleur
9affdb5b07 Look 2009-01-18 10:42:58 +00:00
Laurent Destailleur
79be7c4111 Use of quantity 0 for option lines in commercial proposal is always enabled. 2009-01-17 19:31:44 +00:00
Laurent Destailleur
a4cdd7fb92 Fix: Update professional phone number 2009-01-17 11:47:21 +00:00
Laurent Destailleur
d3bee903f3 Reorganize projects screens 2009-01-15 23:22:05 +00:00
Laurent Destailleur
8e06b62715 New: Upgrade FPDF to 1.6
New: Added keywords in PDF
Fix: Author, title and topic are correctly encoded i nPDF.
Fix: Now HTML output is always UTF8, this solve bad PDF encoding on old users.
2009-01-15 22:49:06 +00:00
Laurent Destailleur
8b1807a065 Remove useless info 2009-01-15 20:11:50 +00:00
Laurent Destailleur
a5fcff1860 Add VAT number in export fields 2009-01-15 20:08:32 +00:00
Laurent Destailleur
4ee0959a72 Look 2009-01-15 01:14:03 +00:00
Laurent Destailleur
b02d8add63 Fix a bug in install 2009-01-15 01:03:19 +00:00
Laurent Destailleur
b137d45be3 Disable an old feature not working for everybody. 2009-01-15 00:49:43 +00:00
Laurent Destailleur
d370e2ff9f Fix: Translation of Offered on PDF 2009-01-15 00:32:10 +00:00
Laurent Destailleur
af1cede0ed Fix: Validation of order if a file was attached 2009-01-15 00:17:57 +00:00
Laurent Destailleur
4a794016fb Fix: Renamed function to correct name 2009-01-15 00:09:01 +00:00
Laurent Destailleur
d718aa347e Fix: Save new model when changed on interventions 2009-01-15 00:04:43 +00:00
Laurent Destailleur
0b1272c0e7 Added product label in invoice exports fields. 2009-01-14 23:47:43 +00:00
Laurent Destailleur
e40fe712cd Major enhancement of project module 2009-01-14 23:36:51 +00:00
Laurent Destailleur
54449e3465 Debug of project module 2009-01-14 16:40:45 +00:00
Laurent Destailleur
c961d89934 *** keyword substitution change *** 2009-01-14 16:27:06 +00:00
Laurent Destailleur
192cb68c28 Can clone a commercial proposal 2009-01-14 15:53:52 +00:00
Laurent Destailleur
6e15ff8cf3 New: can force login value when creating a user from a member. 2009-01-14 14:59:28 +00:00
Laurent Destailleur
e0a2b51866 Add version of CVS file inside html output. This make debug easier. 2009-01-12 22:18:09 +00:00
Laurent Destailleur
b0c9f21d46 Add option MAIN_LOGTOHTML to help debug 2009-01-12 21:52:12 +00:00
Laurent Destailleur
b16e68a15d Update translation 2009-01-12 21:10:52 +00:00
Laurent Destailleur
51d2c55a31 Label too long 2009-01-12 21:07:55 +00:00
Laurent Destailleur
1121e0b886 Update documentation 2009-01-12 21:01:26 +00:00
Laurent Destailleur
4aa465eac4 Project leader is a link to its card on project card. 2009-01-12 20:29:35 +00:00
Laurent Destailleur
5cf2356bcb Do not allow to remove task with children 2009-01-12 20:26:06 +00:00
Laurent Destailleur
4d7e695d86 Can switch between graph on account or all acounts. 2009-01-12 19:36:40 +00:00
Laurent Destailleur
7ecc9c1d48 Can switch bettwen graph on account or all acounts. 2009-01-12 19:11:37 +00:00
Laurent Destailleur
aeacdb933b Add documentation 2009-01-12 17:48:55 +00:00
Laurent Destailleur
0d6c83b5a3 Add documentation 2009-01-12 17:48:30 +00:00
Laurent Destailleur
7edbbc9048 No limit on free text on PDF 2009-01-12 17:36:14 +00:00
Laurent Destailleur
f1f4dd2f9b No limit on free text on PDF 2009-01-12 17:23:12 +00:00
Laurent Destailleur
f31fd284a7 Add navigation on order pages 2009-01-12 16:33:54 +00:00
Laurent Destailleur
4e01c23974 Minor fix 2009-01-12 15:35:06 +00:00
Laurent Destailleur
0977e479cc Add warning to avoid bug reports when on experimental feature 2009-01-12 15:19:32 +00:00
Laurent Destailleur
fbc7c662e7 Update doc 2009-01-12 14:52:52 +00:00
Laurent Destailleur
429dcd3b6a Minor changes in task management 2009-01-12 09:53:45 +00:00
Laurent Destailleur
811959e763 Maxi debug of multiprice feature
Prepare 2.5.1
2009-01-10 03:54:41 +00:00
Laurent Destailleur
7f55e6d91e Fix: Debug project module 2009-01-10 03:47:52 +00:00
Laurent Destailleur
091d6987d4 Fix: php error 2009-01-10 03:47:35 +00:00
Laurent Destailleur
effa56d5c9 Debug on projects 2009-01-10 03:40:06 +00:00
Laurent Destailleur
738a223859 Fix: Syntax error 2009-01-10 02:33:29 +00:00
Laurent Destailleur
dbaf649a8e Removed deprecated code 2009-01-10 02:18:17 +00:00
Laurent Destailleur
530c1312ac Maxi debug of multiprice feature
Prepare 2.5.1
2009-01-10 01:11:17 +00:00
Laurent Destailleur
d724ee4427 Qual: Simplify and fix multiprice management 2009-01-10 00:44:38 +00:00
Laurent Destailleur
aa23471000 Qual: Simplify and fix multiprice management 2009-01-10 00:32:42 +00:00
Laurent Destailleur
a8af3d474e Can remove a supplier order 2009-01-09 23:05:25 +00:00
Laurent Destailleur
8d19da30f4 Minor change 2009-01-09 22:52:45 +00:00
Laurent Destailleur
d199656812 Sort years 2009-01-09 22:50:58 +00:00
Laurent Destailleur
dfb4b37c9a Fix: Pagecode change after click on create 2009-01-09 22:46:41 +00:00
Laurent Destailleur
775ddafa8f Removed deprecated code 2009-01-09 21:46:58 +00:00
Laurent Destailleur
142a269667 Fix: Clicktodial plugin works correctly now 2009-01-09 21:22:58 +00:00
Laurent Destailleur
1359866802 Add graph report on number of entities in product statistics page. 2009-01-09 20:53:03 +00:00
Laurent Destailleur
b9412fdb26 Fixed: Category of a bank transaction was not saved. 2009-01-09 19:53:26 +00:00
Laurent Destailleur
18d471041d Fix: When an invoice is changed back to status draft, warehouse is increased back. 2009-01-09 19:05:04 +00:00
Laurent Destailleur
ec0ff2efba Fix: When an invoice is changed back to status draft, warehouse is increased back. 2009-01-09 19:03:19 +00:00
Laurent Destailleur
8468eb3906 Add product id on supplier invoice export 2009-01-09 18:45:30 +00:00
Laurent Destailleur
e71e58366a Added contact form for supplier. 2009-01-07 17:49:00 +00:00
Laurent Destailleur
d7cb11064c Qual: Rewrite code for supplier invoice cloning. 2009-01-07 17:18:56 +00:00
Laurent Destailleur
1cb7fc6ede Fix: Usage of reset of cursor in numbering modules for a particular month (@ option) was broken. 2009-01-07 15:57:02 +00:00
Laurent Destailleur
754e0111f3 Perf: Reduce nb of call to time function. 2009-01-07 15:21:16 +00:00
Laurent Destailleur
00e25560c9 Message is more clear. 2009-01-07 13:40:07 +00:00
Laurent Destailleur
aa979cd01e Added Monaco in CEE. 2009-01-07 13:30:01 +00:00
Laurent Destailleur
f217e8e90c Fix: Bad ref in supplier list 2009-01-07 13:09:42 +00:00
Laurent Destailleur
6e47327ee7 Fix: Fix bad link toward suplier invoice in referer stat page of products 2009-01-07 13:06:56 +00:00
Laurent Destailleur
d6648b65f2 New: EMails links are show with function dol_print_email 2009-01-07 12:39:40 +00:00
Laurent Destailleur
0bdd1efe2b Qual: Renamed all function dolibarr_xxx to dol_xxx to use same prefix everywhere. 2009-01-07 10:57:36 +00:00
Laurent Destailleur
1f013bb354 Use idate and jdate to store date 2009-01-07 10:03:00 +00:00
Laurent Destailleur
e2c5fb16e1 Add dolibarr_main_authentication in conf example. 2009-01-05 11:33:45 +00:00
Laurent Destailleur
9e9362b6bd Fix: Error when no data 2009-01-05 01:58:37 +00:00
Laurent Destailleur
bd1ebbae6e Fix: Bad link 2009-01-05 01:50:23 +00:00
Laurent Destailleur
4bf4707858 Fix: Bad link 2009-01-05 01:49:34 +00:00
Laurent Destailleur
08596140ec Fix: Bad link 2009-01-05 01:37:43 +00:00
Laurent Destailleur
e954e8037b Sort list of languages 2009-01-05 00:48:27 +00:00
Laurent Destailleur
36e400b4ba Removed deprecated files 2009-01-05 00:43:47 +00:00
Laurent Destailleur
313e1ac313 Removed deprecated files 2009-01-05 00:35:20 +00:00
Laurent Destailleur
6916621c3e Show change for Dolibarr 2009-01-04 23:08:51 +00:00
Laurent Destailleur
0f3eb27e04 Use idate and jdate to store date 2009-01-04 22:30:24 +00:00
Laurent Destailleur
dfc20e650b Fix: Date was lost 2009-01-04 22:29:16 +00:00
Laurent Destailleur
8e80c703fa Use idate and jdate to store date 2009-01-04 22:19:25 +00:00
Laurent Destailleur
150c73f049 Use idate and jdate to store date 2009-01-04 22:09:02 +00:00
Laurent Destailleur
b14445c0e3 Now for third party of type "person",, informations are used to create contact. 2009-01-04 20:40:02 +00:00
Laurent Destailleur
b0309a717a Alignement on PDF modules 2009-01-03 15:18:26 +00:00
Laurent Destailleur
82ba5cd9b5 Support ca_ES 2009-01-02 22:02:52 +00:00
Laurent Destailleur
8524b698c2 Trad 2009-01-02 22:01:20 +00:00
Laurent Destailleur
569d5b89be Fix: encoding of personalized payment condition in PDF 2009-01-02 18:30:52 +00:00
Laurent Destailleur
1362ba577d Graph and debit/credit report can be used with no account parameter (calculation is made on all accounts) 2009-01-02 18:24:19 +00:00
Laurent Destailleur
584c22f1d1 Graph and debit/credit report can be used with no account parameter (calculation is made on all accounts) 2009-01-02 16:43:58 +00:00
Laurent Destailleur
bc00a6bdbc Can modify invoice date 2009-01-02 16:08:15 +00:00
Laurent Destailleur
5f7707c3f4 Qual: Remove duplciate code
New: Add navigation on bank transaction list
2009-01-02 16:04:18 +00:00
Laurent Destailleur
3f29d4835d Prepare 2.6 dev 2009-01-02 15:33:08 +00:00
Laurent Destailleur
db5fb4788a Graph and debit/credit report can be used with no account parameter (calculation is made on all accounts) 2009-01-02 15:30:14 +00:00
Laurent Destailleur
de3e605871 Trad 2009-01-02 15:17:12 +00:00
Laurent Destailleur
deda7a9ccd Qual: Remove duplciate code
New: Add navigation on bank transaction list
2009-01-02 15:12:13 +00:00
Laurent Destailleur
28214bc8b9 Add navigation on month/year on bank report 2009-01-02 13:20:55 +00:00
Laurent Destailleur
74a7b1d3de Renamed pages with priv into public to be more accurate on page goal. 2009-01-02 13:19:52 +00:00
Laurent Destailleur
1b6598493a Add navigation on month/year on bank report 2009-01-01 16:43:11 +00:00
Laurent Destailleur
a5a65a1a52 Trad 2009-01-01 15:53:55 +00:00
Laurent Destailleur
440189d7d8 Add catalan language file 2009-01-01 15:08:43 +00:00
Laurent Destailleur
3d35d760ea Trad 2008-12-31 15:11:11 +00:00
Laurent Destailleur
1af616666d Add contracts in project referrers 2008-12-31 15:10:21 +00:00
Laurent Destailleur
c4575c4302 Fix: Update of planed end date not working 2008-12-31 14:55:20 +00:00
Laurent Destailleur
836de30d6b Fix: Close all services in contrat card 2008-12-31 14:44:10 +00:00
Laurent Destailleur
84926cef04 Fix: Bad tab selected 2008-12-31 13:33:59 +00:00
Laurent Destailleur
5165e2e093 Fix: Add message if delete can(t be done because of joined files. 2008-12-30 22:42:28 +00:00
Laurent Destailleur
ac7b9da097 Fix: langs not defined 2008-12-30 21:51:05 +00:00
Laurent Destailleur
591a9894db Fix: Search form broken 2008-12-28 20:51:37 +00:00
Laurent Destailleur
19ee6583ce Qual: Uniformize code for links 2008-12-28 20:43:24 +00:00
Laurent Destailleur
d4124f190a Prepare 2.5 release 2008-12-28 05:23:00 +00:00
Laurent Destailleur
341dcd9aa2 Update es_ES language files 2008-12-27 23:57:56 +00:00
Laurent Destailleur
cc7ebc8251 Add status if referrer list of a project 2008-12-27 23:40:25 +00:00
Laurent Destailleur
ff49c3c833 Can choose project not linked to a third party in entities 2008-12-27 23:15:47 +00:00
Laurent Destailleur
d9888dfe86 Fix: Patch from jacopo 2008-12-27 22:47:38 +00:00
Laurent Destailleur
21fe9b7ef0 Add option MAIN_DISABLE_FORCE_SAVEAS 2008-12-27 22:26:09 +00:00
Laurent Destailleur
fa9aee5de4 Fix: Better support of option dolibarr_main_force_https 2008-12-23 20:36:13 +00:00
Laurent Destailleur
0821015e1b Fix: warning 2008-12-22 23:58:54 +00:00
Laurent Destailleur
9e102945f2 Fix: Login page was not in same pagecode that application 2008-12-22 23:40:23 +00:00
Laurent Destailleur
870eb63ef6 Fix: bad free 2008-12-21 22:24:23 +00:00
Laurent Destailleur
b997c9c2cb Fix: Support utf8 for database creation
Only option latin and utf8 are enabled.
2008-12-21 21:19:49 +00:00
Laurent Destailleur
b398463aaa More info on utf8 setup in database 2008-12-20 18:37:30 +00:00
Laurent Destailleur
e7e7b35742 Solve sql error on some mysql versions 2008-12-20 12:43:27 +00:00
Laurent Destailleur
3b5a0923c8 Add warning on using pdf encryption 2008-12-20 12:15:22 +00:00
Laurent Destailleur
cf4d0361db Add more log in install process 2008-12-18 01:06:12 +00:00
Laurent Destailleur
c2db14f348 Code simpler 2008-12-17 23:44:04 +00:00
Laurent Destailleur
c3deed6a57 Export more complete 2008-12-17 19:15:54 +00:00
Laurent Destailleur
ec98799c14 New: Can choose login of dolibarr account created when create from contact 2008-12-17 18:34:47 +00:00
Laurent Destailleur
1fd45ffec8 Can upload files with no read permission in ECM module 2008-12-16 19:12:42 +00:00
Laurent Destailleur
8cd57c2129 Add prospect level in export 2008-12-16 18:38:12 +00:00
Laurent Destailleur
a8c675b354 Add prospect level in export 2008-12-16 18:20:04 +00:00
Laurent Destailleur
ff60f8b6ab Can use substitute value in notes 2008-12-15 23:04:13 +00:00
Laurent Destailleur
ced7c16506 Uniformize way to set version on modules 2008-12-15 22:25:59 +00:00
Laurent Destailleur
b9cab3f82a Retrograde to experimental module 2008-12-15 22:17:49 +00:00
Laurent Destailleur
feda652598 Trad 2008-12-15 22:13:55 +00:00
Laurent Destailleur
1ebc1bdece Fix: UTF8 support in public notes 2008-12-15 22:07:07 +00:00
Laurent Destailleur
fe3e466503 Fix: Update private note was broken 2008-12-15 21:43:31 +00:00
Laurent Destailleur
691b9fb227 Add more info on error 2008-12-15 21:15:34 +00:00
Laurent Destailleur
169934758d Add more info on error 2008-12-15 21:08:48 +00:00
Laurent Destailleur
aeb1488a56 Reduce memory usage 2008-12-15 20:55:44 +00:00
Laurent Destailleur
4070db8003 Mutualize code 2008-12-15 18:48:42 +00:00
Laurent Destailleur
8e0417deab Doxygen 2008-12-15 18:26:34 +00:00
Laurent Destailleur
0493de17a4 Look: Nowrap 2008-12-15 12:39:37 +00:00
Laurent Destailleur
57105eb3b4 Remove deprecated menu 2008-12-15 12:20:14 +00:00
Laurent Destailleur
c396af2f11 Support utf8 on member cards 2008-12-15 11:42:06 +00:00
Laurent Destailleur
d9b7bff2fd Add log inside install pages. 2008-12-15 01:04:32 +00:00
Laurent Destailleur
67e2efcb43 Comment in english 2008-12-13 12:33:00 +00:00
Laurent Destailleur
7409ace445 Trad 2008-12-13 06:33:03 +00:00
Laurent Destailleur
24f2d78753 Update es_ES language 2008-12-13 06:32:30 +00:00
Laurent Destailleur
f39b552cf0 Fix: Show of licence 2008-12-12 02:16:14 +00:00
Laurent Destailleur
ed995be568 Prepare beta 2008-12-11 22:29:27 +00:00
Laurent Destailleur
b213a82998 Remove warnings 2008-12-11 21:47:10 +00:00
Laurent Destailleur
51cf79a123 Remove warnings 2008-12-11 21:40:21 +00:00
Laurent Destailleur
f5931aa6f0 Can add tabs from an external module on all entities 2008-12-11 20:12:44 +00:00
Laurent Destailleur
02a4e8e1e0 More log 2008-12-11 19:58:42 +00:00
Laurent Destailleur
6b5d12ce83 Add logs 2008-12-11 19:42:44 +00:00
Laurent Destailleur
2444f40202 Fix: search forms not shown 2008-12-10 15:17:04 +00:00
Laurent Destailleur
0cf484630e A better demo home page 2008-12-10 15:02:08 +00:00
Laurent Destailleur
f39507688a A better demo home page 2008-12-10 14:56:05 +00:00
Laurent Destailleur
2fd6bde504 Renamed option MAIN_AUTOFILL_TOWNFROMZIP 2008-12-10 14:11:59 +00:00
Laurent Destailleur
049948f89e New: Can show full password on restore option 2008-12-10 13:56:01 +00:00
Laurent Destailleur
1aba0ab93a New: Can show full password on restore option 2008-12-10 13:56:01 +00:00
Laurent Destailleur
f6bffc9322 Typo error 2008-12-10 00:07:05 +00:00
Laurent Destailleur
43dc013dcd Update doc 2008-12-09 23:51:05 +00:00
Laurent Destailleur
f2ffd767dc Qual: Replace ereg_replace(",","." by price2num 2008-12-09 21:02:59 +00:00
Laurent Destailleur
d3283a798a Qual: Replace ereg_replace(",","." by price2num 2008-12-09 21:02:58 +00:00
Laurent Destailleur
6abe23f15c Fix: UTF8 support for LDAP module 2008-12-09 20:14:04 +00:00
Laurent Destailleur
4bfb9fc80e Fix: udpate broken 2008-12-08 22:29:45 +00:00
Laurent Destailleur
b94e424dba Fix: udpate broken 2008-12-08 21:55:18 +00:00
Laurent Destailleur
6e37cec2be A better demo home page 2008-12-08 18:50:52 +00:00
Laurent Destailleur
6c793bcd16 Translation 2008-12-08 18:37:43 +00:00
Laurent Destailleur
0e5fc61b00 A better demo home page 2008-12-08 15:37:06 +00:00
Laurent Destailleur
075175d05b A better demo home page 2008-12-08 15:37:05 +00:00
Laurent Destailleur
51dc0dd01f Add fast search form in menu for member module 2008-12-08 15:07:11 +00:00
Laurent Destailleur
66dafbd201 Show greyed lines for not allowed export filters 2008-12-08 14:31:47 +00:00
Laurent Destailleur
48f0215e96 Do not show export filter for disabled modules 2008-12-08 14:20:52 +00:00
Laurent Destailleur
ac7c2e8e3f Show link 2008-12-08 14:06:53 +00:00
Laurent Destailleur
3f01d8d864 Fix: Syntax error 2008-12-08 01:11:38 +00:00
Laurent Destailleur
adaaec2583 Add a demo entry page 2008-12-08 01:04:42 +00:00
Laurent Destailleur
2b238cfe5a Add a demo entry page 2008-12-08 00:55:24 +00:00
Laurent Destailleur
10e6a3e7b6 Add a demo entry page 2008-12-08 00:53:26 +00:00
Laurent Destailleur
77495b6827 Add a demo entry page 2008-12-08 00:45:04 +00:00
Laurent Destailleur
8c19b649f5 Add a demo entry page 2008-12-08 00:40:01 +00:00
Laurent Destailleur
7a4aa03cc7 Add a demo entry page 2008-12-08 00:38:18 +00:00
Laurent Destailleur
20f873e0cc Add a demo entry page 2008-12-08 00:31:51 +00:00
Laurent Destailleur
962bdb58e3 Add a demo entry page 2008-12-08 00:24:12 +00:00
Laurent Destailleur
cf2b818386 Doc 2008-12-08 00:15:19 +00:00
Laurent Destailleur
1d59a4e89c Can use several root directories. 2008-12-08 00:04:11 +00:00
Laurent Destailleur
48881ff821 Doc 2008-12-08 00:01:00 +00:00
Laurent Destailleur
7dcd991215 Change to allow modules to add new tabs 2008-12-07 22:29:44 +00:00
Laurent Destailleur
0c848c3d89 Add nature in product fields 2008-12-07 21:38:33 +00:00
Laurent Destailleur
fcc5f9f28d Can use several root directories. 2008-12-07 20:54:08 +00:00
Laurent Destailleur
7e0fbd02a1 Qual: Mutualize code 2008-12-07 20:10:59 +00:00
Laurent Destailleur
8b263e4b16 Can use several root directories. 2008-12-07 19:19:32 +00:00
Laurent Destailleur
bc3710d874 Translation 2008-12-07 16:20:41 +00:00
Laurent Destailleur
a9efc85520 Qual: Simplify code of boxes
Qual: Reduce memory usage
2008-12-07 15:55:40 +00:00
Laurent Destailleur
e6ff4ff887 Fix: Restore status picto on boxes. 2008-12-06 22:38:51 +00:00
Laurent Destailleur
6b20abe569 Fix: Box contract enabled only if module contract enabled 2008-12-06 22:31:32 +00:00
Laurent Destailleur
e4ec2bf0ab Minor estethical change 2008-12-06 12:10:39 +00:00
Laurent Destailleur
554fb8d707 price2num was broken with some localization 2008-12-06 11:48:34 +00:00
Laurent Destailleur
2bc593e534 price2num was broken with some localization 2008-12-06 11:28:40 +00:00
Laurent Destailleur
bb3ed6bd91 Fix: Invoice creation from order 2008-12-06 02:44:59 +00:00
Laurent Destailleur
46e6f3266f Fix bug in decimal separators 2008-12-06 02:40:37 +00:00
Laurent Destailleur
b15aed3cb6 Increase ref size in list 2008-12-06 00:11:23 +00:00
Laurent Destailleur
8ec906233b Add more third party information in category export filter 2008-12-06 00:02:54 +00:00
Laurent Destailleur
3a0b8aabd4 Translation 2008-12-05 12:23:40 +00:00
Laurent Destailleur
4d39be7b11 Fix: Fix pb in dynamic disabling module feature 2008-12-05 12:16:33 +00:00
Laurent Destailleur
5eb51bbc0d Renamed bank "categories" into "rubriques" to avoid confusion with category module. 2008-12-05 11:51:16 +00:00
Laurent Destailleur
67303a1abf Use correct icon 2008-12-05 11:15:05 +00:00
Laurent Destailleur
55c832e2b3 Fix: Syntax error 2008-12-04 23:25:48 +00:00
Laurent Destailleur
78f894ff25 Add categories export dataset 2008-12-04 23:06:45 +00:00
Laurent Destailleur
174dcf24fc Can delete an export profil. 2008-12-04 20:27:01 +00:00
Laurent Destailleur
93a47a9c1e Can purge security event table 2008-12-04 19:13:40 +00:00
Laurent Destailleur
a9b2245a0e Translation 2008-12-04 17:52:32 +00:00
Laurent Destailleur
03544ef369 Add navigation on emailing cards 2008-12-04 17:37:28 +00:00
Laurent Destailleur
25d53161d7 Translation 2008-12-04 17:13:43 +00:00
Laurent Destailleur
525402eb7a *** empty log message *** 2008-12-03 21:43:30 +00:00
Laurent Destailleur
a29b1c3b3d Add now button 2008-12-03 21:41:07 +00:00
Laurent Destailleur
65cd4531c4 Qual: Reduce memory usage 2008-12-03 21:17:51 +00:00
Laurent Destailleur
b063efb91e Qual: Files are stored in correct directory. 2008-12-03 18:47:00 +00:00
Laurent Destailleur
633cdfbe28 Fix: Minor fix 2008-12-03 18:04:54 +00:00
Laurent Destailleur
3ada34c736 Fix: credit note support on pdf invoice 2008-12-02 23:42:07 +00:00
Laurent Destailleur
4250c4c982 User affected to is current user by default 2008-12-02 18:52:13 +00:00
Laurent Destailleur
c639b5b293 Add phone on action if action is phone call 2008-12-02 18:41:17 +00:00
Laurent Destailleur
238a13befb Trad 2008-12-02 15:00:18 +00:00
Laurent Destailleur
c59b20d543 Add list of disabled modules in login info 2008-12-02 14:48:08 +00:00
Laurent Destailleur
ce89518810 Add list of disabled modules in login info 2008-12-02 14:22:21 +00:00
Laurent Destailleur
da2a195e5c Fix: Better error management in module activation 2008-12-02 14:16:18 +00:00
Laurent Destailleur
135c9b25c6 Group related options together 2008-12-02 12:56:29 +00:00
Laurent Destailleur
71bee859dc Fix: Bank receipt translation and fix 2008-12-01 23:52:07 +00:00
Laurent Destailleur
a644c122f3 Fix: Bank receipt translation and fix 2008-12-01 23:51:52 +00:00
Laurent Destailleur
58e4844795 Fix: Bank receipt translation and fix 2008-12-01 23:09:52 +00:00
Laurent Destailleur
b4f34aa195 Can remove cheque receipts 2008-12-01 22:23:24 +00:00
Laurent Destailleur
10ec99bb4a Fix: Rule to check bank account 2008-12-01 22:14:01 +00:00
Laurent Destailleur
b82638c0f0 Convert data file to UTF-8 2008-11-30 23:24:26 +00:00
Laurent Destailleur
f162071536 Fix: Search in bank account transaction 2008-11-30 22:51:20 +00:00
Laurent Destailleur
fa0bd1f946 Add spanish bank control key 2008-11-29 17:03:06 +00:00
Laurent Destailleur
9580453589 Update es_ES language 2008-11-29 16:49:41 +00:00
Laurent Destailleur
22d8853327 *** keyword substitution change *** 2008-11-29 16:44:06 +00:00
Laurent Destailleur
30a908e99e Fix: Bad view in menu admin page 2008-11-28 19:08:39 +00:00
Laurent Destailleur
e90e29c201 Fix: Log error level 2008-11-28 18:42:11 +00:00
Laurent Destailleur
c33207099e Trad 2008-11-28 18:33:47 +00:00
Laurent Destailleur
fcf5262938 Trad 2008-11-28 18:27:57 +00:00
Laurent Destailleur
8131fae519 Removed deprecated files 2008-11-28 09:48:54 +00:00
Laurent Destailleur
45aafae215 Removed deprecated files 2008-11-28 09:46:47 +00:00
Laurent Destailleur
74a9927021 Removed deprecated files 2008-11-28 09:46:47 +00:00
Laurent Destailleur
fc887d1c9d Can disable modules for session from url 2008-11-27 23:24:50 +00:00
Laurent Destailleur
bcccffe61d Removed duplicate code.
Prepare dynamic disabling of modules
2008-11-27 23:02:51 +00:00
Laurent Destailleur
dc46ba4000 Removed duplicate code.
Prepare dynamic disabling of modules
2008-11-27 23:02:49 +00:00
Laurent Destailleur
030c18f1ef Removed bad alignement of content 2008-11-27 22:03:47 +00:00
Laurent Destailleur
ad0bf56b7d Expedition module depends on Order module 2008-11-27 21:53:08 +00:00
Laurent Destailleur
25e3109d91 Qual: Mutualize duplicate code 2008-11-26 19:37:25 +00:00
Laurent Destailleur
62b3d11542 Memory optimisation
Add number of other events not shown in calendar for each day
2008-11-26 18:39:19 +00:00
Laurent Destailleur
0e1fc52054 Fix: Search in stock area
New: Add list of last stock movements
2008-11-26 12:18:57 +00:00
Laurent Destailleur
44a8179a5a Make message more clear 2008-11-26 12:01:51 +00:00
Laurent Destailleur
40a2be8db6 Support UTF8 export 2008-11-26 10:04:26 +00:00
Laurent Destailleur
d10b916cbf Add options to help debug 2008-11-26 09:47:34 +00:00
Laurent Destailleur
f7f2202f66 Fix patch from jacopo 2008-11-26 08:05:28 +00:00
Laurent Destailleur
43aedb0020 Spanish bank account use full detailed informations 2008-11-26 07:50:47 +00:00
Laurent Destailleur
ac626dd189 Spanish bank account use full detailed informations 2008-11-26 07:50:47 +00:00
Laurent Destailleur
28e48f3ade Doc 2008-11-25 19:20:12 +00:00
Laurent Destailleur
f3ed811ddb Update spanish language 2008-11-24 20:45:31 +00:00
Laurent Destailleur
0a32a7cd5f Can attach files on supplier orders 2008-11-24 20:09:23 +00:00
Laurent Destailleur
9547530c4d Support internationnal BBAN (Basic Bank Account Number) 2008-11-24 19:43:21 +00:00
Laurent Destailleur
750e5a45c2 Support internationnal BBAN (Basic Bank Account Number) 2008-11-24 19:17:09 +00:00
Laurent Destailleur
8d867a75d4 Show only account number if option is on 2008-11-21 14:59:25 +00:00
Laurent Destailleur
73a336527d Show only account number for countries other than France 2008-11-21 14:49:39 +00:00
Laurent Destailleur
77cc4a1b56 Qual: Factorize redundant code 2008-11-20 23:51:22 +00:00
Laurent Destailleur
0eb900fb7a Removed html error 2008-11-20 22:31:27 +00:00
Laurent Destailleur
d4fcbea712 Look: Minor esthetical change 2008-11-20 22:00:17 +00:00
Laurent Destailleur
e8f1998742 Qual: Move error string in errors lang file. 2008-11-20 21:53:56 +00:00
Laurent Destailleur
da41dccb2e Qual: Move error string in errors lang file. 2008-11-20 21:43:36 +00:00
Laurent Destailleur
d82a66be96 *** keyword substitution change *** 2008-11-20 21:42:22 +00:00
Laurent Destailleur
fba4488a4d New: Add clone feature on invoices.
Fix: Fix clone feature on emailings.
Revert option to use predefined invoices
2008-11-20 21:30:23 +00:00
Laurent Destailleur
03010ac770 Can still connect if option do not save clear password is reversed. 2008-11-19 18:19:51 +00:00
Laurent Destailleur
3ad5d6b566 Fix preversion for cash desk module 2008-11-18 22:44:53 +00:00
Laurent Destailleur
c2cb3e3c7a Fix: Minor fix 2008-11-17 18:59:02 +00:00
Laurent Destailleur
15dea5162a Fix: Syntax error 2008-11-17 18:11:14 +00:00
Laurent Destailleur
5604b3dc81 Doxygen 2008-11-17 00:02:57 +00:00
Laurent Destailleur
e6107ea32f Support UTF8 2008-11-16 23:43:10 +00:00
Laurent Destailleur
c7569e6316 New: Added a link to vat payment on bank transaction view for vat payment. 2008-11-16 22:26:47 +00:00
Laurent Destailleur
1880373019 Look: A lot of enhancements in Dolibarr skins 2008-11-16 19:30:29 +00:00
Laurent Destailleur
0c9273819a Removed deprecated files 2008-11-16 19:07:06 +00:00
Laurent Destailleur
e653822537 Look: A lot of enhancements in Dolibarr skins 2008-11-16 18:55:00 +00:00
Laurent Destailleur
8384897dce Look: A lot of enhancements in Dolibarr skins 2008-11-16 06:13:48 +00:00
Laurent Destailleur
09b9c6df94 menu manage for back and frontoffice are same code 2008-11-16 05:30:24 +00:00
Laurent Destailleur
21d56aa8a1 Qual: Reduce memory required by 2% 2008-11-16 01:54:33 +00:00
Laurent Destailleur
eff8f51692 Fix: No http if url is empty 2008-11-16 01:34:48 +00:00
Laurent Destailleur
584d23bfbc Qual: Reduce memory required by 2% 2008-11-16 01:09:04 +00:00
Laurent Destailleur
1c58b61eba Look: A lot of enhancements in Dolibarr skins 2008-11-16 00:06:26 +00:00
Laurent Destailleur
b6a95136cd Translation 2008-11-15 21:35:01 +00:00
Laurent Destailleur
6c2d7c07a2 Fix: Visited company not saved 2008-11-15 21:18:40 +00:00
Laurent Destailleur
98e46b4011 Fix: Visited company not saved 2008-11-15 21:18:40 +00:00
Laurent Destailleur
1091f72a8f Library functions must be in lib directory 2008-11-15 21:10:10 +00:00
Laurent Destailleur
be88f4c7c9 Fix: Permission to read donation doc 2008-11-15 18:20:40 +00:00
Laurent Destailleur
6f31feb6fc Fix: Permission to read donation doc 2008-11-15 18:13:25 +00:00
Laurent Destailleur
a0bb4b19ea Fix: Permission to read donation doc 2008-11-15 17:55:45 +00:00
Laurent Destailleur
2f6f53b8e3 Doxygen 2008-11-15 00:52:42 +00:00
Laurent Destailleur
f6dc853d70 New: Some enhancements on member management when bank synchro is enbled 2008-11-15 00:44:19 +00:00
Laurent Destailleur
1f3b344a27 New: Some enhancements on member management when bank synchro is enbled 2008-11-15 00:10:42 +00:00
Laurent Destailleur
5c6e79a66c New: Add function dol_print_email 2008-11-14 19:47:47 +00:00
Laurent Destailleur
4ab16dd3a6 Fix: Bad url link 2008-11-14 19:20:24 +00:00
Laurent Destailleur
8c870e6185 Fix: Generation of donation receipts 2008-11-14 11:56:47 +00:00
Laurent Destailleur
b7e9ae5aaa Fix: Support of option mysql strict 2008-11-14 11:43:24 +00:00
Laurent Destailleur
f0923d8535 Donation receipt is un UTF8 2008-11-14 11:36:28 +00:00
Laurent Destailleur
a87c595917 Autodetect for spanish auto switch to es_ES 2008-11-14 11:34:30 +00:00
Laurent Destailleur
01921cba32 Fix: Typo 2008-11-14 11:34:01 +00:00
Laurent Destailleur
53fb0b50f5 Add a check to see if utf8 functions availables 2008-11-14 10:08:57 +00:00
Laurent Destailleur
5ca64f8f60 Fix: Previous and next event not in month missing 2008-11-13 18:34:02 +00:00
Laurent Destailleur
fbd9771fcd Add directory to provide an online help service support. 2008-11-12 00:38:25 +00:00
Laurent Destailleur
2fbc141dbc Add directory to provide an online help service support. 2008-11-12 00:26:54 +00:00
Laurent Destailleur
ab9b598254 Trad: Fix translation 2008-11-11 21:15:39 +00:00
Laurent Destailleur
3731419531 doxygen 2008-11-11 21:04:43 +00:00
Laurent Destailleur
433cc236a6 Add filter on intervention list 2008-11-11 20:53:07 +00:00
Laurent Destailleur
9085d77a3a Minor fix 2008-11-11 20:52:31 +00:00
Laurent Destailleur
a67fc0933b Fix: Can use decimal value in trip and expenses module 2008-11-11 20:23:44 +00:00
Laurent Destailleur
b0c644d636 Look: Minor fix in view 2008-11-11 19:55:16 +00:00
Laurent Destailleur
a5fe474882 Fix: W3C 2008-11-11 19:49:46 +00:00
Laurent Destailleur
70092b6495 Fix: Modified user was not saved 2008-11-11 19:44:28 +00:00
Laurent Destailleur
40f94a5668 Added new event from member module to possible agenda tracked events. 2008-11-11 19:32:48 +00:00
Laurent Destailleur
7a98515bf4 Add option to add log info in commit and rollback functions 2008-11-11 19:03:26 +00:00
Laurent Destailleur
6493af1669 Fix: Bad log level 2008-11-11 18:24:10 +00:00
Laurent Destailleur
b693d9ed62 Can make a clone of an emailing 2008-11-10 14:20:02 +00:00
Laurent Destailleur
658203982c Fix: Info on login 2008-11-09 23:57:33 +00:00
Laurent Destailleur
f0814afe54 doxygen 2008-11-09 12:54:44 +00:00
Laurent Destailleur
ebf372d5f8 doxygen 2008-11-09 12:33:13 +00:00
Laurent Destailleur
f007be46ff doxygen 2008-11-09 12:21:20 +00:00
Laurent Destailleur
24e95f9a29 Secu: Fix permission must match umask 2008-11-09 00:49:57 +00:00
Laurent Destailleur
881294e109 Add patch to choose separator in phone output 2008-11-09 00:08:52 +00:00
Laurent Destailleur
6d43b166c8 All phone number now show the clicktodial link if module is enabled 2008-11-08 23:14:49 +00:00
Laurent Destailleur
51b4ef1c68 Can make a credit note on an invoice with no payment made 2008-11-08 22:09:00 +00:00
Laurent Destailleur
eb081b2d20 Support UTF8 2008-11-08 19:23:00 +00:00
Laurent Destailleur
ba005577e8 Fix: Menu entries stored in database are inserted with correct id 2008-11-08 15:00:22 +00:00
Laurent Destailleur
ed69cd9f72 Fix: Menu entries stored in database are inserted with correct id 2008-11-08 14:43:12 +00:00
Laurent Destailleur
2beb605b3c UTF8 Support 2008-11-06 19:56:24 +00:00
Laurent Destailleur
a679f5fff8 Fix: Use of MAIN_APPLICATION_TITLE parameter 2008-11-06 19:55:31 +00:00
Laurent Destailleur
d14ea97a09 UTF-8 support 2008-11-06 19:40:34 +00:00
Laurent Destailleur
2702eee3da Fix: Warning with PHP4 2008-11-06 01:39:47 +00:00
Laurent Destailleur
3119f8125b function name is more clear 2008-11-06 01:31:57 +00:00
Laurent Destailleur
be8714813e Fix: Useless call to html entities decoding 2008-11-06 01:13:00 +00:00
Laurent Destailleur
aeb9f163ab Fix: Useless call to html entities decoding 2008-11-06 01:06:45 +00:00
Laurent Destailleur
84c6b4afb0 Fix: Removed call to not correct function 2008-11-06 00:59:07 +00:00
Laurent Destailleur
95921b10c7 Support UTF8 2008-11-05 23:36:59 +00:00
Laurent Destailleur
8df2ad772b Add warning in help. 2008-11-05 23:02:06 +00:00
Laurent Destailleur
b86223bc90 Maxi debug of withdraw module 2008-11-05 22:34:14 +00:00
Laurent Destailleur
afd8068d0a Doxygen 2008-11-05 19:46:09 +00:00
Laurent Destailleur
77dff29bf1 Fix: bug #24740 : Sur compta/tva/index.php 2008-11-04 17:28:57 +00:00
Laurent Destailleur
e68b6de735 Doxygen 2008-11-04 17:26:33 +00:00
Laurent Destailleur
a72be2810d Fix: bug #24271 : Bank Category field not protected 2008-11-04 17:08:34 +00:00
Laurent Destailleur
3d2d9fddcb Trad: Withdrawal module translation 2008-11-04 16:58:26 +00:00
Laurent Destailleur
67edbfa0d9 Fix: Typo error on dirham 2008-11-04 16:20:42 +00:00
Regis Houssin
31fb9c0fec Fix: le total du temps des interventions était faussée 2008-11-03 19:24:41 +00:00
Laurent Destailleur
d67f74d47b Add juridical status and number of employees in third party export definition 2008-11-02 23:05:52 +00:00
Laurent Destailleur
e737090644 Description is not a wysiwyg in intervention 2008-11-02 22:50:30 +00:00
Laurent Destailleur
d4d828353f Fix: Failed to modify private note 2008-11-02 22:23:13 +00:00
Laurent Destailleur
5ab3da7c76 New: Can define hour and minutes in intervention cards.
New: Can edit a validated intervention.
2008-11-02 22:11:34 +00:00
raphael_bertrand
6b6800f82f add support for other socid forkeign key field name 2008-11-02 00:09:28 +00:00
Laurent Destailleur
3808913480 All phone number now show the clicktodial link if module is enabled 2008-11-01 00:16:34 +00:00
Laurent Destailleur
fdec1d036a Translation 2008-10-31 08:44:25 +00:00
Laurent Destailleur
ba648f8a85 ical export now support utf8 2008-10-31 02:03:26 +00:00
Laurent Destailleur
b1e410f773 Fix patch from Jacopo 2008-10-31 02:02:51 +00:00
Laurent Destailleur
a23602df8f Qual: Removed deprecated code 2008-10-29 22:25:34 +00:00
Laurent Destailleur
38acfebc57 Qual: Removed deprecated code 2008-10-29 22:25:34 +00:00
Laurent Destailleur
7134c6e191 Maxi debug for UTF8 support 2008-10-29 21:34:55 +00:00
Laurent Destailleur
447d3c1eae Maxi debug for UTF8 support 2008-10-29 21:26:59 +00:00
Laurent Destailleur
bacdb1daeb Maxi debug for UTF8 support 2008-10-29 19:49:10 +00:00
Regis Houssin
d8cdb4fa9e Fix: traduction 2008-10-29 12:38:32 +00:00
Regis Houssin
c8b906f24e Fix: traduction 2008-10-29 12:23:18 +00:00
Regis Houssin
b5caeb84d6 Fix: debug expedition method 2008-10-29 12:04:37 +00:00
Regis Houssin
2c20966008 Fix: change the value of field 'code' in llx_expedition_methode 2008-10-29 10:51:52 +00:00
Laurent Destailleur
0c41a7b8a8 Make a useless state of payment validation optionnal 2008-10-29 10:45:22 +00:00
Laurent Destailleur
5f957884d1 Make a useless state of payment validation optionnal 2008-10-29 10:37:36 +00:00
Laurent Destailleur
f5d4446bec Maxi debug for UTF8 support 2008-10-28 23:48:09 +00:00
Laurent Destailleur
45d8c67e6c Maxi debug for UTF8 support 2008-10-28 23:36:36 +00:00
Laurent Destailleur
3e8a91a1b1 Reduce amount of memory required by agenda view 2008-10-28 22:28:40 +00:00
Laurent Destailleur
5eb71a3f6b Add weight and size in sendings 2008-10-28 21:59:53 +00:00
Laurent Destailleur
156cf92cbb Add weight and size in sendings 2008-10-28 21:39:47 +00:00
Laurent Destailleur
e3ea7caf7d Minor fixes 2008-10-28 20:46:22 +00:00
Laurent Destailleur
359dfe26f1 Fix: Solve pb in enabling modules 2008-10-28 20:37:30 +00:00
Laurent Destailleur
217c239d94 Fix: filter broken 2008-10-28 20:18:06 +00:00
Laurent Destailleur
7deb33c52d Maxi debug for UTF8 support 2008-10-28 20:05:23 +00:00
Laurent Destailleur
47f04e3f1c Patch matelli 2008-10-28 00:24:44 +00:00
Laurent Destailleur
2e9369a27b Added patch from matelli 2008-10-28 00:19:36 +00:00
Regis Houssin
77ea9a7914 Fix: slash en trop 2008-10-27 22:12:06 +00:00
Laurent Destailleur
f99ad70074 Triggers descriptions are ok fot UTF 2008-10-27 20:43:00 +00:00
Laurent Destailleur
86ab9171a7 Translation for dbtools 2008-10-27 20:34:31 +00:00
Laurent Destailleur
e11b06bc5b If upload is disabled, we see it 2008-10-27 20:23:25 +00:00
Laurent Destailleur
295d305a78 Keep only file with differences 2008-10-27 20:21:00 +00:00
Laurent Destailleur
5b83618f6e about page ok on utf8 2008-10-27 19:54:51 +00:00
Laurent Destailleur
dbc7bc8796 Translation 2008-10-27 19:49:49 +00:00
Laurent Destailleur
65f08e9666 Fix: File not found when multilang interface is on 2008-10-27 19:28:11 +00:00
Laurent Destailleur
6ca3d3335f Fix: Status of contract is now status of servics 2008-10-27 19:19:51 +00:00
Regis Houssin
1343b35576 Added ability to assign a category of product to a customer 2008-10-27 19:07:56 +00:00
Regis Houssin
b8410445ff Added ability to assign a category of product to a customer 2008-10-27 18:29:21 +00:00
Regis Houssin
e8861bc524 Fix: select_lang error 2008-10-27 17:37:39 +00:00
Laurent Destailleur
49f509eae1 Prepare module for generation of customer code 2008-10-27 00:18:37 +00:00
Laurent Destailleur
2ced5a0d32 Export modules support UTF8 2008-10-26 23:15:09 +00:00
Laurent Destailleur
0aa9cca4e1 Fix: Date output on UTF8 config return value in correct code 2008-10-26 21:43:51 +00:00
Laurent Destailleur
2a021e8b40 Fix: Solve a bug with UTF8 texts in Artichow 2008-10-26 21:29:34 +00:00
Laurent Destailleur
389f744c4e Fix: Link was last 2008-10-26 19:09:39 +00:00
Laurent Destailleur
38098eab1e Fix: Fix supplier invoice validation 2008-10-26 18:22:29 +00:00
Laurent Destailleur
2aea5180a3 Fix: Fails to create an event 2008-10-26 18:04:40 +00:00
Laurent Destailleur
aaa78ab6b7 Fix: year was lost in filter 2008-10-26 17:01:25 +00:00
Laurent Destailleur
70b0f0042e Qual: Uniformize use of dolibarr_print_date 2008-10-26 15:55:50 +00:00
Laurent Destailleur
bd3b44262f Wrong format of date 2008-10-26 15:21:54 +00:00
Laurent Destailleur
3ac8d5736d Add link to warehouse and bank account in cashdesk page. 2008-10-26 15:18:12 +00:00
Laurent Destailleur
7a4325be73 VAT management must be internationnal 2008-10-26 15:17:52 +00:00
Laurent Destailleur
3e0608154f Add link to warehouse and bank account in cashdesk page. 2008-10-26 14:14:37 +00:00
Laurent Destailleur
055c4411ff Dolibarr and cashdesk module shares the same cookie 2008-10-26 12:59:56 +00:00
Laurent Destailleur
f94a9a7045 Can select bank account for cashdesk module 2008-10-26 11:53:36 +00:00
Laurent Destailleur
7a0aa1aceb Can define warehouse used by cachdesk module 2008-10-26 01:57:05 +00:00
Laurent Destailleur
2fb72e7258 Enhancement in ecm module 2008-10-26 01:49:16 +00:00
Laurent Destailleur
e40543db23 Enhancement in ecm module 2008-10-26 01:30:58 +00:00
Laurent Destailleur
32801a3655 Enhancement in ecm module 2008-10-26 01:26:18 +00:00
Laurent Destailleur
f67962a049 Enhancement in ecm module 2008-10-26 00:28:11 +00:00
Laurent Destailleur
d4fdb23618 Move all modules into includes/modules directory 2008-10-25 23:19:30 +00:00
Laurent Destailleur
5424704757 No special chars in filename 2008-10-25 22:54:31 +00:00
Laurent Destailleur
64ff118c37 No special chars in filename 2008-10-25 22:43:27 +00:00
Laurent Destailleur
2203b01867 No special chars in filename 2008-10-25 22:36:33 +00:00
Laurent Destailleur
beb81e3af3 ECM works with sepcial chars 2008-10-25 22:23:49 +00:00
Laurent Destailleur
644839a098 Function dol_string_unaccent works both with iso and utf 2008-10-25 22:23:22 +00:00
Laurent Destailleur
59faec9b4e Rename function to make code cleaner 2008-10-25 21:35:27 +00:00
Laurent Destailleur
dbae510665 No special chars in filename 2008-10-25 21:18:53 +00:00
Laurent Destailleur
5f55cb864e Does not allow special char in file name 2008-10-25 20:54:41 +00:00
Laurent Destailleur
6ab140f169 Add navigation next/previous in warehous cards 2008-10-25 18:33:32 +00:00
Laurent Destailleur
211be07fb1 Reduce amount of memory. 2008-10-25 17:27:15 +00:00
Laurent Destailleur
6761e14a9d Qual: Mutualize some code 2008-10-25 15:53:16 +00:00
Laurent Destailleur
059b71241a Fix Patch from Jacopo Grasso 2008-10-25 15:33:21 +00:00
Laurent Destailleur
bc1e75227f Patch Jacopo Grasso 2008-10-25 15:30:29 +00:00
Laurent Destailleur
9cdf61ffae Translation 2008-10-25 15:27:03 +00:00
Laurent Destailleur
fd7a8195bd Qual: Mutualize some code 2008-10-25 15:21:37 +00:00
Laurent Destailleur
f2238b6885 Enhancements on datawarehouse management 2008-10-25 12:49:16 +00:00
Laurent Destailleur
51160ac2e0 Can delete a price line log 2008-10-25 12:14:16 +00:00
Laurent Destailleur
def9892548 Fix: Error on price page if no min price defined. 2008-10-25 11:45:31 +00:00
Laurent Destailleur
0d92a4f113 Missing translation 2008-10-25 11:33:59 +00:00
Laurent Destailleur
8c5119d45d Move modules into modules directory 2008-10-25 11:16:39 +00:00
Laurent Destailleur
886f5374bd Move modules into modules directory 2008-10-25 11:16:02 +00:00
Laurent Destailleur
b9fc7c38b3 Removed useless files 2008-10-25 01:12:16 +00:00
Laurent Destailleur
23c118a40c Missing translation 2008-10-24 22:35:22 +00:00
Laurent Destailleur
d298438e66 Maxi debug of stock management. 2008-10-24 21:36:12 +00:00
Laurent Destailleur
fc0ebfa9b5 Maxi debug of stock management. 2008-10-24 20:16:36 +00:00
Laurent Destailleur
f2746207c4 Remove a TODO 2008-10-24 01:06:12 +00:00
Laurent Destailleur
f35e3108d0 doxygen 2008-10-24 01:01:56 +00:00
Laurent Destailleur
53218d9032 Output in PDF is ok even with UTF-8 default 2008-10-24 01:00:51 +00:00
Laurent Destailleur
35a95d9ee2 Fix: Duplicate translation in menu 2008-10-24 00:24:56 +00:00
Laurent Destailleur
5003369ec1 Look: Alignement of date in boxes 2008-10-24 00:09:04 +00:00
Laurent Destailleur
79fb431dd6 Minor change in translation 2008-10-24 00:02:46 +00:00
Laurent Destailleur
2a52f4df8c Sec: Refused to upload hidden files 2008-10-24 00:02:18 +00:00
Laurent Destailleur
cc3b50c06a Force mysql driver with cashdesk module. 2008-10-23 23:49:27 +00:00
Laurent Destailleur
294adcba90 Fix: Syntax error 2008-10-23 23:45:52 +00:00
Laurent Destailleur
4f1e1f8041 Add patch from Jacopo Grasso 2008-10-23 22:19:58 +00:00
Laurent Destailleur
d1a90768cd Fix: Maxi debug on stock decrease 2008-10-23 21:54:30 +00:00
Laurent Destailleur
18f10649c2 Fix: Missing translation 2008-10-23 18:16:21 +00:00
Laurent Destailleur
5a8eca23c1 Link in bank transaction view are picto.
This allow to show full label.
2008-10-23 18:09:52 +00:00
Laurent Destailleur
fab9a7ff17 Fix: Missing translation 2008-10-23 18:09:06 +00:00
Laurent Destailleur
8134ced717 Avoid errors on ISP that does not support syslog functions 2008-10-23 17:10:35 +00:00
Laurent Destailleur
1533547259 Can set application title 2008-10-23 16:55:42 +00:00
Regis Houssin
ba9592d8db Fix: see the logo on all top menus
Todo: adjust the width of the logo with the left menu
2008-10-23 13:45:10 +00:00
Laurent Destailleur
53ef0ba339 Add patch sladame 2008-10-23 08:25:34 +00:00
Laurent Destailleur
2a5c9a7590 Patch sladame 2008-10-23 08:10:59 +00:00
Laurent Destailleur
6a259176a4 Add option to set mask on new files 2008-10-21 21:27:20 +00:00
Laurent Destailleur
1ca8c0975f Remove useless code 2008-10-20 23:15:28 +00:00
Laurent Destailleur
33ee88da19 Doxygen 2008-10-20 23:14:50 +00:00
Laurent Destailleur
d47dc7c77f New: Add filter on date for services 2008-10-20 22:25:55 +00:00
Laurent Destailleur
91ee242a97 Suuport UTF8 format 2008-10-20 22:12:21 +00:00
Laurent Destailleur
5758db39d3 New: Add filter on date for services 2008-10-20 22:10:38 +00:00
Laurent Destailleur
47f3b1ee07 New: Add filter on date for services 2008-10-20 21:42:11 +00:00
Regis Houssin
67ef70d5e0 updated version of Italian files language, thanks Jacopo Grasso 2008-10-20 17:29:49 +00:00
Laurent Destailleur
742b775f37 Fix: decimal support for italian language 2008-10-20 02:18:54 +00:00
Laurent Destailleur
dad1e55637 Fix: Bad translation 2008-10-20 01:24:37 +00:00
Laurent Destailleur
2d5e5aee3d New: Translations are now loaded by default in UTF-8. HTML output is by default in UTF-8. 2008-10-20 01:05:41 +00:00
Laurent Destailleur
546607a549 Add info for LANG environment 2008-10-20 00:54:56 +00:00
Laurent Destailleur
8fcc0c25d0 Add missing translation 2008-10-20 00:52:20 +00:00
Laurent Destailleur
bd83f13563 Fix: Bad translation for actions 2008-10-20 00:50:56 +00:00
Laurent Destailleur
955b263a15 Fix: Bad translation for actions 2008-10-20 00:40:15 +00:00
Laurent Destailleur
4d97b3fc37 Translation BIC/SWIFT 2008-10-19 20:53:28 +00:00
Laurent Destailleur
972b60fe4c Code cleaner 2008-10-19 20:41:23 +00:00
Laurent Destailleur
03bb9786c3 Link for supplier third parties 2008-10-19 20:34:46 +00:00
Laurent Destailleur
3a7af7189f Use ajax confirm box to validate supplier order 2008-10-19 13:16:16 +00:00
Laurent Destailleur
395a35d0dd Use ajax confirm box to validate supplier invoice 2008-10-19 13:15:58 +00:00
Laurent Destailleur
5046225bcc Use ajax confirm box to validate supplier order 2008-10-19 13:08:21 +00:00
Laurent Destailleur
f9e640bc18 Fix: Missing translation 2008-10-19 12:52:47 +00:00
Laurent Destailleur
e6fcbb98b8 Fix in chmod 2008-10-18 18:34:07 +00:00
Laurent Destailleur
07eb06d8b7 Fix: No . in thousand separator 2008-10-18 18:33:38 +00:00
Laurent Destailleur
af7b8fed4e Add date in error output 2008-10-18 15:43:10 +00:00
Laurent Destailleur
a3384961e4 Fix: Social contributions payments appeared with empty label in list. Now it's link to social contribution card. 2008-10-18 14:01:55 +00:00
Laurent Destailleur
40c9a84f1d Add version in log 2008-10-17 18:15:55 +00:00
Laurent Destailleur
e60c8d919b Fix: Can not edit a supplier order line 2008-10-17 15:26:55 +00:00
Laurent Destailleur
e78facd5da Fix: Can not delete a supplier order line 2008-10-17 15:16:44 +00:00
Laurent Destailleur
7050187012 Fix: A lot of fix in sending/receiving module 2008-10-17 14:43:33 +00:00
Laurent Destailleur
dd3d8084b8 New: changes to support UTF-8 output format 2008-10-17 00:24:44 +00:00
Regis Houssin
29a4af0177 Fix: elimination of product categories from the dropdown 2008-10-16 23:36:44 +00:00
Laurent Destailleur
dff17be454 Translation 2008-10-16 23:00:30 +00:00
Laurent Destailleur
4e85b36c29 Fix:Bad documents download link sometimes 2008-10-16 22:54:53 +00:00
Laurent Destailleur
694df3468a Add kiwi emailing selector 2008-10-15 23:36:30 +00:00
Laurent Destailleur
30e2ec3a97 Fix: bug #24511 : Erreur de syntaxe sur paiementfourn.class.php 2008-10-14 00:19:28 +00:00
Laurent Destailleur
4b941222f2 Sec: bug #24520 : Acces to unallowed data 2008-10-14 00:16:28 +00:00
Regis Houssin
10918775b3 TODO: Impossibilité de crypter le mot de passe lorsqu'il y a en a un, il affiche qu'il n'y en a pas !! 2008-10-13 23:17:59 +00:00
Laurent Destailleur
c41995624c Sec: Add warning if password is empty 2008-10-13 18:41:52 +00:00
Laurent Destailleur
7dfbc70d49 *** keyword substitution change *** 2008-10-13 18:37:19 +00:00
Laurent Destailleur
1cc2bf3190 New: task #8760 : Paramétrage UMask sur fichiers documents 2008-10-13 18:10:26 +00:00
Laurent Destailleur
8104948dce New: task #7560 : Droit et definition d'un filtre d'export des interventions 2008-10-13 16:39:53 +00:00
Laurent Destailleur
c71ecc5577 Enhancement in ecm file navigation 2008-10-13 15:11:10 +00:00
Laurent Destailleur
481e10a18d Enhancement in ecm file navigation 2008-10-13 15:00:27 +00:00
Laurent Destailleur
c0aba753ef Add picto fro tree 2008-10-13 14:54:00 +00:00
Laurent Destailleur
04b03f448a Sec: Missing security check on page access. 2008-10-13 14:22:10 +00:00
Laurent Destailleur
72fcca6459 Doxygen 2008-10-13 14:14:44 +00:00
Laurent Destailleur
80ca284557 New: Can set session timeout. 2008-10-12 11:41:13 +00:00
Laurent Destailleur
db74ae5c7e Qual: Removed duplicated code 2008-10-10 23:05:27 +00:00
Laurent Destailleur
009c73e2c0 Can change value date in conciliation page 2008-10-10 22:48:47 +00:00
Laurent Destailleur
996bc94a4d doxygen 2008-10-10 22:27:11 +00:00
Laurent Destailleur
dbe94526ef Fix: Invoice date not defined by default unless option is set 2008-10-10 21:53:16 +00:00
Laurent Destailleur
49317dc29c Remove deprecated code 2008-10-10 20:39:16 +00:00
Laurent Destailleur
390440bf5a Remove deprecated code 2008-10-10 18:32:23 +00:00
Laurent Destailleur
3d23830e8f Add session timeout info 2008-10-10 18:21:00 +00:00
Laurent Destailleur
380e54bd5a Fix: Missing translation 2008-10-09 18:38:14 +00:00
Laurent Destailleur
c40763ebe3 bug #24506 : Utilisation de dol_escape_js pour la clôture d'une commande 2008-10-09 18:34:18 +00:00
Laurent Destailleur
e8110bffeb Fix: Bug #24314 : Rapprochement d'écritures sur des comptes caisse/liquide 2008-10-09 18:24:47 +00:00
Laurent Destailleur
f4d12a4c1b Change to support different page code in HTML output 2008-10-09 18:11:03 +00:00
Laurent Destailleur
d2f1cc20c1 Change to support different page code in HTML output 2008-10-09 17:53:37 +00:00
Laurent Destailleur
248a7d7ee2 Change to support different page code in HTML output 2008-10-09 17:29:32 +00:00
Laurent Destailleur
427310a77d Change to support different page code in HTML output 2008-10-09 15:18:13 +00:00
Laurent Destailleur
615e39535a Change to support different page code in HTML output 2008-10-09 14:46:07 +00:00
Laurent Destailleur
ddf2ede90b Trad: Remove deprecated translation 2008-10-09 14:15:27 +00:00
Laurent Destailleur
8d1b7f2bad Fix: Change to better support UTF8 2008-10-08 19:55:44 +00:00
Regis Houssin
857b8eb3bf Added ability to assign a category of product to a customer 2008-10-08 09:11:08 +00:00
Regis Houssin
f74fd049aa Added ability to assign a category of product to a customer 2008-10-08 08:35:22 +00:00
Regis Houssin
deb94493dd Added ability to assign a category of product to a customer 2008-10-08 08:03:28 +00:00
Laurent Destailleur
cb6a8aa135 Better error management 2008-10-07 22:52:02 +00:00
Laurent Destailleur
ac10b7398a Source is optionnal 2008-10-07 21:49:40 +00:00
Laurent Destailleur
d5ce66c5d8 Mark with level Development a not stable feature. 2008-10-07 21:05:55 +00:00
Laurent Destailleur
eaa4f3ef3f Qual: Remove deprecated field 2008-10-07 20:19:04 +00:00
Laurent Destailleur
7553e0473e Fix: Failed to create 2008-10-07 20:07:28 +00:00
Regis Houssin
57ef5a4082 Added ability to assign a category of product to a customer 2008-10-07 12:53:43 +00:00
Regis Houssin
a69ffe024d Added ability to assign a category of product to a customer 2008-10-07 12:24:34 +00:00
Regis Houssin
cf937a4278 Added ability to assign a category of product to a customer 2008-10-07 12:24:33 +00:00
Regis Houssin
977bacbdab Added ability to assign a category of product to a customer 2008-10-07 10:37:04 +00:00
Regis Houssin
e32d52b66d Added ability to assign a category of product to a customer 2008-10-07 10:11:27 +00:00
Regis Houssin
38a6d67193 Added ability to assign a category of product to a customer 2008-10-07 09:48:01 +00:00
Regis Houssin
bd083483b0 Added ability to assign a category of product to a customer 2008-10-07 09:36:33 +00:00
Regis Houssin
6a4cf19923 Added ability to assign a category of product to a customer
Fix: error by canceling the creation of a category
2008-10-07 08:48:08 +00:00
Regis Houssin
4a43e65828 Added ability to assign a category of product to a customer
Fix: error by canceling the creation of a category
2008-10-07 08:46:31 +00:00
Laurent Destailleur
f9d92bf42a Fix: Invoice creation broken 2008-10-06 23:27:48 +00:00
Laurent Destailleur
3cc24419a2 Add patch from sladame to add contracts in home page. 2008-10-06 23:21:00 +00:00
Laurent Destailleur
9fbfce7ab4 Fix: Missing some lines in orders export 2008-10-06 22:48:34 +00:00
Laurent Destailleur
404081cc34 Fix: Can change filter 2008-10-06 21:36:45 +00:00
Laurent Destailleur
2f61274a76 New: Input of action is easier. 2008-10-06 21:31:05 +00:00
Laurent Destailleur
2f81908381 Simplify code 2008-10-06 20:20:43 +00:00
Laurent Destailleur
f1d8ff689e Add italian language 2008-10-06 07:45:00 +00:00
Laurent Destailleur
762140e975 Fix: Error management in module activation 2008-10-06 07:39:52 +00:00
Laurent Destailleur
54a0b4fbde Add italian language 2008-10-06 07:39:22 +00:00
Laurent Destailleur
cacb4f094a Duplicate link in transaction account view 2008-10-02 23:08:14 +00:00
Laurent Destailleur
ddcd75e1f5 Add cashdesk setup page 2008-10-02 22:29:54 +00:00
Regis Houssin
98c04fd275 Fix: login possibility with no password 2008-10-02 15:41:30 +00:00
Laurent Destailleur
4cc27fd401 Patch to add range date in orders: http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html
and add ability to use hour also in contract and invoices range dates.
2008-10-01 22:24:31 +00:00
Laurent Destailleur
f31b04c3ce Fix: javascript error with product in select combo box 2008-10-01 21:16:35 +00:00
Laurent Destailleur
c2f3934f4e Fix: Remove highlight field 2008-10-01 20:17:00 +00:00
Laurent Destailleur
828d62677a Text date format is full text 2008-10-01 20:13:19 +00:00
Laurent Destailleur
b262ec547f Fix: http://matelli.fr/showcases/patchs-dolibarr/fix-cleaning-url.html 2008-10-01 19:44:30 +00:00
Laurent Destailleur
ecb4128496 Fix: http://matelli.fr/showcases/patchs-dolibarr/fix-third-party-deleting.html 2008-10-01 19:37:54 +00:00
Laurent Destailleur
be5826057e Fix: http://matelli.fr/showcases/patchs-dolibarr/fix-number-of-processing-orders.html 2008-10-01 19:27:32 +00:00
Laurent Destailleur
30659d34be Fix: Patch http://matelli.fr/showcases/patchs-dolibarr/fix-prospects-list.html 2008-10-01 19:26:01 +00:00
Laurent Destailleur
f9e9798d71 Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +00:00
Laurent Destailleur
cf3345a2d5 Add patch http://www.matelli.fr/showcases/patchs-dolibarr/patch-dolibarr-fix-sql-injection-check-in-array.html 2008-09-30 00:10:49 +00:00
Laurent Destailleur
b5d31f9d5d Add patch http://www.matelli.fr/showcases/patchs-dolibarr/add-action-button-behaviour.html 2008-09-30 00:02:41 +00:00
Laurent Destailleur
23615ca82b Add patch http://www.matelli.fr/showcases/patchs-dolibarr/update-date-range-format.html 2008-09-29 23:59:05 +00:00
Laurent Destailleur
a23b773ff5 New: Add cashdesk module 2008-09-29 23:36:30 +00:00
Laurent Destailleur
7ac2bc014b Fix: Load lang files of modules 2008-09-29 23:34:56 +00:00
Laurent Destailleur
88a630eb74 New: Add cashdesk module 2008-09-29 23:19:20 +00:00
Laurent Destailleur
434899e930 New: Add cashdesk module 2008-09-29 23:18:52 +00:00
Laurent Destailleur
4a74247eb6 Fix: List of module works even if a module has a bad family in descriptor 2008-09-29 21:29:18 +00:00
Laurent Destailleur
e83bda4f42 Miscellanous enhancements in dolibarr_stringtotime function 2008-09-29 00:17:40 +00:00
Laurent Destailleur
276eec042c Sql file not in correct directory 2008-09-28 20:28:38 +00:00
Laurent Destailleur
164d37dddd Some enhancements in upgrade of DoliWamp 2008-09-28 17:32:13 +00:00
Laurent Destailleur
73846513e3 task #8608 : Add checkbox to show birthdays in calendar view 2008-09-28 03:39:39 +00:00
Laurent Destailleur
047ec077cc New: Can move a line of contract to another. 2008-09-25 23:30:06 +00:00
Laurent Destailleur
b866f3c477 Fix: Bad link to icone 2008-09-25 16:11:40 +00:00
Laurent Destailleur
b42a3db71a Better navigation in file manager in ECM module. 2008-09-25 15:54:08 +00:00
Laurent Destailleur
1933acda86 Comments in english 2008-09-25 13:02:32 +00:00
Laurent Destailleur
6169b63edf For patch release 2008-09-11 18:08:30 +00:00
Laurent Destailleur
e48e9643f0 Fix: Description missing 2008-09-11 17:43:04 +00:00
Laurent Destailleur
bbbb8b983d Add total in statistics 2008-09-10 23:28:23 +00:00
Laurent Destailleur
534e9e2364 Update message 2008-09-10 23:21:38 +00:00
Laurent Destailleur
611ecf2796 Remove files not required. Now conversion between database syntax is done in real time during install. 2008-09-10 22:56:18 +00:00
Laurent Destailleur
9d0bb63c39 Fix: Change of prospect statut does not change page 2008-09-10 22:22:48 +00:00
Laurent Destailleur
1baced7e9e Minor changes in modules categories 2008-09-10 22:07:38 +00:00
Laurent Destailleur
1ef91c1c04 Remove files not required. Now conversion between database syntax is done in real time during install. 2008-09-10 21:17:18 +00:00
Laurent Destailleur
90a73faaad New: Some enhancements in project module 2008-09-10 20:49:21 +00:00
Laurent Destailleur
522b0eb1b8 New: Some enhancements in project module 2008-09-10 11:36:13 +00:00
Laurent Destailleur
b7c5268a18 New: Some enhancements in project module 2008-09-10 11:14:45 +00:00
Laurent Destailleur
6caef066c4 Fix: wiki link 2008-09-10 11:14:18 +00:00
Laurent Destailleur
c30118505d New: Add info on smtp/port setup to explain why feature not available on Linux. 2008-09-10 10:25:45 +00:00
Laurent Destailleur
dfe10ab6be New: Add info on smtp/port setup to explain why feature not available on Linux. 2008-09-10 10:20:29 +00:00
Laurent Destailleur
ec0769ea56 New: Add info on smtp/port setup to explain why feature not available on Linux. 2008-09-10 10:12:37 +00:00
Laurent Destailleur
94e29ce7c1 New: Third party for projects is not always required. 2008-09-10 09:43:48 +00:00
Laurent Destailleur
5e51b2cb13 New: Support location in events 2008-09-09 18:14:13 +00:00
Laurent Destailleur
4d92aa5027 New: Support location in events 2008-09-09 17:57:12 +00:00
Laurent Destailleur
4c6686c799 New: Navigation in ECM module is done like in a file manager. 2008-09-09 00:19:06 +00:00
Laurent Destailleur
6264f6c300 New: Navigation in ECM module is done like in a file manager. 2008-09-09 00:11:50 +00:00
Laurent Destailleur
d64446e300 New: Navigation in ECM module is done like in a file manager. 2008-09-09 00:09:56 +00:00
Laurent Destailleur
12d5b90b6c Fix: Statut to close a proposal is required. 2008-09-08 23:48:01 +00:00
Laurent Destailleur
140de8ef45 New: Navigation in ECM module is done like in a file manager. 2008-09-08 23:21:22 +00:00
Laurent Destailleur
1249eac510 Add supplier orders statistics report 2008-09-08 19:04:19 +00:00
Laurent Destailleur
9fc942ccec Update about page 2008-09-08 13:48:04 +00:00
Laurent Destailleur
b49d7f5390 Qual: Uniformize code. 2008-09-08 13:32:38 +00:00
Laurent Destailleur
e461753e43 Qual: Uniformize code. 2008-09-08 13:32:37 +00:00
Laurent Destailleur
758a78ef85 Qual: Uniformize code. 2008-09-08 12:56:34 +00:00
Laurent Destailleur
74801a2914 Qual: Uniformize code. 2008-09-08 12:51:29 +00:00
Laurent Destailleur
ead04cbddc New: Add statistics report for supplier invoices 2008-09-08 07:37:53 +00:00
Laurent Destailleur
e2ec5cb613 New: Add statistics report for supplier invoices 2008-09-08 07:32:03 +00:00
Laurent Destailleur
e434ffd4f6 Qual: Code cleaner for statistics 2008-09-07 21:36:42 +00:00
Laurent Destailleur
dc0b7da9a9 We change mod to allow file to be overwritten if dump is launched from command line or a web session. 2008-09-07 10:24:41 +00:00
Laurent Destailleur
7535c7cdb9 We change mod to allow file to be overwritten if dump is launched from command line or a web session. 2008-09-07 10:23:35 +00:00
Laurent Destailleur
149aee5615 We change mod to allow file to be overwritten if dump is launched from command line or a web session. 2008-09-07 10:23:35 +00:00
Laurent Destailleur
4a3e952b26 Agenda ical export allows to filter on login 2008-09-06 21:36:26 +00:00
Laurent Destailleur
28efab9cc2 Fix: Refresh button broken on ECM module 2008-09-06 11:59:14 +00:00
Laurent Destailleur
bf40f95d85 Install process use Mysql files whatever is database handler choosed. 2008-09-05 23:50:18 +00:00
Laurent Destailleur
956f530ae2 Optimized memory used by database handlers 2008-09-05 23:49:40 +00:00
Laurent Destailleur
76ca030ec4 Install process use Mysql files whatever is database handler choosed. 2008-09-05 23:38:14 +00:00
Laurent Destailleur
f339ae76d9 Install process use Mysql files whatever is database handler choosed. 2008-09-05 23:10:50 +00:00
Laurent Destailleur
73eb0de564 Optimized memory used by database handlers 2008-09-05 23:08:07 +00:00
Laurent Destailleur
945b9649ef Removed warning in eclipse 2008-09-05 22:39:33 +00:00
Laurent Destailleur
e3d0eeba8f Code respect MVC 2008-09-05 22:37:21 +00:00
Laurent Destailleur
b3389ea8c4 Fix: Bad handler used 2008-09-05 22:15:46 +00:00
raphael_bertrand
373a270c05 fix BUG24210 2008-09-05 14:10:44 +00:00
Laurent Destailleur
86c893f1ff Add pagination on social contributions list 2008-09-05 00:09:38 +00:00
Laurent Destailleur
440530b272 Fix: order in view and edit are same 2008-09-05 00:05:45 +00:00
Laurent Destailleur
1772463414 New: Add ability for numbering module to not be shown if a condition is not true. 2008-09-04 23:44:36 +00:00
Laurent Destailleur
e8c08414d6 Fix: Module was not able to activate if field type not filled. 2008-09-04 23:26:37 +00:00
Laurent Destailleur
ba55f10ea2 Fix: Duplicate rows return by fetch 2008-09-04 20:59:34 +00:00
Laurent Destailleur
4c892d403b Fix: Duplicate rows return by fetch 2008-09-04 20:49:57 +00:00
Laurent Destailleur
c7ca1db2df Doxygen 2008-09-04 20:43:54 +00:00
Laurent Destailleur
872fbb3a0a In supplier product lists, show both local ref and supplier ref. 2008-09-04 20:03:15 +00:00
Laurent Destailleur
c9060f817d Qual: Merge code between late unpayed invoices and unpayed invoices. 2008-09-04 19:47:46 +00:00
Laurent Destailleur
31eaa7c163 Support bookmark add of product cards 2008-09-04 17:56:55 +00:00
Laurent Destailleur
33ad422c76 Fix: Error management if bookmarks added twice 2008-09-04 17:35:29 +00:00
Laurent Destailleur
cb1987916b Fix: Translation 2008-09-04 17:12:42 +00:00
Laurent Destailleur
c7e0c1f3cb Fix: Bad link 2008-09-04 17:02:38 +00:00
Laurent Destailleur
46bdd811d3 Fix: form tag not closed 2008-09-04 15:16:30 +00:00
Rodolphe Quiedeville
ab4a70167a Bugfix in regexp to fins available triggers
.php replaced by .php$ if not ~ files are used
2008-09-04 10:03:05 +00:00
raphael_bertrand
0446c3da41 Chronodocs module support 2008-09-03 07:36:57 +00:00
Laurent Destailleur
ffb3c316b2 Minor change 2008-09-02 18:03:58 +00:00
Laurent Destailleur
291b64331d Fix: specimen of delivery receipts 2008-09-02 13:16:08 +00:00
Laurent Destailleur
dddb23e3bb Enhancement of ECM module 2008-09-02 13:15:25 +00:00
Laurent Destailleur
bae3a3590d Add comment column 2008-09-02 12:19:00 +00:00
Laurent Destailleur
e854036459 Add box for signing (from seb patch) 2008-09-02 10:42:17 +00:00
Laurent Destailleur
1cc23948b4 Add free text on delivery receipts 2008-09-02 10:33:12 +00:00
Laurent Destailleur
6f52dd70ca Comments 2008-09-02 10:11:40 +00:00
Laurent Destailleur
15d688d069 Module barcode is no more experimental 2008-09-02 09:55:31 +00:00
Laurent Destailleur
367207c7a3 Add compatibility to OSCSS 2008-09-02 09:49:22 +00:00
Laurent Destailleur
716cf7d939 Fix: error management 2008-09-02 01:42:31 +00:00
Laurent Destailleur
8dcd445f7a Fix: Removed log 2008-09-02 01:34:37 +00:00
Laurent Destailleur
3944d45613 Fix: When editing status, filters and sort order not lost. 2008-09-02 01:23:25 +00:00
Laurent Destailleur
6b36a285bd Fix: Language on document 2008-09-02 01:11:36 +00:00
Laurent Destailleur
ae2c0edb84 Fix: Language on document 2008-09-02 01:09:02 +00:00
Laurent Destailleur
25d6387eae Enhancements in ecm module 2008-09-02 00:27:05 +00:00
Laurent Destailleur
985af1d060 Add entry in menu 2008-09-01 22:49:46 +00:00
Laurent Destailleur
7c4cf3847d Isolate code of treeview in a lib 2008-09-01 22:26:00 +00:00
Laurent Destailleur
1d54c654fa Isolate code of treeview in a lib 2008-09-01 21:51:38 +00:00
Rodolphe Quiedeville
8f82c3e5a6 Bugfix 2008-09-01 14:03:28 +00:00
Rodolphe Quiedeville
c70efd3cea Bugfix 2008-09-01 13:55:58 +00:00
Rodolphe Quiedeville
b9a1cc2a5f Missing Copyright 2008-09-01 13:36:15 +00:00
Rodolphe Quiedeville
eb3dea2d72 Rename 2008-09-01 13:27:39 +00:00
Rodolphe Quiedeville
539a39105d Update 2008-09-01 13:23:46 +00:00
Rodolphe Quiedeville
0a7c51642e Bugfic 2008-09-01 13:22:57 +00:00
Rodolphe Quiedeville
55552d87d7 Add tracking url 2008-09-01 13:22:36 +00:00
Rodolphe Quiedeville
3bae66626b Rename files 2008-09-01 12:30:33 +00:00
Rodolphe Quiedeville
e97bac743b Rename files 2008-09-01 12:30:32 +00:00
Rodolphe Quiedeville
a151855682 New file 2008-09-01 12:27:29 +00:00
Rodolphe Quiedeville
c6c8c54e14 Add TrackingNumber=Numero de suivi 2008-09-01 12:00:21 +00:00
Rodolphe Quiedeville
332414303b Add function fetch_delivery_methods() 2008-09-01 11:59:17 +00:00
Laurent Destailleur
16a8a8bd5f New: Prepare code to send password reminder in user language 2008-08-29 23:49:53 +00:00
Laurent Destailleur
8c05a9851e Doxygen 2008-08-29 23:07:22 +00:00
Laurent Destailleur
3b88095f8f Add sladame patch to add view of day. 2008-08-29 22:46:54 +00:00
Laurent Destailleur
b14e380380 Doxygen 2008-08-29 22:44:15 +00:00
Laurent Destailleur
c7cc9aa591 Doxygen 2008-08-29 22:42:35 +00:00
Laurent Destailleur
f08ffc669b Add sladame patch to add view of day. 2008-08-29 22:40:36 +00:00
Laurent Destailleur
bd20a88be3 Fix: Removed bad W3C compliant HTML tags 2008-08-29 21:16:34 +00:00
Laurent Destailleur
c58e507b78 Add description of id prof if country is same than user's 2008-08-29 21:15:34 +00:00
Laurent Destailleur
2d27a946a0 Reduce memory required between 0 to 40ko by page call. 2008-08-29 20:18:28 +00:00
Laurent Destailleur
e20d13a31d Clean files 2008-08-29 19:58:09 +00:00
Laurent Destailleur
93e76fa440 Removed unused files 2008-08-29 19:54:48 +00:00
Laurent Destailleur
04e84bd09e Security: Remove, from memory, database password just after creating database connexion (the only place we need it). 2008-08-29 19:01:20 +00:00
Laurent Destailleur
6e5eb9ccdc Normalize code to removed database conexion creation in user code. Database handler $db is already created by master.inc.php called by every PHP file (directly or through main.inc.php). 2008-08-29 18:56:22 +00:00
Laurent Destailleur
fbf8bec4c3 Removed unused file 2008-08-29 18:04:26 +00:00
Laurent Destailleur
0a878fd94d Fix: Error when removing supplier prices 2008-08-29 18:02:16 +00:00
Rodolphe Quiedeville
1de7b9fa5f Add DeliveryMethod=Methode de livraison 2008-08-29 08:51:54 +00:00
Rodolphe Quiedeville
7eb08d4117 New file 2008-08-29 08:47:42 +00:00
Rodolphe Quiedeville
e819d1cde4 Bugfix 2008-08-29 08:28:20 +00:00
Laurent Destailleur
06af1761a8 Fix: Back to view after edit 2008-08-29 07:40:45 +00:00
Laurent Destailleur
070d715c1f Fix: Back to view after edit 2008-08-29 07:39:34 +00:00
Laurent Destailleur
0cc6534185 Fix: Default email is not set correctly (Thanks lilipution for reporting) 2008-08-29 07:18:44 +00:00
Laurent Destailleur
5d8310fd7e Fix: Default email is not set correctly (Thanks lilipution for reporting) 2008-08-29 07:16:01 +00:00
Laurent Destailleur
eafc19fe3e Add 2.4 to 2.5 mmigration script 2008-08-28 21:28:59 +00:00
Laurent Destailleur
80a3de1a56 Fix: Bad link in password sent 2008-08-28 18:02:57 +00:00
Laurent Destailleur
31dcc93ae8 Fix: Send password from user card broken 2008-08-28 17:56:02 +00:00
Laurent Destailleur
cc70849680 File useless 2008-08-28 17:51:18 +00:00
Laurent Destailleur
dbbfb9830c Translation 2008-08-28 14:39:56 +00:00
Laurent Destailleur
9172ddf2b4 Translation 2008-08-28 14:39:11 +00:00
Laurent Destailleur
cceb0e1b11 Add function listOfGroupForUser 2008-08-28 12:08:02 +00:00
Laurent Destailleur
9b89360f91 Add patch from patrick raguin to add the pdf unpayed concatenation feature. 2008-08-28 00:53:47 +00:00
Laurent Destailleur
1cf5e23bd0 Add patch from patrick raguin to add the pdf unpayed concatenation feature. 2008-08-28 00:53:05 +00:00
Laurent Destailleur
79eb1e85a8 Debug barcode module 2008-08-28 00:31:27 +00:00
Laurent Destailleur
2819aa1ed2 Add patch from patrick raguin to support barcode on third parties 2008-08-28 00:07:52 +00:00
Laurent Destailleur
2bbfa2a5a1 Add patch from patrick raguin to support barcode on third parties 2008-08-27 23:55:24 +00:00
Laurent Destailleur
1f22ba919d Add patch from patrick raguin to support minimum for a price 2008-08-27 23:30:19 +00:00
Laurent Destailleur
8411203632 Add patch from patrick raguin to support minimum for a price 2008-08-27 23:00:37 +00:00
Laurent Destailleur
4d0a68d48c Removed all now() and sysdate() database sql inline function by a date defined by PHP ($db->idate(mktime())).
This is to be more portable, to solve problem when database server time differs from PHP server and to prepare for TZ support.
2008-08-27 18:53:27 +00:00
Laurent Destailleur
a0f5d2fa8b Show orders on process even if physical stock differs from theorical stock 2008-08-27 17:45:41 +00:00
Laurent Destailleur
76ba8b29a2 Fix: Pb in local decimal format for fr_BE 2008-08-27 17:23:37 +00:00
Laurent Destailleur
14dd4191ec Add patch sladame 2008-08-25 22:14:58 +00:00
Laurent Destailleur
27da67a76f Qual Uniformize grph generation code
Look: Add transparency
2008-08-25 21:56:04 +00:00
Laurent Destailleur
b321b8a164 Launch 2.5 development 2008-08-25 07:21:20 +00:00
Laurent Destailleur
f50b5fb4b1 New: Added TSV in export formats 2008-08-25 07:16:16 +00:00
Laurent Destailleur
368ed5d813 Fix: Dolibarr csv generator did not respect CSV standard 2008-08-25 07:04:51 +00:00
Laurent Destailleur
3d10b6fbcb Merge 2.4 2008-08-22 01:17:10 +00:00
Laurent Destailleur
4228ab7d20 Fix: Bad translation 2008-08-21 08:08:02 +00:00
Laurent Destailleur
8fdb7855fb Add more help 2008-08-21 07:58:46 +00:00
Laurent Destailleur
72c1852002 Fix: quantity to deliver is 0 if negative 2008-08-21 07:39:38 +00:00
Laurent Destailleur
910107975a Add option MAIN_MAIL_ALLOW_SENDMAIL_F 2008-08-20 19:21:16 +00:00
Rodolphe Quiedeville
d12497fc0a Add return-path on command line option 2008-08-20 09:25:41 +00:00
Laurent Destailleur
b5119be99a Use open status by default 2008-08-19 21:18:48 +00:00
Laurent Destailleur
c908cf925f Fix: Bad setter 2008-08-19 21:08:14 +00:00
Laurent Destailleur
384ec7fb59 Fix: Admin message must be disabled if non admin 2008-08-19 20:09:53 +00:00
raphael_bertrand
9f236910b4 doxygen 2008-08-19 13:36:56 +00:00
raphael_bertrand
bd47db68a1 write access restriction update for scripts using the new feature2 param 2008-08-19 13:35:16 +00:00
Laurent Destailleur
6e9ffc0384 Fix: Column header for "professional id" were too large 2008-08-18 17:46:29 +00:00
Laurent Destailleur
e2a9b9cabc New: Add login in lists in member module 2008-08-17 21:50:27 +00:00
Laurent Destailleur
5ffa63426c Fix: Pb in float number with non fr languages 2008-08-17 21:13:21 +00:00
Laurent Destailleur
ff5ac3e919 Add more TimeZone informations 2008-08-17 19:45:08 +00:00
Laurent Destailleur
98fcf46c3a Fix: error if agenda module not enabled 2008-08-13 13:44:05 +00:00
Laurent Destailleur
d0891e2850 Fix: Encryption of password in file 2008-08-13 13:39:30 +00:00
Laurent Destailleur
4c481a17b3 Modif utf 2008-08-12 18:28:10 +00:00
Laurent Destailleur
478503967e Annulation modif 2008-08-12 18:20:18 +00:00
raphael_bertrand
7132585be1 fix bug24035: la valeur de remise ne peut pas etre negative 2008-08-11 13:29:23 +00:00
Laurent Destailleur
ae6ec592ac Fix: Create login from contact 2008-08-10 23:46:44 +00:00
Laurent Destailleur
07c0ad555e Fix: Bad link 2008-08-10 16:16:33 +00:00
Laurent Destailleur
1a911fc38a Fix: Pb with floating operations 2008-08-08 22:12:27 +00:00
Laurent Destailleur
74b1f2c4b1 Fix: Remainder to pay wrong on payment page 2008-08-08 18:13:41 +00:00
Laurent Destailleur
fd92a9bf14 New: Ajout libelle statut 2008-08-08 18:06:48 +00:00
Laurent Destailleur
6a39c5f290 Patch sladame 2008-08-08 17:58:50 +00:00
Laurent Destailleur
7f187041fe Fix: encoding for ical export 2008-08-07 22:17:34 +00:00
Laurent Destailleur
d8d5dbbf21 Fix: encoding for ical export 2008-08-07 22:09:28 +00:00
Laurent Destailleur
069ea7edb0 Fix: Create invoice button enabled only if invoice module enabled 2008-08-07 20:46:15 +00:00
Laurent Destailleur
e2a795886e Fix: Invoice default date to null when creating invoice from contract 2008-08-07 20:39:35 +00:00
Laurent Destailleur
bf45b7340a Fix: In board we show all status different of "processed". 2008-08-07 20:29:46 +00:00
Laurent Destailleur
d00f32710b Fix: Translation 2008-08-07 20:02:51 +00:00
Laurent Destailleur
e8037fb53e Fix: Translation 2008-08-07 19:29:45 +00:00
Laurent Destailleur
7e53645e6e Fix: Remainder to pay wrong on payment page 2008-08-07 17:47:44 +00:00
Laurent Destailleur
effd0b16f2 Fix: Translation 2008-08-07 17:17:35 +00:00
Laurent Destailleur
93ee75291d Fix: mysqli works on localhost 2008-08-07 17:11:05 +00:00
raphael_bertrand
d7a8e44db5 Doxygen 2008-08-07 16:00:24 +00:00
Laurent Destailleur
9cd8957527 Look: Minor ethetical change 2008-08-07 08:03:31 +00:00
Laurent Destailleur
243a5b4863 Doc 2008-08-07 07:50:04 +00:00
Laurent Destailleur
ebc6542c3b Qual: Remove dead code 2008-08-07 07:47:38 +00:00
Laurent Destailleur
95cb0fa877 Fix: Bad translation key 2008-08-07 07:26:31 +00:00
Laurent Destailleur
65b04cdb2c Lang: Added en_AU language 2008-08-07 07:25:35 +00:00
Laurent Destailleur
b989ecd6d4 Lang: Added en_AU language 2008-08-07 07:25:18 +00:00
Laurent Destailleur
e1ee57d6cc Add translation for en_AU 2008-08-07 07:17:17 +00:00
Laurent Destailleur
80fb68125a Add translation for en_AU 2008-08-07 07:12:19 +00:00
Laurent Destailleur
a83964bb7f Lang: Translation more clear 2008-08-07 06:58:42 +00:00
Laurent Destailleur
efb83920ee Lang: Removed duplicate string 2008-08-07 06:49:43 +00:00
Laurent Destailleur
084a12627f Lang: Removed duplicate string 2008-08-07 06:49:43 +00:00
Laurent Destailleur
342853591f Lang: Translation more clear 2008-08-07 06:33:35 +00:00
Laurent Destailleur
d1e66db5ff Change back 2008-08-06 14:58:26 +00:00
Laurent Destailleur
dea6215940 Trad: Missing translation 2008-08-06 14:50:19 +00:00
Laurent Destailleur
d0cbd05e0d Remove duplicate code 2008-08-06 14:50:06 +00:00
raphael_bertrand
95068050b0 Auto PageBreak ehancement with linebreaks anticipation 2008-08-06 14:23:26 +00:00
raphael_bertrand
b156875843 Auto PageBreak patch (bug24007) 2008-08-06 13:18:13 +00:00
Laurent Destailleur
3afde06e92 Trad: Missing translation 2008-08-06 13:15:59 +00:00
Laurent Destailleur
f3566030e0 Fix: Wrong list of product for supplier orders or invoices 2008-08-06 13:06:58 +00:00
Laurent Destailleur
360dd71c58 Removed deprecated code 2008-08-05 14:22:11 +00:00
Laurent Destailleur
701e92bae3 Code cleaner 2008-08-05 08:41:54 +00:00
Laurent Destailleur
759b0395be Fix: Bad price when cloning a product with a price with tax 2008-08-04 00:30:52 +00:00
Laurent Destailleur
b5660d62dc Fix: Removed duplicate lines in actions of contacts 2008-08-03 23:51:40 +00:00
Laurent Destailleur
cc6852058e Fix: Bad status of emailing when sent by web 2008-08-03 23:45:53 +00:00
Laurent Destailleur
062c4c55dd Fix: Security hole 2008-08-03 23:03:27 +00:00
Laurent Destailleur
0fbf387482 Fix: Security hole 2008-08-03 23:02:12 +00:00
Laurent Destailleur
9ca3d9b580 Fix: Bad link 2008-08-03 22:53:56 +00:00
Laurent Destailleur
c705e1d91f Fix: mime type 2008-08-03 22:50:32 +00:00
Laurent Destailleur
7233f8ef0e Increase field 2008-08-03 20:30:52 +00:00
Laurent Destailleur
8f932b470b Fix: Error management for failed dump was not working 2008-08-03 19:43:02 +00:00
Laurent Destailleur
87acdd10c7 Fix: Error management for failed dump was not working 2008-08-03 11:37:40 +00:00
Laurent Destailleur
327c74d35d Fix: Link was to short 2008-08-03 11:34:47 +00:00
Laurent Destailleur
4c1347d030 Fix: Log level for error must be LOG_ERR and not LOG_ERROR 2008-08-02 11:50:21 +00:00
Laurent Destailleur
5e51110f33 Fix: Log level for error must be LOG_ERR and not LOG_ERROR 2008-08-02 11:50:21 +00:00
Laurent Destailleur
5b01f35870 Fix: Log level for error must be LOG_ERR and not LOG_ERROR 2008-08-02 11:44:17 +00:00
Laurent Destailleur
40418d0d38 New: Add a module to select email targets from a file in email module 2008-08-01 20:59:33 +00:00
Laurent Destailleur
90c45ac373 Fix: Add social contributions in budget 2008-07-31 17:48:14 +00:00
Laurent Destailleur
a2a9490392 Fix: Add social contributions in budget 2008-07-31 17:48:14 +00:00
Laurent Destailleur
83d240fbd9 Fix: Add social contributions in budget 2008-07-31 16:30:43 +00:00
Laurent Destailleur
ed159e1eaf Fix: Add social contributions in budget 2008-07-31 16:29:25 +00:00
Laurent Destailleur
5d95afa149 Fix: Add social contributions in budget 2008-07-31 16:07:40 +00:00
Laurent Destailleur
82a3bd3913 Fix: Currency translation and prof id in PDF 2008-07-31 14:25:00 +00:00
Laurent Destailleur
3508add202 Fix: Currency translation and prof id in PDF 2008-07-31 14:21:21 +00:00
Laurent Destailleur
baae1aa998 Fix: Currency translation and prof id in PDF 2008-07-31 14:16:17 +00:00
Laurent Destailleur
0f69009664 Qual: Removed duplicate code 2008-07-29 19:20:33 +00:00
Laurent Destailleur
897152a924 Qual: Removed duplicate code 2008-07-29 19:20:33 +00:00
Laurent Destailleur
a37896ae65 Fix: Pb in date management 2008-07-29 07:45:08 +00:00
Laurent Destailleur
6577bdddea Fix: Pb in date management 2008-07-29 05:04:56 +00:00
Laurent Destailleur
6e60069403 Fix: Pb in date management 2008-07-29 04:49:36 +00:00
Laurent Destailleur
9c548f99e9 Sort by start date 2008-07-29 04:20:13 +00:00
Laurent Destailleur
2e593b94b4 Doxygen 2008-07-29 04:08:06 +00:00
Laurent Destailleur
5f4ded10da Fix: Date must be GTM in agenda export 2008-07-28 21:20:23 +00:00
activdev
447dad021d New : Added filter by date to invoices display list 2008-07-28 10:21:12 +00:00
activdev
efc1e63ed5 Fix : Code cleanup : non need to instanciate a new Form (html) object. Using $html reference instead. 2008-07-28 09:14:12 +00:00
Laurent Destailleur
4cf4c7aa12 Fix: Remove html entities coding in id prof output on PDF. 2008-07-28 09:09:03 +00:00
activdev
f4e461e60a New : added function seelct_year : display a select box to choose a year (4 digits) with various initialization options 2008-07-28 08:38:29 +00:00
activdev
bf37c1af45 New : Added filter by status and date to 'Commercial' and 'Compta' list display propal 2008-07-28 08:37:38 +00:00
Laurent Destailleur
59efd19d2f Fix: Intra VAt value was not cleaned 2008-07-28 00:56:15 +00:00
Laurent Destailleur
04fa91cfcb Doxygen 2008-07-27 23:25:02 +00:00
Laurent Destailleur
3f858d010c Doxygen 2008-07-27 23:12:00 +00:00
Laurent Destailleur
8edd08f074 Doxygen 2008-07-27 23:06:41 +00:00
Laurent Destailleur
7cc756c4bd Doxygen 2008-07-27 22:58:45 +00:00
Laurent Destailleur
f3a178d050 Qual: Removed duplicate code 2008-07-27 21:22:44 +00:00
Laurent Destailleur
214bbdd9a6 Fix: Pb with supplier orders 2008-07-27 20:47:13 +00:00
Laurent Destailleur
f48f2b2df8 Fix: Version of company numbering module not shown. 2008-07-26 16:42:34 +00:00
Laurent Destailleur
684a0e99a1 Fix: Patch Raphael bug #23878 2008-07-26 14:58:56 +00:00
Laurent Destailleur
a6c6d19b3f Fix: Pb with recurrent invoice 2008-07-26 14:48:22 +00:00
Laurent Destailleur
4765e6bf91 Traduction 2008-07-26 12:14:57 +00:00
Laurent Destailleur
d1c615ef14 Fix: Pb in selecting rule for stock management 2008-07-26 12:10:24 +00:00
Laurent Destailleur
6238dd27ad Fix Raphael bug #23933 2008-07-26 11:40:24 +00:00
Laurent Destailleur
9c624bed06 Fix: Ne permet pas reouverture si facture remplacée. 2008-07-21 16:19:51 +00:00
Laurent Destailleur
c49f224ae0 Fix: Translation 2008-07-21 14:28:23 +00:00
Laurent Destailleur
b8c99626fe Fix: Translation 2008-07-21 14:15:07 +00:00
Laurent Destailleur
3aec0809e9 Qual: Clean deprecated lang codes. 2008-07-21 13:47:02 +00:00
Laurent Destailleur
055c3a3fab Translation 2008-07-20 23:57:57 +00:00
Laurent Destailleur
d6fd383d17 Fix: Date format was too short to know which month date is. 2008-07-20 17:40:36 +00:00
Laurent Destailleur
4fd6ce5e0d User creation not correctly managed if not defined 2008-07-20 17:14:19 +00:00
Laurent Destailleur
5cf8180a74 User creation not correctly managed if not defined 2008-07-20 17:09:48 +00:00
Laurent Destailleur
a3f0ad5702 Fix: A bandonned invoice can be reopened (if badcustomer or other reason) 2008-07-20 17:04:48 +00:00
Laurent Destailleur
db953b2606 User creation not correctly managed if not defined 2008-07-19 16:53:56 +00:00
Laurent Destailleur
f582d6004d Fix: Translation 2008-07-18 16:44:41 +00:00
Laurent Destailleur
524295e94e Removed deprecated code 2008-07-18 16:44:30 +00:00
Laurent Destailleur
3739ee00b6 Removed deprecated code 2008-07-18 15:53:03 +00:00
Laurent Destailleur
639434842e Fix: Translation 2008-07-18 15:20:10 +00:00
Laurent Destailleur
f22019a545 Fix: Address on several lines 2008-07-17 22:59:10 +00:00
Laurent Destailleur
6f2396f404 Look: Minor change on theme 2008-07-17 22:23:54 +00:00
Laurent Destailleur
cfe198e1e1 Look: Minor change on theme 2008-07-17 22:15:11 +00:00
Laurent Destailleur
6395d1e4fb New: Add option MAIN_AUTOFILL_DATE 2008-07-17 22:11:45 +00:00
Laurent Destailleur
11920dd1fd Some fixes 2008-07-17 19:10:16 +00:00
Laurent Destailleur
1831bb3983 Some fixes 2008-07-17 18:50:48 +00:00
Laurent Destailleur
a6855be45b Fix: List of actions
New: Add export for particular login
2008-07-17 16:48:24 +00:00
Laurent Destailleur
d4a85a6625 Fix: Remove log 2008-07-17 16:28:49 +00:00
Laurent Destailleur
83b390eb13 Fix: Pb with file attachment if mail is HTML 2008-07-17 00:15:19 +00:00
Laurent Destailleur
2e18666d5d Fix: Pb with file attachment if mail is HTML 2008-07-16 23:37:34 +00:00
Laurent Destailleur
d76130b347 Translation 2008-07-16 21:08:09 +00:00
Laurent Destailleur
92cc51d9ed Fix: Detection if html tag already in mail content 2008-07-16 16:48:50 +00:00
Laurent Destailleur
92f5244673 Fix: Error when deleting categories 2008-07-16 16:27:26 +00:00
Laurent Destailleur
cbe26796c0 Translation 2008-07-16 16:20:18 +00:00
Laurent Destailleur
6d81c0172b Fix: Unused parameter 2008-07-15 18:09:22 +00:00
Laurent Destailleur
514562bd1b Fix: Bad field used 2008-07-15 02:20:55 +00:00
Laurent Destailleur
3088596dc0 Fix: Bug 23775 2008-07-15 00:57:36 +00:00
Laurent Destailleur
7cd10d94c2 Fix: Menu must be gray 2008-07-14 23:31:48 +00:00
Laurent Destailleur
5bf4a7203e Fix: Attached files on orders 2008-07-12 12:53:14 +00:00
Laurent Destailleur
507d96ec25 Fix: Error on generating PDF 2008-07-12 12:45:29 +00:00
Laurent Destailleur
cd0cd276ea Look: Minor change 2008-07-12 11:24:01 +00:00
Laurent Destailleur
6769a2b512 Fix: Bad status report for contracts 2008-07-12 10:31:58 +00:00
Laurent Destailleur
987ede7c10 Fix: Date paiement non saisi par defaut pour eviter erreur saisie 2008-07-12 10:16:48 +00:00
Laurent Destailleur
d77b926d53 Doc 2008-07-11 23:33:16 +00:00
Laurent Destailleur
ca025dae94 Fix: PDF rebuild if status change 2008-07-11 16:27:57 +00:00
Laurent Destailleur
b5748c0fc5 Fix: Regression. Can add another file to proposal and invoices sending 2008-07-11 16:14:57 +00:00
Laurent Destailleur
9ce06c11d1 Fix: W3C 2008-07-11 14:47:02 +00:00
Laurent Destailleur
5a54c49182 Fix: Products on hold are not reported in list with ajax selector 2008-07-11 14:37:51 +00:00
Laurent Destailleur
22e20cea21 Fix: Some errors on generating delivery and sending receipts 2008-07-11 06:46:55 +00:00
Laurent Destailleur
f92c05ec38 Fix: Products on hold are not reported in list with ajax selector 2008-07-10 21:50:23 +00:00
Laurent Destailleur
5a6b708626 Fix: Payment mode not provided 2008-07-10 17:32:24 +00:00
Laurent Destailleur
12279fddec Fix: Documents links was bad if ref contains special chars 2008-07-10 17:11:04 +00:00
Laurent Destailleur
94dce9cbac Fix: Regression 2008-07-10 16:42:41 +00:00
Laurent Destailleur
f511a0c568 TimeZone information are more clear. 2008-07-10 16:25:57 +00:00
Laurent Destailleur
e65cf96e66 Fix: Standatd HTML 2008-07-09 09:24:37 +00:00
Laurent Destailleur
17528986cb Fix: Numbering errors 2008-07-08 23:02:16 +00:00
Laurent Destailleur
940cf2bc31 Fix: Numbering errors 2008-07-08 22:29:34 +00:00
Laurent Destailleur
1c43e655dc Fix: Numbering for terre 2008-07-08 22:18:58 +00:00
Laurent Destailleur
fda9eb1c5b Remove obsolete code 2008-07-08 19:56:06 +00:00
Regis Houssin
9cab4262bb Todo: requete obsolete pointant sur une table inexistante 2008-07-08 09:27:21 +00:00
Laurent Destailleur
58b822c806 New: Add timezone 2008-07-07 20:02:52 +00:00
Laurent Destailleur
306fec7fdd Fix: Maxi bug. Value for date used in object numbering module was current date instead of date of object. 2008-07-07 15:32:55 +00:00
Laurent Destailleur
080e1f31d4 Update doc 2008-07-07 13:12:30 +00:00
Laurent Destailleur
92b137b671 Fix: bad select if a filter is provided 2008-07-07 13:03:54 +00:00
Laurent Destailleur
fdad333184 Doc 2008-07-07 00:12:02 +00:00
Laurent Destailleur
1e1558897e Fix: Payment date was lost 2008-07-06 23:49:12 +00:00
Laurent Destailleur
d77f36285e Fix: Maxi bug. Value for date used in object numbering module was current date instead of date of object. 2008-07-05 15:31:30 +00:00
Laurent Destailleur
6d8755edd4 Fix: Maxi bug. Value for date used in object numbering module was current date instead of date of object. 2008-07-05 14:20:03 +00:00
Laurent Destailleur
43f6ddda87 Fix: Can regenerate invoice 2008-07-04 17:36:18 +00:00
Laurent Destailleur
73cf417a01 Doc 2008-07-04 10:54:46 +00:00
Laurent Destailleur
4c8695b62c Fix: Error management. Payment date is not preselected to avoid errors. 2008-07-04 10:52:21 +00:00
Laurent Destailleur
e3377b1e29 Fix: Error management. Payment date is not preselected to avoid errors. 2008-07-04 10:44:54 +00:00
Laurent Destailleur
09ae698e43 Better error management 2008-07-04 09:20:42 +00:00
Laurent Destailleur
16e87f08b3 Fix: Translation 2008-07-03 17:50:16 +00:00
Laurent Destailleur
ae6c441d09 Fix: Bad link 2008-07-01 21:43:27 +00:00
Laurent Destailleur
1b276285ca Fix: Virement not available for FR_BE 2008-07-01 20:37:43 +00:00
Laurent Destailleur
eb3225c530 Add total for line record ofr suppliers invoices 2008-07-01 20:26:35 +00:00
Laurent Destailleur
cdb912cda4 Fix: Generation delivery receipt 2008-07-01 20:01:19 +00:00
Laurent Destailleur
f86d68e7af Fix: Mise a jour prix total commande fournisseur 2008-07-01 19:57:52 +00:00
Laurent Destailleur
d594244f1a Fix: Mise a jour prix total commande fournisseur 2008-07-01 19:46:18 +00:00
Laurent Destailleur
227c389806 Fix: List of supplier categories 2008-07-01 19:30:39 +00:00
Laurent Destailleur
ff85cff1ad Translation id professional 2008-07-01 14:59:56 +00:00
Laurent Destailleur
ead48afd9e Add all professionnal id 2008-07-01 14:51:31 +00:00
Laurent Destailleur
870841d96f Fix: Translation 2008-06-30 19:34:53 +00:00
Laurent Destailleur
4dc0787274 Fix: Translation 2008-06-30 19:24:28 +00:00
Laurent Destailleur
cc698e6ed0 Fix: Bad default value 2008-06-29 17:02:13 +00:00
Laurent Destailleur
95cc8ff373 Fix: Class not found 2008-06-29 16:33:09 +00:00
Laurent Destailleur
895543d72f Fix: Patch Samuel 2008-06-28 23:35:28 +00:00
Regis Houssin
1499bb83b7 On peut utiliser le nom de la société du contact facturation sur les factures, mettre à 1 la constante FACTURE_USE_COMPANY_NAME_OF_BILL_CONTACT 2008-06-24 08:41:28 +00:00
Laurent Destailleur
0dcee53cab Create beta 2.4 2008-06-20 23:03:07 +00:00
Laurent Destailleur
5c2bfc49a8 Fix: PDF soleil 2008-06-20 23:01:02 +00:00
Laurent Destailleur
c0852b1a87 Fix: PDF soleil 2008-06-20 22:39:45 +00:00
Laurent Destailleur
bf365880e7 Fix: Link for draft proposals 2008-06-20 21:40:29 +00:00
Laurent Destailleur
fb982b6fd3 Add tag {cccc0000} in generic numering modules (from a work of Raphael) 2008-06-20 21:10:24 +00:00
Laurent Destailleur
2af507d7a3 Fix: Patch Raphael 2008-06-20 20:41:35 +00:00
Laurent Destailleur
ea312bc9b4 Fix: Patch Raphael 2008-06-20 18:41:35 +00:00
Laurent Destailleur
60ed7f0dd1 Fix: Patch Raphael 2008-06-20 18:35:06 +00:00
Laurent Destailleur
14548141cc Fix: Patch Raphael 2008-06-20 18:30:04 +00:00
Laurent Destailleur
d71813045e Fix: Patch Raphael 2008-06-20 18:27:00 +00:00
Laurent Destailleur
46c7aa71dd Fix: Gestion erreur 2008-06-19 17:25:15 +00:00
Regis Houssin
064785e926 Fix: apparence de la liste commande brouillon 2008-06-19 10:30:55 +00:00
Laurent Destailleur
5a8b499de8 Doc 2008-06-19 09:03:58 +00:00
Laurent Destailleur
fa40d19866 Fix: More html compliant 2008-06-19 09:00:44 +00:00
Laurent Destailleur
1caad0e6ac Fix: Bad link 2008-06-19 08:53:14 +00:00
Laurent Destailleur
94c6dc3218 Fix: More html compliant 2008-06-19 08:50:59 +00:00
Laurent Destailleur
8699aa3d76 Fix: More html compliant 2008-06-19 08:48:16 +00:00
Laurent Destailleur
d7014ab9eb Fix: log level 2008-06-19 00:26:41 +00:00
Laurent Destailleur
75bd8c2dd0 Fix: order not saved 2008-06-19 00:05:55 +00:00
Laurent Destailleur
7617b65721 Look: Estethical change 2008-06-18 23:19:05 +00:00
Laurent Destailleur
003043b91e Look: Estethical change 2008-06-18 23:11:08 +00:00
Laurent Destailleur
8d81502150 Removed specific code 2008-06-18 23:00:49 +00:00
Laurent Destailleur
dddf28b0ed Fix: Removed this boring cut of area using div and use table instead. This solve also pb with firefox 3. 2008-06-18 22:56:02 +00:00
Laurent Destailleur
0aee463e21 Look: Estethical change 2008-06-18 21:30:52 +00:00
Regis Houssin
3e4982f4eb Fix: problème de tableau avec Firefox 3 (il en reste encore) 2008-06-18 20:01:01 +00:00
Laurent Destailleur
0f5bebfa7e Fix: Some entries were missing in warehouse content list 2008-06-17 18:11:24 +00:00
Laurent Destailleur
7afa1f7067 Fix: Do not touch stock for service lines 2008-06-17 18:03:36 +00:00
Laurent Destailleur
67f11311cc Doxygen 2008-06-17 14:53:41 +00:00
Laurent Destailleur
7524a5d82a Patch Raphael 2008-06-17 14:38:19 +00:00
Laurent Destailleur
3dd77fe5a4 Restriction on ECM module 2008-06-17 14:34:32 +00:00
Laurent Destailleur
b3d7894d9e Patch Raphael 2008-06-17 13:45:44 +00:00
Laurent Destailleur
4f1460cb4f Patch Raphael 2008-06-17 13:45:44 +00:00
Regis Houssin
41b76fbe87 Fix: incorrect link in auguria menu 2008-06-17 08:10:29 +00:00
Regis Houssin
b9b2070d00 Fix: incorrect link in auguria menu 2008-06-17 07:51:22 +00:00
Laurent Destailleur
219c85f994 Trad 2008-06-17 01:39:44 +00:00