Pennylane API Client
    Preparing search index...

    Interface CreateJournalBody

    Body parameters for creating a new journal.

    interface CreateJournalBody {
        code: string;
        label: string;
    }
    Index

    Properties

    Properties

    code: string

    2 to 5 letters that represent the journal (e.g., "VT", "ACH").

    label: string

    Label that describes the journal (e.g., "Sales", "Purchases").