Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Caption Request] [E-Documents Core] Enum 6121 "E-Document Type" #28000

Open
1 task done
alapenas opened this issue Jan 27, 2025 · 0 comments
Open
1 task done

[Caption Request] [E-Documents Core] Enum 6121 "E-Document Type" #28000

alapenas opened this issue Jan 27, 2025 · 0 comments
Labels
extensibility-bug Something in the public APIs isn't working the way it should be Integration GitHub request for Integration area

Comments

@alapenas
Copy link

alapenas commented Jan 27, 2025

Describe the issue

Please add caption property to each Enum 6121 "E-Document Type" value:

enum 6121 "E-Document Type"
{
    Extensible = true;
    value(0; "None")
    {
        +++ Caption = 'None';
    }
    value(1; "Sales Quote")
    {
        +++ Caption = 'Sales Quote';
    }
    value(2; "Sales Order")
    {
        +++ Caption = 'Sales Order';
    }
    value(3; "Sales Invoice")
    {
        +++ Caption = 'Sales Invoice';
    }
    value(4; "Sales Return Order")
    {
        +++ Caption = 'Sales Return Order';
    }
    value(5; "Sales Credit Memo")
    {
        +++ Caption = 'Sales Credit Memo';
    }
    value(6; "Purchase Quote")
    {
        +++ Caption = 'Purchase Quote';
    }
    value(7; "Purchase Order")
    {
        +++ Caption = 'Purchase Order';
    }
    value(8; "Purchase Invoice")
    {
        +++ Caption = 'Purchase Invoice';
    }
    value(9; "Purchase Return Order")
    {
        +++ Caption = 'Purchase Return Order';
    }
    value(10; "Purchase Credit Memo")
    {
        +++ Caption = 'Purchase Credit Memo';
    }
    value(11; "Service Order")
    {
        +++ Caption = 'Service Order';
    }
    value(12; "Service Invoice")
    {
        +++ Caption = 'Service Invoice';
    }
    value(13; "Service Credit Memo")
    {
        +++ Caption = 'Service Credit Memo';
    }
    value(14; "Finance Charge Memo")
    {
        +++ Caption = 'Finance Charge Memo';
    }
    value(15; "Issued Finance Charge Memo")
    {
        +++ Caption = 'Issued Finance Charge Memo';
    }
    value(16; "Reminder")
    {
        +++ Caption = 'Reminder';
    }
    value(17; "Issued Reminder")
    {
        +++ Caption = 'Issued Reminder';
    }
    value(18; "General Journal")
    {
        +++ Caption = 'General Journal';
    }
    value(19; "G/L Entry")
    {
        +++ Caption = 'G/L Entry';
    }
}

Expected behavior

Captions will be translated to all supported languages.

Steps to reproduce

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
    Internal work item: AB#563905
@nikolakukrika nikolakukrika added extensibility-bug Something in the public APIs isn't working the way it should be Integration GitHub request for Integration area labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extensibility-bug Something in the public APIs isn't working the way it should be Integration GitHub request for Integration area
Projects
None yet
Development

No branches or pull requests

2 participants