Laurent Destailleur
068c536741
Fix: Delete all files (PROV* when validating.
2012-08-07 14:24:54 +02:00
Regis Houssin
2884aac4bc
Fix: delete pdf if supplier invoice is deleted
...
Fix: compatibility with external modules
Conflicts:
htdocs/core/modules/supplier_invoice/pdf/pdf_canelle.modules.php
2012-08-05 18:36:20 +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
Laurent Destailleur
de621f0567
Fix: Restore compatibility. Try to isolate "charges" feature with
...
a condition (i did not understand what it means and goal, i'm afraid
other users should not understand too).
2012-07-25 11:32:48 +02:00
Marcos García
568db22649
Renamed fk_methode_commande to fk_input_method
2012-07-22 16:58:37 +02:00
Christophe Battarel
34132de71d
add charges to supplier prices
2012-07-19 15:36:25 +02:00
Regis Houssin
e1b0d183e4
Fix: add commonorder and commoninvoice classes
2012-07-11 18:13:41 +02:00
Regis Houssin
66b2f630ac
Fix: big avoid strict mode errors
2012-07-09 12:31:21 +02:00
Regis Houssin
887f210618
Fix: avoid warning with php 5.4 and strict mode
2012-07-08 23:22:22 +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
Laurent Destailleur
dc09960143
New: Add bank account on payment list of invoice card.
2012-05-08 15:43:58 +02:00
Regis Houssin
73487a6aec
Fix: replace mktime() by dol_now()
2012-04-30 15:01:25 +02:00
Laurent Destailleur
b9133410c2
Qual: Uniformize code.
2012-04-28 18:49:01 +02:00
Laurent Destailleur
716b605d27
Fix: bad case of construct key word
2012-04-20 09:48:00 +02:00
Regis Houssin
65b9d6281d
Merge pull request #168 from grandoc/develop
...
update approve function
2012-04-16 03:20:00 -07:00
Laurent Destailleur
9114fec4ed
Doxygen
2012-04-16 12:01:32 +02:00
Grand Philippe
30c5160007
update approve function
2012-04-16 09:50:02 +02:00
Laurent Destailleur
f9e2fe0440
Fix: date must be quoted
2012-04-15 19:22:43 +02:00
Laurent Destailleur
9a70541084
Fix: Missing migration field
...
Fix: Date must be quoted
2012-04-15 18:41:38 +02:00
Grand Philippe
d79c8a3fa1
change from cloture to approve and complete function approve
2012-04-15 16:49:49 +02:00
Laurent Destailleur
c4c2b4ee7f
Fix: PHP 5.4
2012-04-14 20:21:06 +02:00
Regis Houssin
e49df57667
Fix: compatibility with php 5.4 and E_STRICT mode
2012-04-14 15:04:46 +02:00
Regis Houssin
ad5770ac21
Fix: not set delivery date during create
2012-04-13 19:13:48 +02:00
Regis Houssin
578e13cfc6
Fix: missing date fields
2012-04-12 10:52:53 +02:00
Regis Houssin
4077ed9817
Fix: missing fields fk_user_valid and fk_user_cloture
2012-04-12 10:03:55 +02:00
Laurent Destailleur
0cb1e4fe7c
New: Add supplier ref on supplier orders
2012-04-11 14:37:36 +02:00
Grand Philippe
c78723a3e8
to add delivery date
2012-04-10 19:43:44 +02:00
Grand Philippe
c8dd3b4801
to add delivery date
2012-04-10 17:21:28 +02:00
Laurent Destailleur
78ae7dc075
Checkstyle
2012-03-27 09:59:28 +02:00
Regis Houssin
ffc6812241
Fix: avoid php strict mode warning
2012-03-23 18:19:50 +01:00
Regis Houssin
4ecc64504d
Fix: use the original json functions
2012-03-18 19:59:38 +01:00
Regis Houssin
d752e25946
New: add new notes system in contract and order/invoice supplier module
2012-03-18 11:13:01 +01:00
Laurent Destailleur
a7a55645d8
Fix: Some fix when using fckeditor with notes.
...
Qual: Uniformize code to use new system for notes.
Qual: Removed duplicate updatenote method into commandefournisseur
class.
2012-03-18 00:59:24 +01:00
Regis Houssin
e8ec5f5ad7
New: add vat rate in supplier price
...
New: add events system in jquery combobox
2012-03-15 16:52:18 +01:00
Regis Houssin
4d1416d0e6
Fix: remove unused and deprecated method
2012-03-13 20:15:13 +01:00
Regis Houssin
f8bf7ade83
Fix: move method in common class
2012-03-13 20:01:10 +01:00
Regis Houssin
150f3ecfe3
Fix: move method in common class
2012-03-13 19:24:11 +01:00
Laurent Destailleur
b5fc41fadc
Fix: Removed a lot of checkstyle warnings
2012-03-11 22:08:46 +01:00
Regis Houssin
e5c0a99584
Fix: for multi-company
...
Conflicts:
htdocs/comm/propal/class/propal.class.php
htdocs/core/class/html.form.class.php
2012-02-21 10:26:38 +01:00
Laurent Destailleur
b8a61e73a0
New: Add product_label into substitution tags for ODT.
2012-02-20 23:58:36 +01:00
Regis Houssin
cd3452d71d
Fix: multicompany sharings and uniformize code
2012-02-11 10:18:09 +01:00
Laurent Destailleur
186258410e
New: Add option to clean orphelins files into repair page
2012-02-08 16:41:06 +01:00
Regis Houssin
4431510ce4
Fix: use entity field of object
2012-02-01 11:32:55 +01:00
Laurent Destailleur
08e33f20dc
Qual: Uniformize code
...
Doxygen
2012-01-19 09:53:27 +01:00
Laurent Destailleur
00aa90606c
Qual: Removed a FIXME
2011-12-30 14:45:07 +01:00
simnandez
136fba88ad
Qual: Uniformize code
2011-12-19 17:12:29 +01:00
Laurent Destailleur
ba12c25eec
Fix: Replacement of adodb is ok now.
...
Fix: Search criteria lost
2011-12-13 00:23:48 +01:00