Options
All
  • Public
  • Public/Protected
  • All
Menu

findus

Index

Type aliases

CustomerType: "PRIVATE" | "COMPANY"
CustomerVatTypes: "SEVAT" | "SEREVERSEDVAT" | "EUREVERSEDVAT" | "EUVAT" | "EXPORT"
InvoiceType: "INVOICE" | "AGREEMENTINVOICE" | "INTRESTINVOICE" | "SUMMARYINVOICE" | "CASHINVOICE"
PaymentMethod: "PayPal" | "Stripe" | "GiftCard"
PaymentWay: "CASH" | "CARD" | "AG"
Required<T, K>: T & { [ P in K]-?: T[P] }

Type parameters

  • T

  • K: keyof T

VoucherApprovalState: 0 | 1 | 2 | 3
VoucherReferenceTypes: "INVOICE" | "SUPPLIERINVOICE" | "INVOICEPAYMENT" | "SUPPLIERPAYMENT" | "MANUAL" | "CASHINVOICE" | "ACCRUAL"

Functions

  • createMapFromRecord<TKey, TValue>(data: Record<TKey, TValue>): Map<TKey, TValue>
  • Type parameters

    • TKey: string = string

    • TValue = unknown

    Parameters

    • data: Record<TKey, TValue>

    Returns Map<TKey, TValue>

  • formatDate(date: Date, timezoneOffset?: number): string
  • removeEmojis(text: string): string
  • sanitizeTextForFortnox(description: string): string

Generated using TypeDoc