From a87edbf5726ea58a1adb754cde75072efacb8ae4 Mon Sep 17 00:00:00 2001 From: Shreya Kothari <113418384+Shreyaakothari@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:09:33 +0530 Subject: [PATCH 1/2] Create save-CSV-maps-for-POs.md --- save-CSV-maps/save-CSV-maps-for-POs.md | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 save-CSV-maps/save-CSV-maps-for-POs.md diff --git a/save-CSV-maps/save-CSV-maps-for-POs.md b/save-CSV-maps/save-CSV-maps-for-POs.md new file mode 100644 index 0000000..ae96d5e --- /dev/null +++ b/save-CSV-maps/save-CSV-maps-for-POs.md @@ -0,0 +1,29 @@ +# Save CSV maps for POs + +## When uploading purchase orders in the Import App, merchandisers would like to auto-save their frequently used PO CSV maps. + +Saving PO CSV formats lets users upload purchase orders quickly, without the added effort of mapping each PO field to fields in the Import App each time. Merchandisers can add and save their custom PO layouts, or they may use the pre-loaded PO CSV maps that HotWax Commerce provides by default. + +Merchandisers are required to map their existing purchase order fields according to the format set by the app for uploading POs every time. Remapping the same PO formats over and over again is tedious especially for merchandisers handling several purchase orders on a daily basis. If a company has multiple teams managing purchase orders, training users how to map PO fields in the Import App can also take an extended period of time while also introducing discrepancies from mismatched fields. + +Merchandisers will be able to auto-save their PO CSV maps right into the app. Custom mappings will be saved at the company level to ensure everyone has access to the same templates. Additionally, the app will also include pre-loaded CSV maps from commonly used ERP systems like NetSuite and ORSI. Users can select a readily available PO CSV format or may create and save their unique mappings to upload purchase orders. + +Merchandisers will automatically receive the feature to save their preferable CSV mappings in the Import App or they may also use pre-loaded formats present in the app. + +*Internal quote* + +*Customer quote* + +To start using the feature, merchants can get in touch with an account manager at HotWax Commerce. + +## FAQs + +Question 1: Is it possible to save different CSV maps POs in case of multiple vendors? + +Question 2: How can we edit or delete a custom PO mapping? + +## Internal FAQs + +Question 1: Which APIs will be exposed to create this feature? + +Question 2: How will we manage the backend support for this feature? From 88596539d7d37b279613eaa059520020a7b362e6 Mon Sep 17 00:00:00 2001 From: Shreya Kothari <113418384+Shreyaakothari@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:11:06 +0530 Subject: [PATCH 2/2] Rename save-CSV-maps/save-CSV-maps-for-POs.md to import/save-CSV-maps-for-POs.md --- {save-CSV-maps => import}/save-CSV-maps-for-POs.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {save-CSV-maps => import}/save-CSV-maps-for-POs.md (100%) diff --git a/save-CSV-maps/save-CSV-maps-for-POs.md b/import/save-CSV-maps-for-POs.md similarity index 100% rename from save-CSV-maps/save-CSV-maps-for-POs.md rename to import/save-CSV-maps-for-POs.md