Uploaded image for project: 'mod-orders-storage'
  1. mod-orders-storage
  2. MODORDSTOR-266

Save flag "automaticExport" in the POL to support EDIFACT orders export

    XMLWordPrintable

Details

    Description

      Purpose/Overview:
      Order lines can be exported automatically based on selected acquisition method and if method is equal to one of the default method for vendor configuration.

      Requirements/Scope:

      1. Save flag "automaticExport" in the POL if method is equal to one of the default method for vendor configuration.

      Approach:
      1. Update schema mod-orders-storage/schemas/po_line.json with new field

        "automaticExport": {
            "description": "If set then line will be market as available to export in the EDIFACT format or other",
            "type": "boolean",
            "default": false
          }
      

      2. Update schema mod-orders/schemas/composite_po_line.json with new field

        "automaticExport": {
            "description": "If set then line will be market as available to export in the EDIFACT format or other",
            "type": "boolean",
            "default": false
          }
      

      Acceptance criteria:

      • Schemes updated
      • Sub-modules updated

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                artsem_churakou Artsem Churakou
                Andrei_Makaranka Andrei Makaranka
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases