Prise en charge des pertes

This commit is contained in:
2025-09-18 15:26:21 +02:00
parent 49b85a51c6
commit 93d47d26bb
7 changed files with 8 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
1.9.0 2.0.3

View File

@@ -9,7 +9,7 @@ set "PROD_DIR=%ROOT%\Excel\prod"
set "PROD_XLSM=%PROD_DIR%\Ratio_prod.xlsm" set "PROD_XLSM=%PROD_DIR%\Ratio_prod.xlsm"
set "VERSION_TXT=%ROOT%\Excel\dev\VERSION.txt" set "VERSION_TXT=%ROOT%\Excel\dev\VERSION.txt"
set "SHEET_NAME=Tableau de bord" set "SHEET_NAME=Tableau de bord"
set "CELL_ADDR=P1" set "CELL_ADDR=U1"
echo. echo.
echo === [1/4] Prep =============================================== 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) 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%" 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% echo [OK] U1 updated on DEV: %NEW_VER%
goto AFTER_P1 goto AFTER_U1
:P1_FAIL :U1_FAIL
echo [WARN] P1 update failed on DEV (continuing). echo [WARN] U1 update failed on DEV (continuing).
:AFTER_P1 :AFTER_U1
echo. echo.
echo === [3/4] Backup PROD et purge archives ====================== echo === [3/4] Backup PROD et purge archives ======================