Laurent Destailleur
|
03ca7e6b63
|
Fix: Missing global
|
2014-06-05 22:42:49 +02:00 |
|
Laurent Destailleur
|
fb0f0047e7
|
Merge pull request #1633 from aspangaro/develop
Typo / Missing key language / Fix limit list on mass movement stock page
|
2014-05-30 11:33:08 +02:00 |
|
Laurent Destailleur
|
82a2a723c3
|
Fix: [ bug #1419 ] Margins module shows margin of sold services even if
services module is disabled
|
2014-05-29 21:01:00 +02:00 |
|
Laurent Destailleur
|
56d71f0da0
|
Fix: edit form
Fix: pgsql driver
|
2014-05-29 19:56:15 +02:00 |
|
Laurent Destailleur
|
ccca46f380
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
htdocs/comm/propal.php
htdocs/comm/propal/list.php
htdocs/commande/fiche.php
htdocs/compta/facture.php
htdocs/core/lib/functions.lib.php
htdocs/expedition/note.php
htdocs/fourn/commande/liste.php
htdocs/fourn/facture/fiche.php
htdocs/main.inc.php
htdocs/projet/tasks/index.php
htdocs/theme/eldy/style.css.php
|
2014-05-29 19:20:48 +02:00 |
|
aspangaro
|
e856e64bc9
|
Typo
|
2014-05-28 06:17:09 +02:00 |
|
Laurent Destailleur
|
51b6be4a64
|
Fix: If user has no perm to see other user, see himself.
|
2014-05-26 17:33:19 +02:00 |
|
Laurent Destailleur
|
1199d54fb2
|
Fix: When user has no permissions to see all other user, we must keep
only user.
|
2014-05-26 17:21:48 +02:00 |
|
Raphaël Doursenaud
|
c48c3a9d91
|
Qual: remove PHP closing tag (again)
These were reintroduced by careless merge
|
2014-05-26 13:51:25 +02:00 |
|
Laurent Destailleur
|
4b9d1b901b
|
Fix: [ bug #1401 ] Problème avec la génération des codes barres
|
2014-05-25 17:14:33 +02:00 |
|
Laurent Destailleur
|
8e7b310fb6
|
Fix: [ bug #1400 ] Silent Warning create a draft invoice
|
2014-05-25 05:01:14 +02:00 |
|
Florian HENRY
|
87b9d0412c
|
Fix element page on project
|
2014-05-22 12:51:00 +02:00 |
|
guerinaxel
|
1dbcd215b8
|
Correcting log use for commonobject.class.php
Correcting dol_syslog use which had 3 parameters instead of 2.
|
2014-05-19 15:54:43 +02:00 |
|
Laurent Destailleur
|
15796ec592
|
Fix: checkstyle errors
|
2014-05-14 12:19:45 +02:00 |
|
Laurent Destailleur
|
b3b7da8f08
|
Merge pull request #1595 from FHenry/develop
Add showempty into combobox
|
2014-05-14 11:46:35 +02:00 |
|
Laurent Destailleur
|
757d92a318
|
Merge pull request #1589 from aternatik/resource_core
Core integration of resource module
|
2014-05-14 11:25:25 +02:00 |
|
Florian HENRY
|
1f1a9e46fd
|
Fix warning
|
2014-05-13 19:12:14 +02:00 |
|
Laurent Destailleur
|
f621f7eb32
|
Fix: The rounding mode is now forced when provided explicitly and no
more by default (we keep data intact when no mode provided).
|
2014-05-13 13:22:29 +02:00 |
|
Laurent Destailleur
|
f918ae7e4f
|
Decrease log level for disabled trigger
|
2014-05-13 10:36:01 +02:00 |
|
Laurent Destailleur
|
69eaefc459
|
Fix: The way we tested if a ref/id already exists was wrong. Introduce a
common static method for this. Removed verifNumRef method.
Fix: Add missing logs
|
2014-05-13 10:12:45 +02:00 |
|
Laurent Destailleur
|
18848eaf74
|
Clean forms
|
2014-05-12 13:25:36 +02:00 |
|
Laurent Destailleur
|
5fa05ee29d
|
Start to clean code of templates to input lines
|
2014-05-12 12:53:10 +02:00 |
|
Laurent Destailleur
|
bb4eed0a1e
|
Merge pull request #1591 from defrance69/patch-9
Update commonobject.class.php
|
2014-05-12 01:56:39 +02:00 |
|
Laurent Destailleur
|
6b1bdf9913
|
Merge pull request #1587 from aternatik/odt_thirdpartycontact
Fix : bad call of extrafields into contact substitution
|
2014-05-12 01:53:41 +02:00 |
|
BENKE Charles
|
8c8c641411
|
Update commonobject.class.php
$objecttype == 'order_supplier' already tested on the previous else if
|
2014-05-11 23:19:18 +02:00 |
|
Laurent Destailleur
|
8428caf8fb
|
List cleaner
|
2014-05-11 21:59:35 +02:00 |
|
jfefe
|
04161084cf
|
Fix : missing method to delete linked resource
|
2014-05-11 12:26:57 +02:00 |
|
jfefe
|
225c7ae07b
|
New : link resource with any element
With tpl system, external modules can declare resource with hook getElementResources
|
2014-05-10 22:07:54 +02:00 |
|
Jean-François Ferry
|
fdb50ab116
|
Move generic function from commonobject.class to functions2.lib.php (work on resource module)
|
2014-05-10 22:06:22 +02:00 |
|
Jean-François Ferry
|
bb58bed930
|
In commonoobject add method for adding resource to an element
|
2014-05-10 22:03:05 +02:00 |
|
Jean-François Ferry
|
71c44d82ab
|
Move resource module functions into commonobject :
- new method to get an array with object properties
- new method to fetch an object only with id and element_type
|
2014-05-10 22:03:05 +02:00 |
|
Laurent Destailleur
|
2bac66fd52
|
Merge remote-tracking branch 'origin/3.5' into develop
|
2014-05-10 19:53:06 +02:00 |
|
jfefe
|
31044f1f72
|
Fix : bad call of extrafields into contact substitution (works with socpeople)
|
2014-05-10 18:51:54 +02:00 |
|
Laurent Destailleur
|
a627dd9ae8
|
Fix: Duplicate line when project has no tasks.
|
2014-05-09 17:14:40 +02:00 |
|
Laurent Destailleur
|
9add45aea3
|
Qual: Mutualize code.
|
2014-05-07 13:22:02 +02:00 |
|
Laurent Destailleur
|
9f795331f5
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
ChangeLog
build/debian/changelog
build/doxygen/dolibarr-doxygen.doxyfile
build/exe/doliwamp/doliwamp.iss
build/perl/virtualmin/dolibarr.pl
build/rpm/dolibarr_fedora.spec
build/rpm/dolibarr_generic.spec
build/rpm/dolibarr_mandriva.spec
build/rpm/dolibarr_opensuse.spec
htdocs/compta/paiement_charge.php
htdocs/compta/sociales/charges.php
htdocs/core/db/mysql.class.php
htdocs/filefunc.inc.php
htdocs/societe/class/societe.class.php
|
2014-05-06 23:58:17 +02:00 |
|
Laurent Destailleur
|
3abede630b
|
Fix: [ bug #1365 ] ODT template tag {company_note} does not get
replaced.
|
2014-05-06 23:36:01 +02:00 |
|
Laurent Destailleur
|
e214cdf231
|
Fix: [ bug #1365 ] ODT template tag {company_note} does not get
replaced.
|
2014-05-06 23:35:09 +02:00 |
|
Laurent Destailleur
|
460b5296ba
|
Fix: [ bug #1353 ] Email notifications, wrong URL
|
2014-05-06 22:21:34 +02:00 |
|
Laurent Destailleur
|
131f133e07
|
New: Merge free product and predefined product area to enter new
product (Supplier orders now use same template than customer
orders/proposal/invoices).
|
2014-05-05 17:59:43 +02:00 |
|
Laurent Destailleur
|
d224128c46
|
New: Merge free product and predefined product area to enter new
product.
|
2014-05-05 14:30:08 +02:00 |
|
Laurent Destailleur
|
cc8dcacbc9
|
New: DolEditor can accepts percent instead of nb of cols for textarea
mode.
|
2014-05-05 13:41:25 +02:00 |
|
Laurent Destailleur
|
63100c9c06
|
Properties "civilite_id" were renamed into "civility_id".
|
2014-05-05 00:23:09 +02:00 |
|
Laurent Destailleur
|
bcdf3e8a51
|
New: The combo list of juridical status is now sorted
|
2014-05-04 23:46:36 +02:00 |
|
Laurent Destailleur
|
c2c0a9b4bb
|
Merge pull request #1568 from GPCsolutions/closingtagremoval
Qual: Remove the closing PHP tag
|
2014-05-04 18:08:37 +02:00 |
|
Laurent Destailleur
|
5b5a894aaf
|
Merge pull request #1567 from marcosgdf/doc
Improved documentation of Societe and started type hinting variables
|
2014-05-04 18:07:08 +02:00 |
|
Laurent Destailleur
|
5a9cca62a6
|
Clean code
|
2014-05-04 17:38:26 +02:00 |
|
Raphaël Doursenaud
|
f8f502d013
|
Removed closing php tag
http://php.net/manual/en/language.basic-syntax.phptags.php
|
2014-05-03 18:18:44 +02:00 |
|
Marcos García de La Fuente
|
105d892d27
|
Corrected Translate::getLabelFromKey doc
|
2014-05-03 13:42:34 +02:00 |
|
Laurent Destailleur
|
e1d30837e9
|
Try to remove a warning
|
2014-05-03 03:10:58 +02:00 |
|