2
0
forked from Wavyzz/dolibarr
Commit Graph

2010 Commits

Author SHA1 Message Date
Laurent Destailleur
85180a3044 Clean code 2023-08-24 14:55:23 +02:00
Laurent Destailleur
72dbb35d13 Debug v18 2023-08-15 18:25:00 +02:00
Laurent Destailleur
f21c168a84 Removed $brouillon property 2023-08-06 01:16:12 +02:00
Laurent Destailleur
e3e73d9096 Work on renaming libelle into label 2023-08-06 01:14:36 +02:00
Laurent Destailleur
0076ec69b8 The property ->brouillon has been removed from all classes. It was not
reliable and was a duplicate of ->status == self::STATUS_DRAFT.
2023-08-06 00:16:25 +02:00
Laurent Destailleur
91982253a0 Clean code 2023-08-05 14:59:31 +02:00
Laurent Destailleur
4431ca659f Debug v18 2023-08-05 14:20:25 +02:00
Laurent Destailleur
df76b9940d Debug v18 2023-08-05 13:27:56 +02:00
onhairech
b920dfdbda qodana fix 4: missing returns (#25334)
* qodana fix 4: missing returns

* Delete settings.json

* correcting the return  info function

* unreachable code fix

* return fix
2023-07-25 23:29:34 +02:00
Florent Poinsaut
aa36d9f936 Fix duplicated deletion of linked object in supplier invoice (#25415) 2023-07-23 19:42:19 +02:00
Laurent Destailleur
7a9e70246d Merge pull request #25235 from mc2contributor/fixRights
Update permissions lookup in vendor module, fixes some warnings
2023-06-30 09:02:45 +02:00
Roger Dueck
2d997161a5 Update permissions lookup in vendor module, fixes some warnings 2023-06-29 10:45:42 -06:00
Laurent Destailleur
b1e0b317c9 Debug v18 2023-06-29 13:16:44 +02:00
Charlène Benke
11a444f126 php V8 warning 2023-06-25 13:33:35 +02:00
Laurent Destailleur
31474d80f1 Doxygen 2023-06-19 00:52:43 +02:00
Hystepik
e28de18a9b Fix : deprecated warnings on various pages 2023-06-13 16:01:52 +02:00
Florian HENRY
a2c0eac09b on going 2023-06-09 11:53:39 +02:00
Didier 'OdyX' Raboud
f653f5c96c Fix multicurrency payments' currency quoting
PostgreSQL imposes single-quoting around strings; double-quotes cast to column names

Fixes a0d9419be5
2023-05-29 09:03:18 +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
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +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
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
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
Frédéric FRANCE
057407554a use isModEnabled 2023-04-19 14:06:16 +02:00
Laurent Destailleur
9a420b8f41 Clean code 2023-04-18 16:15:27 +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
0170979dc7 FIX Travis-CI 2023-04-07 06:55:43 +02:00
stickler-ci
4c69691878 Fixing style errors. 2023-04-06 12:25:23 +00:00
Alexandre SPANGARO
b29eba6e00 NEW: Accountancy - Manage intra-community VAT on supplier invoices - FPC22 2023-04-06 08:47:28 +02:00
Laurent Destailleur
a0829733bf Debug v18 2023-04-03 19:58:48 +02:00
Laurent Destailleur
8898a1a432 Debug ajax tooltip 2023-04-03 19:51:40 +02:00
BadPixxel
57156dd022 FIX: Invoice Thirdparty never loaded at this point
Attempt to read property "default_lang" on null in /var/www/html/fourn/class/paiementfourn.class.php on line 353
2023-03-31 13:15:44 +02:00
Sylvain Legrand
a0d9419be5 Improve multicurrency payments 2023-03-30 19:06:47 +02:00
priojk
3c7fe6029f change action to start with create 2023-03-29 09:48:11 +02:00
Laurent Destailleur
5b0b874535 NEW Add a status on supplier price ref (WIP to close a supplier ref) 2023-03-28 21:30:08 +02:00
Laurent Destailleur
ec7627572f Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-27 18:32:25 +02:00
priojk
f693822d15 Stikler whitespace 2023-03-24 14:03:19 +01:00
priojk
3603952301 add hooks to customize automatic closing of invoices (e.g. cash discount) 2023-03-24 13:43:49 +01:00
Regis Houssin
188f9b67cf FIX missing token 2023-03-23 13:02:49 +01:00
Regis Houssin
d923ad2340 FIX add "nofetch" parameters 2023-03-23 12:02:16 +01:00
Regis Houssin
8bc0e46e87 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-23 11:06:31 +01:00
Regis Houssin
b241af94a7 NEW show supplier name in getNomUrl of supplier order 2023-03-23 11:06:20 +01:00