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

[E-Document Connector] Logiq E-Document Connector #27101

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    0ba11c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. [Shopify] Shopify return location on refunds (microsoft#26728)

    This pull request does not have a related issue as it's part of delivery
    for development agreed directly with @AndreiPanko
    
    Added a setting to the shopify shop to use original return location
    (From shopify) or a default return location set in the Shopify shop when
    creating Credit Memos for Refunds.
    
    Modified the return and refund creation to pull original location from
    shopify refund or return orders.
    When an item on a single return order in shopify is restocked to
    multiple locations, we cannot determine a single location to put on a
    return line.
    
    If there is any reason that Original location couldn't be determined
    then the Default Return Location will be used during the creation of a
    Credit Memo.
    
    Fixes microsoft#26819
    
    Fixes
    [AB#540965](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/540965)
    
    ---------
    
    Co-authored-by: Tine Staric <[email protected]>
    tinestaric and Tine Staric authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    096df31 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. [Shopify] Connector - Different shipping charges types (microsoft#26708)

    This pull request does not have a related issue as it's part of delivery
    for development agreed directly with @AndreiPanko
    
    Quick summary:
    
    The Shopify Shipping Method Mapping page/table was extended to include a
    new Shipping Charges Type field, allowing users to select from GL, Item,
    or Item Charge. Depending on this selection, the Shipping Charges No.
    field opens the related table (item, GL, or item charges), and when an
    order is created, the shipping charge line reflects the new type and
    number. For Item Charges, a default allocation process is run for all
    item lines. The settings in the Shopify Shipping Method Mapping now take
    priority over those in the Shopify Shop - GL Account settings.
    Additionally, if the Shipping Agent Code and Shipping Agent Service
    fields are populated, they are automatically populated in the sales
    order as well.
    
    Fixes microsoft#26819
    
    [AB#449477](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/449477)
    
    ---------
    
    Co-authored-by: aidasberesinevicius <[email protected]>
    Co-authored-by: Tine Staric <[email protected]>
    3 people authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    eb8dd44 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. [Shopify] Add items as product variants (microsoft#26712)

    This pull request does not have a related issue as it's part of delivery
    for development agreed directly with @AndreiPanko
    
    Added an action to Variants subpage to add BC Items as additional
    Variants to an existing Shopify Product.
    If the parent product only had a default variant before the addition, it
    is deleted from both Shopify and BC.
    The variants are added under the existing the Product Option (ex. Color,
    Material, or Title, if product only had the default variant)
    
    Items cannot be added if the shop has "UOM as Variant" enabled, or if
    the parent product has more than one option defined.
    
    Fixes microsoft#26819
    Fixes
    [AB#468218](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/468218)
    
    ---------
    
    Co-authored-by: Tine Staric <[email protected]>
    Co-authored-by: Jesper Schulz-Wedde <[email protected]>
    Co-authored-by: Onat Buyukakkus <[email protected]>
    4 people authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    fd23b55 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    a1c5986 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    47455bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    785f277 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. [Fix] URL maximum length in E-Document Integration (microsoft#26730)

    #### Summary <!-- Provide a general summary of your changes -->
    Added a new field "Request URL" to table 6127 "E-Document Integration
    Log" with a maximum string length of 2048 to allow for longer URLs when
    using the "E-Document Integration" interface. The new filed replaces the
    existing field URL. I marked the existing field as obsolete and updated
    three (all) references from the old URL field to the new "Request URL"
    field.
    
    #### Work Item(s) <!-- Add the issue number here after the #. The issue
    needs to be open and approved. Submitting PRs with no linked issues or
    unapproved issues is highly discouraged. -->
    Fixes microsoft#26672
    
    
    
    Fixes
    [AB#540448](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/540448)
    
    ---------
    
    Co-authored-by: Patrick Lüthi <[email protected]>
    pluethi and Patrick Lüthi authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4f72cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    544e6de View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    e9be9d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. GP Updates - July 2024 (microsoft#26821)

    This update enhances the GP migrations by:
    
    - Migrating GP Kit Items as BC Assembly BOMs.
    - Prevent migration error when Customer/Vendor phone numbers contain
    alpha characters. The Customer/Vendors will be migrated, but the
    phone/fax numbers with alpha characters will be ignored and added to the
    Warning Log.
    - History Gen. Journal Line - View Distributions feature.
    - Updated labels in settings area to specify 'migration' instead of
    'upgrade' to prevent customer confusion.
    
    Fixes microsoft#26487
    Fixes
    [AB#543399](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/543399)
    
    ---------
    
    Co-authored-by: jaymckinney <[email protected]>
    jaymckinney-enavate and jaymckinney authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1690178 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. [Shopify][BC Idea]: Enhancing Shopify Connector for Accurate Price Sy…

    …nchronization with Business Central based on Customer (microsoft#26981)
    
    #### Summary 
    Added Customer No to the 
              table 30152 "Shpfy Catalog"
              page 30159 "Shpfy Catalogs"
    
    Added logic to use customer specific pricing from catalog
               codeunit 30182 "Shpfy Product Price Calc."
    
    Fixes microsoft#26980
    Fixes
    [AB#544010](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/544010)
    VijayErpEff authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    33ead2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a82f19 View commit details
    Browse the repository at this point in the history
  3. Property fixes

    tstefanovicius committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1fca969 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Added DataClassification properties

    Changed field type Text > Code
    tstefanovicius committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7786e1a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Changed namespace

    tstefanovicius committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    46a13d3 View commit details
    Browse the repository at this point in the history