2
0
forked from Wavyzz/dolibarr
Commit Graph

1319 Commits

Author SHA1 Message Date
Laurent Destailleur
a0624e2e36 Merge branch 'develop' into features/reglementdon 2024-01-29 01:02:23 +01:00
Frédéric France
65d353bc08 add thirdparty and contact 2024-01-17 21:59:53 +01:00
Frédéric FRANCE
0d083cffb5 Update init_menu_auguria.sql 2024-01-16 13:42:05 +01:00
Frédéric FRANCE
3d5099d43b Update init_menu_auguria.sql 2024-01-16 13:34:29 +01:00
Frédéric FRANCE
858bf48bcf Update init_menu_auguria.sql 2024-01-15 23:41:46 +01:00
Frédéric FRANCE
1cd23989ec add ico in init_menu_auguria.sql 2024-01-15 23:25:55 +01:00
MDW
89004f7e03 Qual: Spelling htdocs/core (#27491)
Highlights:
- initialY in pdf_standard.modules.php was unused
  - remove (otherwise -> initially) (+same in other file)
2024-01-13 19:48:20 +01:00
John BOTELLA
58cf5609ca FIX php 8.2 warning (#27465)
* fix php 8.2 warning

* Fix warning
2024-01-12 17:03:57 +01:00
Laurent Destailleur
450707e4be Removed a file that is bugged and output bugged empty data on screen 2024-01-06 23:01:31 +01:00
Laurent Destailleur
c6c40e4c4a Fix css 2024-01-06 13:01:58 +01:00
Frédéric FRANCE
01c78a0aa5 Update init_menu_auguria.sql 2024-01-02 18:28:44 +01:00
MDW
0391e02b28 Fix seen as undeclared by static checker.
# Fix  seen as undeclared by static checker.
https://github.com/Dolibarr/dolibarr/pull/26480/checks#step:5:79
https://github.com/Dolibarr/dolibarr/pull/26480/checks#step:5:80
2023-12-18 05:00:39 +01:00
Laurent Destailleur
eda3ec4d04 Fix menu. Debug v19. 2023-12-16 14:50:54 +01:00
Laurent Destailleur
a515ceedda Fix warnings 2023-12-15 13:54:56 +01:00
Laurent Destailleur
fb083a6cfc Fix warning with rector 2023-12-13 16:33:17 +01:00
Thomas905
cc70f0defa fix menu left 2023-12-07 09:44:27 +01:00
Thomas905
3477cb544a general donation payment page 2023-12-06 15:38:23 +01:00
Frédéric FRANCE
7c266a5820 fix auguria 2023-12-04 21:48:27 +01:00
Laurent Destailleur
5fb751bcd1 Debug v19 2023-12-04 21:10:07 +01:00
Laurent Destailleur
91b21b66ba Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-04 21:04:36 +01:00
Laurent Destailleur
4b6299ca15 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Conflicts:
	htdocs/core/menus/init_menu_auguria.sql
2023-12-04 21:02:10 +01:00
Laurent Destailleur
3d08acb69e Fix menu auguria 2023-12-04 20:55:30 +01:00
moreauf
97434c89bd 17.0: Correct bug in init_menu_auguria.sql Impossible to activate Menu 2023-12-04 12:29:22 +01:00
Laurent Destailleur
d0b6b9fe65 Fix with php-cs-fixer 2023-12-04 12:07:53 +01:00
Laurent Destailleur
b69059af76 Fix warning 2023-11-27 12:24:18 +01:00
Laurent Destailleur
53dab922fd Fix php8.2 warnings 2023-11-27 11:39:32 +01:00
Frédéric FRANCE
f1ad6d7643 fix phpstan (#26776) 2023-11-21 23:44:26 +01:00
Laurent Destailleur
1a6d8e304d Fix responsive and css. Rename time spent. 2023-11-20 11:41:02 +01:00
Alexandre SPANGARO
072bdbdc9a NEW Accountancy - Added management of tax period closures #FPC21 (#25859)
* NEW Accountancy - Added management of tax period closures

* Unlock function fiscal year & closure admin page

* Fix travis

* Fix Visibility function

* Fix indent & space

* Fix indent

* Fix travis

* Update text

* Add action to generate has new entry with sub-ledger accounts details

* Return code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-18 11:25:43 +01:00
Laurent Destailleur
050402f371 CSS 2023-11-17 16:13:46 +01:00
Laurent Destailleur
ca3f5eaadf Debug v19 2023-11-14 00:56:30 +01:00
Saami PERDRIX
398ad8d1f7 L'entrée de menu GRH > Notes de frais > Règlements n'est plus affiché (#26572)
quand le module banque est désactivé
2023-11-13 20:56:41 +01:00
Frédéric FRANCE
3c31401c9c fix auguria init (#26534)
* fix auguria init

* fix auguria init

* fix auguria init
2023-11-10 18:48:18 +01:00
Laurent Destailleur
6d97542bbf FIX label of menu entry 2023-11-06 01:43:45 +01:00
Laurent Destailleur
ca3c7f0a37 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-10-26 13:52:22 +02:00
Laurent Destailleur
6822afac31 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-10-26 13:48:33 +02:00
Laurent Destailleur
e080261e25 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-10-26 13:46:17 +02:00
sonikf
21f602bf05 fix suppliers_bills_payment link (#26361) 2023-10-26 10:01:51 +02:00
MDW
e7c49922a6 Fix some items detected by phan (see #26262) (#26264)
* Fix some items detected by phan (see #26262)

* Update fournisseur.facture-rec.class.php

* Update fournisseur.facture-rec.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-20 02:28:51 +02:00
Laurent Destailleur
f53ef65b99 Debug v19 2023-10-20 01:00:15 +02:00
Laurent Destailleur
9d83688e21 FIX Bad filter on menu Services - expired 2023-10-19 15:21:36 +02:00
Laurent Destailleur
bc53a21224 css 2023-10-18 17:05:40 +02:00
Laurent Destailleur
4033038d5f Fix restore ticket top menu entry in auguria module 2023-10-18 16:41:00 +02:00
Laurent Destailleur
558b6b5762 Fix missing Cash control menu in auguria 2023-10-18 16:24:30 +02:00
Laurent Destailleur
bba45ee44a Fix missing Cash control menu in auguria 2023-10-18 14:19:02 +02:00
Laurent Destailleur
a77b29aada Look and feel v19 2023-10-17 12:36:12 +02:00
Anthony Berton
5639352df7 NEW - Right for stats orders (#24607)
* NEW - Right for stats orders

* NEW: use account address in sepa mandate (#23642)

* New: allow to display account address in pdf sepa mandate. Fix: use ->proprio because ->account_owner does not exist.

* Stickler fix

---------

Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
Co-authored-by: thomas-Ngr <tnegre@open-dsi.fr>
2023-10-16 17:19:07 +02:00
Laurent Destailleur
1f38e54e78 Clean code 2023-10-15 15:32:35 +02:00
Laurent Destailleur
c507adeef7 NEW Top menu support picto of modules that are font awesome picto. 2023-10-13 15:00:51 +02:00
Dev2a
fcd4c4e429 Fix: Change access to $conf->global to function getDolGlobal (automatique) 2023-10-08 23:19:49 +02:00