Commit Graph

6228 Commits

Author SHA1 Message Date
Laurent Destailleur
7be8ea782d Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
# Conflicts:
#	htdocs/compta/facture/card.php
#	htdocs/fourn/facture/card.php
2023-06-01 08:01:32 +02:00
Laurent Destailleur
faf8f8d19e Debug v18 2023-06-01 07:58:52 +02:00
Laurent Destailleur
a5a62f10f2 Fix picto 2023-05-23 11:42:19 +02:00
Laurent Destailleur
d30a25bd28
Merge pull request #24689 from solution-libre/fix-date-form-for-order
Fix date form for order
2023-05-21 23:02:36 +02:00
Laurent Destailleur
0a80a0b5fa Debug v18 2023-05-21 14:33:59 +02:00
Laurent Destailleur
4c09bd3e8d
Merge pull request #24395 from SylvainLegrand/Improve_multicurrency_payments
Improve multicurrency payments
2023-05-21 02:40:39 +02:00
Laurent Destailleur
0670e1ff21
Merge pull request #24771 from noec764/16_FIX_Bad_link_forthirdparty
FIX: Bad link in getNomUrl
2023-05-15 23:48:28 +02:00
Noé Courtier
366409138c FIX: Bad link in getNomUrl 2023-05-15 11:30:33 +02:00
Laurent Destailleur
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +02:00
Florent Poinsaut
2967d653c6 Fix date form for order 2023-05-05 09:53:35 +02:00
Laurent Destailleur
53736f5bfb
Merge pull request #24593 from altairisfr/deldispatchline
FIX : reopen supplier order after line delete if needed
2023-05-05 01:10:58 +02:00
Laurent Destailleur
eccbe94131 Debug v18 2023-05-03 04:54:04 +02:00
Laurent Destailleur
f5d7ac2bc1 NEW Can upload a file with drag and drop on social contributions 2023-05-02 17:04:22 +02:00
Laurent Destailleur
3c0e233145 NEW Can add an array of several links in date selector 2023-05-02 15:24:47 +02:00
Laurent Destailleur
2d17e77ff7 Fix warning 2023-05-01 17:29:54 +02:00
Laurent Destailleur
fd3ec20f36 Update qodana rules 2023-04-30 04:24:17 +02:00
Laurent Destailleur
4028b5d568 Clean code 2023-04-29 13:13:12 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
Laurent Destailleur
1291095936
Merge pull request #24642 from Hystepik/develop#1
New : Dispatch card on reception object
2023-04-28 19:53:17 +02:00
Laurent Destailleur
e74c50aa8a Clean code 2023-04-28 16:05:25 +02:00
hystepik
397e6dce38 Fix CI 2023-04-28 12:18:14 +02:00
Lucas Marcouiller
79b686fb33
Merge branch 'develop' into develop#1 2023-04-28 11:31:43 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern 
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
f44c97d3c6 Code is using the Universal Filter Syntax 2023-04-27 22:12:23 +02:00
Laurent Destailleur
3065b9ca6a Clean code 2023-04-27 21:15:27 +02:00
hystepik
ca815ff9c6 working dispatchcard reception 2023-04-27 14:56:27 +02:00
Laurent Destailleur
80b6e78679 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-04-27 14:19:09 +02:00
Laurent Destailleur
fa832e8a0d Fix missing date in popup 2023-04-27 12:37:42 +02:00
Christophe Battarel
7afdf2270f remove rollback 2023-04-27 08:44:22 +02:00
Laurent Destailleur
c891196b5b Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-04-25 21:02:01 +02:00
Christophe Battarel
d7b770bb74 FIX : reopen supplier order after line delete if needed 2023-04-25 17:31:02 +02:00
Laurent Destailleur
351c8c58b2 Fix look and feel v17 2023-04-24 11:45:20 +02:00
Frédéric FRANCE
057407554a use isModEnabled 2023-04-19 14:06:16 +02:00
Frédéric FRANCE
fa849696fb use isModEnabled 2023-04-18 20:16:02 +02:00
Laurent Destailleur
2c29399fa9
Merge pull request #24500 from bloxera/fix_24356_final
Fix for #24256 with final cleanup.
2023-04-18 18:31:39 +02:00
Laurent Destailleur
9a420b8f41 Clean code 2023-04-18 16:15:27 +02:00
Laurent Destailleur
7cf21e6ee6 Debug v18 2023-04-18 14:48:47 +02:00
priojk
a52e7b1a57 rename action from makeorder to createorder 2023-04-12 21:23:49 +02:00
Laurent Destailleur
6914e2bb2a NEW Can receive more than qty ordered on reception 2023-04-10 16:58:38 +02:00
Laurent Destailleur
8e1ffe6f1d
Merge branch 'develop' into 18a5 2023-04-09 18:00:44 +02:00
Laurent Destailleur
a4a014cfd5 Clean libelle into label 2023-04-08 15:08:55 +02:00
Alexandre SPANGARO
092cee40a6 Merge remote-tracking branch 'upstream/develop' into 18a5 2023-04-08 05:58:14 +02:00
Laurent Destailleur
0fb03fdc2d Clean code 2023-04-08 01:43:21 +02:00
Alexandre SPANGARO
0170979dc7 FIX Travis-CI 2023-04-07 06:55:43 +02:00
hystepik
3760f06961 add remove of lines for reception 2023-04-06 15:50:34 +02:00
stickler-ci
4c69691878 Fixing style errors. 2023-04-06 12:25:23 +00:00
Alexandre SPANGARO
e57d1c6e3c Merge remote-tracking branch 'upstream/develop' into 18a5 2023-04-06 14:20:14 +02:00
Laurent Destailleur
f877a978b1 CSS 2023-04-06 10:58:02 +02:00
Laurent Destailleur
19f9592ac4 CSS 2023-04-06 10:54:09 +02:00
Alexandre SPANGARO
b29eba6e00 NEW: Accountancy - Manage intra-community VAT on supplier invoices - FPC22 2023-04-06 08:47:28 +02:00