All checks were successful
Deploy bericht / deploy (push) Successful in 1s
Dolibarr-Modul für Arbeitsberichte aus Rechnungs-Anhängen mit Browser-PDF-Editor. - Reiter "Bericht" auf Rechnungen, Aufträgen und Angeboten - Anhänge-Browser inkl. verknüpfter Objekte (Auftrag → Rechnung) - PDF.js + Fabric.js Browser-Editor: Pfeile, Kreise, Rechtecke, Freihand, Text - SortableJS Seiten-Verwaltung mit Drag&Drop - ODT-Deckblatt mit Platzhaltern, Templates im Admin verwaltbar - TCPDF + FPDI Finalisierung mit eingebrannten Annotationen - ECM-Verknüpfung: PDF erscheint unter Verknüpfte Dokumente - Auftragsnummer aus existierendem Extrafield options_auftragsnummer - Mehrere Berichte pro Dokument - Beim Aktivieren werden vorhandene Extrafields nicht überschrieben Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
69 lines
2.8 KiB
Text
69 lines
2.8 KiB
Text
ModuleBerichtName = Report
|
|
ModuleBerichtDesc = Create work reports from invoice attachments, annotate them in the browser and attach them as PDF
|
|
Bericht = Report
|
|
Berichte = Reports
|
|
BerichtEditor = Report Editor
|
|
BerichtNew = New Report
|
|
BerichtTitle = Title
|
|
BerichtCreatedAt = Created at
|
|
BerichtCreatedBy = Created by
|
|
BerichtStatus = Status
|
|
BerichtStatusDraft = Draft
|
|
BerichtStatusFinal = Final
|
|
BerichtAuftragsnummer = Order number
|
|
BerichtTemplate = Cover template
|
|
BerichtNoTemplate = No template
|
|
BerichtAvailableAttachments = Available attachments
|
|
BerichtAddSelectedToReport = Add selection to report
|
|
BerichtUploadExtra = Upload another file
|
|
BerichtPages = Pages
|
|
BerichtNoReports = No report exists for this document yet.
|
|
BerichtCreate = Create report
|
|
BerichtSave = Save report
|
|
BerichtSaveDraft = Save draft
|
|
BerichtFinalize = Finalize report (generate PDF)
|
|
BerichtConfirmDelete = Really delete this report?
|
|
BerichtDeleteSuccess = Report deleted
|
|
BerichtSaveSuccess = Report saved
|
|
BerichtFinalizeSuccess = PDF created and attached to %s
|
|
BerichtNoteHint = Note for current page (printed at the bottom of the PDF page)
|
|
BerichtTools = Tools
|
|
BerichtToolSelect = Select
|
|
BerichtToolDraw = Freehand
|
|
BerichtToolRect = Rectangle
|
|
BerichtToolCircle = Circle
|
|
BerichtToolArrow = Arrow
|
|
BerichtToolText = Text
|
|
BerichtToolDelete = Delete
|
|
BerichtUndo = Undo
|
|
BerichtRedo = Redo
|
|
BerichtColor = Color
|
|
BerichtStrokeWidth = Stroke width
|
|
BerichtRotateLeft = Rotate left
|
|
BerichtRotateRight = Rotate right
|
|
BerichtDeletePage = Delete page
|
|
BerichtAddPage = Add page
|
|
BerichtSetup = Report Settings
|
|
BerichtSetupDescription = Manage ODT cover templates and global settings here.
|
|
BerichtSetupTemplates = ODT cover templates
|
|
BerichtSetupTemplatesDesc = Templates are stored under DOL_DATA_ROOT/bericht/templates. You can use placeholders like {auftragsnummer}, {kunde_name}, {datum} in the template.
|
|
BerichtSetupUploadTemplate = Upload new template (.odt)
|
|
BerichtSetupTemplateDeleted = Template deleted
|
|
BerichtSetupTemplateUploaded = Template uploaded
|
|
BerichtSetupDefaultTemplate = Default template
|
|
BerichtSetupNoTemplates = No templates yet
|
|
BerichtSetupOptions = Options
|
|
BerichtSetupTabInvoice = Show tab on invoices
|
|
BerichtSetupTabOrder = Show tab on orders
|
|
BerichtSetupTabPropal = Show tab on proposals
|
|
BerichtSetupBurnAnnotations = Burn annotations into PDF (instead of PDF annotations)
|
|
BerichtSetupLibreOfficeBin = LibreOffice binary path (for ODT→PDF)
|
|
BerichtPlaceholdersTitle = Available placeholders in ODT template
|
|
BerichtErrorNoParent = Parent document not found
|
|
BerichtErrorNotAllowed = Permission denied
|
|
BerichtErrorTemplateNotFound = Template not found
|
|
BerichtErrorPdfFailed = PDF generation failed
|
|
Permission50002101 = Read reports
|
|
Permission50002102 = Create and edit reports
|
|
Permission50002103 = Delete reports
|
|
Permission50002104 = Administer Bericht module
|