Laurent Destailleur
0d09de0cf8
Fix: Normalize trigger names for fichinter module.
2012-12-30 17:13:43 +01:00
Regis Houssin
b838895db9
Fix: change for a neutral email
2012-12-30 15:13:49 +01:00
Christophe Battarel
2a4261db28
add linked object storage in fichinter
2012-12-05 18:48:02 +01:00
Laurent Destailleur
2170801fd2
New: Uniformize pdf generation code. We also keep space to repeat pdf
...
head info.
2012-09-17 00:43:23 +02:00
Marcos García
9b3c89ac47
Removed parenthesis from all include and include_once and replaced with single quotes
2012-08-23 02:40:41 +02:00
Marcos García
706d79986c
Removed parenthesis from all require_once and replaced with single quotes
2012-08-22 23:11:24 +02:00
Regis Houssin
a856ad0afa
Fix: strict mode sunshine
2012-08-19 09:05:50 +02:00
Stephen L
c1d15a9572
Add: hooks and triggers for a lot of core modules (action/calendrier, deplacement, dons, tva, contact/tiers, contrat, product lines, expedition, fournisseur commandes et factures, fiche intervention, projet et taches)
...
Signed-off-by: Stephen L. <lrq3000@gmail.com >
2012-08-14 15:50:45 +02:00
Marcos García
5a73c32f46
Migrated ClassName to __construct() function
...
Changed $DB to $db
lower-cased "Class"
2012-07-30 17:17:33 +02:00
Laurent Destailleur
d6a5b224fb
Revert bad practice: setEvent use SESSION. Such usage is limited to HTML
...
page context and can be used inside any pages.
However usage of _SESSION must never be used inside a library (except
for function dedicated to HTML page context), and never inside
object classes (we must use $this->errors, $this->mesgs or
$this->warnings instead).
2012-07-29 14:15:29 +02:00
Regis Houssin
eee5653c54
Fix: try to use the new message system
2012-07-29 12:54:19 +02:00
Regis Houssin
6f1651309e
Fix: global converting lines delimiter
2012-07-02 19:30:37 +02:00
Regis Houssin
bf379fc242
Fix: uniformize code
2012-06-11 21:45:59 +02:00
defrance69
80e717af7e
Update htdocs/fichinter/class/fichinter.class.php
2012-05-18 15:36:05 +03:00
Regis Houssin
73487a6aec
Fix: replace mktime() by dol_now()
2012-04-30 15:01:25 +02:00
Regis Houssin
4ecc64504d
Fix: use the original json functions
2012-03-18 19:59:38 +01:00
Laurent Destailleur
9ed46d9892
Fix: Navigation arrows were missing
2012-03-18 01:25:08 +01:00
Regis Houssin
09e6867029
New: add view/edit notes in "deplacement" and "fichinter" cards
2012-03-16 16:01:45 +01:00
Regis Houssin
e2cea80f69
Fix: problem with this pdf
2012-02-24 17:25:53 +01:00
Regis Houssin
6a43a517f1
Fix: add deleteObjectLinked function
2012-02-07 16:47:46 +01:00
Laurent Destailleur
2d67802938
Doxygen
2012-01-08 00:52:07 +01:00
Laurent Destailleur
4523f1789d
Qual: Removed dead code
...
Doxygen
2012-01-04 23:56:10 +01:00
simnandez
58761d343b
Qual: Uniformize code
2011-12-19 17:29:09 +01:00
Laurent Destailleur
b52fc32853
Fix: fix not initialized variables
2011-12-05 19:41:38 +01:00
Laurent Destailleur
c16c09a451
Qual: Mutualize code to delete previews
2011-11-04 00:27:30 +01: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
5899fa6eb7
Fix: add note public and private during create
2011-10-27 16:04:50 +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
Laurent Destailleur
be6286c4b8
Qual: More POO.
...
Qual: Doxygen
2011-09-20 17:19:46 +00:00
Laurent Destailleur
7d5792f1a7
Look: Uniformize view
2011-09-12 19:34:59 +00:00
Laurent Destailleur
9b553db508
Fix: Syntax error
2011-09-12 18:43:01 +00:00
Laurent Destailleur
4892813ed0
Fix: Missing translation
2011-09-12 19:31:32 +00:00
Laurent Destailleur
4d8244f56e
Doxygen
2011-09-12 18:15:11 +00:00
Laurent Destailleur
a9d61ae84c
Fix: Specimen
2011-09-12 19:21:57 +00:00
Laurent Destailleur
b75d19c264
Qual: Uniformize constructors
2011-09-11 18:35:38 +00:00
Laurent Destailleur
605355c89c
Fix: When creating invoice from other object, discount are created
...
automatically
2011-09-10 17:52:21 +00:00
Regis Houssin
2ecc03104c
Fix: remove obsolete tags (in progress)
2011-08-27 15:14:31 +00:00
Laurent Destailleur
be771c9d44
Fix: Avoid errors into rpm packages
2011-07-31 23:45:11 +00:00
Laurent Destailleur
9ae8b88380
Fix: Param of constructor must be only database handler
2011-07-10 13:48:25 +00:00
Juanjo Menent
4e8c0a676b
Doxygen
2011-07-08 09:18:54 +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
Juanjo Menent
0c3201ff1a
task #11004 : Create invoice from intervention
2011-07-01 16:24:44 +00:00
Laurent Destailleur
e9f4879245
Qual: Prepare move of function dol_delete_file into file.lib.php
2011-03-09 15:34:57 +00:00
Regis Houssin
3b4ea76538
Fix: compatibility with pgsql, replace all addslashes by $this->db->escape in class
2011-02-24 18:11:12 +00:00
Regis Houssin
502bb75d2c
Fix: uniformize code
2010-12-15 07:12:28 +00:00
Laurent Destailleur
2498426867
Fix: Restore stable version for 3.0
2010-12-14 23:27:17 +00:00
Regis Houssin
9d46536909
Fix: uniformize code
2010-12-14 15:04:56 +00:00
Laurent Destailleur
3fcbfcc17d
Qual: Uniformize code (ligne -> line)
2010-10-27 14:47:32 +00:00