LEGE 42 24/05/1995 - Portal Legislativ

Document Information
Document ID: 5985
Source URL: https://legislatie.just.ro/Public/DetaliiDocumentA...
Scraped At: 2026-09-09 04:32:24
Last Updated: 2026-09-11 17:23:14
Valid From: 29.05.1995
Latest Version: Yes
Metadata
Meta tags:
  • Title: LEGE 42 24/05/1995 - Portal Legislativ
  • Keywords: LEGE 42 24/05/1995 - Portal Legislativ
  • Viewport: width=device-width, user-scalable=no
  • Description: LEGE 42 24/05/1995 - Portal Legislativ
Detail metadata:
  • Article count: 1
  • Status indicator: modificat
  • Publication detail: Publicat în  MONITORUL OFICIAL NR. 103 din 29 mai 1995

Duplicate Information
This document has no duplicates.

Content
Version Information
Version Date: N/A
Original Publication Date: 29.05.1995
This Version Valid From: 29.05.1995
This Version Valid To: Not specified
Is Latest Version: Yes
Document Type: LEGE
Emitent: N/A
Publicat în: Publicat în  MONITORUL OFICIAL NR. 103 din 29 mai 1995

No related versions found.

Other Versions of this Document

Source Document ID: 5985

Search for all versions
Actions Suffered by This Document
Section Operation Act
Actul MODIFICAT DE OG 17 31/01/2007
Actions Induced by This Document
Target Document Section Operation Details
OG 65 19/08/1994 ART. 4 Actul MODIFICA PE

AI-Generated Questions

These questions were automatically generated to help users find relevant information in this document.

Provider
OpenRouter
Model
qwen/qwen3-235b-a22b-2507
Generated
2026-07-13 13:41
Cost
$0.0003

Section: Section 8-10
Elements: 8 - 10

Section: Section 8-10
Elements: 8 - 10

Section: Section 8-10
Elements: 8 - 10

Question Generation Processing Logs

Total Logs

5

Processing Attempts

1

Errors

0

Warnings

0

Providers Used: OPENROUTER OPENROUTER
First Processing: 2026-07-13 13:41:49 | Last Processing: 2026-07-13 14:45:18
Timestamp Type Message Provider Actions
2026-07-13 14:45:18 Response Received Received batch response with 3 questions from 1 chapters OPENROUTER
Response
Metadata:
{
    "questions_generated": 3,
    "chapters_count": 1,
    "all_chapters_covered": true,
    "token_usage": {
        "promptTokens": 2042,
        "cachedTokens": 0,
        "completionTokens": 253,
        "totalTokens": 2295,
        "reasoningTokens": 0,
        "thoughtsTokens": 0,
        "cacheWriteTokens": 0
    },
    "batch_mode": true
}
Response Preview:
DOCUMENT_CATEGORY: daily_relevant_law  
CATEGORY_REASON: Lege care aprobă o ordonanță de urgență privind organizarea activității de expertiză contabilă, cu relevanță pentru profesioniști și cetățeni implicați în domeniul contabilității

| **Articolul UNIC** |   |   |
| start | end | întrebare |
|-------|-----|-----------|
| 8 | 10 | Care sunt condițiile privind studiile și experiența necesare pentru exercitarea profesiei de expert contabil? |
| 8 | 10 | Ce modificări aduce Legea nr. 42/1995 Ordonanței Guvernului nr. 65/1994 în ceea ce privește calificarea contabililor autorizați? |
| 8 | 10 | Ce prevede legislația cu privire la recunoașterea diplomelor pentru accesul la profesia de expert contabil? |

ALL_CHAPTERS_COVERED: true

Tokens: 2,295

Cost: $0.000323

Processing Time: 3807000 ms

2026-07-13 14:45:18 Processing Completed Batch question generation completed with 3 total questions from 0 chapters OPENROUTER
Metadata:
{
    "total_questions": 3,
    "chapters_count": 0,
    "batch_mode": true
}
2026-07-13 14:35:55 Batch Created Added to batch 6/12 OPENROUTER
Metadata:
{
    "batch_id": "8b7aa6bd-5805-477f-a2a4-1e1489868d80",
    "provider_batch_id": "openrouter-local-ee13ca277d8aeb22",
    "batch_number": 6,
    "total_batches": 12
}
2026-07-13 13:41:49 Processing Started Starting batch question generation with OpenRouter (qwen/qwen3-235b-a22b-2507) OPENROUTER
Metadata:
{
    "generation_id": "da2f9989-1c72-43e3-a362-5b3f947091ae",
    "document_title": "LEGE 42 24\/05\/1995 - Portal Legislativ",
    "processing_count": 1,
    "batch_mode": true
}
2026-07-13 13:41:49 Prompt Sent Sending batch prompt part 1/1 (elements 1-17) for iteration 1 OPENROUTER
Metadata:
{
    "iteration": 1,
    "part_index": 1,
    "total_parts": 1,
    "part_body_start": 1,
    "part_body_end": 17,
    "character_count": 1800,
    "batch_mode": true,
    "json_schema": {
        "type": "object",
        "properties": {
            "documentCategory": {
                "type": "string",
                "description": "Document category classification",
                "enum": [
                    "daily_relevant_law",
                    "daily_relevant_regulation",
                    "daily_relevant_procedure",
                    "decision_salary",
                    "decision_approval",
                    "decision_modification",
                    "decision_other",
                    "uncategorized"
                ]
            },
            "categoryReason": {
                "type": "string",
                "description": "Explanation for the categorization (max 50 words)"
            },
            "chapters": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "chapter": {
                            "type": "string",
                            "description": "Chapter or article name with short description"
                        },
                        "questions": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "q": {
                                        "type": "string",
                                        "description": "The question text in Romanian"
                                    },
                                    "s": {
                                        "type": "integer",
                                        "description": "Start element number"
                                    },
                                    "e": {
                                        "type": "integer",
                                        "description": "End element number"
                                    }
                                },
                                "required": [
                                    "q",
                                    "s",
                                    "e"
                                ]
                            }
                        }
                    },
                    "required": [
                        "chapter",
                        "questions"
                    ]
                },
                "maxItems": 500
            },
            "allChaptersCovered": {
                "type": "boolean",
                "description": "Whether all chapters in the document have been covered"
            }
        },
        "required": [
            "documentCategory",
            "categoryReason",
            "chapters",
            "allChaptersCovered"
        ]
    }
}
JSON Schema Available View full prompt to see the response format schema

Document Relationships & Actions

Actions Suffered by This Document
Section Operation Act
Actul MODIFICAT DE OG 17 31/01/2007
Actions Induced by This Document
Section Operation Act
Actul MODIFICA PE OG 65 19/08/1994 ART. 4
Documents Referenced by This Act
Section Reference Type Act
Actul APROBA PE OG 65 19/08/1994
Actul MODIFICA PE OG 65 19/08/1994 ART. 4
Documents That Reference This Act
Section Reference Type Act
Actul MODIFICAT DE OG 17 31/01/2007
Actul REFERIT DE OG 17 31/01/2007
Actul REFERIT DE DECIZIE 158 17/02/2007
Actul REFERIT DE ORDIN 2 06/03/2007
Actul REFERIT DE PRECIZARI 06/03/2007
Actul REFERIT DE HOTARARE 7 24/03/2007
Actul REFERIT DE REGULAMENT 24/03/2007
Actul REFERIT DE HOTARARE 79 25/05/2007
Actul REFERIT DE HOTARARE 80 25/05/2007
Actul REFERIT DE DECIZIE 916 18/10/2007
Actul REFERIT DE ORDIN 113103 15/02/2006
Actul REFERIT DE PRECIZARI 15/02/2006
Actul REFERIT DE HOTARARE 71 28/04/2006
Actul REFERIT DE TABLOU EVID. 28/04/2006
Actul REFERIT DE LEGE 502 28/12/2006
Actul REFERIT DE ORDIN 3103 23/02/2005
Actul REFERIT DE PRECIZARI 23/02/2005
Actul REFERIT DE ORDIN 3102 05/02/2004
Actul REFERIT DE NORMA 05/02/2004
Actul REFERIT DE HG 58 23/01/2003
Actul REFERIT DE NORMA 23/01/2003
Actul REFERIT DE ORDIN 3104 26/02/2003
Actul REFERIT DE ORDIN 3105 26/02/2003
Actul REFERIT DE NORMA 26/02/2003
Actul REFERIT DE PRECIZARI 26/02/2003
Actul REFERIT DE OG 86 28/08/2003
Actul REFERIT DE LEGE 133 19/03/2002
Actul REFERIT DE HOTARARE 46 08/03/2002
Actul REFERIT DE OG 71 30/08/2001
Actul REFERIT DE HOTARARE 1 02/05/2001
Actul REFERIT DE HOTARARE 44 19/09/2001
Actul REFERIT DE HOTARARE 33 17/02/2000
Actul REFERIT DE REGULAMENT 17/02/2000
Actul REFERIT DE HG 562 03/07/2000
Actul REFERIT DE REGULAMENT 03/07/2000
Actul REFERIT DE HOTARARE 36 17/06/2000
Actul REFERIT DE HOTARARE 39 21/11/2000
Actul REFERIT DE REGULAMENT 21/11/2000
Actul REFERIT DE NORMA 6707 29/12/2000
Actul REFERIT DE REGULAMENT (R) 17/02/2000
Actul REFERIT DE HOTARARE 37 16/10/2000
Actul REFERIT DE HOTARARE 32 26/01/2000
Actul REFERIT DE HOTARARE 99 27/01/1999
Actul REFERIT DE HOTARARE 99 27/01/1999
Actul REFERIT DE OUG 75 01/06/1999
Actul REFERIT DE OG 89 25/08/1998
Actul REFERIT DE HOTARARE 18 30/08/1997
Actul REFERIT DE HOTARARE 18 30/08/1997
Actul REFERIT DE HOTARARE 18 30/08/1997
Actul REFERIT DE ORDIN 40 16/01/1997
Actul REFERIT DE OG 50 28/08/1997
Actul REFERIT DE NORMA 2435 04/08/1997
Actul REFERIT DE REGULAMENT 30/08/1997
Actul REFERIT DE PRECIZARI 16/01/1997
Actul REFERIT DE HG 483 18/06/1996
Actul REFERIT DE HG 1181 13/11/1996
Actul PROMULGAT DE DECRET 121 23/05/1995
Actul REFERIT DE HOTARARE 1 23/10/1995
Actul REFERIT DE HOTARARE (R) 1 23/10/1995
Actul REFERIT DE OG (R) 65 19/08/1994
Actul REFERIT DE LEGE (R) 82 24/12/1991
ART. 6 REFERIT DE OUG (R) 75 01/06/1999
Back to List View Original