dvdl16 / woocommerce_fusion

WooCommerce connector for ERPNext v15
https://finfoot.tech
Other
19 stars 17 forks source link

Item field mapping #96

Closed dvdl16 closed 2 months ago

dvdl16 commented 2 months ago

Description

Makes it possible to map fields that you want to be synchronised on Item. For example, to synchronise a WooCommerce Product's short_description field to an ERPNext Item's description field, add a Field Mapping on WooCommerce Server

Type of change

Tests

Checklist:

User Experience:

item-fields-mapping

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 66.07143% with 19 lines in your changes missing coverage. Please review.

Project coverage is 78.10%. Comparing base (2cc50a5) to head (67ac7b3).

Files Patch % Lines
woocommerce_fusion/tasks/sync_items.py 69.44% 11 Missing :warning:
...e/doctype/woocommerce_server/woocommerce_server.py 50.00% 4 Missing :warning:
...doctype/woocommerce_product/woocommerce_product.py 0.00% 3 Missing :warning:
woocommerce_fusion/__init__.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## version-15 #96 +/- ## ============================================== - Coverage 78.24% 78.10% -0.15% ============================================== Files 23 24 +1 Lines 1255 1306 +51 ============================================== + Hits 982 1020 +38 - Misses 273 286 +13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.