Laurent Destailleur
328abc4048
Clean code
2019-10-08 15:43:44 +02:00
fuhraih
eb20341328
Update companies.lang
2019-10-08 15:42:59 +02:00
Laurent Destailleur
30b6d93f09
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2019-10-08 15:40:17 +02:00
Laurent Destailleur
37795b1955
Trans
2019-10-08 15:40:07 +02:00
fuhraih
20e68d1125
Merge pull request #1 from fuhraih/fuhraih-patch-1
...
FIX #11835
2019-10-08 15:35:50 +02:00
Laurent Destailleur
ef91e0bff3
Trans
2019-10-08 15:35:36 +02:00
fuhraih
368b34c5c2
FIX #11835
...
FIX #11835 edit Bank Statements in second Page and so on not working
2019-10-08 15:34:35 +02:00
stickler-ci
7e841350db
Fixing style errors.
2019-10-08 13:24:41 +00:00
Laurent Destailleur
138ac0d524
Merge pull request #12063 from laudeco/feature/export_user_bank_account
...
NEW Add bank data of user into the expense report exports
2019-10-08 15:19:46 +02:00
Laurent Destailleur
55a2ee5559
Update export.php
2019-10-08 15:19:01 +02:00
Laurent Destailleur
06eedece26
Merge pull request #11371 from bafbes/abb90058
...
New:Show labels of countries in modulebuilder
2019-10-08 15:17:16 +02:00
Laurent Destailleur
c724eef85c
Update ccountry.class.php
2019-10-08 15:16:56 +02:00
Laurent Destailleur
bd867f5e80
Update ccountry.class.php
2019-10-08 15:16:23 +02:00
Laurent Destailleur
653958b1a2
Merge pull request #11094 from altatof/prodstats
...
NEW Extend option ORDER_ADD_ORDERS_WITH_PARENT_PROD_IF_INCDEC for all virtual product stats (renamed into PRODUCT_STATS_WITH_PARENT_PROD_IF_INCDEC)
2019-10-08 15:12:52 +02:00
Laurent Destailleur
3acf7211c3
Merge pull request #11847 from ptibogxiv/patch-257
...
NEW: Option to allow to create members from third-party
2019-10-08 15:08:34 +02:00
Laurent Destailleur
1ca5a33e53
Merge branch 'develop' into patch-243
2019-10-08 15:04:03 +02:00
Laurent Destailleur
71c18b7d65
Merge pull request #12062 from frederic34/patch-13
...
remove stock data from getsupplierprice
2019-10-08 14:50:41 +02:00
Laurent Destailleur
7377c30bfe
Fix limit
2019-10-08 13:17:13 +02:00
Laurent Destailleur
73422b2149
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
2019-10-08 13:15:05 +02:00
Laurent Destailleur
760783b98b
FIX #11942
2019-10-08 13:14:51 +02:00
Laurent Destailleur
94905ebbec
css
2019-10-08 11:56:38 +02:00
Laurent Destailleur
651dec8dc2
Doxygen
2019-10-08 11:27:52 +02:00
Laurent Destailleur
e4e79a5888
Update lib versions
2019-10-08 11:17:23 +02:00
Laurent Destailleur
0cf014b01f
Update Restler to 3.0RC6 (last bug fixes of branch v3)
2019-10-08 11:14:53 +02:00
Laurent Destailleur
f9f8cf9627
Commit updated lock file
2019-10-08 10:29:22 +02:00
Laurent Destailleur
cf3c69ce0f
Patch
2019-10-08 10:29:06 +02:00
Laurent Destailleur
e60b281361
Fix missing dolibarr patch
2019-10-08 10:20:25 +02:00
Laurent Destailleur
485fa697d3
Restore original official files
2019-10-08 10:18:59 +02:00
Laurent Destailleur
9dd402ebc6
Fix versions/lib
2019-10-08 10:15:02 +02:00
Laurent Destailleur
986a8471ff
Fix lib version
2019-10-08 10:04:53 +02:00
Laurent Destailleur
44025ce4c2
Update TCPDF to 6.3.2
2019-10-08 09:59:17 +02:00
Laurent Destailleur
b67cc207f1
Removed ccampbell library
2019-10-08 09:51:27 +02:00
Laurent Destailleur
43a70e5548
Clean code to use the new $extrafields->attributes array
2019-10-08 09:28:50 +02:00
Laurent Destailleur
d55b7689bb
Merge pull request #11920 from ptibogxiv/patch-264
...
NEW translation for member type
2019-10-08 09:00:49 +02:00
Laurent Destailleur
958fdd5a40
Merge pull request #12061 from laudeco/hotfix/access_bank_account_user
...
FIX the access of the bank account of one user
2019-10-08 08:56:29 +02:00
Laurent De Coninck
c8fb1e852c
export some other fields on the expense reports
...
When the user requests the export of the expense reports, some fields
were missing such as the bank account information of the user.
This PR adds the support of all those fields on the expense report
export. Now when you export the expense report you have :
* The bank name
* The bank code
* The IBAN
* The BIC
* The owner
* The owner address
2019-10-08 08:51:09 +02:00
Frédéric FRANCE
41cdf0d5a0
remove stock data from getsupplierprice
...
stock data can be retrieved with get
2019-10-08 08:19:27 +02:00
Laurent De Coninck
091df082fc
fix the access of the bank account of one user
...
There are 3 ways to access this tab :
1. If the module holiday is enabled
2. If the module holidays is enabled
3. If the module expense report is enabled
More over that, the application checks if the user can access the bank
account of the selected user. The application does that twice (logical
^^), first to know if the tab has to be displayed or not. Second time,
when you arrive on the page /user/bank.php to know if you have access
(eg. if you type the url directly).
In this second check, the check of the expense report module was missing
(added by this PR). This caused the following issue: the tab was visible
but when the user clicked on itn, he received an error as he cannot
access the page.
2019-10-08 08:11:29 +02:00
Frédéric FRANCE
b78187c1eb
Merge remote-tracking branch 'upstream/develop' into socialnetworks
2019-10-08 00:07:27 +02:00
Laurent Destailleur
99da69fb69
NEW Can edit the price of predefined product during adding in documents
2019-10-07 21:01:52 +02:00
Laurent Destailleur
b7e6ee7eea
css
2019-10-07 20:55:54 +02:00
Laurent Destailleur
51be0fad99
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
2019-10-07 20:52:39 +02:00
Laurent Destailleur
bb72efefc5
Fix phpcs
2019-10-07 20:52:27 +02:00
Laurent Destailleur
e5026157e3
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2019-10-07 20:49:30 +02:00
Laurent Destailleur
539f4355c3
Try to fix stickler
2019-10-07 20:48:44 +02:00
Laurent Destailleur
77389d818f
Merge pull request #12059 from frederic34/boxfix
...
use $this->db in box
2019-10-07 20:38:29 +02:00
Laurent Destailleur
eba3d96293
Update card.php
...
NEW Add option MEMBER_CAN_CONVERT_CUSTOMERS_TO_MEMBERS
2019-10-07 20:36:48 +02:00
Laurent Destailleur
da5890e584
Update adherent.class.php
2019-10-07 20:32:51 +02:00
Frédéric FRANCE
c68de09ba9
use $this->db in box
2019-10-07 20:27:51 +02:00
Laurent Destailleur
b847eb1b7e
Merge pull request #12056 from atm-florianm/FIX_7.0_email_addresses_in_email_sending_error_message
...
FIX 7.0: addresses not displayed in e-mail sending error messages
2019-10-07 20:25:01 +02:00