achizitie import: diferenta (randul D) doar din documentele participante la pret; randul D manual pastrat la resincronizare; test e2e; stergere clasa legacy import_nir + ajustari layout (IDE)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KXsyJZBek1e9RvyLAQkoCx
This commit is contained in:
2026-07-25 22:05:33 +03:00
parent ee36dfc028
commit 75d8ded892
3 changed files with 830 additions and 1494 deletions

View File

@@ -0,0 +1,10 @@
# test_runda11_diferenta_participa.ps1 - wrapper peste harness-ul generic pentru RUNDA 11
# (baza randului D = doar documente participante la pret; randul D mod_manual=1 nu se rescrie).
# Rulare: powershell -ExecutionPolicy Bypass -File test_runda11_diferenta_participa.ps1
$ErrorActionPreference = 'Stop'
$Teste = $PSScriptRoot
& (Join-Path (Split-Path $Teste -Parent) 'vfp_ui_harness.ps1') `
-TestPrg (Join-Path $Teste 'test_runda11_diferenta_participa.prg') `
-Steps @('doc2','articol','asserts12','asserts3') `
-ShotsDir (Join-Path $Teste 'screenshots_runda11') `
-SyncDir (Join-Path $Teste 'uisync_runda11')