Laurent Destailleur
|
cbd6357f45
|
Merge pull request #16556 from marc-dll/NEW_ldap_group_filter
NEW: LDAP: usergroup search can be filtered
|
2021-03-06 11:08:24 +01:00 |
|
Laurent Destailleur
|
3cbced439a
|
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/admin/tools/listevents.php
htdocs/compta/bank/line.php
htdocs/compta/facture/class/facture-rec.class.php
htdocs/compta/facture/class/facture.class.php
htdocs/compta/paiement/cheque/card.php
htdocs/core/class/commonobject.class.php
htdocs/core/class/extrafields.class.php
htdocs/core/lib/date.lib.php
htdocs/core/lib/ticket.lib.php
htdocs/core/modules/mailings/modules_mailings.php
htdocs/core/tpl/extrafields_view.tpl.php
htdocs/core/tpl/objectline_view.tpl.php
htdocs/cron/list.php
htdocs/expedition/card.php
htdocs/mrp/mo_list.php
htdocs/product/stock/productlot_card.php
htdocs/public/emailing/mailing-read.php
htdocs/public/emailing/mailing-unsubscribe.php
htdocs/ticket/list.php
test/phpunit/FactureRecTest.php
|
2021-03-05 19:29:09 +01:00 |
|
stickler-ci
|
06cabb35ec
|
Fixing style errors.
|
2021-03-05 10:24:28 +00:00 |
|
Marc de Lima Lucio
|
396fb3fae3
|
FIX: ldap: bad function comment
|
2021-03-05 11:21:04 +01:00 |
|
Marc de Lima Lucio
|
f731545af4
|
NEW: ldap: filter search on usergroups
|
2021-03-05 11:14:21 +01:00 |
|
Laurent Destailleur
|
7d20df8054
|
Merge pull request #16177 from atm-gauthier/NEW/add_real_payments_on_salaries
NEW Salary payment request and Salary payment are 2 different steps in workflow on Salary payment recording
|
2021-03-04 16:53:54 +01:00 |
|
Juanjo Menent
|
a04a4806e0
|
Fix: lost selecteds items in ticket creation
|
2021-03-04 11:50:46 +01:00 |
|
Laurent Destailleur
|
7bc2e1ffad
|
FIX Timezone management for datetime with modulebuilder and extrafields
|
2021-03-04 10:31:31 +01:00 |
|
Laurent Destailleur
|
33c4180781
|
FIX Timezone management for datetime with modulebuilder
|
2021-03-04 09:36:19 +01:00 |
|
Laurent Destailleur
|
43e58f70a1
|
Merge pull request #16528 from frederic34/patch-4
remove unused code
|
2021-03-03 15:10:58 +01:00 |
|
Frédéric FRANCE
|
d05c0b749a
|
remove unused code
|
2021-03-03 13:11:10 +01:00 |
|
Frédéric FRANCE
|
2d9f00eb57
|
Update commonobject.class.php
|
2021-03-03 12:24:44 +01:00 |
|
Frédéric FRANCE
|
a8bf47b9ce
|
fix unknown constant and variable
|
2021-03-03 12:02:48 +01:00 |
|
lvessiller
|
66ad8fbb24
|
FIX select list dependancies on common object (FIX #16510)
|
2021-03-02 17:21:55 +01:00 |
|
Laurent Destailleur
|
c81d5ff4d0
|
Introduce a variable to cache some data.
|
2021-03-02 16:13:00 +01:00 |
|
Laurent Destailleur
|
7f1d61f8a8
|
Fix phpcs
|
2021-03-02 15:34:43 +01:00 |
|
Laurent Destailleur
|
42329b10c9
|
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
build/generate_filelist_xml.php
htdocs/comm/propal/card.php
htdocs/commande/card.php
htdocs/compta/facture/card.php
htdocs/core/class/commonobject.class.php
htdocs/core/lib/modulebuilder.lib.php
htdocs/fourn/commande/card.php
htdocs/fourn/facture/card.php
htdocs/supplier_proposal/card.php
htdocs/ticket/list.php
|
2021-03-02 15:27:20 +01:00 |
|
Florian HENRY
|
2c163b8163
|
fix #16510
|
2021-03-02 15:22:22 +01:00 |
|
Laurent Destailleur
|
1f25f2bb7e
|
Fix phpcs
|
2021-03-02 15:09:29 +01:00 |
|
Laurent Destailleur
|
cdfb9254b3
|
Merge pull request #16510 from FHenry/13.0_fix_missing_list_dependencies_for_modulebuilder_fields
FIX : select list dependencies now work for ModuleBuilder sellist field
|
2021-03-02 14:51:53 +01:00 |
|
Laurent Destailleur
|
3982a36a3e
|
Update commonobject.class.php
|
2021-03-02 14:47:35 +01:00 |
|
Laurent Destailleur
|
7144e80063
|
Merge pull request #16322 from FHenry/dev_new_conf_defaulteventstatus
NEW: Conf for default actiomm status when created from card (and DefaultValues CRUD class)
|
2021-03-02 14:45:05 +01:00 |
|
Florian HENRY
|
27c354567a
|
FIX : select list dependencies now work for ModuleBuilder sellist field
|
2021-03-02 14:06:11 +01:00 |
|
Laurent Destailleur
|
acb7b30eb0
|
Merge pull request #16507 from frederic34/add_rule
Add rule
|
2021-03-02 12:52:03 +01:00 |
|
Laurent Destailleur
|
1132ed306c
|
Merge pull request #16506 from andreubisquerra/patch-1
Avoid php errors if negative var in Receipt Module
|
2021-03-02 12:50:57 +01:00 |
|
Laurent Destailleur
|
a161edefb1
|
Look and feel v14
|
2021-03-02 12:33:55 +01:00 |
|
Florian HENRY
|
812d3279b3
|
Merge branch 'dev_new_conf_defaulteventstatus' of github.com:FHenry/dolibarr into dev_new_conf_defaulteventstatus
|
2021-03-02 11:06:52 +01:00 |
|
Florian HENRY
|
0f7144a391
|
Merge branch 'develop' of github.com:Dolibarr/dolibarr into dev_new_conf_defaulteventstatus
|
2021-03-02 11:05:20 +01:00 |
|
Laurent Destailleur
|
7f209f7cc7
|
Clean code
|
2021-03-02 02:55:24 +01:00 |
|
Laurent Destailleur
|
cffea1889f
|
FIX #16325
|
2021-03-02 01:17:28 +01:00 |
|
Laurent Destailleur
|
f1f950e8b7
|
Close #16395 - Can filter on proposal source in list
|
2021-03-02 00:11:15 +01:00 |
|
andreubisquerra
|
5bb7c521aa
|
Update dolreceiptprinter.class.php
|
2021-03-01 23:30:38 +01:00 |
|
andreubisquerra
|
15cc0f8775
|
Avoid php errors if negative var in Receipt Module
Solved in develop branch with PR https://github.com/Dolibarr/dolibarr/pull/15994/files
After testing we introduce it in version 13
|
2021-03-01 23:09:07 +01:00 |
|
Frédéric FRANCE
|
f2cdbf6bb2
|
Merge remote-tracking branch 'upstream/develop' into add_rule
|
2021-03-01 21:22:34 +01:00 |
|
stickler-ci
|
54d35fa59f
|
Fixing style errors.
|
2021-03-01 20:00:32 +00:00 |
|
Florian HENRY
|
32ef55cd9e
|
working default status/percent for event actioncomm
|
2021-03-01 20:58:02 +01:00 |
|
Frédéric FRANCE
|
a4e25359e7
|
add missing rule
|
2021-03-01 20:37:16 +01:00 |
|
Florian HENRY
|
f62386a6a5
|
set Default values as CURD classes
|
2021-03-01 20:36:42 +01:00 |
|
Florian HENRY
|
1b57d2a4a0
|
Merge branch 'develop' of github.com:Dolibarr/dolibarr into dev_new_conf_defaulteventstatus
|
2021-03-01 19:57:54 +01:00 |
|
Florian HENRY
|
7d3bd131ab
|
default envent status
|
2021-03-01 19:54:30 +01:00 |
|
Florian HENRY
|
0edae6e19a
|
add class default values
|
2021-03-01 18:25:23 +01:00 |
|
Laurent Destailleur
|
1cdea45707
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
Conflicts:
htdocs/adherents/subscription/list.php
htdocs/societe/canvas/company/tpl/card_create.tpl.php
htdocs/societe/canvas/individual/tpl/card_create.tpl.php
htdocs/societe/card.php
|
2021-03-01 17:46:36 +01:00 |
|
Laurent Destailleur
|
222012da37
|
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/compta/bank/class/paymentvarious.class.php
htdocs/compta/bank/various_payment/card.php
htdocs/don/card.php
htdocs/langs/en_US/main.lang
htdocs/public/payment/newpayment.php
test/phpunit/DateLibTzFranceTest.php
|
2021-03-01 15:48:30 +01:00 |
|
Gauthier PC portable 024
|
6da28f5e44
|
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/add_real_payments_on_salaries
|
2021-03-01 11:12:03 +01:00 |
|
Alexandre SPANGARO
|
0d954cb1c7
|
FIX: Total_ht not show in contract link element
|
2021-03-01 03:09:36 +01:00 |
|
Frédéric FRANCE
|
1b046f25cf
|
add new rule
|
2021-03-01 00:19:52 +01:00 |
|
Alexandre SPANGARO
|
de241eced3
|
FIX: Total_ht not show in contract link element
|
2021-02-28 22:22:20 +01:00 |
|
Laurent Destailleur
|
6294ae61a8
|
Look and feel v14
|
2021-02-28 14:26:32 +01:00 |
|
Laurent Destailleur
|
886cbc61c8
|
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
htdocs/commande/card.php
htdocs/core/boxes/box_factures_fourn.php
htdocs/core/boxes/box_factures_fourn_imp.php
htdocs/core/boxes/box_ficheinter.php
htdocs/core/boxes/box_members.php
htdocs/core/boxes/box_propales.php
htdocs/core/class/commonobject.class.php
htdocs/core/class/html.formmail.class.php
htdocs/core/lib/functions.lib.php
htdocs/fourn/class/fournisseur.facture.class.php
|
2021-02-28 13:37:45 +01:00 |
|
Laurent Destailleur
|
2a3b3753a8
|
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
|
2021-02-28 13:27:38 +01:00 |
|