Commit Graph

3196 Commits

Author SHA1 Message Date
Florian HENRY
778f7b0fbf NEW: add column for barcode in ticket 2024-03-15 10:21:17 +01:00
Laurent Destailleur
1729129a9f Merge pull request #28834 from W1W1-M/qual-deprecated-user-done
Qual deprecated user done
2024-03-14 22:57:31 +01:00
William Mead
71e7adac7f Deleted fk_user_done 2024-03-14 13:48:00 +01:00
Jonathan lescaut
5e5792d144 add import kit 2024-03-13 15:38:29 +01:00
John BOTELLA
0dd7aad04b Fix element type size (#28664) 2024-03-07 20:27:51 +01:00
Laurent Destailleur
4279478acd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-03-01 19:40:36 +01:00
Regis Houssin
2d936bf1c9 FIX postgresql error (#28542)
* FIX postgresql error

* FIX better index name
2024-03-01 12:38:06 +01:00
Laurent Destailleur
5a0ae16c18 PERF: Performance enhancement on Invoice/Paiement area page 2024-02-25 09:28:14 +01:00
Laurent Destailleur
f216c742cb Add phone_mobile for #28070 2024-02-24 19:19:25 +01:00
Frédéric FRANCE
c2eeeabb4a fix field too short (#28238) 2024-02-18 15:17:02 +01:00
Mohamed DAOUD
0fed96d702 New Add alias field to socpeople table (#28253)
* add alias field to socpeople table

* change name of the field
2024-02-18 15:05:17 +01:00
Laurent Destailleur
66615477ae Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-17 20:58:40 +01:00
Laurent Destailleur
7f49fd355a NEW Add id of last page accessed in website 2024-02-17 14:35:57 +01:00
HENRY Florian
24b017fbc8 database: add field llx_contract.signed_status (and remane new llx_fichinter.signed to llx_fichinter.signed_status to avoid SQL reserved name use) (#28204) 2024-02-16 13:07:07 +01:00
Laurent Destailleur
a626b1b693 FIX migration missing 2 columns in llx_resource and 1 in llx_user 2024-02-14 14:14:16 +01:00
Laurent Destailleur
437bbc9064 Close #27068 2024-02-12 04:21:24 +01:00
Frédéric FRANCE
d25ff58eb6 fix broken install sql (#28125) 2024-02-12 02:04:06 +01:00
Frédéric FRANCE
ed19e0603f remove duplicate llx_ticket-ticket.sql (#28128) 2024-02-12 01:57:03 +01:00
MDW
7b54824d49 Fix #28071 - New branch to fix bad merge (#28083)
* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

* Qual: Introduce getDataToShowPhoto to prepare generic code

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Fix missing trans

* Fix langs

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Remove useless files in web templates

* Clean code

* Fix duplicate translation key

* Fix duplicate translation key

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Fix duplicate key

* Fix $object

* Debug v19

* WIP SMSing

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* WIP EMAILINGS_SUPPORT_ALSO_SMS

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* WIP SMSing

* Debug the "validate" feature

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Clean code

* Move rights->x->y into hasRight('x', 'y')

* Move rights->x->y into hasRight('x', 'y')

* Move rights->x->y into hasRight('x', 'y')

* Move rights->x->y into hasRight('x', 'y')

* Move rights->x->y into hasRight('x', 'y')

* Move rights->x->y into hasRight('x', 'y')

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

* Enhance rector to fix empty($user->rights->modulex->perm1)

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

* Fix template to use v19 dev rules

* Fix use v19 dev rules

* Fix phpunit

* Debug v19

* Clean code

* Use rector to convert user->rights into user->hasRight

* Clean code

* Use rector to convert user->rights into user->hasRight

* Use rector to convert user->rights into user->hasRight

* Clean code

* Fix phpcs

* add editorconfig for sql files (#27999)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* add model_pdf field in llx_ticket-ticket.sql (#27996)

* add model_pdf field in llx_ticket-ticket.sql

* Update 19.0.0-20.0.0.sql

* Update 19.0.0-20.0.0.sql

* Improve wording in README (#27994)

* fix phpstan (#27989)

* fix phpstan

* Update UserRightsToFunction.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>

* Qual: Fix spelling/working in datapolicy translations (#28006)

# Qual: Fix spelling/wording in datapolicy translations

Fixed some spelling and wording in datapolicy translations.

* qual: phpstan for htdocs/ticket/class/ticketstats.class.php (#27986)

htdocs/ticket/class/ticketstats.class.php	98	Parameter #1 $year (string) of method TicketStats::getNbByMonth() should be compatible with parameter $year (int) of method Stats::getNbByMonth()

* Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop

* Fix user with readonly perm on email template must be able to read.

* Fix doc

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Better message

* Add missing fields in merge of thirdparty

* Debug v19 selection of ticket printer per terminal

* Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

* Use constant

* NEW: Adding a recipient on emails sent, change status to sent partialy.

* fix travis (#28052)

* fix travis

* Update partnership.class.php

* fix php doc (#28047)

* fix undefined array key (#28048)

* Add region and departament for Cuba (#28046)

* Update llx_10_c_regions.sql

Add Cuba Regions (id_country=77)

* Update llx_20_c_departements.sql

Add Provinces Cuba (id country=77)

* Find the typo (#28050)

* Find the typo

* clean code

* add last_main_doc field to product (#28045)

* add las_main_doc field to product

* add field fetch

* NEW Add Categorie filter for ActionComm (#28041)

* New Add Categorie filter for ActionComm

New Add Categorie filter for ActionComm

* Fix space errors

Fix space errors

* Fix space errors 2

Fix space errors 2

* Update cunits.class.php (#28056)

FIX: error SQL when creating a Cunit

* Update codespell-lines-ignore.txt to avoid PR merge conflict

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com>
Co-authored-by: thibdrev <thibault.drevet@gmail.com>
Co-authored-by: sonikf <93765174+sonikf@users.noreply.github.com>
Co-authored-by: Ikarus <44511582+LeKarSol@users.noreply.github.com>
Co-authored-by: Anthony Damhet <73399671+EchoLoGeek@users.noreply.github.com>
Co-authored-by: Quentin-Seekness <72733832+Quentin-Seekness@users.noreply.github.com>
2024-02-09 15:58:49 +01:00
Lucas Marcouiller
14090f3515 New make replyto as origin_email email collector ticket part (#28040)
* New make replyto as origin_email email collector ticket part

* fix by adding a field

---------

Co-authored-by: Hystepik <lmarcouiller@nltechno.com>
2024-02-08 13:58:40 +01:00
Laurent Destailleur
421e1f5586 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-02-08 02:20:52 +01:00
Laurent Destailleur
66beccf6ae Fix sql error 2024-02-07 22:59:22 +01:00
Christophe Battarel
3f8bbebb7d Merge branch 'develop' into rdb 2024-01-25 10:22:04 +01:00
Laurent Destailleur
dbeb55774f Revert "FIX : llx_prospectlevel doesn't have rowid" 2024-01-23 17:24:00 +01:00
Laurent Destailleur
78cfa9c347 Merge pull request #27727 from atm-sami/FIX_prospectlevel_doesnt_have_rowid
FIX : llx_prospectlevel doesn't have rowid
2024-01-23 17:16:35 +01:00
samifilali26
128b0776a0 update 2024-01-22 15:48:41 +01:00
Florian HENRY
c477a723e4 feat: knowledgemanagement change answer column to longtext 2024-01-19 09:00:53 +01:00
Christophe Battarel
c3c7c1f742 Merge branch 'develop' into rdb 2024-01-19 08:54:06 +01:00
Laurent Destailleur
eb505f9b6e Merge branch 'develop' into addColumnInwebsiteTable 2024-01-18 14:15:58 +01:00
Laurent Destailleur
0719a2f9dc Fix missing tms field 2024-01-18 00:47:02 +01:00
Mathieu "rid" Soula
3ac5a222cd Add tms columns into llx_bom_bomline table 2024-01-17 16:04:50 +01:00
Christophe Battarel
12f28e3a2e rename tablessql scripts 2024-01-15 10:00:42 +01:00
Christophe Battarel
268024d424 change to receptiondet_batch into sql 2024-01-15 09:49:33 +01:00
Mohamed DAOUD
1e01321294 NEW: add position column in category table (#27425)
* add position column in category table

* Update 19.0.0-20.0.0.sql

* Update llx_categorie.sql

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-01-12 19:55:23 +01:00
MDW
417726f7b1 Fix: Disable execute bit in git + correct shebangs (#27450)
# Fix: Execute bits in git and shebangs

Some files had the execute bit improperly set to enabled.
Some scripts did not have a correct shebang.
2024-01-12 17:10:16 +01:00
Laurent Destailleur
aba9afe9f1 NEW Add method getPublicImageOfObject() for website module 2024-01-12 13:05:28 +01:00
Laurent Destailleur
1647e4f133 Debug the filter on VAT type 2024-01-11 12:38:01 +01:00
Laurent Destailleur
52dfdbc7ad Merge branch 'develop' into 18a3 2024-01-11 11:27:10 +01:00
HENRY Florian
f00c80f33e NEW: add column to store a label for the price (#27238)
* NEW: add column to store a label for the price

* review
2024-01-11 10:51:49 +01:00
Laurent Destailleur
02051ebf38 Fix phpunit 2024-01-09 14:10:31 +01:00
Laurent Destailleur
e6dbcf2f82 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-01-09 10:45:03 +01:00
Laurent Destailleur
9fdfa6fdb3 Doc 2024-01-09 09:18:56 +01:00
Florian HENRY
16569a157a Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into dev_product_rel_thirdparty 2024-01-08 21:15:15 +01:00
Lamrani Abdel
7187e199fd Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into addColumnInwebsiteTable 2024-01-06 19:24:01 +01:00
Roger Dueck
bd83990585 Use unique keys to link extrafields tables, fixes #22117 and #22467 2024-01-03 08:50:01 -07:00
Laurent Destailleur
77306d7155 Fix sql 2024-01-01 20:14:11 +01:00
Florian HENRY
bb4d33a454 NEW: add table to store product relation with thirdparty 2023-12-28 13:12:03 +01:00
Florian HENRY
381cb6982c NEW: add table to store product relation with thirdparty 2023-12-28 13:10:23 +01:00
Florian HENRY
6d0ca0be81 NEW: add table to store product relation with thirdparty 2023-12-28 13:09:43 +01:00
Florian HENRY
72beb3b7d6 NEW: add table to store product relation with thirdparty 2023-12-28 13:06:45 +01:00