Commit Graph

3982 Commits

Author SHA1 Message Date
Laurent Destailleur
3d0c324f5f Fix: Message for stock movement was wrong or missing 2011-11-08 00:03:19 +01:00
Regis Houssin
dea5ec5e26 Fix: reorder problem with external module 2011-11-07 22:32:22 +08:00
Regis Houssin
f1426c80d4 Fix: entity filter 2011-11-07 09:41:41 +01:00
Laurent Destailleur
8193e8a54e Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-11-06 15:45:03 +01:00
Regis Houssin
ca63f3d8e9 Fix: uniform code and reindent 2011-11-06 11:11:43 +01:00
Laurent Destailleur
40da2e23d2 Qual: Reduce sub-options of module fckeditor. This make code cleaner
and all this duplicated options were useless.
2011-11-05 23:18:49 +01:00
Laurent Destailleur
c9b7bdf22f Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
into develop

Conflicts:
	htdocs/compta/deplacement/fiche.php
2011-11-05 21:47:41 +01:00
Laurent Destailleur
06c5f3427c New: There is now two "inline edit" solution: Solution 1 use jquery
and is enabled if MAIN_USE_JQUERY_JEDITABLE is on. Solution 2 use a link
"edit field" on resubmit page for eache field (this is by default). And
we are ready to add more.
New: Add also option MAIN_EDIT_ALSO_INLINE. Goal of this option is to
say: Even if this field can be edited by a global edit form, we allow
field to be edited with the "inline edit" feature (whatever is the
inline edit solution active). This option is to keep the standard
behaviour "We must click a "modify" button to allow to edit globally all
fields at once working and have only this way. If option is on, we can
also use the inlinde edit. If off, inline edit is available only for
fields not included into a global "modify" form.
line
2011-11-05 21:24:55 +01:00
Regis Houssin
fd49fc97c8 Fix: bad function name 2011-11-05 19:44:48 +01:00
Laurent Destailleur
2b9285384c Merge editfield and editInPlace 2011-11-05 18:25:04 +01:00
Laurent Destailleur
cf365593dc Qual: Revert parameter order (optionnal at end) 2011-11-05 15:43:07 +01:00
Laurent Destailleur
fd9e0d8643 Qual: Removed code that must be stored into external modules 2011-11-05 12:34:54 +01:00
Laurent Destailleur
2996ee7639 New: Add trigger ACTION_DELETE and ACTION_MODIFY
Fix: LOG_ERROR must be LOG_ERR
2011-11-01 13:22:39 +01:00
Regis Houssin
dfcc0cff0c Fix: security 2011-10-31 18:52:25 +01:00
Regis Houssin
d9eb4cbeb9 New: add edit in place with ckeditor
Fix: remove unused jQuery plugin ckeip
2011-10-31 16:57:10 +01:00
Regis Houssin
419eb248c1 Fix: add generic edit in place select input 2011-10-31 14:34:11 +01:00
Laurent Destailleur
410efe0427 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2011-10-30 23:46:58 +01:00
Regis Houssin
d055e1c0a3 Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop 2011-10-30 09:07:37 +01:00
Juanjo Menent
5c9ba8a548 [task 189] Move Error* key from other.lang into errors.lang files 2011-10-29 23:52:05 +02:00
Regis Houssin
8dc1a20466 Add jeditable select and autocomplete (not stable) 2011-10-29 23:42:24 +02:00
Laurent Destailleur
784f696c85 Qual: Some fixes to make working with PHP option error_reporting
E_STRICT
2011-10-29 19:50:25 +02:00
Regis Houssin
5d23da1be1 Fix: uniform code 2011-10-29 08:33:59 +02:00
Laurent Destailleur
ba2c791af5 Fix: Filter on third party 2011-10-28 23:59:16 +02:00
Regis Houssin
dea1210c2d Fix: edit in place datepicker more stable 2011-10-28 19:31:42 +02:00
Regis Houssin
4ebbc0de6f Fix: rename "area" to "textarea"
New: add js files for default datepicker options
New: add edit_datepicker for edit in place (not stable)
2011-10-28 16:28:55 +02:00
Regis Houssin
a4c128e11a Merge pull request #39 from simnandez/develop
New: [task 219] LocalTaxes: Add taxes and dividends
2011-10-28 03:29:31 -07:00
Juanjo Menent
ed3059d370 New: [task #219] LocalTaxes: Add taxes and dividends 2011-10-28 12:17:53 +02:00
Regis Houssin
bc6fa60287 Fix: move jnotify options in separate file
Fix: move nl2br treatment
New: add error message for edit in place
2011-10-28 12:02:36 +02:00
Laurent Destailleur
30a3d20604 Add a FIXME note 2011-10-28 01:00:12 +02:00
Laurent Destailleur
b6b48d61bf New: Cheques into cheques receipts are ordered by operation date. 2011-10-28 00:47:28 +02:00
Laurent Destailleur
53daae649c Fix: pgsql compatibility 2011-10-28 00:32:58 +02:00
Regis Houssin
1464929fed Fix: load only textarea for nl2br 2011-10-27 18:55:07 +02:00
Regis Houssin
1137b69a03 Fix: use loadurl just for textarea and numeric 2011-10-27 18:17:27 +02:00
Regis Houssin
df19c5e606 Fix: move ajax tpl to js for uniform code 2011-10-27 18:06:05 +02:00
Regis Houssin
d906552815 New: add edit in place
Fix: change element name with condition for enlarge possibility
2011-10-27 16:38:49 +02:00
Regis Houssin
cdcb15f59f New: add editInPlace function 2011-10-27 10:15:49 +02:00
Regis Houssin
f079b63438 Fix: security 2011-10-26 10:55:56 +02:00
Regis Houssin
e2b539ee7d [edit in place] Add edit_text and edit_numeric 2011-10-26 10:20:27 +02:00
Regis Houssin
5be8bb87a2 Fix: uniformize code 2011-10-26 09:47:03 +02:00
Regis Houssin
efc15bd31b Fix: no source object 2011-10-26 09:40:02 +02:00
Regis Houssin
1398a41add New: works on edit in place 2011-10-25 19:04:02 +02:00
Regis Houssin
5fe088334c Qual: move ajax response in /core/ajax directory 2011-10-25 19:03:12 +02:00
Regis Houssin
2f3aeefc4c [task #218] [Hunt click] merge info tab in card 2011-10-25 12:50:12 +02:00
Regis Houssin
3338649316 [task #217] Move core files in core directory 2011-10-24 14:11:49 +02:00
Regis Houssin
56d6cbe56f [task #216] Move lib in core directory 2011-10-24 12:59:44 +02:00
Regis Houssin
63d60a33fc [task #216] Move lib in core directory 2011-10-24 11:25:54 +02:00
Regis Houssin
c65238b773 [task #216] Move lib in core directory 2011-10-24 10:45:06 +02:00
Regis Houssin
ecc5519a4e Move core lib files in /core/lib 2011-10-24 09:49:50 +02:00
Regis Houssin
30c5f4b214 Move all core class in htdocs/core/class 2011-10-24 09:29:17 +02:00
Regis Houssin
45a7ec5d81 Fix: uniform code 2011-10-24 08:44:34 +02:00
Regis Houssin
a7deb7c23a Fix: uniformize code 2011-10-23 14:55:37 +02:00
Spangaro Alexandre
130a9f2e6e Add page "info" for trip 2011-10-23 10:06:01 +02:00
Regis Houssin
87bbcaf9f6 Fix: remove obsolete code
use objectlinked for retrieve origin and origin_id of an object
2011-10-21 11:03:19 +02:00
Laurent Destailleur
ce3435b490 Doxygen 2011-10-20 14:23:39 +02:00
Alexandre Spangaro
98f248ac8c Mise en place de la fonction info des notes de frais.
Modification fonction update pour mettre à jour l'id de l'auteur qui modifie la note
2011-10-20 16:00:04 +08:00
Laurent Destailleur
4ea692f85a [ bug #83 ] Le montant du bénéfice par tiers sur le menu 'Résultat /
Exercice' est de format incorrect
2011-10-19 13:04:03 +02:00
Laurent Destailleur
c747376945 Can input note (public and private) during trip and expense creation 2011-10-17 14:15:27 +02:00
Laurent Destailleur
0bc80e9bec Qual: Doxygen
Qual: Uniformize some code
2011-10-14 18:51:20 +02:00
Laurent Destailleur
15db353eb4 New: Add option MAIN_DISABLE_PDF_AUTOUPDATE 2011-10-14 16:44:22 +02:00
Regis Houssin
24c9a7d26d Fix: reorder line after update line with fk_parent_line 2011-10-06 00:11:53 +08:00
eldy
fe30491a45 Qual: Mutualize a lot of code between supplier and customer payments 2011-10-01 23:24:39 +02:00
eldy
79546fa072 Qual: Uniformize look of supplier invoice with customer invoice 2011-10-01 21:55:40 +02:00
Regis Houssin
1aac0ffddb Fix: void phpunit test 2011-09-29 10:55:32 +02:00
Regis Houssin
8dfa506a65 Fix: test another method for void phpunit error 2011-09-29 08:53:42 +02:00
Laurent Destailleur
c58a6adf2e Qual: Uniformize code 2011-09-24 22:25:01 +00:00
Laurent Destailleur
f229e25499 Fix: Removed warnings 2011-09-21 16:56:23 +00:00
Laurent Destailleur
aff43ea24f Fix: Removed warnings 2011-09-21 13:05:32 +00:00
Laurent Destailleur
cca0022402 Qual: Removed warning 2011-09-21 12:49:13 +00:00
Laurent Destailleur
a2770df535 Qual: Removed dead file 2011-09-21 12:39:03 +00:00
Laurent Destailleur
31bfa1bddd Fix: Removed warnings 2011-09-21 12:25:23 +00:00
Laurent Destailleur
3e02af4db9 Qual: Removed dead code. 2011-09-20 22:55:28 +00:00
Laurent Destailleur
d579c0f405 Doxygen 2011-09-20 22:45:39 +00:00
Laurent Destailleur
1b3dcfa26d Qual: Removed dead code. 2011-09-20 22:55:28 +00:00
Laurent Destailleur
030f960df3 Doxygen 2011-09-20 22:55:11 +00:00
Laurent Destailleur
1f9f17247f Doxygen 2011-09-20 22:28:31 +00:00
Laurent Destailleur
25a3779fcc Doxygen 2011-09-20 22:45:39 +00:00
Laurent Destailleur
ebb29d2097 Doxygen 2011-09-20 22:28:31 +00:00
Laurent Destailleur
be6286c4b8 Qual: More POO.
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Regis Houssin
ebfc56e75f Fix: replace siezof by count
Fix: update exclude dir
2011-09-20 14:36:57 +00:00
Regis Houssin
25cf224f0b Fix: uniformize code 2011-09-20 14:14:58 +00:00
Regis Houssin
551e1f81bf Fix: Space after closing parenthesis of function call prohibited 2011-09-20 13:32:16 +00:00
Regis Houssin
6c4acefd93 Fix: Space before opening parenthesis of function call prohibited 2011-09-20 12:56:06 +00:00
Regis Houssin
5efe1cd470 Fix: Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. 2011-09-20 10:30:56 +00:00
Regis Houssin
ac2d7aab7c Fix: Space found before comma 2011-09-20 09:59:08 +00:00
Regis Houssin
b6a2f13673 Fix: avoid jenkins warning
Fix: SpaceAfterOpenBracket, SpaceAfterCloseBracket, SpaceBeforeCloseBracket, SpaceBeforeOpenBracket
2011-09-20 09:40:27 +00:00
Regis Houssin
2c1b3722f2 Fix: replace sizeof() by count() 2011-09-17 19:49:50 +00:00
Laurent Destailleur
9b949351ac Uniformize code 2011-09-14 22:51:11 +00:00
Laurent Destailleur
4d042c45cb Fix: W3C 2011-09-14 12:29:44 +00:00
Laurent Destailleur
74f663decd New: Add patch from Guillaume Baron 2011-09-13 23:06:16 +00:00
Laurent Destailleur
27e034c074 Doxygen 2011-09-12 19:49:40 +00:00
Laurent Destailleur
5b3353047c Better link 2011-09-12 19:40:41 +00:00
Laurent Destailleur
c17d06f9ce Removed deprecated file 2011-09-12 19:47:43 +00:00
Laurent Destailleur
7e22db2abe Look: Uniformize view 2011-09-12 19:34:59 +00:00
Laurent Destailleur
cd0623189e Clean deprecated code 2011-09-12 23:23:53 +00:00
Laurent Destailleur
d0abea9db0 Fix: Missing translation 2011-09-12 19:31:32 +00:00
Laurent Destailleur
507fd89c60 Doxygen 2011-09-12 19:49:40 +00:00
Laurent Destailleur
21451b3a5a New: Add total on interventions 2011-09-12 19:25:40 +00:00
Laurent Destailleur
ceb1a0c9af Removed deprecated file 2011-09-12 19:47:43 +00:00
Laurent Destailleur
b8a377fa8f Doxygen 2011-09-12 17:43:31 +00:00
Laurent Destailleur
411b3415eb Doxygen 2011-09-12 17:08:02 +00:00
Laurent Destailleur
cf917a70f1 Qual: Uniformize constructors 2011-09-11 18:35:38 +00:00
Laurent Destailleur
197257de90 Comment 2011-09-11 10:34:08 +00:00
Laurent Destailleur
6bd634b164 Qual: Uniformize constructors 2011-09-11 18:35:38 +00:00
Laurent Destailleur
b9129b1a60 Comment 2011-09-11 10:34:08 +00:00
Laurent Destailleur
a50db95e7e Qual: Uniformize constructors 2011-09-11 18:35:38 +00:00
Laurent Destailleur
84075f6fab Comment 2011-09-11 10:34:08 +00:00
Laurent Destailleur
b75d19c264 Qual: Uniformize constructors 2011-09-11 18:35:38 +00:00
Laurent Destailleur
fc7700501f Comment 2011-09-11 10:34:08 +00:00
Laurent Destailleur
209a134c48 Fix: pgsql compatibility 2011-09-10 23:53:22 +00:00
Laurent Destailleur
b92f7268ec Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
a41c9c9f1e Fix: pgsql compatibility 2011-09-10 23:53:22 +00:00
Laurent Destailleur
4dbbef67d2 Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
2587ee5c38 Fix: pgsql compatibility 2011-09-10 23:53:22 +00:00
Laurent Destailleur
65c2d93a29 Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
8426d806f0 Fix: pgsql compatibility 2011-09-10 23:53:22 +00:00
Laurent Destailleur
605355c89c Fix: When creating invoice from other object, discount are created
automatically
2011-09-10 17:52:21 +00:00
Laurent Destailleur
fede124eb3 Fix: Removed regex error 2011-09-08 19:40:49 +00:00
Laurent Destailleur
926c687380 Fix: Removed regex error 2011-09-08 19:39:40 +00:00
Laurent Destailleur
33a63566dd Fix: Removed regex error 2011-09-08 19:40:49 +00:00
Laurent Destailleur
696acf5e77 Fix: Removed regex error 2011-09-08 19:39:40 +00:00
Laurent Destailleur
b224784675 Fix: Removed regex error 2011-09-08 19:40:49 +00:00
Laurent Destailleur
38896c07a3 Fix: Removed regex error 2011-09-08 19:39:40 +00:00
Laurent Destailleur
1e62cc0bce Fix: Removed regex error 2011-09-08 19:40:49 +00:00
Laurent Destailleur
7345c3eb42 Fix: Removed regex error 2011-09-08 19:39:40 +00:00
Laurent Destailleur
f999df54a5 Fix: Removed regex error 2011-09-08 19:40:49 +00:00
Laurent Destailleur
320fb3288b Fix: Removed regex error 2011-09-08 19:39:40 +00:00
Laurent Destailleur
b8558678c2 New: Add direct link to discount on invoice creation page 2011-09-08 21:50:41 +00:00
Laurent Destailleur
c730fb3c0c Fix: Bad link 2011-09-08 20:21:19 +00:00
Laurent Destailleur
a8be10b3c6 Qual: Uniformize code
Doxygen
2011-09-08 20:02:57 +00:00
Laurent Destailleur
9e5cad2c47 Fix: Bad link 2011-09-08 20:21:19 +00:00
Laurent Destailleur
549b7a655b Qual: Uniformize code
Doxygen
2011-09-08 20:02:57 +00:00
Laurent Destailleur
abddab8eb5 Fix: Removed regex error 2011-09-08 19:40:49 +00:00
Laurent Destailleur
ebbac8f1d1 Fix: Removed regex error 2011-09-08 19:39:40 +00:00
Laurent Destailleur
87373052ed Fix: Removed regex error 2011-09-08 19:40:49 +00:00
Laurent Destailleur
45467f0654 Fix: Removed regex error 2011-09-08 19:39:40 +00:00
Laurent Destailleur
003911a42d Fix: W3C 2011-09-07 16:48:04 +00:00
Laurent Destailleur
d9971b0bd5 Work on rpm package 2011-09-07 15:31:11 +00:00
Laurent Destailleur
24c5993a47 Fix: W3C 2011-09-07 16:48:04 +00:00
Laurent Destailleur
ced84e4122 Doxygen 2011-09-03 00:14:27 +00:00
Juanjo Menent
68747516db Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
67ea6c1272 Doxygen 2011-09-03 00:14:27 +00:00
Juanjo Menent
cc85bf14e3 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
9145e9bae7 Doxygen 2011-09-03 00:14:27 +00:00
Juanjo Menent
488a1ab3c3 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
06e7424755 Doxygen 2011-09-03 00:14:27 +00:00
Juanjo Menent
d51e9a4916 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
73dd5151a6 Doxygen 2011-09-03 00:14:27 +00:00
Juanjo Menent
2bd7469cd2 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
4bf7706e38 Doxygen 2011-09-03 00:27:02 +00:00
Laurent Destailleur
ec15a4ae3b Doxygen 2011-09-03 00:19:56 +00:00
Laurent Destailleur
351a2974dd Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
044879c838 Doxygen 2011-09-02 23:57:26 +00:00
Laurent Destailleur
0e2946cec7 Doxygen 2011-09-03 00:19:56 +00:00
Laurent Destailleur
e5988ad241 Fix: Error management when adding notification 2011-09-02 23:41:55 +00:00
Laurent Destailleur
2d89e6609e Doxygen 2011-09-03 00:14:27 +00:00
Laurent Destailleur
5be5852cf4 Fix: Third party emails must not be visible into notification page 2011-09-02 23:07:47 +00:00
Laurent Destailleur
42c86ce1ac Work on rpm package 2011-09-03 01:46:33 +00:00
Juanjo Menent
cac55067fb Qual: Uniformize code 2011-09-02 22:33:28 +00:00
Laurent Destailleur
55c5c5f9f5 Work on rpm package 2011-09-03 01:27:00 +00:00
Laurent Destailleur
f5f37fa8dc Qual: Uniformize code 2011-09-02 16:33:11 +00:00
Laurent Destailleur
d53b179102 Fix: Fix GNU address
Doxygen
2011-09-03 01:24:09 +00:00
Laurent Destailleur
f39c932b2e Qual: Uniformize code 2011-09-02 16:25:07 +00:00
Laurent Destailleur
26badd59f4 Doxygen 2011-09-03 00:27:02 +00:00
Juanjo Menent
116e215323 Uniformize code 2011-09-02 15:41:35 +00:00
Laurent Destailleur
1ca46d8ec4 Doxygen 2011-09-03 00:19:56 +00:00
Juanjo Menent
8f19ee66e4 Uniformize code 2011-09-02 14:31:53 +00:00
Laurent Destailleur
d1d145620d Doxygen 2011-09-03 00:14:27 +00:00
Juanjo Menent
5f2daf5867 Uniformize code 2011-09-02 12:51:12 +00:00
Laurent Destailleur
9bdb1057e1 Fix: W3C 2011-08-31 15:30:56 +00:00
Laurent Destailleur
e1114102e9 Fix: W3C 2011-08-31 15:12:11 +00:00
Laurent Destailleur
2bb5e4ba69 Fix: W3C 2011-08-31 15:12:09 +00:00
Laurent Destailleur
4334ec8b30 Fix: W3C 2011-08-31 15:05:09 +00:00
Laurent Destailleur
f47e80dca1 Fix: W3C 2011-08-31 14:55:54 +00:00
Laurent Destailleur
1aaf65c257 PDF works with us letter format 2011-08-31 14:42:47 +00:00
Laurent Destailleur
b96fd1df38 Doxygen 2011-08-28 14:18:14 +00:00
Laurent Destailleur
dff39eabde Doxygen 2011-08-28 14:03:53 +00:00
Regis Houssin
03711cf6f2 Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
Laurent Destailleur
ab953d6501 Qual: Call static methods as static with no need to create instance 2011-08-27 15:40:08 +00:00
Regis Houssin
2ecc03104c Fix: remove obsolete tags (in progress) 2011-08-27 15:14:31 +00:00
Regis Houssin
726d9581dd Fix: remove obsolete tags (in progress) 2011-08-27 14:24:16 +00:00
Laurent Destailleur
ef34f0e872 Fix: W3C 2011-08-23 23:01:47 +00:00
Regis Houssin
5085638f5e Fix: uniformize code 2011-08-23 18:40:45 +00:00
Regis Houssin
68a9994b62 add hooks for object options 2011-08-23 15:23:19 +00:00
Laurent Destailleur
cfe34139cf Qual: Clean and uniformize code.
Remove properties, that are not related to business, from parent business class commonobject.
2011-08-22 22:04:21 +00:00
Laurent Destailleur
0adbca4625 Qual: Mutualize a lot of duplicate functions into functions.lib.php 2011-08-17 15:56:22 +00:00
Laurent Destailleur
e9b113ade8 Qual: Mutualize some code
Fix: Missing begin
Fix: Removed functions returning database cursor
2011-08-14 03:13:50 +00:00
Laurent Destailleur
3f2e6bbf82 Qual: Removed dead code 2011-08-14 02:11:15 +00:00
Laurent Destailleur
9eea2e86af doxygen 2011-08-14 00:00:06 +00:00
Laurent Destailleur
22eae6fae7 Look: Minor look enhancements 2011-08-13 00:47:59 +00:00
Regis Houssin
932b8f90e1 Fix: works on repair broken features 2011-08-12 05:41:01 +00:00
Regis Houssin
00aaaac8aa Fix: works on repair broken features 2011-08-11 15:14:50 +00:00
Laurent Destailleur
dcd3ab435d Qual: Removed no more used external libraries (fpdi_protection)
Qual: Centralize include of external libray fpdi
Qual: Now use fpdi with no changes
2011-08-11 12:13:59 +00:00
Laurent Destailleur
1f37f2bbbd Removed deprecated files FPDF. 2011-08-10 23:20:55 +00:00
Laurent Destailleur
acea604e54 Change signature of all call executHooks.
Now they accept all the following signature:
executeHooks('method',$parameters,$object,$action)
2011-08-10 22:47:33 +00:00
Regis Houssin
66d5d6905f Fix: works on repair broken features 2011-08-10 19:55:21 +00:00
Regis Houssin
2b3711fa0d Fix: works on repair broken features (in progress) 2011-08-10 18:04:41 +00:00
Regis Houssin
fc93513607 Fix: works on repair broken features (in progress) 2011-08-10 17:56:02 +00:00
Laurent Destailleur
27ede66991 Fix: Use correct style for left tables 2011-08-08 15:28:00 +00:00
Laurent Destailleur
e00eb762f4 Look: Uniformize code and array presentation
Doc: Doxygen
2011-08-08 14:25:44 +00:00
Laurent Destailleur
e58aa3fcb0 Fix: Do not close automatically deposits 2011-08-08 01:01:45 +00:00
Laurent Destailleur
6822aafb6d Fix: Total is not rounded on user precision 2011-08-06 18:44:59 +00:00
Laurent Destailleur
1bcc5d148b Fix: bug #33918 : Écriture bancaire fantôme 2011-08-05 21:05:19 +00:00
Laurent Destailleur
69ecbf3981 Fix: Avoid errors into rpm packages 2011-08-03 01:13:30 +00:00
Laurent Destailleur
f4606c2253 Fix: Avoid errors into rpm packages 2011-08-03 00:45:22 +00:00
Laurent Destailleur
e2c007305c Fix: Avoid errors into rpm packages 2011-07-31 22:21:57 +00:00
Laurent Destailleur
3c5f83b8a4 Fix: Avoid errors into rpm packages 2011-07-31 22:08:25 +00:00
Laurent Destailleur
cc840ad66e Fix: Avoid errors into rpm packages 2011-07-31 21:24:20 +00:00
Laurent Destailleur
717ccab054 Fix: If list is empty, show "None". 2011-07-29 21:15:39 +00:00
Laurent Destailleur
13e3cc77b9 Fix: Uniformize error management 2011-07-29 20:47:34 +00:00
Cyrille de Lambert
26e315c785 improves the simplified payment
MAIN_JS_ON_PAYMENT must be set
2011-07-27 08:00:45 +00:00
Laurent Destailleur
fed9daf5c8 Fix: Remove sql 2011-07-26 23:16:47 +00:00
Laurent Destailleur
3846af73ce Fix: tr-td 2011-07-26 23:11:52 +00:00
Laurent Destailleur
40704a5c5a Look fixes and enhancements 2011-07-20 19:03:31 +00:00
Laurent Destailleur
6f0b281f2d Fix: Typo 2011-07-20 12:37:08 +00:00
Laurent Destailleur
4180412747 Fix: encoding 2011-07-18 18:07:36 +00:00
Laurent Destailleur
cec23023d1 Fix: Several fix in vat calculation. Add warning to say deposit invoices are not included. 2011-07-18 11:11:19 +00:00
Laurent Destailleur
c9d3aba7e8 Fix: We discard negative lines on invoices 2011-07-17 19:58:55 +00:00
Regis Houssin
d82e40b010 Fix: object is a parameter 2011-07-14 05:21:52 +00:00
Laurent Destailleur
2e8ce5e513 Fix: No check box if no PDF 2011-07-13 14:41:02 +00:00
Laurent Destailleur
41b1886b55 Fix: Cash account should be alos used to pay taxes 2011-07-13 14:25:49 +00:00
Laurent Destailleur
e23713845f Restore hidden param to enable feature for the release 3.1. I suggest to test it during on version untill making it visible by default. 2011-07-13 08:57:21 +00:00
Cyrille de Lambert
e9c69fcb9e Correction paiement Ajax 2011-07-11 09:32:35 +00:00
Laurent Destailleur
f40efea008 Fix: file add and delte in email forms was broken with firefox 5 2011-07-10 20:03:38 +00:00
Regis Houssin
478a0572ef Fix: date problem with external module 2011-07-08 10:22:14 +00:00
Laurent Destailleur
b76f055d2b Fix: Select of recipient on email form 2011-07-07 21:32:18 +00:00
Laurent Destailleur
e2b18d565a Fix: Bad order on documents pages 2011-07-06 20:56:48 +00:00
Regis Houssin
129c3dd101 Fix: uniformize code
Fix: add confirm delete file
New: add upload and delete file triggers
2011-07-05 16:10:56 +00:00
Cyrille de Lambert
56a295b9c0 *** empty log message *** 2011-07-04 16:39:48 +00:00
Laurent Destailleur
03c7579beb Qual: Removed some deprecated/duplicated functions 2011-07-04 11:33:22 +00:00
Laurent Destailleur
1872f6b12d Fix: pgql compatibility 2011-07-04 10:44:36 +00:00
Regis Houssin
54effb5b27 Fix: add more triggers 2011-07-04 10:35:48 +00:00
Laurent Destailleur
4cf9b92ce3 Fix: Trans 2011-07-04 10:34:56 +00:00
Laurent Destailleur
7e8883db25 Uniformize error report 2011-07-04 10:33:56 +00:00
Laurent Destailleur
df8da8678b Fix: pgql compatibility 2011-07-04 10:30:00 +00:00
Laurent Destailleur
8ca0718d5e doxygen 2011-07-04 09:01:37 +00:00
Laurent Destailleur
d7f02f1916 Can create invoice from an intervention 2011-07-02 17:02:00 +00:00
Laurent Destailleur
3b3f937e47 Fix: EMail sent message 2011-07-02 16:48:31 +00:00
Laurent Destailleur
e5afc7c416 Fix: Error management 2011-07-02 13:09:52 +00:00
Laurent Destailleur
bd9c4ef613 Perf: Try to increase speed 2011-07-01 23:04:13 +00:00
Regis Houssin
d6d98bfc45 Fix: jquery payment not stable 2011-07-01 16:18:10 +00:00
Regis Houssin
16947fff89 Fix: jquery payment not stable 2011-07-01 16:18:10 +00:00
Cyrille de Lambert
08d99b584b Modify règlement 2011-07-01 15:19:32 +00:00
Laurent Destailleur
c321b972de New: Add search box for donation and trips/expenses 2011-06-30 21:53:02 +00:00
Regis Houssin
f344dbdefe Fix: Name of hook must also be unique for each tab 2011-06-30 13:27:20 +00:00
Laurent Destailleur
71770c4cfd Qual: Uniformize code. Actions canvas conflicts with actions hook. So now we always hook to intercept actions. Name of hook must also be unique for each tab. 2011-06-29 22:29:50 +00:00
Laurent Destailleur
efd7b8d429 Serious enhancement of expenses module 2011-06-29 17:55:32 +00:00
Philippe Grand
9156bb719c To change a bill owner if mistaking
This parameters should be used for troubleshooting using FACTURE_CHANGE_THIRDPARTY
2011-06-29 15:48:02 +00:00
Laurent Destailleur
dd9f21b7ae Uniformize table fields 2011-06-29 11:22:35 +00:00
Regis Houssin
f7883c6cb6 Fix: include trigger 2011-06-20 06:59:04 +00:00
Laurent Destailleur
337f41c8e1 Uniformize code 2011-06-17 22:24:52 +00:00
Regis Houssin
775bcffe6e Fix: missing title 2011-06-17 17:03:10 +00:00
Regis Houssin
9acef01942 Fix: add $num for paypal transaction 2011-06-17 14:56:17 +00:00
Laurent Destailleur
d694a1b1e0 Fix: Retore usage of id because ther is no ref for such objects. All records must have 2 id:
on technical id (rowid)
on user id (ref).
num_chq can't be used because it is not a unique value, nor a mandatory value
2011-06-17 10:30:28 +00:00
Regis Houssin
10bb64b2cd Fix: ref is not rowid ?? 2011-06-16 10:53:27 +00:00
Regis Houssin
403302e5b5 New: add trigger PAYMENT_DELETE 2011-06-16 10:32:41 +00:00
Regis Houssin
4d27ac55da Fix: bad field name 2011-06-15 15:22:48 +00:00
Laurent Destailleur
4078a1243e Fix: Trans 2011-06-15 08:57:55 +00:00
Laurent Destailleur
09571ef5f0 Fix: Missing some customers 2011-06-15 08:55:30 +00:00
Laurent Destailleur
d0a3ba0e07 Fix: Use correct date 2011-06-14 22:28:10 +00:00
Laurent Destailleur
67b2cb1b48 Fix: Use correct date 2011-06-14 22:16:30 +00:00
Laurent Destailleur
f08ced8b36 Fix: Use correct date 2011-06-14 22:04:43 +00:00
Laurent Destailleur
128f2b3458 Fix: Bad link 2011-06-14 21:47:34 +00:00
Laurent Destailleur
1e19231539 Fix: Bad link 2011-06-14 21:39:09 +00:00
Regis Houssin
be395afb80 Works on shipping module enhancement 2011-06-13 15:41:47 +00:00
Laurent Destailleur
a6b82d843b New: Creation of contacts from third party page go back to third party. 2011-06-13 15:14:11 +00:00
Laurent Destailleur
3b5bfd5ae0 New: Statistics support filtering on user. 2011-06-13 14:17:44 +00:00
Laurent Destailleur
f46492befe New: Statistics support filtering on user. 2011-06-13 13:42:51 +00:00
Laurent Destailleur
2ffb4f2d02 Qual: Uniformize user interface 2011-06-13 13:07:10 +00:00
Philippe Grand
490ca8b320 uniformize code 2011-06-13 11:48:31 +00:00
Laurent Destailleur
c3cbd7c24e New: Add link from turnover report by third parties to payments of third parties.
Fix: List of payments with no invoices works again.
2011-06-13 11:10:43 +00:00
Laurent Destailleur
bf6166dfd5 Fix: Pagination 2011-06-13 10:24:06 +00:00
Laurent Destailleur
7f852d293c Fix: Avoid wrap with chrome.
Fix: Disable lightbox. Does not works with showphoto.
2011-06-12 22:13:05 +00:00
Laurent Destailleur
e1094fc293 Qual: Debug and clean notification module 2011-06-12 18:05:30 +00:00
Laurent Destailleur
f139eb83b1 Enhance donation module 2011-06-12 15:47:10 +00:00
Laurent Destailleur
8489606e3b task #10958 : Add link to cheque receipts into bank transaction line if exists 2011-06-11 16:10:52 +00:00
Juanjo Menent
2093b255d9 Fix: Journal format and align numbers 2011-06-09 14:35:10 +00:00
Regis Houssin
7ae2b6e35b Fix: missing fk_parent_line 2011-06-08 13:04:51 +00:00
Laurent Destailleur
993428e093 Work on workflow module. 2011-06-06 19:15:44 +00:00
Laurent Destailleur
747c6ddc3d Fix: Removed useless duplicate properties. 2011-06-06 11:37:59 +00:00
Regis Houssin
5f6ac1374c New: best method for linked object with actioncomm
New: add action "shipping send by mail"
2011-06-04 13:12:44 +00:00
Regis Houssin
5a24cfa6b9 Fix: bad function 2011-06-02 18:05:31 +00:00
Laurent Destailleur
0dff6f1e80 Uniformize code 2011-06-01 22:58:20 +00:00
Laurent Destailleur
a277a6b186 Fix: Correct trans 2011-06-01 08:09:13 +00:00
Regis Houssin
5b4816dead Fix: uniformize code 2011-06-01 06:04:48 +00:00
Regis Houssin
8e25cb1ae5 Fix: possibility to have more hooks in the same page
New: add left search block hook and extra left block hook
2011-05-31 14:04:45 +00:00
Laurent Destailleur
86d83f9896 Enhance specimen 2011-05-30 18:48:19 +00:00
Laurent Destailleur
b1bcd94b3b Fix: bug #33123 2011-05-28 12:19:49 +00:00
Laurent Destailleur
cd955234f7 Fix: Show both year when accountancy year is on 2 years 2011-05-27 17:30:23 +00:00
Regis Houssin
da1bd8ce5f Fix: move this to an external module in Doliforge 2011-05-26 06:17:17 +00:00
Laurent Destailleur
a918f3bf11 Fix: Restore a broken feature. 2011-05-25 21:56:35 +00:00
Laurent Destailleur
91ccc73180 Fix: Use output message style. 2011-05-25 19:31:28 +00:00
Laurent Destailleur
9e2eccbe4c Fix: Fix corrupted data on date of trips 2011-05-25 18:16:58 +00:00
Regis Houssin
14c2ee5854 Works on paypal module
Fix: force to credit card
2011-05-25 14:01:42 +00:00
Regis Houssin
4c2866fc57 Works on paypal module
Fix: add transaction id and default bank account
2011-05-25 13:34:12 +00:00
Regis Houssin
8d8fd9ba91 Works on paypal module
Fix: add multi status
2011-05-25 12:33:59 +00:00
Laurent Destailleur
0b0cf35b28 New: Add filter on bank account on check deposits 2011-05-24 21:24:05 +00:00
Laurent Destailleur
670c74ecd6 New: Add filter on bank account on check deposits 2011-05-24 18:16:57 +00:00
Regis Houssin
be26c52243 Works on paypal module
New: add trigger for fee treatment
2011-05-24 17:28:58 +00:00
Regis Houssin
e77298321a Works on paypal module
Fix: replace ref_ext by ref_int
2011-05-24 09:50:51 +00:00
Laurent Destailleur
edd91b7d26 Qual: Clean stock increase/decrease code 2011-05-23 23:46:39 +00:00