Documents
Configure how each document type is parsed from a source XML spool, read from a UBL invoice, or pulled live from a SQL query / REST API, then transformed for processing and rendered as PDF.
PDF Templates
First-class library of reusable PDF layouts. Each template is a pdf-template resource referenced by document templates by name. Edit once, propagate everywhere via a full-screen visual builder — palette of sections on the left, live preview in the centre, inspector with options + custom-block tree editor on the right.
Action Bindings
Bind the regulatory seller actions surfaced in the invoice detail modal — Payment Received, Credit Note, Corrected Invoice, Send Completed, Cancel Accounting, New Invoice, Resend to PA — to one or more API or SQL connector calls. Per-binding multi-call list with Stop on failure flag, response chaining via {call.N.fieldName}, and a Scope selector that lets each company override the default e-invoicing template.
Notification Rules
Define which invoice status changes generate a notification, what they say, who receives them and through which channels (portal inbox, email, external API call). Each rule is a notification-rule resource saved in config-notifications.json; a synchronous Test panel lets you fire a rule end-to-end before flipping it on for production.
File Versions
Browse the NomaUBL environment file tree, view and restore previous versions, edit text files in-app, view PDFs, and export / import multi-file packages between environments.
Processing Log
Browse the NomaUBL runtime log — every START / END / intermediate event recorded during XML, UBL, BIP and FTP processing. Group events by job to see status and duration at a glance, or switch to the flat event stream for forensic analysis.
Command Line
NomaUBL command-line interface — service control via nomaubl.sh, direct modes of the JAR (install, serve, xml, ubl, fetch-import, fetch-status, fetch-single, fetch-all, extract) with every argument and flag explained.