Juanjo Menent
0f046776d5
FIX #3091 TotalHT amount in supplier order is bold unlike the rest of
...
Dolibarr
2015-06-26 17:54:34 +02:00
Juanjo Menent
8b78ef5e18
Transifex Syncro
2015-06-26 17:45:02 +02:00
Juanjo Menent
ba97763ac4
Transifex Syncro
2015-06-26 17:40:47 +02:00
Laurent Destailleur
0fe0c989ca
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-06-26 17:36:54 +02:00
Juanjo Menent
a5b3c3476d
Merge pull request #3106 from hregis/3.7_bug
...
Fix: missing table
2015-06-26 17:35:24 +02:00
Juanjo Menent
b0b7c4990e
Merge pull request #3105 from hregis/3.7_photos
...
Fix: for avoid error with function "complete_head_from_modules"
2015-06-26 17:30:13 +02:00
Maxime Kohlhaas
f02ba45035
Allow to fetch a payment by its associated bank line id
2015-06-26 17:29:54 +02:00
Juanjo Menent
e72c118274
Merge pull request #3104 from atm-ph/3.6_fix_search_filter_on_reassort
...
FIX filter by "category / not enough stock"
2015-06-26 17:29:01 +02:00
Laurent Destailleur
2bc6d6dd4c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-06-26 17:26:12 +02:00
Laurent Destailleur
5584acddbd
Content of popup tooltip on contact and login link
2015-06-26 17:21:03 +02:00
Maxime Kohlhaas
17a25ed4a1
Add date option to the formconfirm formquestion
2015-06-26 17:00:24 +02:00
Maxime Kohlhaas
175cffbec8
Debug : calendar must always be displayed on top of other layers
2015-06-26 16:59:19 +02:00
Regis Houssin
7ec13c9435
Merge remote-tracking branch 'origin/3.7' into 3.7_bug
2015-06-26 16:56:41 +02:00
Laurent Destailleur
8f691138e8
NEW Can edit Background color for Top menu and Background color for
...
table title line (works only with theme menu eldy).
2015-06-26 16:21:09 +02:00
Regis Houssin
46272cf4cd
Fix: for avoid error with function "complete_head_from_modules"
2015-06-26 15:26:08 +02:00
Laurent Destailleur
57b0de25e2
NEW Add option THEME_ELDY_DISABLE_IMAGE to disable images into menu
...
eldy.
2015-06-26 14:44:06 +02:00
Laurent Destailleur
936c46d219
Better error/setup messages.
2015-06-26 13:18:40 +02:00
phf
582f9cd214
FIX : keep filter by category or by not enough stock if we switch page
2015-06-26 11:04:08 +02:00
aspangaro
f9831f908e
Use print_liste_field_titre();
2015-06-26 06:49:43 +02:00
aspangaro
9d2e964b00
Fix: print_liste_field_titre('');
2015-06-26 06:23:29 +02:00
aspangaro
cd282568e8
Merge remote-tracking branch 'Upstream/develop' into develop-42
2015-06-26 05:39:05 +02:00
aspangaro
cb36a919b5
HRM area : Show Ref instead of id for expense report
2015-06-26 05:34:12 +02:00
alainabbas
865814052d
Merge pull request #1 from alainabbas/alainabbas-patch-1
...
FIX|Fix #3050 Odt to PDF generation error in draft mode
2015-06-25 21:00:35 +02:00
alainabbas
efd3c4d863
Correct bug #3050
...
when a piece is in draft and odt2pdf.sh is used, the filename is not corrected escaped for the shell
2015-06-25 20:57:01 +02:00
Juanjo Menent
a3b3ce9c77
Merge pull request #3101 from FHenry/3.7
...
FIX: multicompny bug with getEntites without shared test
2015-06-25 20:50:03 +02:00
Juanjo Menent
967e7ea457
Merge pull request #3099 from GPCsolutions/dolibarr-3098
...
Updated jQuery BlockUI plugin to a version compatible with shipped jQuery
2015-06-25 20:46:41 +02:00
Juanjo Menent
ba984254a5
Merge pull request #3096 from GPCsolutions/replaceaddress
...
Allow replacing the address block
2015-06-25 20:45:26 +02:00
Juanjo Menent
a8e3a8809b
Merge pull request #3095 from netfab/3.7
...
Missing space after title tag.
2015-06-25 20:43:57 +02:00
Juanjo Menent
0f6aaf1461
Merge pull request #3094 from aspangaro/develop-patch41
...
Accounting - Add field to edit in admin
2015-06-25 20:42:37 +02:00
Juanjo Menent
d6b15d1be8
Merge pull request #3093 from aspangaro/develop-patch40
...
Move ACCOUNTING_VAT_ACCOUNT to ACCOUNTING_VAT_SOLD_ACCOUNT
2015-06-25 20:41:56 +02:00
Florian HENRY
9505d3a528
fix multicompny bug with getEntites without shared test
2015-06-25 17:22:37 +02:00
Raphaël Doursenaud
b219381e04
Fix #3098 Updated jQuery BlockUI plugin to 2.70.0
2015-06-25 15:47:26 +02:00
Raphaël Doursenaud
63a3d2f760
Updated jQuery versions in COPYRIGHT
...
Actual library update has been done at a3a5b0d
2015-06-25 15:43:34 +02:00
Raphaël Doursenaud
d6e48670e7
Allow replacing the address block
...
Since ba2c0a2651 changed the default hook mode
from addreplace to output, this is needed to still be allowed to replace
the displayed address from a hook
2015-06-25 11:13:23 +02:00
Fab
3adf6b1a73
Missing space after title tag.
...
When using textwithpicto() from core/class/html.form.class.php, if you
are reading source code with firefox, you will see that a part of the
generated html is highlighted in red.
<td class="classfortooltip" title="title text"valign="top" width="14">
should be :
<td class="classfortooltip" title="title text" valign="top" width="14">
2015-06-25 08:50:48 +02:00
aspangaro
e20da5511d
Accounting - Add field to edit in admin
2015-06-25 06:54:19 +02:00
aspangaro
452733263d
Move ACCOUNTING_VAT_ACCOUNT to ACCOUNTING_VAT_SOLD_ACCOUNT
2015-06-25 06:37:26 +02:00
Laurent Destailleur
1485ead215
Fix: MARGIN_TYPE == 2 is "using PMP price" so i remove a duplicate
...
option to get same behaviour.
2015-06-24 21:36:28 +02:00
Laurent Destailleur
a7aaa89e49
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2015-06-24 18:33:04 +02:00
Laurent Destailleur
02ce0bc6af
Merge branch '3.7' of git@github.com:Dolibarr/dolibarr.git into 3.7
2015-06-24 18:32:56 +02:00
Laurent Destailleur
c218843cdb
FIX Save of filters into export profiles failed.
2015-06-24 18:29:29 +02:00
Juanjo Menent
759aec3925
Merge pull request #3084 from aspangaro/develop-patch37
...
Fix: ER button set_paid & merge with old option setPaid
2015-06-24 18:27:25 +02:00
Juanjo Menent
fc9d54fdaa
Merge pull request #3088 from atm-maxime/develop
...
New : add stats by qty on report turnover by product (+ clean code)
2015-06-24 18:23:31 +02:00
Juanjo Menent
044edaaefc
Merge pull request #3092 from FHenry/develop
...
NEW : add extrafields into import product
2015-06-24 18:20:47 +02:00
Juanjo Menent
9080470a64
Merge pull request #3089 from aspangaro/develop-patch39
...
Fix travis
2015-06-24 18:18:36 +02:00
Juanjo Menent
1d562be1f4
Merge pull request #3090 from fmarcet/3.7
...
FIX: Payed invoices are showed as canceled
2015-06-24 18:17:45 +02:00
Juanjo Menent
d1ea3577fc
Merge pull request #3087 from fappels/3.7
...
Fix: issue #3085
2015-06-24 18:17:06 +02:00
Laurent Destailleur
fcc9fc6672
Fix translation
2015-06-24 16:54:44 +02:00
Florian HENRY
daab394c81
add extrafields into import product
2015-06-24 12:40:56 +02:00
fmarcet
c9c1247a28
FIX: Payed invoices are showed as canceled
...
FIX: Bad date filter on customer order
2015-06-24 09:01:39 +02:00