Commit Graph

3218 Commits

Author SHA1 Message Date
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
Lamrani Abdel
e4356ef635 add column in table website 2023-12-19 15:53:17 +01:00
Lamrani Abdel
0214123a70 Merge branch 'addColumnInwebsiteTable' of github.com:lamrani002/dolibarr into addColumnInwebsiteTable 2023-12-18 18:42:28 +01:00
Lamrani Abdel
b61d6f43dc add column in table 2023-12-18 18:41:38 +01:00
Laurent Destailleur
1a7f674bd5 Fix add tms field to help debug v19 and sepa payment pbs 2023-12-14 14:01:28 +01:00
Mohamed DAOUD
dc4d5111aa New add evaluation report pdf module HRM (#26850)
* add rh evaluation report pdf

* Update modHRM.class.php

* fix phpcs modHRM.class.php
2023-11-26 15:51:00 +01:00
Lucas Marcouiller
7ac162ed91 Fix bookcal data structure (#26791)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-11-21 23:12:44 +01:00
Laurent Destailleur
ed122e5408 Clean depracted table 2023-11-20 17:46:57 +01:00
Pascal Hubrecht
13f2ae60ef fix duplicate index in llx_expensereport (#26614) 2023-11-16 15:00:42 +01:00
Laurent Destailleur
599632c671 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-11-15 11:47:58 +01:00
Laurent Destailleur
0cc541bb4a Standardize fields 2023-11-15 11:47:15 +01:00
Laurent Destailleur
d9df238ac4 Clean code and prepare database for reception from any source 2023-11-14 17:33:50 +01:00
atm-sami
3406ebbe3b New add extrafields for mo line with sql (#26564)
* added recursive deletion option for child MOs + added recursive recovery method for child MOs

* add number of MOs in form_confirm

* update to delete number of mo childs if is null

* added checking of an infinity loop

* review PR

* add extrafields for mo line with SQL
2023-11-13 20:58:23 +01:00
sonikf
c18588550b NEW: Add invoice subtype in template invoice (SQL part) (#26535)
* Add column subtype

* Add column subtype

* Add column subtype in llx_facture_rec and llx_facture_fourn_rec
2023-11-10 18:52:17 +01:00
atm-lena
85beb3ea5d Unit Management for MO lines (#26120)
* Unit Management for products in bom and mo

* WIP

* Unit in to produce tab

* FIX wip

* float val

* Fix Travis

* fk_unit type int

* Clean code

* Clean code

* FIX code sniffer

* Update llx_mrp_production.sql

* Update 18.0.0-19.0.0.sql

---------

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-06 11:15:43 +01:00
Lenin Rivas
1e6788aec6 NEW Manage rate indirect. (#26449)
* Indirect exchange rate

* Indirect exchange rate

* Indirect exchange rate

* Indirect exchange rate
2023-11-03 16:29:40 +01:00
Laurent Destailleur
0708f0c53f Add fields to allow batch management into POS module 2023-11-01 15:52:02 +01:00
Laurent Destailleur
59b9d12ed5 FIX upload of files src_object_type 2023-10-31 10:44:58 +01:00
Laurent Destailleur
b6be0eb34e Add column oauth2_email 2023-10-31 00:21:46 +01:00
Laurent Destailleur
05718dd43e Add performance index 2023-10-27 15:01:11 +02:00
Alexandre SPANGARO
145cfcbb26 NEW : Allow to have products not managed in stocks - SQL Part (#26190)
* NEW : Allow to have products not managed in stocks - SQL Part

* Update as proposed
2023-10-26 16:34:17 +02:00
Lucas Marcouiller
96146fcb6a New add note for mailing (#26331)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-26 13:40:44 +02:00
HENRY Florian
3fc0b88633 fix: if field is boolean in filedsarray, it bus be boolean as datatype fog PgSQL (#26335) 2023-10-26 13:37:21 +02:00
William Mead
3697580d7a Fix resource data structure missing address state (#26370)
* Added fk_state foreign key

* Update llx_resource.key.sql

* Update 18.0.0-19.0.0.sql

---------

Co-authored-by: William Mead <william.mead@manchenumerique.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-26 12:36:12 +02:00
Alexandre SPANGARO
ce28ab6b35 NEW #26312 Manage intermediate BIC - SQL Part (#26325) 2023-10-23 19:13:02 +02:00
William Mead
a4dd36d967 NEW resource improvements - data structure (#26285)
* NEW improved resource data structure

* Added data structure v18-v19 migration

* Added null as default

* Revert "Added null as default"

This reverts commit c17d144800.

* Added null as default

* Added contributor details

* Renamed user_places to max_users

* Update llx_resource.sql

---------

Co-authored-by: William Mead <william.mead@manchenumerique.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-20 14:59:04 +02:00
nikolay-brookstein
48793b92e6 Update German Accounts (SKR03/SKR04 2023-01-03) (#26242)
* Update German Accounts (SKR03/SKR04 2023-01-03)

* Update German Accounts (SKR03/SKR04 2023-01-03) (+cleanup)

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-20 03:30:25 +02:00
Laurent Destailleur
a181d6c713 Debug v19 2023-10-17 14:15:43 +02:00
Laurent Destailleur
16951f447c Add performance index 2023-10-16 05:50:43 +02:00