simnandez
4ac2ee83f2
Localtaxes also in skip_update_total comprobation
2012-09-12 19:07:23 +02:00
Christophe Battarel
c1859d361a
modify margin management for global discount + correct bug (wrong constant name)
2012-08-28 10:13:58 +02:00
Regis Houssin
995c7f13d3
New: [ task #498 ] part3
2012-08-23 13:45:51 +02:00
Regis Houssin
f4d75e87d3
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into task498_objectline
Conflicts:
htdocs/core/class/commonobject.class.php
2012-08-23 07:53:48 +02:00
Regis Houssin
c8e1aca7d8
New: [ task #498 ] part2
2012-08-23 07:50:20 +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
Marcos García
c8851cfca6
Fixed a problem with supplier's orders stats
...
They were showing orders even if they were not approved or ordered
2012-08-14 21:23:50 +02:00
Laurent Destailleur
068c536741
Fix: Delete all files (PROV* when validating.
2012-08-07 14:24:54 +02:00
Laurent Destailleur
76cdb809cc
Fix: syntax error
2012-08-05 21:30:40 +02:00
Regis Houssin
2e73cd7ddf
Fix: missing fields and compatibility with milestone
2012-08-01 17:38:10 +02:00
Regis Houssin
e44fd4885d
Fix: change the last $DB to $db
2012-07-30 18:43:49 +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
1dd14d35f7
Fix: add null value in class method
2012-07-28 18:32:54 +02:00
Laurent Destailleur
ea93e62e91
Fix: Checkstyle
2012-07-23 10:46:09 +02:00
Marcos García
e6a192ba87
Renamed fk_demand_reason to fk_input_reason
2012-07-22 16:53:02 +02:00
Regis Houssin
fafd79a0f8
Fix: uniformize code (in progress)
2012-07-20 09:57:50 +02:00
Christophe Battarel
c8e211c864
add missing include
2012-07-19 10:48:01 +02:00
Christophe Battarel
d32091120b
margin management for orders
2012-07-19 10:26:26 +02:00
Laurent Destailleur
73b17dc4c5
New: Make things more clear.
2012-07-17 15:28:34 +02:00
Regis Houssin
77b9718473
Fix: strict mode street
2012-07-13 10:15:47 +02:00
Regis Houssin
e1b0d183e4
Fix: add commonorder and commoninvoice classes
2012-07-11 18:13:41 +02:00
Regis Houssin
d1e80afe62
Fix: move "classify billed propal with order" in workflow manager
2012-07-08 13:19:13 +02:00
Regis Houssin
69ebda8ddb
Fix: regression corrected
2012-07-08 12:18:29 +02:00
Regis Houssin
3bfd9182e0
Fix: uniformize code
2012-07-06 13:43:59 +02:00
Regis Houssin
6f1651309e
Fix: global converting lines delimiter
2012-07-02 19:30:37 +02:00
Laurent Destailleur
66740071fd
Fix: Use order date for stats, not valid date.
2012-06-14 14:30:58 +02:00
Regis Houssin
bf379fc242
Fix: uniformize code
2012-06-11 21:45:59 +02:00
Regis Houssin
513e3b8ae7
Fix: remove deprecated code can cause warning
2012-06-08 18:18:59 +02:00
Regis Houssin
b5246add8d
Fix: big problem with files upload and more compatible with external
...
modules
2012-05-30 00:07:06 +02:00
Laurent Destailleur
a3216ee0c6
Fix: Checkstyle
2012-05-09 02:39:30 +02:00
Laurent Destailleur
05c015836a
Fix: filter on status
2012-05-03 22:58:12 +02:00
Laurent Destailleur
fbab99b28e
Fix: [ bug #378 ] status for order i, process is "waiting for reception"
2012-05-01 15:08:54 +02:00
Laurent Destailleur
9114fec4ed
Doxygen
2012-04-16 12:01:32 +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
ffc6812241
Fix: avoid php strict mode warning
2012-03-23 18:19:50 +01:00
Laurent Destailleur
4690944216
checkstyle
2012-03-20 12:46:57 +01:00
Regis Houssin
4ecc64504d
Fix: use the original json functions
2012-03-18 19:59:38 +01:00
Laurent Destailleur
ed41e03589
Qual: Fix a ton of CheckStyle errors
2012-03-18 19:23:01 +01:00
Regis Houssin
391ce8490f
New: add "extraparams" field for stock extra parameters with json
2012-03-16 14:32:37 +01:00
Regis Houssin
dae20441d0
Fix: add template for view/edit notes in object card and add possibility
...
to show/hide this bloc
2012-03-16 09:39:32 +01:00
Regis Houssin
e86fed02fc
Fix: missing linked objects
2012-03-15 07:23:49 +01:00
Regis Houssin
5fbd8e4cee
Fix: move method in common class
2012-03-14 11:11:46 +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
Regis Houssin
5e402f667e
Fix: php unit test warning
2012-03-04 10:13:52 +01:00
Regis Houssin
9301def08d
Fix: rename method
2012-03-02 15:03:14 +01:00