Raport stocuri marfa 371 pe vechimi (dosar credit banca)
Sectiune dedicata pentru banca cu sumar pe grupe x bucket vechime (0-6 luni, 6-12 luni, 1-2 ani, 2-3 ani, >3 ani), detaliu articole si reconciliere contra sold contabil 371 din balanta (vbal). - queries.py: STOCURI_371_SUMAR (ROLLUP grupa/subgrupa), STOCURI_371_DETALIU, STOCURI_371_SOLD_CONTABIL (sold sintetic din vbal, an/luna snapshot). Filtru stoc (cants+cant-cante) <> 0 pentru acoperire cu soldul contabil. - main.py: CLI --aging-dates pentru evolutie multi-data a stocului >3 ani, pagina PDF dedicata cu nota metodologica + reconciliere (marker la diff >1%). - recommendations.py: alerta CONCENTRARE cand stoc 371 >3 ani depaseste prag. - config.py: threshold aged_stock_371_pct (default 15%). - run.bat: header documentar cu argumentele disponibile + exemple. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -56,6 +56,7 @@ RECOMMENDATION_THRESHOLDS = {
|
||||
# Stock indicators
|
||||
'stoc_zile_max': 90, # days - slow stock threshold
|
||||
'rotatie_minima': 4, # minimum annual rotation
|
||||
'aged_stock_371_pct': 0.15, # prag CONCENTRARE pentru stoc 371 >3 ani
|
||||
|
||||
# Receivables aging
|
||||
'restante_90_procent': 10, # % - max receivables > 90 days
|
||||
|
||||
Reference in New Issue
Block a user