I. Antunes
|
a417b4eda9
|
FIX 28251 Fixing subpermission name on api_multicurrencies.class.php (#28252)
|
2024-02-18 14:48:01 +01:00 |
|
Laurent Destailleur
|
31474d80f1
|
Doxygen
|
2023-06-19 00:52:43 +02:00 |
|
Laurent Destailleur
|
d435443403
|
Fix must no make a database read when value already known
|
2023-06-02 19:59:37 +02:00 |
|
Laurent Destailleur
|
d9be345caf
|
Add column for dedicated email of partnership
|
2023-05-30 14:10:19 +02:00 |
|
Laurent Destailleur
|
0cc13ad8c2
|
Merge pull request #24652 from AuTEAMation/multicurrency-api
FIX: Multicurrency REST API wrong number of parameters on addRate()
|
2023-05-01 14:36:50 +02:00 |
|
Alexandre Boin
|
d4fea38ae9
|
FIX: Multicurrency REST API wrong number of parameters when calling addRate()
|
2023-05-01 14:24:15 +02:00 |
|
Laurent Destailleur
|
d40fe56cb4
|
Fix warning
|
2023-04-30 04:50:10 +02:00 |
|
Laurent Destailleur
|
c1196c7e4d
|
Fix doc
|
2023-04-27 23:07:10 +02:00 |
|
Laurent Destailleur
|
388ba8f399
|
Fix missing limit
|
2023-04-25 21:16:56 +02:00 |
|
Alexandre Boin
|
0d41eb4296
|
FIX: Add Multicurrency permissions translations and pass CI tests
|
2023-04-22 19:30:15 +02:00 |
|
Alexandre Boin
|
9fc4055af3
|
NEW: Multicurrency REST API to create, update, delete, update rate...
- Add permissions for currencies and their rates
- Fix invalid SQL syntax in Currency update request
|
2023-04-20 17:32:33 +02:00 |
|
Laurent Destailleur
|
fc9a4df845
|
Merge pull request #23378 from Je2fb/develop
Fix issue #23345 and create an api for multicurrencies
|
2023-01-02 00:28:02 +01:00 |
|
Laurent Destailleur
|
f8451ffc56
|
Debug v17
|
2022-12-31 15:52:03 +01:00 |
|
stickler-ci
|
8a2f44aec4
|
Fixing style errors.
|
2022-12-30 15:20:12 +00:00 |
|
Je2fb
|
8196cfac8a
|
Create api_multicurrencies.class.php
Add API for retrieves curriences information with the last rate
|
2022-12-30 16:13:38 +01:00 |
|
Laurent Destailleur
|
003bcd60fa
|
FIX Add protection on bad input of payment on multicurrency invoices
|
2022-04-08 19:52:40 +02:00 |
|
Laurent Destailleur
|
d6852c31b8
|
Clean code
|
2022-03-07 19:31:06 +01:00 |
|
Laurent Destailleur
|
f5562177e7
|
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
|
2021-10-25 13:06:33 +02:00 |
|
Maxime Kohlhaas
|
77c716565e
|
Fix #18922 : multicurrency sync in http with good currencylayer url
|
2021-10-23 23:42:06 +02:00 |
|
Laurent Destailleur
|
3d4bb66853
|
Clean code
|
2021-09-30 15:59:47 +02:00 |
|
Laurent Destailleur
|
d4cc60640b
|
Clean code
|
2021-09-27 15:41:58 +02:00 |
|
Laurent Destailleur
|
3d72a21396
|
Clean code
|
2021-08-28 03:09:41 +02:00 |
|
Laurent Destailleur
|
2dd91bf312
|
Clean code
|
2021-08-27 23:36:06 +02:00 |
|
Laurent Destailleur
|
6e422d26f3
|
FIX #yogosha5746 - next step (wip)
|
2021-03-30 16:20:18 +02:00 |
|
Laurent Destailleur
|
cc10106a21
|
Fix protection on int
|
2021-03-14 12:20:23 +01:00 |
|
Laurent Destailleur
|
12f50a76d7
|
Fix yogosha #5627
|
2021-03-14 11:48:39 +01:00 |
|
Frédéric FRANCE
|
f73c0abec1
|
code syntax m... directories
|
2021-02-26 18:26:44 +01:00 |
|
Laurent Destailleur
|
2d29bd39e4
|
Fix SSF by replacing curl with getURLContent()
|
2020-11-09 11:20:23 +01:00 |
|
Laurent Destailleur
|
80efdcf260
|
Debug multicurrency editor
|
2020-10-31 14:24:00 +01:00 |
|
Laurent Destailleur
|
11f9c4cfbd
|
Merge pull request #15117 from atm-jpb/develop_editorRate
# New multi-currency exchange rate editor
|
2020-10-31 13:55:42 +01:00 |
|
Laurent Destailleur
|
24df254e92
|
Update multicurrency.class.php
|
2020-10-31 13:54:23 +01:00 |
|
Laurent Destailleur
|
80d13e711c
|
More secured getURLContent method. Add PHPUnit on getURLContent
|
2020-10-27 18:02:05 +01:00 |
|
jpb
|
63c82b47fe
|
Merge branch '11.0_currencyRateEditor' of github.com:atm-jpb/dolibarr into develop_editorRate
|
2020-10-23 12:27:14 +02:00 |
|
jpb
|
1ecff0a608
|
add list and crud
|
2020-10-23 11:58:25 +02:00 |
|
Laurent Destailleur
|
96ae9c11f6
|
Revert "NEW Better currency rate editor"
|
2020-09-27 18:03:56 +02:00 |
|
Florian Mortgat
|
70a0b6b90f
|
Merge branch 'new/11.0_multicurrency_rate_editor' into new/develop/currency_rate_editor
|
2020-09-23 16:03:10 +02:00 |
|
Florian Mortgat
|
f97e9e4330
|
FIX: URL parameters vs. POST, tokens, use class CurrencyRate for CRUD
|
2020-09-23 14:22:27 +02:00 |
|
Laurent Destailleur
|
0e4d3c19dd
|
Fix escaping
|
2020-09-20 02:57:15 +02:00 |
|
Scrutinizer Auto-Fixer
|
b78ff67d7e
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2020-09-07 08:18:17 +00:00 |
|
Laurent Destailleur
|
815269db9c
|
FIX #14443
|
2020-08-23 18:49:19 +02:00 |
|
Laurent Destailleur
|
91a50038ff
|
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/compta/prelevement/class/bonprelevement.class.php
htdocs/compta/prelevement/create.php
htdocs/compta/prelevement/fiche-stat.php
|
2020-07-27 19:35:34 +02:00 |
|
Laurent Destailleur
|
e3126ec999
|
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
Conflicts:
htdocs/core/tpl/card_presend.tpl.php
htdocs/multicurrency/class/multicurrency.class.php
htdocs/supplier_proposal/class/supplier_proposal.class.php
|
2020-07-25 00:22:47 +02:00 |
|
John Botella
|
55e65bbabf
|
Fix variable init
|
2020-07-23 11:12:04 +02:00 |
|
Laurent Destailleur
|
3b22b6192d
|
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
|
2020-05-28 21:36:08 +02:00 |
|
Laurent Destailleur
|
c1b4f7ec28
|
Fix phpcs
|
2020-05-28 21:24:46 +02:00 |
|
Frédéric FRANCE
|
b41ac00b98
|
add new rule
|
2020-05-21 15:05:19 +02:00 |
|
Frédéric FRANCE
|
e5fc928fda
|
add new rule
|
2020-05-21 02:02:54 +02:00 |
|
Scrutinizer Auto-Fixer
|
444c293c01
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2020-04-10 08:59:32 +00:00 |
|
Laurent Destailleur
|
1c01972bfe
|
Fix logs
|
2020-03-25 17:30:54 +01:00 |
|
Laurent Destailleur
|
3c572c1909
|
Debug multicurrency
|
2020-03-25 17:24:20 +01:00 |
|