Skip to content

Feature request: create employee expense claims (utlegg/reiseregning) + attach receipt #1

Description

@Promises

The hosted MCP (mcp.tripletex.no) has no write path for employee out-of-pocket
expenses. On the expense side today you can:

  • search/read supplier invoices (search_supplier_invoices, get_supplier_invoice)
  • count the voucher reception (get_voucher_inbox_count — no item-level access)
  • create a supplier (execute_supplier)

…but there's no way to create an utlegg / reiseregning / travel expense or to
upload a receipt (PDF/PNG). So an assistant can read and approve supplier
invoices, but can't file the thing employees most often automate.

Request: expose travel-expense writes, mirroring the REST /v2/travelExpense:

  • create_travel_expense (employee, date, purpose, optional project/department)
  • add_travel_expense_cost (amount, currency, category/account, VAT)
  • attach_travel_expense_receipt (PDF/PNG/JPEG upload)
  • submit / deliver for approval
  • search_travel_expenses / get_travel_expense (status + idempotency)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions