Laurent Destailleur
6493438e87
NEW The clicktodial module is now able to provide link "tel:" on phone
...
numbers. So it is also possible to use clicktodial with a client
solution like the "xivo" local client.
2015-10-26 16:20:09 +01:00
Sergio Sanchis Climent
990fbf3ef4
hooks correctly implemented , printObjectLine, printObjectSubLine
...
In hook can change correctly label and ref (for my module need if is posible)
2015-10-26 14:00:43 +01:00
Laurent Destailleur
5c4ac0bf62
NEW Merge all left menu search boxes into one.
2015-10-26 12:18:22 +01:00
Sergio Sanchis Climent
2696369470
Merge remote-tracking branch 'upstream/develop' into develop
2015-10-26 11:38:52 +01:00
Sergio Sanchis Climent
4fd0086862
Fix: error this.price > 0
...
if no parse this.price when compare this.price and 0 always false
2015-10-26 11:33:43 +01:00
Laurent Destailleur
71da059ef0
NEW Add a new widget $form->selectArrayAjax() to use combo list with
...
content coming from an Ajax URL.
2015-10-26 11:23:31 +01:00
Maxime Kohlhaas
bd831b1f24
Merge branch 'new_creditnote' of github.com:atm-maxime/dolibarr into new_creditnote
2015-10-26 09:40:50 +01:00
Laurent Destailleur
77a0359cfc
Fix bad test
2015-10-25 20:17:43 +01:00
Laurent Destailleur
9a4b62c279
NEW Introduce use of cache for thumbs images of users
2015-10-25 20:15:52 +01:00
Laurent Destailleur
1f1e72f2b6
Merge remote-tracking branch 'origin/3.8' into develop
...
Conflicts:
htdocs/compta/facture/list.php
htdocs/core/class/html.form.class.php
htdocs/core/lib/functions.lib.php
htdocs/filefunc.inc.php
htdocs/fourn/facture/list.php
htdocs/main.inc.php
2015-10-25 19:54:41 +01:00
Laurent Destailleur
4e206fa80b
Fix doxygen
2015-10-25 19:53:59 +01:00
Laurent Destailleur
d7761ece58
FIX The thumb of user into top menu was using the image in full size.
...
This make a large download at each page call. We must use the mini
thumbs.
2015-10-25 19:42:54 +01:00
Laurent Destailleur
48ed8d4408
FIX The thumb of user into top menu was using the image in full size.
...
This make a large download at each page call. We must use the mini
thumbs.
2015-10-25 19:42:00 +01:00
Laurent Destailleur
b49d63c12f
NEW Show photo of user into user list. A new function
...
getImageFileNameForSize was also introduced to choose image best size
according to usage to save bandwith.
2015-10-25 19:31:42 +01:00
Laurent Destailleur
1b8234d9fe
Bette behaviour for blind people
2015-10-25 11:09:50 +01:00
Laurent Destailleur
461771d488
Currency is on title only.
2015-10-24 21:20:32 +02:00
Laurent Destailleur
3015a0388a
NEW List of projects of a thirdparty are visible on a project tab
2015-10-24 16:09:26 +02:00
Laurent Destailleur
a01a85c3f6
FIX tag object_total_vat_x need x to be a string with unknown decimal
...
lenght. Now use for x the real vat real with no more decimal (x = 20 or
x = 8.5 or x = 5.99, ...)
2015-10-23 15:13:02 +02:00
Laurent Destailleur
f6d30d8b9e
Fix: W3C no form into table
2015-10-23 14:40:45 +02:00
Laurent Destailleur
8d24adc97e
Remove 2 other duplicated pages. There is only one page now for all list
...
of thirdarties (with a parameter type to have it specialized per
customer, prospect or supplier profile).
2015-10-23 13:52:51 +02:00
Laurent Destailleur
90a221ef6d
Fix version of module
2015-10-22 19:46:30 +02:00
Laurent Destailleur
633055fe5b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-10-22 19:44:00 +02:00
Laurent Destailleur
8df59134a9
Merge pull request #3705 from aspangaro/develop-hrm
...
New : Module HRM
2015-10-22 19:15:49 +02:00
Laurent Destailleur
531ef43a27
Some minor look fixes.
2015-10-22 19:13:16 +02:00
Laurent Destailleur
cac4a85ccd
Merge pull request #3788 from atm-maxime/new_customer_recap
...
New customer recap
2015-10-22 18:02:38 +02:00
Laurent Destailleur
9f21ea58a3
A lot hooks used into PDF generation were not correctly implemented. We
...
had to fix this. The result si that
the following hook were set as hook of type "replace". This means if
your module implement such hooks, it must
return 0 to execute standard code or 1 to replace standard code (value
to output should be set into resPrints instead).
2015-10-22 17:51:05 +02:00
Laurent Destailleur
2615e02e1e
Update doc
2015-10-22 13:18:51 +02:00
Laurent Destailleur
9cce56895c
Merge branch 'patch-77' of https://github.com/defrance/dolibarr into
...
defrance-patch-77
Conflicts:
htdocs/core/lib/admin.lib.php
2015-10-22 13:13:02 +02:00
Laurent Destailleur
ce681081c1
Merge pull request #3776 from frederic34/patch-15
...
Set warehouse for order
2015-10-22 12:16:40 +02:00
frederic34
865e9d9738
Merge remote branch 'upstream/develop' into patch-15
...
Conflicts:
htdocs/langs/en_US/admin.lang
2015-10-22 10:28:06 +02:00
Laurent Destailleur
8bdbed69c9
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2015-10-22 10:22:54 +02:00
Laurent Destailleur
81d4148f4a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-10-22 09:50:26 +02:00
Laurent Destailleur
474692e71a
Remove duplicate page fourn/list.php
2015-10-22 09:48:16 +02:00
Laurent Destailleur
7daf9d10af
Work on the new selectArrayAjax widget
2015-10-21 20:50:27 +02:00
Laurent Destailleur
fd72b4a400
Work on the new selectArrayAjax widget
2015-10-21 20:43:11 +02:00
BENKE Charlie
ec9955986f
Update admin.lib.php
2015-10-21 05:07:13 +02:00
BENKE Charlie
4f519b5747
Update admin.lib.php
2015-10-21 05:06:19 +02:00
Laurent Destailleur
8306d93286
NEW Add css on column of detail lines to allow module to easily
...
manipulate fields.
2015-10-20 16:08:25 +02:00
Laurent Destailleur
f123e11c8e
Doxygen
2015-10-20 12:53:32 +02:00
Laurent Destailleur
0c6441df74
FIX Using extrafield with type "Link to object" works correctly.
2015-10-20 12:40:37 +02:00
Laurent Destailleur
22979523db
Try a fix for #3742
2015-10-20 02:34:53 +02:00
Laurent Destailleur
b5e633ef42
Size too small
2015-10-20 00:52:53 +02:00
Laurent Destailleur
e70bb28be7
If firstname not define, use lastname
2015-10-20 00:47:35 +02:00
Laurent Destailleur
23d7d60d73
Better compatibility with old versions
2015-10-20 00:22:28 +02:00
Frédéric FRANCE
affe067ff1
Update commonobject.class.php
2015-10-19 21:09:02 +02:00
Maxime Kohlhaas
158281b14c
Fix : minor typo
2015-10-19 17:13:02 +02:00
Marcos García de La Fuente
e7e152c122
NEW Level multiprice generator based on per cent variations over base price
2015-10-19 15:13:19 +02:00
Laurent Destailleur
bbbd5f5202
Fix removed var_dump
2015-10-19 14:55:01 +02:00
Laurent Destailleur
d71ccc4a02
NEW The free text in PDF footer can now be a HTML content. So the
...
WYSIWYG editor is on by default to edit it into module setup.
2015-10-19 14:39:55 +02:00
Laurent Destailleur
18725b554b
Option MAIN_REPLACE_TRANS_xx_XX is now completely implemented.
2015-10-19 13:23:45 +02:00