← Back to Templatesv1
Invoice Coding & Review
INVOICE CODING
Description
Process for coding invoices with GL accounts and routing for approval
Service One-Pager
No one-pager content yet. Click Edit to add long-form overview.
This content is injected verbatim into focused service reviews for richer context.
Flow Diagram
Flow diagram status: idle
Mermaid version: unknown
Sanitized Mermaid source (what was sent to mermaid):
graph TD
A["CODER_ROLE receives invoice"] --> B["Review invoice details"]
B --> C["Code with GL_ACCOUNT_STRUCTURE"]
C --> D{"Amount > APPROVAL_THRESHOLD?"}
D -->|Yes| E["Route to APPROVER_LEVEL_1"]
D -->|No| F["Mark as approved"]
E --> G{"Approved?"}
G -->|Yes| F
G -->|No| H["Return to CODER_ROLE"]
H --> BTokens Used (0)
Mermaid Source Code
graph TD
A["{{CODER_ROLE}} receives invoice"] --> B["Review invoice details"]
B --> C["Code with {{GL_ACCOUNT_STRUCTURE}}"]
C --> D{"Amount > {{APPROVAL_THRESHOLD}}?"}
D -->|Yes| E["Route to {{APPROVER_LEVEL_1}}"]
D -->|No| F["Mark as approved"]
E --> G{"Approved?"}
G -->|Yes| F
G -->|No| H["Return to {{CODER_ROLE}}"]
H --> BClient Instances (0)
No client instances yet