Commit Graph

87205 Commits

Author SHA1 Message Date
Laurent Destailleur
07d64f47e3 Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0 2020-03-30 19:37:29 +02:00
Laurent Destailleur
7466eaade3 Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 10.0 2020-03-30 19:37:01 +02:00
Laurent Destailleur
9fcbec9f02 Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0 2020-03-30 19:36:07 +02:00
Laurent Destailleur
06ad21f2e8
Merge pull request #13442 from fappels/9.0_newToken
Improve modulebuilder compatiblity with maintained versions.
2020-03-30 19:35:45 +02:00
Laurent Destailleur
ff44e2d2ac
Merge pull request #13448 from atm-quentin/FIX_missing_array_option_supplier_proposal_to_supplier_order
FIX missing array option
2020-03-30 19:35:20 +02:00
Laurent Destailleur
02dcb4a79f
Merge pull request #13443 from TobiasSekan/AddPhpMatrix
NEW Documentation about PHP support in Dolibarr
2020-03-30 19:34:49 +02:00
Laurent Destailleur
920eedb542
Delete phpmatrix.md 2020-03-30 19:34:40 +02:00
Laurent Destailleur
2a57b0acc6
Update README.md 2020-03-30 19:34:29 +02:00
andreubisquerra
493e07a14e
Log CUPS print error on Receipt Printer module
Important help to debug errors on CUPS printing
2020-03-30 19:32:23 +02:00
Laurent Destailleur
0e1e825802
Update README.md 2020-03-30 19:32:02 +02:00
Laurent Destailleur
da642823b9
Merge pull request #13445 from cfoellmann/fix-task-creation
Fix function to create a task
2020-03-30 19:31:19 +02:00
Laurent Destailleur
7c9583011a
Merge pull request #13441 from hgy29/patch-1
FIX: extra date field incorrect check
2020-03-30 19:30:25 +02:00
Laurent Destailleur
d2bfc5f6dc
Merge pull request #13437 from pstructures/develop
Add the ability to add tabs from module for company admin setup
2020-03-30 19:25:37 +02:00
Laurent Destailleur
06277ec6e0
Update company.lib.php 2020-03-30 19:24:00 +02:00
Laurent Destailleur
95de8d1992
Update admin.lib.php 2020-03-30 19:23:25 +02:00
Laurent Destailleur
3a33b92151
Merge pull request #13436 from andreubisquerra/develop
TakePOS CSS fix in action buttons
2020-03-30 19:20:57 +02:00
Laurent Destailleur
1c7ce31207
Merge pull request #13435 from ptibogxiv/patch-316
FIX product get purchase prices
2020-03-30 19:20:32 +02:00
Laurent Destailleur
89cbaa3391
Merge pull request #13440 from atm-maxime/new_bom_cost
New bom cost
2020-03-30 19:16:09 +02:00
Laurent Destailleur
0ec35793ee
Merge pull request #13433 from ptibogxiv/patch-315
NEW filter by product on supplier order API
2020-03-30 19:12:29 +02:00
Laurent Destailleur
81b41c932f
Merge pull request #13432 from atm-quentin/FIX_reapro_11
FIX replenish stock to buy
2020-03-30 19:11:34 +02:00
Laurent Destailleur
593a78dda7
Merge pull request #13426 from TobiasSekan/FixSupplierProposalMulticurrency
FIX not working add/change supplier proposal line with multi-currency value
2020-03-30 19:00:08 +02:00
Laurent Destailleur
4220236aa8
Merge pull request #13425 from andreubisquerra/develop
NEW: CUPS printing compatibility for TakePOS
2020-03-30 18:56:14 +02:00
Laurent Destailleur
45a237e31b
Merge pull request #13421 from atm-quentin/NEW_hook_product_load_stats
NEW hook on product load stats
2020-03-30 18:54:31 +02:00
Laurent Destailleur
ff549cad18
Merge pull request #13417 from FHenry/dev_tasklist_columnAndExtrafields
NEW : Project task list, add column selector and extrafields
2020-03-30 18:53:42 +02:00
Laurent Destailleur
04a5929e91
Merge pull request #13431 from aspangaro/12.0_a25
Typo
2020-03-30 18:52:10 +02:00
Laurent Destailleur
d8fb629457
Merge pull request #13450 from oscim/patch-27
Fix use correctly hosts in connection
2020-03-30 18:51:52 +02:00
Laurent Destailleur
be3cc164c6 Increase size for unalterable logs record. 2020-03-30 18:41:21 +02:00
oscim
d760b6618d
Fix use correctly hosts in connection
cf https://github.com/Dolibarr/dolibarr/issues/9426
2020-03-30 18:27:18 +02:00
Laurent Destailleur
398812afa5 Add field to store version of encoding of line in blockedlog 2020-03-30 17:47:29 +02:00
Laurent Destailleur
39fba83f26 Add a right navigation on list of stripe charges 2020-03-30 15:56:14 +02:00
Laurent Destailleur
a886629d08 Fix lang 2020-03-30 15:00:29 +02:00
Laurent Destailleur
8fdacdf6be Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2020-03-30 14:58:51 +02:00
Laurent Destailleur
2b725ad5d5 Update year in demo data 2020-03-30 14:57:56 +02:00
Laurent Destailleur
82dbd546b3 Update year in demo data 2020-03-30 14:57:44 +02:00
atm-quentin
9a92545d8d FIX missing default accountancy product buy code 2020-03-30 14:28:22 +02:00
atm-quentin
64207ef58d FIX missing array option 2020-03-30 14:18:59 +02:00
Cédric
eead9a93d3
Fix can set desiredstock to (int) 0 from API Rest
When you set desiredstock to 0 as an integer from the API, it registers to null in the database. Using is_numeric() fixes this.
2020-03-30 13:03:13 +02:00
Christian Foellmann
e27500ce64 Fix function to create a task 2020-03-30 12:24:21 +02:00
Laurent Destailleur
ead99c5976 Enhance updatedemo 2020-03-30 12:12:23 +02:00
Laurent Destailleur
6d732c9ea4 Update demo 2020-03-30 11:39:02 +02:00
Tobias Sekan
4dbf7b6f58
Update readme.md 2020-03-30 09:20:24 +00:00
Tobias Sekan
13dcf9662c
Add phpmatrix.md 2020-03-30 11:13:10 +02:00
Francis Appels
3eda785ca5 Add newline end of file 2020-03-30 10:36:49 +02:00
Maxime Kohlhaas
83b5b82147 Merge branch 'new_bom_cost' of github.com:atm-maxime/dolibarr into new_bom_cost 2020-03-30 10:34:23 +02:00
Maxime Kohlhaas
8e4e1002f9 Missing return comment 2020-03-30 10:33:48 +02:00
Francis Appels
076caa11ab Add token functions to improve modulebuilder compatiblity with maintained versions. 2020-03-30 10:28:20 +02:00
stickler-ci
3a349e6533 Fixing style errors. 2020-03-30 08:25:57 +00:00
Nicolas Bouquet
31fca2897a
FIX: extra date field incorrect check
Small typo fixed, was preventing extra date fields from being processed, leading to denial of object creation
2020-03-30 10:24:42 +02:00
Maxime Kohlhaas
b0e7bd8a30 Finish BOM cost calculation 2020-03-30 10:20:56 +02:00
Maxime Kohlhaas
436fcd39d4 Merge branch 'develop' of github.com:atm-maxime/dolibarr into new_bom_cost 2020-03-30 10:20:45 +02:00