Laurent Destailleur
91909928d4
FIX Can't edit bank record
2022-04-05 18:19:06 +02:00
Laurent Destailleur
8a9e8cd36b
css
2022-04-05 18:17:49 +02:00
Laurent Destailleur
a8a83b30dc
FIX Can't edit bank record
2022-04-05 18:17:45 +02:00
Laurent Destailleur
e1143eb468
Merge pull request #20081 from bb2a/border_theme-md
...
NEW - add param boder table for md theme
2022-04-05 18:02:51 +02:00
Laurent Destailleur
c7d5ecd4f7
Renamed hidden option INVOICE_CAN_ALWAYS_BE_EDITED into
...
INVOICE_CAN_BE_EDITED_EVEN_IF_PAYMENT_DONE for better understanding.
2022-04-05 17:39:56 +02:00
lvessiller
dd6706e521
NEW display errors in a message box after generating documents
2022-04-05 17:31:34 +02:00
atm-florian
bb30a1c8c6
FIX 16.0 SQL error on update
2022-04-05 17:31:04 +02:00
atm-florian
216b4b7309
16.0 - deprecate amount field of FactureFournisseur and FactureFournisseurRec
2022-04-05 17:30:36 +02:00
Laurent Destailleur
d143b8bf6e
Debug dol_uncompress and add phpunit tests
2022-04-05 17:19:12 +02:00
atm-florian
046089f371
FIX 16.0 - ref_client set instead of ref_supplier (maybe copy-paste error)
2022-04-05 15:38:54 +02:00
Laurent Destailleur
f17db2a919
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-05 15:33:29 +02:00
Laurent Destailleur
40ad12c3c3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-05 15:29:54 +02:00
Laurent Destailleur
f0d163a4ac
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-04-05 15:28:54 +02:00
Laurent Destailleur
8e4c89673a
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
2022-04-05 15:28:43 +02:00
Laurent Destailleur
17c719e760
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-04-05 15:24:15 +02:00
Laurent Destailleur
efa302f865
Fix phpunit
2022-04-05 15:23:17 +02:00
Laurent Destailleur
000ab8ce5f
Merge pull request #20164 from Hystepik/develop#3
...
NEW dol_uncompress() supports extensions (.gz, .bz2, .zstd). Only .zip was supported before.
2022-04-05 15:21:09 +02:00
Laurent Destailleur
3385cb8071
Update files.lib.php
2022-04-05 15:19:55 +02:00
Laurent Destailleur
759f7e051e
Update files.lib.php
2022-04-05 15:18:52 +02:00
Laurent Destailleur
2e5d0ef92b
Merge pull request #20249 from atm-steve/NEW_Employee_management_improvement
...
New employee management improvement #18434
2022-04-05 15:12:19 +02:00
atm-greg
aa42df9961
just for glory
2022-04-05 15:11:37 +02:00
atm-greg
59fec7d094
implement cache managed by current object
2022-04-05 15:10:31 +02:00
Laurent Destailleur
2303553fd1
Merge pull request #20392 from thomas-Ngr/develop_fix_ticket_workflow_create_ficheinter_from_public_interface
...
Fix: ticket/workflow: automatically create ficheinter
2022-04-05 15:08:10 +02:00
Laurent Destailleur
04ece4f792
Merge pull request #20531 from ATM-Consulting/FIX_condition_on_remx
...
FIX : Bad condition on remx
2022-04-05 14:53:25 +02:00
Laurent Destailleur
ed7fd09925
Fix regression
2022-04-05 14:36:09 +02:00
Laurent Destailleur
3c64965f9c
Merge pull request #20535 from altairis-noe/14.0
...
FIX backport
2022-04-05 14:19:33 +02:00
Laurent Destailleur
662681d82b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-05 14:15:51 +02:00
Laurent Destailleur
5890139d38
Merge pull request #20537 from aspangaro/16a15
...
NEW Supplier order - Show ref supplier of reception in linked object block
2022-04-05 14:15:43 +02:00
Laurent Destailleur
26f7a50838
Update linkedobjectblock.tpl.php
2022-04-05 14:15:27 +02:00
bomuux
63016b79ea
Bug: Cannot set thirdparty customer accountancy code to empty string
...
When thirdparty customer accountancy code is set to a non empty string, one cannot set it back to empty string due to thirdparty property deprecation :
code_compta to code_compta_client
2022-04-05 14:06:52 +02:00
Laurent Destailleur
0a27286e7d
Merge pull request #20540 from bomuux/develop
...
FIX Cannot set thirdparty customer accountancy code to empty string
2022-04-05 14:06:12 +02:00
Laurent Destailleur
9bf156b981
Doc
2022-04-05 13:54:09 +02:00
Laurent Destailleur
7c591d95d9
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-04-05 13:48:39 +02:00
Laurent Destailleur
d270a1a64b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-05 13:37:13 +02:00
Laurent Destailleur
f0433244aa
Fix sql
2022-04-05 13:36:25 +02:00
atm-florian
b872fb2eac
FIX 16.0 - missing quotes in SQL for frequency unit update for template supplier invoices
2022-04-05 12:28:40 +02:00
atm-florian
392ba6deed
FIX 16.0 - my previous fix was incomplete (missing parentheses around OR-separated conditions)
...
+ replace GETPOST('fac_rec', 'int') with variable
+ make sure it works even if, one day, the "nothing selected" value for the template supplier invoice selector changes to -1 instead of ''
2022-04-05 12:16:06 +02:00
Gauthier PC portable 024
b199234afe
FIX : each time we create a supplier order, we need to give it a ref_supplier
2022-04-05 12:01:09 +02:00
atm-florian
b929c2f671
FIX 16.0 - supplier invoice card creates two invoices instead of one when creating from a template
2022-04-05 11:46:06 +02:00
Laurent Destailleur
3ab993127d
NEW Accept 'auto' for ref of object on import of purchase order/proposal
2022-04-05 02:17:01 +02:00
Florian HENRY
1fec350ccc
fix: Bad dirthday displayed date (d-1) in the Bithday Widget
2022-04-04 22:51:30 +02:00
bomuux
b03d7c60ff
Bug: Cannot set thirdparty customer accountancy code to empty string
...
When thirdparty customer accountancy code is set to a non empty string, one cannot set it back to empty string due to thirdparty property deprecation :
code_compta to code_compta_client
2022-04-04 18:06:11 +02:00
atm-greg
ad145c94ca
add comment
2022-04-04 17:23:34 +02:00
jpb
f4a780f3f6
add name on tr data
2022-04-04 16:28:42 +02:00
Alexandre SPANGARO
5f6c5ccf92
NEW Supplier order - Show ref supplier of reception in linked object block
2022-04-04 16:25:31 +02:00
jpb
04140d8dc0
add class name on tds expensereport rule card
2022-04-04 15:45:16 +02:00
Laurent Destailleur
71012a7933
FIX #19777 #20281
2022-04-04 15:25:29 +02:00
Laurent Destailleur
01d100fc0c
Missing autofocus on title field
2022-04-04 15:11:29 +02:00
atm-greg
2455d8fe52
avoid fetch_objectlinked for each page of the document
2022-04-04 14:31:48 +02:00
Laurent Destailleur
ea61e51730
Fix phpunit
2022-04-04 14:00:39 +02:00
Laurent Destailleur
af45691c9d
Clean import profiles
2022-04-04 13:35:08 +02:00
Laurent Destailleur
2690f4459f
NEW Enhance the import. Can use 'auto' for the ref (import of orders)
2022-04-04 13:17:45 +02:00
Laurent Destailleur
5960d5971c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/accounting-files.php
2022-04-04 10:49:51 +02:00
Laurent Destailleur
2913759bb7
Fix syntax
2022-04-04 10:45:50 +02:00
kamel
6cac982507
FIX - Fix the adding of lines in the create invoice functions
2022-04-04 10:32:17 +02:00
Atm-Gregr
2009cc96e0
clean branch
2022-04-04 10:21:06 +02:00
Atm-Gregr
53b185ce9c
fix condition on remx
2022-04-04 10:19:51 +02:00
Atm-Gregr
e34c921f8b
Merge branch '14.0' of github.com:Dolibarr/dolibarr into 14.0
2022-04-04 10:19:18 +02:00
atm-florian
563716b633
16.0 - Proposal for trigger prefix consistency: instead of adding missing prefix, check that trigger starts with declared prefix
2022-04-04 10:00:10 +02:00
Thomas Negre
7469cf79f5
enhance option explanation string
2022-04-04 09:29:03 +02:00
Thomas Negre
2ec7818c75
When the ficheinter can't be created, display an error.
2022-04-04 09:29:03 +02:00
Thomas Negre
ac7f02e0d3
stickler corrections
2022-04-04 09:29:03 +02:00
Thomas Negre
35d596e1dc
rename constant TICKET_AUTO_CREATE_FICHINTER_CREATE to WORKFLOW_TICKET_CREATE_INTERVENTION
2022-04-04 09:29:03 +02:00
Thomas Negre
424125ca03
Workflow fichinter: use default fichinter pdf model
2022-04-04 09:29:03 +02:00
Thomas Negre
ea68ed9c07
move automatic intervention creation from ticket/card.php to triggers/workflow.php
2022-04-04 09:29:03 +02:00
Thomas Negre
8db171ae41
add translation string for workflow ticket fichinter creation
2022-04-04 09:29:03 +02:00
Thomas Negre
4790006c3a
workflow config: add button for WORKFLOW_TICKET_CREATE_INTERVENTION
2022-04-04 09:29:03 +02:00
Thomas Negre
0c0ff4dec9
add WORKFLOW_TICKET_CREATE_INTERVENTION to workflow constants
2022-04-04 09:29:03 +02:00
Laurent Destailleur
1c71a8da1e
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/compta/accounting-files.php
2022-04-03 17:27:15 +02:00
Laurent Destailleur
440b5350df
# WARNING: head commit changed in the meantime
...
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-04-03 17:19:27 +02:00
Laurent Destailleur
d0ed15ce5c
Typo
2022-04-03 17:12:54 +02:00
Laurent Destailleur
edf779505c
FIX download of file must be done using a GET href link, not a POST.
2022-04-03 17:12:45 +02:00
Laurent Destailleur
564382ec6c
Upgrade ACE Editor from 1.4.7 to 1.4.14
2022-04-03 12:56:07 +02:00
Laurent Destailleur
d514d72ac5
Doxygen
2022-04-03 12:35:30 +02:00
Laurent Destailleur
395758f213
Doxygen
2022-04-03 12:24:03 +02:00
Laurent Destailleur
45fca25408
NEW Upgrade chartjs library to 3.7.1
2022-04-03 11:52:25 +02:00
Laurent Destailleur
9ff4903608
css
2022-04-02 19:52:12 +02:00
Laurent Destailleur
c8bd222c05
Upgrade jquery to 3.6 and jquery-ui to 1.13.1
2022-04-02 19:50:26 +02:00
Laurent Destailleur
fde856a243
Upgrade mobildetect 2.89.39
2022-04-02 19:27:48 +02:00
Laurent Destailleur
45fb57c413
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-02 18:18:40 +02:00
Laurent Destailleur
4f6f8ba128
FIX #20177
2022-04-02 18:18:24 +02:00
Laurent Destailleur
ece9f3037a
Merge pull request #19788 from OPEN-DSI/v12-fix-user-card-modify-transverse-rights
...
FIX user actions rights when multi-company transverse mode is enabled
2022-04-02 18:15:50 +02:00
Laurent Destailleur
f1d5695cb0
Merge pull request #20225 from thomas-Ngr/develop_new_ticket_workflow_auto_link_contract
...
NEW: add a workflow to auto link contract on a ticket
2022-04-02 18:15:27 +02:00
Laurent Destailleur
16b18557a9
Merge pull request #20190 from atm-GregM/DolGetButtonAction_Product_card
...
FIX: replace butAction to dolGetButtonAction on product card
2022-04-02 18:09:49 +02:00
Laurent Destailleur
f141eee005
Update card.php
2022-04-02 18:08:52 +02:00
Laurent Destailleur
f07e11179d
Merge pull request #20472 from hregis/fix_avoid_hooks_conflict
...
NEW add hooks contact tab badge and hooks parameter for avoid conflicts
2022-04-02 18:06:01 +02:00
Laurent Destailleur
e559ad2aba
Optimize column size
2022-04-02 16:50:36 +02:00
Laurent Destailleur
0eecae68f2
Merge pull request #20525 from aspangaro/16a15
...
NEW Accountancy - Add ref supplier and label on supplier binding page
2022-04-02 16:33:10 +02:00
Laurent Destailleur
06689a3fce
Merge pull request #20520 from OPEN-DSI/14.0_fix_default_options_when_generate_pdf_in_massactions
...
FIX - Fix default options ($hidedetails, $hidedesc, $hideref) with globales when generate PDF in mass actions
2022-04-02 16:32:11 +02:00
Laurent Destailleur
796164d637
Merge pull request #20509 from atm-gauthier/14.0_fix_no_unset_fields_afteer_updateline_expensereport
...
FIX : Missing unset fields after updateline expensereport
2022-04-02 16:30:38 +02:00
Laurent Destailleur
c4c7b19fbe
Merge pull request #20514 from FHenry/new_hidden_option_in_contractPDF
...
NEW add hidden option on contract PDF line to hide qty and price
2022-04-02 16:29:37 +02:00
Laurent Destailleur
1c71a76d6e
Merge pull request #20518 from frederic34/patch-1
...
use calculated visibility of extrafields in list
2022-04-02 16:23:04 +02:00
Laurent Destailleur
4fc07d96d8
Merge pull request #20519 from joseplluis/patch-11
...
BUG expedition and warehouse with children
2022-04-02 16:22:23 +02:00
Laurent Destailleur
d3161f2c4e
Clean code
2022-04-02 16:19:34 +02:00
Laurent Destailleur
7745203c16
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-02 16:17:04 +02:00
Laurent Destailleur
bb5cf1ed2e
Merge pull request #20517 from ATM-Consulting/FIX_16.0_getNomUrl_for_supplier_invoice_templates
...
FIX 16.0 - copy `title` over `ref` on FactureFournisseurRec object
2022-04-02 16:16:55 +02:00
Laurent Destailleur
e2a957c738
Clean some trigger names
2022-04-02 16:08:04 +02:00
Laurent Destailleur
7e34ce7245
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/main.inc.php
2022-04-02 15:39:15 +02:00
Laurent Destailleur
d4accb97c5
FIX #yogosha9754
2022-04-02 15:26:40 +02:00
Laurent Destailleur
9c00115abe
FIX #yogosha9754
2022-04-02 14:32:53 +02:00
Laurent Destailleur
5b91ae062f
All triggers with a name XXX_UPDATE have been renamed XXX_MODIFY for
...
code consistency purpose.
2022-04-02 10:31:58 +02:00
Alexandre SPANGARO
141e795de2
NEW Accountancy - Add ref supplier and label on supplier binding page
2022-04-02 05:30:49 +02:00
Laurent Destailleur
2eaae819f2
Merge pull request #20522 from ATM-Consulting/FIX_16.0_missing_triggers_facturerec_facturefournisseurrec
...
FIX: missing trigger DELETE for FactureRec, FactureFournisseurRec
2022-04-01 20:13:37 +02:00
Laurent Destailleur
408608ebea
Merge pull request #20430 from atm-GregM/DolGetButtonAction_Commande
...
FIX: replacing to dolGetButtonAction on Commande card
2022-04-01 20:10:13 +02:00
Laurent Destailleur
7b9b5d726a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-01 19:32:35 +02:00
Laurent Destailleur
9fd4368195
Fix message on best vote
2022-04-01 19:30:22 +02:00
atm-florian
96c432566d
NEW 16.0 - proposal for a prefix-based consistency mechanism for trigger names
2022-04-01 19:20:47 +02:00
Laurent Destailleur
256b2f4493
NEW Show number of votes into the label of tab "Results" of a survey
2022-04-01 19:17:25 +02:00
atm-florian
5a52650548
FIX: missing trigger DELETE for FactureRec, FactureFournisseurRec
...
+ trigger name consistency ('UPDATE' -> 'MODIFY')
+ preparing future consistency mechanism with class constant
2022-04-01 19:07:17 +02:00
kamel
11d4e85a39
FIX - Fiw default options ($hidedetails, $hidedesc, $hideref) with globales when generate PDF in mass actions
2022-04-01 16:52:59 +02:00
Josep Lluís
eb14d1d31f
BUG expedition and warehouse with childen
...
if a warehouse was selected by user, picking is limited to this warehouse and his children (same check is done in products without batch)
2022-04-01 16:37:32 +02:00
Frédéric FRANCE
4669d58fcc
use calculated visibility of extrafields in list
2022-04-01 16:16:45 +02:00
atm-florian
d84af9fdcd
FIX space-based indent (misconfigured IDE didn't take editorconfig into account)
...
+ fix tab-based code alignment whitespace (≠indentation)
2022-04-01 15:40:03 +02:00
atm-florian
560b8dc04c
FIX 16.0 - copy title over ref on FactureFournisseurRec object
2022-04-01 15:26:06 +02:00
Laurent Destailleur
ab4e89d678
Merge pull request #20516 from atm-jpb/FIX_TD_inexpensereport
...
fix : remove tds added by mistake
2022-04-01 14:49:48 +02:00
Laurent Destailleur
0c27578e69
Merge pull request #20233 from marc-dll/13.0_FIX_clone_with_unique_extrafields
...
FIX: object cloning: set unique extrafield values to null to prevent duplicates
2022-04-01 14:49:25 +02:00
Laurent Destailleur
9389b96d1d
Merge pull request #20478 from rycks/develop
...
fix #20477 : add online_payment_url on orders API requests
2022-04-01 14:47:38 +02:00
Laurent Destailleur
a51c868a8e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/card.php
2022-04-01 14:40:50 +02:00
Laurent Destailleur
d0ee40e55d
# WARNING: head commit changed in the meantime
...
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-01 14:39:10 +02:00
Laurent Destailleur
ad8e0a3be5
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-04-01 14:36:36 +02:00
Laurent Destailleur
6e4ed58be1
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-04-01 14:36:26 +02:00
Laurent Destailleur
89b0a7b2b5
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-04-01 14:34:15 +02:00
Laurent Destailleur
497117416b
Update mails_templates.php
2022-04-01 14:32:32 +02:00
Laurent Destailleur
02d1bd2868
Merge branch 'develop' into develop
2022-04-01 14:32:05 +02:00
Laurent Destailleur
88e6c67c10
Look and feel v16 of media manager
2022-04-01 14:29:11 +02:00
jpb
1cdf55fea0
remove empty line
2022-04-01 14:21:13 +02:00
jpb
f2480b6443
fix : remove tds add by mistake
2022-04-01 13:56:10 +02:00
Laurent Destailleur
05e1957627
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-01 13:30:31 +02:00
Laurent Destailleur
7031995820
Merge pull request #20505 from atm-jpb/NEW_add_hook_in_expensereport_rule
...
add hook doactions on expensereport_rule
2022-04-01 13:26:03 +02:00
Laurent Destailleur
de28cb5d78
Merge pull request #20501 from ralf1070/develop
...
Allow anonymous LDAP user lookups
2022-04-01 13:23:50 +02:00
Laurent Destailleur
4c150d85c9
Doc
2022-04-01 13:23:45 +02:00
Laurent Destailleur
86e9a24eb3
Merge pull request #20507 from FHenry/14_fix_action_reminders
...
FIX on update with action reminder in future there is user key error
2022-04-01 13:21:05 +02:00
Laurent Destailleur
106e3072dc
Update card.php
2022-04-01 13:20:40 +02:00
Laurent Destailleur
27a49af4d7
Merge pull request #20498 from andreubisquerra/develop
...
Avoid grouping lines with ordered lines
2022-04-01 13:18:40 +02:00
Laurent Destailleur
0948a88d52
Merge pull request #20508 from FHenry/15.0_fix_message_inventories_lot_series
...
fix: Show error message on inventory input line for serial num product #Evarisk
2022-04-01 13:16:37 +02:00
Laurent Destailleur
e14d91dbd9
Merge pull request #20511 from FHenry/dev_20510
...
new: Add rank column into contract line
2022-04-01 13:10:24 +02:00
Laurent Destailleur
a3dbcd0c27
Clean language files
2022-04-01 13:09:11 +02:00
Florian HENRY
cbf89df591
new: add hidden option on contract PDF line
2022-04-01 11:54:16 +02:00
Florian HENRY
a9faf5fb54
feat: Add rank column into contract line
2022-04-01 11:29:38 +02:00
Laurent Destailleur
9be7bae765
Fix menu entry invalid
2022-04-01 11:24:58 +02:00
Laurent Destailleur
8349e48559
Reponsive
2022-04-01 11:24:45 +02:00
stickler-ci
d188f44a4c
Fixing style errors.
2022-04-01 07:58:41 +00:00
Gauthier PC portable 024
fa0e7a641c
FIX : Missing unset fields after updateline expensereport
2022-04-01 09:52:16 +02:00
Florian HENRY
0c44f164c7
fix: Show error message on inventory input line for serial num product
2022-04-01 09:38:06 +02:00
Laurent Destailleur
113af78a9c
Add column for private widgets
2022-04-01 09:35:45 +02:00
Florian Mortgat
5df5050418
Apply suggestions from code review
...
replace spaces with tabs
2022-04-01 09:14:04 +02:00
andreubisquerra
7f4e71f66f
Comments
2022-03-31 21:43:48 +02:00
Florian HENRY
e7db103b57
fix: on update with action reminder in future there is user key error
2022-03-31 18:55:54 +02:00
Laurent Destailleur
867883e9b1
Clean code for kanban view
2022-03-31 18:06:39 +02:00
atm-florian
ce83fa9f7e
FIX missing call to executeHooks()
2022-03-31 17:34:24 +02:00
Laurent Destailleur
e10f9b4435
css
2022-03-31 17:07:13 +02:00
Laurent Destailleur
5b86476f0b
Link of country not defined, jump on country setup line
2022-03-31 16:57:15 +02:00
stickler-ci
63b8c126d0
Fixing style errors.
2022-03-31 14:52:41 +00:00
jpb
be82fd73ed
remove var_dump
2022-03-31 16:47:06 +02:00
jpb
5fe9a4404a
add hook doactions on expensereport_rule
2022-03-31 16:43:37 +02:00
Laurent Destailleur
bbcfc4b9f9
Fix condition on table creation
2022-03-31 16:39:36 +02:00
Laurent Destailleur
af15e3ae9e
Fix condition on table creation
2022-03-31 16:34:24 +02:00
Laurent Destailleur
ea8bc86c9f
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2022-03-31 16:26:36 +02:00
Laurent Destailleur
3ba9916be2
Fix default value used on install after a first failed try
2022-03-31 16:23:36 +02:00
Laurent Destailleur
5f7abc0f8c
Merge pull request #19703 from atm-maxime/fix_mysql8_createuser
...
Fix #19662 : mysql8 user creation in 2 steps
2022-03-31 16:06:53 +02:00
Laurent Destailleur
cd81312b6a
Update mysqli.class.php
2022-03-31 16:04:28 +02:00
Laurent Destailleur
643a3b1740
Merge pull request #20484 from atm-jpb/NEW_Trigger_expense_report_udpate_delete
...
add trigger update and delete on expense report det
2022-03-31 15:58:30 +02:00
Laurent Destailleur
9b206f9224
Can retreive some param of install from url
2022-03-31 15:51:48 +02:00
Laurent Destailleur
df4e5fe84d
Fix missing param
2022-03-31 13:28:19 +02:00
Laurent Destailleur
7b84b3e92d
css
2022-03-31 13:27:14 +02:00
Laurent Destailleur
ca55bd157a
Look and feel v16
2022-03-31 11:47:18 +02:00
Laurent Destailleur
5062064e9a
css
2022-03-31 11:38:40 +02:00
Laurent Destailleur
5ffb6e2546
Look and feel v15
2022-03-31 11:34:12 +02:00
Laurent Destailleur
af4c0dcf6a
Fix missing status on tooltip
2022-03-31 11:29:56 +02:00
Ralf Müller
a2b60e52e9
core/login/ldap: allow anonymous user lookup
2022-03-31 09:36:58 +02:00
Laurent Destailleur
800080c06f
FIX Navigation between invoices
2022-03-30 18:42:17 +02:00
Laurent Destailleur
97a7450f10
NEW Auto set invoice paid when adding credit not and remain to pay is 0
2022-03-30 18:41:45 +02:00
Laurent Destailleur
7422fd9b07
css on separators
2022-03-30 18:20:09 +02:00
andreubisquerra
e46541708c
Avoid grouping lines with ordered lines
2022-03-30 17:49:54 +02:00
kamel
a22450391f
FIX - Fix search by filters
2022-03-30 15:50:36 +02:00
Laurent Destailleur
199faaa6f6
Update modHRM.class.php
2022-03-30 15:19:57 +02:00
Laurent Destailleur
4e81de2a4a
Merge pull request #20485 from atm-gauthier/FIX_ref_supplier_on_bill_several_fourn_orders_case
...
FIX : ref_client doesn't exists on supplier invoice, then ref_fourn needs to have a default value when we want to bill several supplier orders
2022-03-30 15:16:12 +02:00
Gauthier PC portable 024
684e816ac3
FIX : incrementation
2022-03-30 14:12:16 +02:00
Eric Seigne
1589afde19
fix #20477 : add online_payment_url as public var
2022-03-30 14:06:15 +02:00
Laurent Destailleur
f7c5154cac
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-03-30 13:04:50 +02:00
Laurent Destailleur
c37e2756b1
Merge pull request #20490 from fmarcet/15.0
...
Fix: Sales representative column crash on invoice list
2022-03-30 12:43:13 +02:00
Laurent Destailleur
1304ed5763
Merge branch 'develop' into Notify
2022-03-30 12:41:57 +02:00
Laurent Destailleur
f7f318feb2
Update notification.php
2022-03-30 12:38:34 +02:00
Laurent Destailleur
14d8c1045d
Merge pull request #20056 from aspangaro/14p32
...
FIX Disable customer type by default if type prospect/customer is disabled
2022-03-30 12:17:44 +02:00
Laurent Destailleur
e93f1cc507
Update card.php
2022-03-30 12:15:33 +02:00
atm-steve
4fa656be96
Merge branch 'develop' into NEW_Employee_management_improvement
2022-03-30 12:13:17 +02:00
steve
8f39efd2b9
fix: change Read and Write employee label with personal information
2022-03-30 12:11:07 +02:00
Laurent Destailleur
889c35e8df
NEW Default value for MAIN_SECURITY_CSRF_WITH_TOKEN is now 2
2022-03-30 12:02:20 +02:00
Gauthier PC portable 024
7d3dbf1876
FIX : "WHERE" clause missing on resource export
2022-03-30 11:20:01 +02:00
Laurent Destailleur
fe381ef02e
Fix default value of typeent on thirdparty creation.
2022-03-30 10:14:28 +02:00
Gauthier PC portable 024
6480877b99
FIX : We need to have a different default_ref_supplier for each new fourn invoice
2022-03-30 10:01:17 +02:00
Ferran Marcet
f8b457e61c
Merge branch '15.0up' into 15.0
2022-03-30 09:34:28 +02:00
Ferran Marcet
dd20907d53
Fix: Sales representative column crash on invoice list
2022-03-30 09:33:14 +02:00
Laurent Destailleur
42198d79f2
Merge pull request #20489 from dolibit-ut/patch-385
...
Update llx_20_c_departements.sql
2022-03-29 21:12:13 +02:00
Laurent Destailleur
8eeb6f3c8d
Merge pull request #20315 from atm-steve/FIX_Facture_dolGetButtonAction
...
Fix: Facture dolGetButtonAction
2022-03-29 21:11:24 +02:00
UT from dolibit
b6ab3275c3
Update llx_20_c_departements.sql
...
San Salvador / El Salvador Departmentos
2022-03-29 21:00:34 +02:00
Laurent Destailleur
636188f28a
Merge pull request #20247 from thomas-Ngr/develop_new_check_invoice_date
...
NEW: check invoice date
2022-03-29 16:07:31 +02:00
Laurent Destailleur
8e7b145510
Update modFacture.class.php
2022-03-29 16:05:41 +02:00
Gauthier PC portable 024
b7e7c95d2a
FIX : ref_client doesn't exists on supplier invoice, then ref_fourn needs to have a default value when we want to bill several supplier orders
2022-03-29 16:02:39 +02:00
Laurent Destailleur
63d9f69732
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/card.php
2022-03-29 15:55:47 +02:00