feat(registratura): add administrative acts seed templates (CU, AC, avize concrete)
- Add CU/AC/Prelungire CU/AC templates under aviz type for received acts - Add Aviz ISU/DSP/Mediu/APM concrete templates - Add PV receptie, Proces verbal, Referat verificare, Expertiza tehnica, RTE, Memoriu tehnic - Add Cerere completari, Raspuns completari, Somatie templates - Update dynamic placeholders for intrat (CU/AC examples) and iesit (Cerere CU) - Update tooltip examples: intrat shows CU/AC/Aviz, iesit shows Cerere/Solicitare Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -753,12 +753,12 @@ export function RegistryEntryForm({
|
||||
<TooltipContent side="right" className="max-w-xs">
|
||||
{direction === "intrat" ? (
|
||||
<div className="text-xs space-y-1">
|
||||
<p className="font-medium">Documente primite:</p>
|
||||
<p className="font-medium">Acte primite:</p>
|
||||
<ul className="list-disc pl-3 space-y-0.5">
|
||||
<li>Cerere CU nr. 123/2026 — Proiect X</li>
|
||||
<li>CU nr. 312/2026 — Proiect X</li>
|
||||
<li>AC nr. 89/2026 — Proiect X</li>
|
||||
<li>Aviz ISU nr. 55/2026 — Proiect X</li>
|
||||
<li>Contract nr. 15/2026 — Proiect X</li>
|
||||
<li>Factura nr. 102/2026 — Proiect X</li>
|
||||
</ul>
|
||||
<p className="text-muted-foreground">Selecteaza un sablon sau tasteaza liber.</p>
|
||||
</div>
|
||||
@@ -766,10 +766,10 @@ export function RegistryEntryForm({
|
||||
<div className="text-xs space-y-1">
|
||||
<p className="font-medium">Documente trimise:</p>
|
||||
<ul className="list-disc pl-3 space-y-0.5">
|
||||
<li>Oferta proiectare DTAC — Proiect X</li>
|
||||
<li>Cerere CU nr. 123/2026 — Proiect X</li>
|
||||
<li>Solicitare aviz DSP — Proiect X</li>
|
||||
<li>Oferta proiectare DTAC — Proiect X</li>
|
||||
<li>Notificare incepere lucrari — Proiect X</li>
|
||||
<li>Raport expertiza tehnica — Proiect X</li>
|
||||
</ul>
|
||||
<p className="text-muted-foreground">Selecteaza un sablon sau tasteaza liber.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user