LEGE 301 23/12/2011 - Portal Legislativ

Document Information
Document ID: 134196
Source URL: https://legislatie.just.ro/Public/DetaliiDocumentA...
Scraped At: 2026-09-03 04:35:50
Last Updated: 2026-09-11 17:25:05
Valid From: 30.12.2011
Latest Version: Yes
Metadata
Meta tags:
  • Title: LEGE 301 23/12/2011 - Portal Legislativ
  • Keywords: LEGE 301 23/12/2011 - Portal Legislativ
  • Viewport: width=device-width, user-scalable=no
  • Description: LEGE 301 23/12/2011 - Portal Legislativ
Detail metadata:
  • Article count: 1
  • Status indicator: modificat
  • Publication detail: Publicat în  MONITORUL OFICIAL nr. 941 din 30 decembrie 2011

Duplicate Information
This document has no duplicates.

Content
Version Information
Version Date: N/A
Original Publication Date: 30.12.2011
This Version Valid From: 30.12.2011
This Version Valid To: Not specified
Is Latest Version: Yes
Document Type: LEGE
Emitent: N/A
Publicat în: Publicat în  MONITORUL OFICIAL nr. 941 din 30 decembrie 2011

No related versions found.

Other Versions of this Document

Source Document ID: 134196

Search for all versions
Actions Induced by This Document
Target Document Section Operation Details
OUG 6 02/02/2011 ART. 2 Actul MODIFICA PE
OUG 6 02/02/2011 ART. 5 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-10 21:41
Cost
$0.0002

Section: Section 7-12
Elements: 7 - 12

Section: Section 7-12
Elements: 7 - 12

Section: Section 7-12
Elements: 7 - 12

Question Generation Processing Logs

Total Logs

5

Processing Attempts

1

Errors

0

Warnings

0

Providers Used: OPENROUTER OPENROUTER
First Processing: 2026-07-10 21:41:13 | Last Processing: 2026-07-10 22:46:52
Timestamp Type Message Provider Actions
2026-07-10 22:46:52 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-10 22:46:51 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": 2097,
        "cachedTokens": 0,
        "completionTokens": 259,
        "totalTokens": 2356,
        "reasoningTokens": 0,
        "thoughtsTokens": 0,
        "cacheWriteTokens": 0
    },
    "batch_mode": true
}
Response Preview:
DOCUMENT_CATEGORY: daily_relevant_law  
CATEGORY_REASON: Lege care stabilește măsuri pentru stimularea întreprinzătorismului tineresc, cu aplicabilitate directă pentru cetățeni

| **Articolul UNIC - Aprobarea Ordonanței de urgență** |   |   |
| start | end | întrebare |
|-------|-----|-----------|
| 7 | 12 | Care sunt condițiile pentru ca un tânăr să beneficieze de stimulente la înființarea unei microîntreprinderi în cadrul programului de sprijin pentru întreprinzători tineri? |
| 7 | 12 | Ce prevede norma privind calitatea de acționar sau asociat anterior înregistrării unei microîntreprinderi pentru întreprinzătorii tineri? |
| 7 | 12 | Ce beneficii fiscale sunt acordate la înmatricularea microîntreprinderilor înființate de tineri? |

ALL_CHAPTERS_COVERED: true

Tokens: 2,356

Cost: $0.000215

Processing Time: 3935000 ms

2026-07-10 22:32:31 Batch Created Added to batch 4/12 OPENROUTER
Metadata:
{
    "batch_id": "7b03c1f5-213f-42b2-ba0f-f75385987309",
    "provider_batch_id": "openrouter-local-43e7218719273d6b",
    "batch_number": 4,
    "total_batches": 12
}
2026-07-10 21:41:13 Processing Started Starting batch question generation with OpenRouter (qwen/qwen3-235b-a22b-2507) OPENROUTER
Metadata:
{
    "generation_id": "65a56ff5-5fe0-47f4-9529-77901bc1786e",
    "document_title": "LEGE 301 23\/12\/2011 - Portal Legislativ",
    "processing_count": 1,
    "batch_mode": true
}
2026-07-10 21:41:13 Prompt Sent Sending batch prompt part 1/1 (elements 1-20) for iteration 1 OPENROUTER
Metadata:
{
    "iteration": 1,
    "part_index": 1,
    "total_parts": 1,
    "part_body_start": 1,
    "part_body_end": 20,
    "character_count": 1882,
    "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 Induced by This Document
Section Operation Act
Actul MODIFICA PE OUG 6 02/02/2011 ART. 2
Actul MODIFICA PE OUG 6 02/02/2011 ART. 5
Documents Referenced by This Act
Section Reference Type Act
Actul APROBA PE OUG 6 02/02/2011
Actul MODIFICA PE OUG 6 02/02/2011 ART. 2
Actul MODIFICA PE OUG 6 02/02/2011 ART. 5
Actul REFERIRE LA CONSTITUTIE (R) 21/11/1991 ART. 75
Actul REFERIRE LA CONSTITUTIE (R) 21/11/1991 ART. 76
Actul REFERIRE LA CONSTITUTIE (R) 21/11/1991 ART. 77
Documents That Reference This Act
Section Reference Type Act
Actul REFERIT DE SCHEMA 15/06/2026
Actul REFERIT DE PROCEDURA 17/03/2025
Actul REFERIT DE SCHEMA 20/03/2025
Actul REFERIT DE SCHEMA 20/03/2025
Actul REFERIT DE HOTARARE 530 02/06/2025
Actul REFERIT DE SCHEMA 13/06/2025
Actul REFERIT DE SCHEMA 13/06/2025
Actul REFERIT DE DECIZIE 7 26/05/2025
Actul REFERIT DE SCHEMA 16/02/2024
Actul REFERIT DE SCHEMA 07/03/2024
Actul REFERIT DE PROCEDURA 29/03/2024
Actul REFERIT DE PROCEDURA 18/07/2024
Actul REFERIT DE ORDONANTA 29 08/08/2024
Actul REFERIT DE ORDIN 938 07/02/2023
Actul REFERIT DE ORDIN 965 09/02/2023
Actul REFERIT DE SCHEMA 28/02/2023
Actul REFERIT DE SCHEMA 02/08/2023
Actul REFERIT DE ANEXA 17/02/2022
Actul REFERIT DE ANEXA 08/04/2022
Actul REFERIT DE ORD DE URGENTA 61 06/05/2022
Actul REFERIT DE ANEXA 15/04/2022
Actul REFERIT DE ORD DE URGENTA 82 16/06/2022
Actul REFERIT DE SCHEMA 29/06/2022
Actul REFERIT DE ORD DE URGENTA 112 15/07/2022
Actul REFERIT DE PROCEDURA 09/08/2022
Actul REFERIT DE ORDONANTA 30 26/08/2022
Actul REFERIT DE ORD DE URGENTA 122 08/09/2022
Actul REFERIT DE PROCEDURA 13/09/2022
Actul REFERIT DE PROCEDURA 26/09/2022
Actul REFERIT DE ORD DE URGENTA 180 19/12/2022
Actul REFERIT DE ORD DE URGENTA 10 19/02/2021
Actul REFERIT DE ORD DE URGENTA 16 10/03/2021
Actul REFERIT DE ORDIN 508 20/04/2021
Actul REFERIT DE LEGE 159 11/06/2021
Actul REFERIT DE PROCEDURA 14/06/2021
Actul REFERIT DE SCHEMA 16/11/2021
Actul REFERIT DE LEGE 58 15/05/2020
Actul REFERIT DE LEGE 75 10/06/2020
Actul REFERIT DE LEGE 118 09/07/2020
Actul REFERIT DE ORD DE URGENTA 130 31/07/2020
Actul REFERIT DE DECIZIE 642 24/09/2020
Actul REFERIT DE LEGE 218 29/10/2020
Actul REFERIT DE ORD DE URGENTA 1 30/01/2019
Actul REFERIT DE NORMA 07/05/2019
Actul REFERIT DE ORD DE URGENTA 58 28/06/2018
Actul REFERIT DE LEGE 209 25/07/2018
Actul REFERIT DE NORMA 31/07/2018
Actul REFERIT DE ORD DE URGENTA 108 13/12/2018
Actul REFERIT DE OUG 10 27/01/2017
Actul REFERIT DE NORMA 27/09/2017
Actul REFERIT DE ORD DE URGENTA 110 20/12/2017
Actul REFERIT DE ORDIN 840 26/07/2016
Actul REFERIT DE NORMĂ 26/07/2016
Actul REFERIT DE ORDIN 1026 19/09/2016
Actul REFERIT DE PROCEDURĂ 19/09/2016
Actul REFERIT DE LEGE 97 04/07/2014
Actul REFERIT DE HG 859 07/10/2014
Actul REFERIT DE STRATEGIE 07/10/2014
Actul REFERIT DE LEGE 184 29/12/2014
Actul REFERIT DE LEGE 182 19/06/2013
Actul REFERIT DE OG 11 04/07/2013
Actul REFERIT DE ORDIN 1532 13/08/2012
Actul REFERIT DE NORMA 13/08/2012
Actul PROMULGAT DE DECRET 993 22/12/2011
Actul REFERIT DE LEGE 112 19/05/2017
Back to List View Original