Laurent Destailleur
59e993e834
Code comment
2019-01-25 12:03:07 +01:00
Gerhard Stephan
a78e406e76
Added new calculation fields for the doc generator
...
- object_total_up : Sum of all lines (subprice * qty)
- object_total_up_locale : Localized sum of all lines (subprice * qty)
- object_total_discount : Total discount in percent
- object_total_discount_locale : Localized total discount in percent
- line_total_up : Total sum of a line (subprice * qty)
- line_total_up_locale : Localized Total sum of a line (subprice * qty)
2019-01-24 21:08:13 +01:00
florian HENRY
822706000f
fix broken link into contact tpl
2019-01-24 18:01:40 +01:00
Laurent Destailleur
f9686c47af
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/langs/fr_FR/members.lang
htdocs/langs/fr_FR/stocks.lang
htdocs/website/index.php
2019-01-23 19:22:42 +01:00
Laurent Destailleur
e33f102dc2
FIX Edit of virtualhost
2019-01-23 14:57:43 +01:00
Laurent Destailleur
e860d664d7
Fix substitution of __REF_CLIENT__
2019-01-23 11:54:20 +01:00
Laurent Destailleur
51bdf5f949
Fix trans
2019-01-22 16:06:20 +01:00
Laurent Destailleur
8104b7fa2d
look and feel v10
2019-01-22 15:40:51 +01:00
Laurent Destailleur
8fba387673
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-01-22 10:39:18 +01:00
Laurent Destailleur
3cca0df28e
Support getFormatedCustomerRef into contract list
2019-01-22 10:39:06 +01:00
Günter Lukas
1cf786acff
Fix #10278
...
Fix #10278
2019-01-22 00:09:36 +01:00
Laurent Destailleur
eba8a8f34d
Merge pull request #10376 from atm-maxime/fix_extrafields_computed
...
Compute value of computed extrafield on fetch, not on show
2019-01-21 23:41:06 +01:00
Laurent Destailleur
8284bd0577
Remove useless class
2019-01-21 18:12:25 +01:00
Laurent Destailleur
d38ed67a3c
Merge pull request #10383 from grandoc/new_branch_21_01_2019
...
update with html5 compliant code
2019-01-21 18:05:40 +01:00
Laurent Destailleur
42743027d4
Merge branch 'develop' into objectline_etc
2019-01-21 18:04:48 +01:00
torvista
62abf82297
remove dev comment
2019-01-21 16:32:02 +01:00
torvista
9b1cf648dc
more validation fixes
2019-01-21 16:19:31 +01:00
torvista
827c836e6e
Whne multicurrency in use, the Add button colspan is incorrect (6 instead of 5) since it is incrementing colspan in addition to a previous incrment in the title bar.
...
This corrects the table.
2019-01-21 16:18:39 +01:00
torvista
3cca072e26
correction of missing "
2019-01-21 16:16:21 +01:00
Laurent Destailleur
8950720fb5
NEW Add getFormatedCustomerRef and getFormatedSupplierRef methods
2019-01-21 15:22:35 +01:00
Maxime Kohlhaas
23438b1f48
Compute extrafields after having set all others
2019-01-21 14:40:33 +01:00
Maxime Kohlhaas
f50de03585
Merge branch 'develop' of github.com:atm-maxime/dolibarr into fix_extrafields_computed
2019-01-21 14:36:23 +01:00
Maxime Kohlhaas
6775e93762
Merge branch '8.0' of github.com:atm-maxime/dolibarr into fix_extrafields_computed
2019-01-21 14:33:49 +01:00
Maxime Kohlhaas
a2f5c72b54
Merge branch '8.0' of github.com:atm-maxime/dolibarr into fix_extrafields_computed
2019-01-21 14:33:25 +01:00
Laurent Destailleur
0cba7e1613
FIX Hide path into exported filename
2019-01-21 14:31:27 +01:00
Laurent Destailleur
0b199f4d28
FIX Hide path into exported filename
2019-01-21 14:31:03 +01:00
Laurent Destailleur
495b04a3c7
FIX Hide path into exported filename
2019-01-21 14:30:50 +01:00
Laurent Destailleur
d5e94c1689
Add phpmin of driver
2019-01-21 14:18:31 +01:00
Laurent Destailleur
5c2b9e3078
NEW Introduce PhpSpreadsheet for export (need php5.6+)
2019-01-21 14:06:01 +01:00
Laurent Destailleur
ecf46903ae
Fix doxygen
2019-01-21 13:24:52 +01:00
Philippe GRAND
cdacfc5f37
update with html5 compliant code
2019-01-21 09:54:59 +01:00
Laurent Destailleur
f53232e2f9
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
2019-01-21 02:56:32 +01:00
Laurent Destailleur
7f8b710edc
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
2019-01-21 02:52:24 +01:00
Laurent Destailleur
5ab6c41dfa
Fix missing multicurrency fields in export
2019-01-21 02:43:08 +01:00
torvista
07b2bb6715
Swap of align/valign/border/width for css
...
Removal of type="text/javascript"
2019-01-20 23:36:39 +01:00
Laurent Destailleur
7493ba018a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/install/mysql/migration/8.0.0-9.0.0.sql
2019-01-20 20:38:26 +01:00
Laurent Destailleur
3ddfcbe3bb
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.travis.yml
dev/setup/codesniffer/ruleset.xml
2019-01-20 20:36:45 +01:00
Laurent Destailleur
844643c37d
Merge pull request #10375 from grandoc/new_branch_19_01_2019
...
update with html5 compliant code
2019-01-20 19:48:32 +01:00
torvista
e122fa2308
Change of aligns to CSS for HTML5.
...
But a bug exists that I cannot fix:
https://github.com/Dolibarr/dolibarr/issues/9577
2019-01-20 17:52:21 +01:00
Regis Houssin
d5b66eeffb
FIX $user is already in parameters
2019-01-19 18:12:48 +01:00
Regis Houssin
fcb97a58da
Merge branch '8.0' of https://github.com/Dolibarr/dolibarr.git into 8.0_bug
2019-01-19 18:10:25 +01:00
Maxime Kohlhaas
c0b0d5484c
Compute value of computed extrafield on fetch, not on show
2019-01-19 17:14:56 +01:00
Laurent Destailleur
616aa1f81c
Fix var not defined
2019-01-19 17:10:14 +01:00
Laurent Destailleur
4ffd7de9f7
doc
2019-01-19 16:15:05 +01:00
Laurent Destailleur
f311deb405
Fix hash for gol_getprefix must not contains special char.
2019-01-19 16:14:45 +01:00
Laurent Destailleur
300889f53a
# WARNING: head commit changed in the meantime
...
Fix
2019-01-19 13:22:38 +01:00
Laurent Destailleur
2bbaae88d6
Fix standardize 'createfromclone' param when cloning
2019-01-19 12:46:38 +01:00
Philippe GRAND
29fdad144d
update with html5 compliant code
2019-01-19 12:40:17 +01:00
wdammak
aaa61254ac
Update stats.class.php
...
Fix div/0 warnings
2019-01-19 11:36:09 +01:00
wdammak
191900d258
Update stats.class.php
...
Fix div/0 warnings
2019-01-19 11:35:16 +01:00