Prise en charge des pertes
This commit is contained in:
BIN
Excel/prod/Desktop/ALLERGENES HW - fevrier 2025.xlsx
Normal file
BIN
Excel/prod/Desktop/ALLERGENES HW - fevrier 2025.xlsx
Normal file
Binary file not shown.
BIN
Excel/prod/Desktop/Arduino IDE.lnk
Normal file
BIN
Excel/prod/Desktop/Arduino IDE.lnk
Normal file
Binary file not shown.
BIN
Excel/prod/Desktop/Canva.lnk
Normal file
BIN
Excel/prod/Desktop/Canva.lnk
Normal file
Binary file not shown.
BIN
Excel/prod/Desktop/carte été transition.xlsx
Normal file
BIN
Excel/prod/Desktop/carte été transition.xlsx
Normal file
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
1.9.0
|
||||
2.0.3
|
||||
|
||||
@@ -9,7 +9,7 @@ set "PROD_DIR=%ROOT%\Excel\prod"
|
||||
set "PROD_XLSM=%PROD_DIR%\Ratio_prod.xlsm"
|
||||
set "VERSION_TXT=%ROOT%\Excel\dev\VERSION.txt"
|
||||
set "SHEET_NAME=Tableau de bord"
|
||||
set "CELL_ADDR=P1"
|
||||
set "CELL_ADDR=U1"
|
||||
|
||||
echo.
|
||||
echo === [1/4] Prep ===============================================
|
||||
@@ -36,15 +36,15 @@ echo Version: %NEW_VER%
|
||||
|
||||
REM Mise a jour de P1 dans DEV via VBS (macros & evenements OFF)
|
||||
cscript //nologo "%ROOT%\Scripts\set_cell_silent.vbs" "%DEV_XLSM%" "%SHEET_NAME%" "%CELL_ADDR%" "%NEW_VER%"
|
||||
if errorlevel 1 goto P1_FAIL
|
||||
if errorlevel 1 goto U1_FAIL
|
||||
|
||||
echo [OK] P1 updated on DEV: %NEW_VER%
|
||||
goto AFTER_P1
|
||||
echo [OK] U1 updated on DEV: %NEW_VER%
|
||||
goto AFTER_U1
|
||||
|
||||
:P1_FAIL
|
||||
echo [WARN] P1 update failed on DEV (continuing).
|
||||
:U1_FAIL
|
||||
echo [WARN] U1 update failed on DEV (continuing).
|
||||
|
||||
:AFTER_P1
|
||||
:AFTER_U1
|
||||
|
||||
echo.
|
||||
echo === [3/4] Backup PROD et purge archives ======================
|
||||
|
||||
Reference in New Issue
Block a user