Laurent Destailleur
73bdb71507
Fix bom
2023-10-03 19:54:06 +02:00
pascal
80f060c771
fix tab indentation
2023-09-26 18:43:25 +02:00
pascal
871f896962
implementation of properties filter
2023-09-26 18:04:48 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
8e2d98ea9b
Update bom_card.php
2023-09-04 14:38:43 +02:00
Frédéric FRANCE
5871e8d457
can edit bomline workstation
2023-09-04 14:01:14 +02:00
Frédéric FRANCE
f413a7b6d8
can edit bomline workstation
2023-09-04 13:59:28 +02:00
Laurent Destailleur
de6cb5f4ee
Fix warnings
2023-08-29 21:58:28 +02:00
Charlène Benke
c12592ee6b
php V8 warning
...
append if workstation module not enabled
2023-08-10 15:20:55 +02:00
Laurent Destailleur
6277cb836f
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-07-31 02:44:26 +02:00
Laurent Destailleur
cfaa9b7971
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-07-30 18:38:37 +02:00
Laurent Destailleur
617d89c183
Fix phpcs
2023-07-29 15:48:16 +02:00
atm-lena
5997ae4bb7
FIX Fatal Error PHP 8 : division by 0 ( #25384 )
...
* FIX Fatal Error PHP 8 : division by 0
* Update objectline_view.tpl.php
---------
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-07-28 14:41:01 +02:00
UT from dolibit
4e9da73eab
Update bom.class.php ( #25457 )
2023-07-24 18:45:39 +02:00
Laurent Destailleur
054cb4a6d1
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-07-21 14:44:22 +02:00
atm-lena
6e738b3390
FIX Fatal Error PHP 8 : division by 0 ( #25373 )
...
Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr >
2023-07-17 14:44:58 +01:00
Laurent Destailleur
37beb399d5
Debug v18
2023-07-12 15:02:34 +02:00
Laurent Destailleur
86864b4d53
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-07-06 22:22:26 +02:00
Florian HENRY
be4d1de436
fix: in BOM we don't have standard PDF model, if not set in config should not generate
2023-07-04 14:57:01 +02:00
Laurent Destailleur
118b70a437
Test CI
2023-07-03 19:33:05 +02:00
Florian HENRY
8783feee18
fix missing property
2023-06-30 10:14:04 +02:00
Laurent Destailleur
cb40e2ebd2
Fix warnings
2023-06-28 14:52:44 +02:00
Laurent Destailleur
fdc03dc18a
Debug v18
2023-06-28 14:46:45 +02:00
Laurent Destailleur
ef64e1dcfc
Debug v18
2023-06-28 11:50:28 +02:00
Laurent Destailleur
31474d80f1
Doxygen
2023-06-19 00:52:43 +02:00
Frédéric FRANCE
740ac26277
use user hasRight
2023-06-14 19:54:16 +02:00
Frédéric France
0cb70110eb
use user hasRight
2023-06-12 20:10:42 +02:00
Laurent Destailleur
21cfecd608
Debug v18
2023-06-10 21:56:28 +02:00
Laurent Destailleur
ebfe632efe
Debug v18
2023-06-03 15:33:46 +02:00
Charlène Benke
0ea42ac682
error on install
...
librairy left on bom class
2023-05-22 15:52:25 +02:00
Laurent Destailleur
5dd3f57a1e
Debug v18
2023-05-11 13:11:21 +02:00
Laurent Destailleur
2d17e77ff7
Fix warning
2023-05-01 17:29:54 +02:00
Laurent Destailleur
4028b5d568
Clean code
2023-04-29 13:13:12 +02:00
Laurent Destailleur
be835d63ed
Merge pull request #24635 from VMR-Global-Solutions/develop
...
API add / fix filter on extrafields in index()
2023-04-28 20:02:09 +02:00
Laurent Destailleur
e74c50aa8a
Clean code
2023-04-28 16:05:25 +02:00
VMR Global Solutions
926aa6fec7
API add / fix filter on extrafields in index()
...
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Frédéric FRANCE
d64da50a9e
Merge remote-tracking branch 'upstream/develop' into patch-2
2023-04-27 14:42:56 +02:00
Laurent Destailleur
80b6e78679
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-27 14:19:09 +02:00
Laurent Destailleur
302c6a0ab9
Fix serious regression in creating MO.
2023-04-27 14:02:59 +02:00
Frédéric FRANCE
1d8c7f934f
clean code
2023-04-27 09:47:00 +02:00
Frédéric FRANCE
0d3fdbe408
clean code
2023-04-27 09:42:54 +02:00
Laurent Destailleur
eb0e56d9dd
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-26 22:54:55 +02:00
Laurent Destailleur
9a041774f9
Merge pull request #24553 from atm-lena/NEW_MoBom_AddLine_DefaultWorkstation
...
New mo bom add line default workstation
2023-04-26 22:11:27 +02:00
stickler-ci
b4d4b96dc4
Fixing style errors.
2023-04-26 09:10:37 +00:00
Laurent Destailleur
c891196b5b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-25 21:02:01 +02:00
x
8643495361
BOM : Display only Default Workstation of line
2023-04-20 10:19:43 +02:00
x
c0da9cb50e
Merge branch 'NEW_MoBom_AddLine_DefaultWorkstation' of github.com:atm-lena/dolibarr into NEW_MoBom_AddLine_DefaultWorkstation
2023-04-20 09:58:44 +02:00
x
dd5c61d9f2
Bom : Display workstation of line
2023-04-20 09:57:49 +02:00
stickler-ci
a5c4ec5dcf
Fixing style errors.
2023-04-19 16:22:47 +00:00
x
fde16f42c9
Clean fields mo and bom fk_default_workstation
2023-04-19 12:23:48 +02:00