Laurent Destailleur
8ca5a0edc6
Fix for non utf8 tables
2024-09-05 12:01:58 +02:00
boudet jean pascal
10924547ea
FIX : attached file on first page load ( #30694 )
...
* fix attached file on first page load
* PRE-COMMIT
* set mode init
* Update 18.0.0-19.0.0.sql
Signed-off-by: Laurent Destailleur <eldy@destailleur.fr >
---------
Signed-off-by: Laurent Destailleur <eldy@destailleur.fr >
Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-09-01 15:13:53 +02:00
sonikf
1baec9ab27
Update tva for Greece ( #29849 )
...
* Update tva for Greece
* Update tva for Greece
* Update tva for Greece
* Update tva for Greece
2024-06-09 03:19:11 +02:00
Laurent Destailleur
aa4fc45650
Fix regression in v19 migration
2024-04-18 02:41:05 +02: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
1a25a086cb
FIX quote in sql request
2024-02-24 17:49:11 +01:00
Laurent Destailleur
7b1dc74b9e
Fix corrupted data
2024-02-23 15:25:22 +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
Alexandre SPANGARO
15004cb256
Fix SQL migration
2024-01-30 06:52:10 +01:00
Laurent Destailleur
2a7a47d3ad
Debug v19 - missing migration line
2024-01-28 00:14:19 +01:00
Laurent Destailleur
d873cc43ed
Fix missing migration
2024-01-25 01:38:28 +01:00
Mathieu "rid" Soula
c7557671e1
Fix add tms field into llx_bom_bomline
2024-01-18 00:45:12 +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
Laurent Destailleur
fad47c8d9e
Debug v19
2023-11-21 23:16:17 +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
evarisk-micka
5f67a182b8
NEW #26668 [SQL] add SPL in dict form_juridique ( #26669 )
2023-11-17 16:40:40 +01:00
Pascal Hubrecht
13f2ae60ef
fix duplicate index in llx_expensereport ( #26614 )
2023-11-16 15:00:42 +01:00
Maxime Kohlhaas
6d749046a1
Fix SQL migration 18-19 ( #26626 )
2023-11-16 14:56:09 +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
Frédéric FRANCE
d46988fe62
add missing migration table index ( #26576 )
2023-11-14 01:54:29 +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
Laurent Destailleur
c16ac9b7de
Debug v19. Prepare compatibility 8.2
2023-11-09 14:28:50 +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
Laurent Destailleur
fe0eb11d16
Fix missing migration
2023-11-06 00:52:21 +01:00
Laurent Destailleur
0708f0c53f
Add fields to allow batch management into POS module
2023-11-01 15:52:02 +01:00
Laurent Destailleur
571520717d
Redo forgotten migration instruction in v18
2023-10-31 11:59:57 +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
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
sonikf
b177af109e
fix suppliers bills payment url ( #26374 )
2023-10-26 12:25:34 +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
Laurent Destailleur
b8a057d3d7
Debug v19
2023-10-14 16:25:39 +02:00
sonikf
1e3e53ffb5
SQL for invoice subtype ( #26198 )
...
* Add more subtypes for Greece
* Update llx_c_invoice_subtype.key.sql
* Update llx_c_invoice_subtype.sql
* Update llx_facture_fourn.sql
* Update 18.0.0-19.0.0.sql
2023-10-12 15:35:41 +02:00
lamrani abdelwadoud
01ffbb25a4
NEW column in table prelevement_lignes for fk_user ( #26196 )
...
* add column in table prelevement_lignes for fk_user
* Update llx_prelevement_lignes.sql
* Update llx_prelevement_lignes.sql
* Update 18.0.0-19.0.0.sql
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-12 12:59:12 +02:00
William Mead
b3ce1af29d
NEW Added notification on closed intervention
2023-10-05 12:11:39 +02:00
Regis Houssin
0040ff24e1
FIX field entity is DEFAULT 1 NOT NULL
2023-10-02 21:26:27 +02:00
Laurent Destailleur
3c48cbaac0
Doc
2023-09-26 21:07:20 +02:00
Francis Appels
94dadee77f
Fix Error on the uk_links index of the llx_links table #25926
2023-09-25 17:17:52 +02:00
Alexandre SPANGARO
3bb4b042c5
FIX #25885 Accountancy - Need more space on pcg_type for predefined groups
2023-09-17 07:15:29 +02:00
Laurent Destailleur
3c1128c227
Merge branch 'develop' into develop_add_index_dispatch
2023-09-13 18:00:25 +02:00
Frédéric FRANCE
94c8a41917
fix sql
2023-09-13 16:36:46 +02:00