Laurent Destailleur
54bd355800
Better help
2016-10-27 02:02:40 +02:00
Laurent Destailleur
fb0f5e3230
Better behaviour on small screen
2016-10-27 01:47:03 +02:00
Laurent Destailleur
0847dba26d
Keep option hidden
2016-10-26 12:43:05 +02:00
Laurent Destailleur
d27ffd4194
Merge pull request #5393 from frederic34/patch-10
...
NEW Add admin parameter BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDE for supplier order
2016-10-26 11:48:02 +02:00
Laurent Destailleur
f1e05ab110
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2016-10-26 11:40:09 +02:00
Laurent Destailleur
e1eb61d3a2
Fix travis on notooltip
2016-10-26 11:39:54 +02:00
Laurent Destailleur
77a9eb4950
Merge pull request #5927 from IonAgorria/propal-relative
...
NEW: Proposal line move when cloning with different delivery date
2016-10-26 11:36:50 +02:00
Laurent Destailleur
a807b5edec
Merge pull request #5918 from fkoessler/patch-1
...
Update Dockerfile
2016-10-26 11:30:21 +02:00
Laurent Destailleur
d47fc281b0
Better accountancy tutorial
2016-10-26 11:15:25 +02:00
Laurent Destailleur
75695fafa6
Merge pull request #5917 from aspangaro/5.0-p31
...
Accountancy - Add menu expense report accounts in configuration
2016-10-26 11:03:00 +02:00
Laurent Destailleur
27808b7f81
Merge pull request #5915 from aspangaro/5.0-p29
...
NEW Expense report documents are now available in ECM module
2016-10-26 10:57:23 +02:00
Laurent Destailleur
ff3a14319a
Merge pull request #5928 from bomuux/patch-1
...
Fix: price not properly rounded, VAT inconsistencies
2016-10-26 10:55:52 +02:00
Laurent Destailleur
1216b6f1d8
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2016-10-26 10:47:57 +02:00
Laurent Destailleur
ff6f5eea6f
Fix travis errors
2016-10-26 10:47:47 +02:00
Laurent Destailleur
68d70e9eba
Merge pull request #5904 from atm-florian/dev_consomption_thirdparty_withmorefigures
...
NEW : Consumption view on thirdparty add total line and total HT by element
2016-10-26 10:45:21 +02:00
florian HENRY
c37cc5b6d1
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into dev_consomption_thirdparty_withmorefigures
2016-10-26 10:44:15 +02:00
Laurent Destailleur
bf0345da42
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2016-10-26 10:42:46 +02:00
Laurent Destailleur
11c4f49a15
FIX #5924
2016-10-26 10:42:34 +02:00
Laurent Destailleur
b04230e38c
Merge pull request #5916 from aspangaro/5.0-p30
...
War against colspan - Supplier payment card
2016-10-26 10:41:19 +02:00
Laurent Destailleur
7d182c286c
Merge branch '4.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/install/step1.php
htdocs/projet/tasks/time.php
2016-10-26 10:40:03 +02:00
Laurent Destailleur
99d24b8e62
Update doc
2016-10-26 10:36:22 +02:00
Laurent Destailleur
709e4b0499
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2016-10-26 10:26:43 +02:00
Laurent Destailleur
201288280d
Merge pull request #5920 from simnandez/develop
...
Fix: Use undeclared variable
2016-10-26 10:22:52 +02:00
bomuux
3136895dc7
FIX: excl. tax price not properly rounded
...
When adding a 'free line' product or service in a supplier invoice, the amount excluding tax (HT) is not properly rounded, in particular when calculated from full tax price. This leads to inconsistencies in results when using large quantities or small precision in settings. Test case :
with default settings
MAIN_MAX_DECIMALS_UNIT = 5
MAIN_MAX_DECIMALS_TOT = 2
MAIN_MAX_DECIMALS_SHOWN = 8
Add in a new invoice a free product with 13.33 TTC (full tax), quantity 1, save, then edit the line with quantity 10111
Now in another invoice, add a free product with 13.33 TTC (full tax), quantity 10111, save.
Exact same data in the two invoices, but Tax and grand total are different, and false in second case because computed before rounding.
Also removed some direct access to $_POST array.
2016-10-26 08:55:43 +02:00
Laurent Destailleur
854e75513b
Fix bad alias
2016-10-25 21:44:10 +02:00
Laurent Destailleur
43bf372cf7
Fix doxygen
2016-10-25 21:15:25 +02:00
Laurent Destailleur
b999b0bb82
Fix dead code
2016-10-25 21:04:49 +02:00
Laurent Destailleur
4a3251407f
Fix missing cache dir
2016-10-25 20:46:21 +02:00
Laurent Destailleur
01dd8fee48
Minor enhancement
2016-10-25 20:36:22 +02:00
Laurent Destailleur
9fd692d846
Fix phpcs
2016-10-25 19:28:58 +02:00
Laurent Destailleur
7c5ca155cb
Fix error
2016-10-25 19:21:08 +02:00
Laurent Destailleur
f67863e1aa
NEW Can use any filter on all REST API to list.
2016-10-25 19:15:47 +02:00
Laurent Destailleur
5d655d47fe
Enhance css
2016-10-25 12:36:14 +02:00
Laurent Destailleur
6ef74b33c9
Uniformize code
2016-10-25 11:09:26 +02:00
Juanjo Menent
94a884cea8
Fix: Use undeclared variable
2016-10-25 09:45:53 +02:00
Juanjo Menent
94d1e6180e
Merge remote-tracking branch 'upstream/develop' into develop
2016-10-25 09:44:54 +02:00
florian HENRY
237d04e3c0
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into dev_consomption_thirdparty_withmorefigures
2016-10-25 09:44:03 +02:00
Laurent Destailleur
384abd8462
Uniformize look and feel
2016-10-25 02:56:46 +02:00
Laurent Destailleur
7b3793c775
Fix W3C on FTP setup page
2016-10-25 02:33:40 +02:00
Laurent Destailleur
b15535c1f1
Uniformize code
2016-10-25 02:04:46 +02:00
Laurent Destailleur
eb37c72513
Uniformise code
2016-10-24 20:56:48 +02:00
Laurent Destailleur
aad4380689
Uniformise code
2016-10-24 20:52:21 +02:00
Juanjo Menent
9ab25d4472
Fix: Use undeclared variable
2016-10-24 18:51:46 +02:00
Laurent Destailleur
36c2b5afcd
Responsive
2016-10-24 18:43:17 +02:00
Laurent Destailleur
6bd219b117
Fix column task ref/label
2016-10-24 17:47:31 +02:00
Laurent Destailleur
bc2342e9a4
Fix bad link
2016-10-24 17:37:39 +02:00
Laurent Destailleur
f1421a2ee4
Rename constant with english name
2016-10-24 13:10:35 +02:00
Laurent Destailleur
0ae5a3799c
Fix html
2016-10-24 12:42:37 +02:00
Laurent Destailleur
8222f7a78b
Fix translation
2016-10-24 12:24:46 +02:00
Laurent Destailleur
3b05d00163
Better responsive design
2016-10-24 12:06:33 +02:00