🥯
Everything
  • Best Practices and Guidelines
    • ChatGPT Prompts
    • Documentation Guideline
    • GitBook Spaces
    • GitHub Guideline
    • Internal Usage
  • Tools
    • End to End Order Flow
      • Order Creation
      • Order Import
      • Order Brokering
      • Order Fulfillment
      • Order Fulfillment Notification
    • Git
      • How to Create Issue on Git
    • Jira
      • Feature Request on Jira
    • Launchpad
      • Fulfillment
        • Stuck Orders in Fulfillment App
      • Job Manager
        • Check Job Frequencies
        • Job Runtime Error
        • Mismatch Time Zone
    • Napita
      • Glossary
      • Schedule Processors
      • View and Manage Processors
      • Flow Definitions
      • Verify Processor Properties
      • Bulletins
      • Data Provenance
      • Troubleshooting
        • Data Export Errors
        • Queue Errors
        • Fetch Put SFTP Retry
    • Netsuite
      • Managing Saved Searches
    • Ofbiz
      • Orders
        • Multicurrency Sales Orders
        • POS Order Refresh Failure
        • Pre-Order Catalog Sync
        • Reindex Order after Solr Down Time
      • Products
        • Product Duplication
      • Inventory
        • Add New Variance Reason
      • Data Manager Configuration
        • Create a Job Using Data Manager Configuration
        • SFTP Issue
    • Shopify
      • How to Access Shopify POS APP
      • How to Create Draft Order in Shopify
    • Tathya
      • Database Configuration
        • Additional Settings
      • Charts Creation
        • Selecting Database & Schema
        • View & Save Chart
        • Charts Access
        • Create Multiple Charts
        • LogInsight Charts
      • Understanding Dashboards
        • Configuring Dashboards
        • Dashboards Access
        • Dashboard Options
        • Dashboard Customizations
        • Link Configuration
        • Set Multi-Day Filters
      • Configuring Alerts & Reports
        • Creating Alerts
        • Creating Reports
        • Alternate Interfaces to Schedule Reports
      • Creating Roles
        • List & Modify Roles
      • Creating User
        • Creating LDAP Account
        • Tathya Authentication
        • Listing User in Tathya
        • User Permissions
      • Troubleshoting
        • Reporting Discrepancies
        • Tathya login Issue
      • How to
        • How to Create User on Tathya
        • How to Create Alpha Role on Tathya
        • How to Request for the Report
  • Client Communication
    • Templated Replies
    • Ticket and Release Mangemnet
  • Monitoring
    • Sanity Checklist
    • System Monitoring Guide
  • Hotwax Deployment & Versions
    • HotWax Commerce Deployment
    • Launch Machine
    • Update OMS Version
    • Rollback OMS Version
    • Optional Plugins
Powered by GitBook
On this page
  • Steps to Create a New Variance Reason
  • Login to the Webtools
  • Navigate to the Import/Export Section
  • Access XML Data Import
  • Prepare Data for Import
  • Modify the XML Data
  • Import the XML Data
  • Verify the New Variance Reason
  • Conclusion
Edit on GitHub
Export as PDF
  1. Tools
  2. Ofbiz

Inventory

This Standard Operating Procedure (SOP) outlines the steps required to create a new variance reason in HotWax Commerce, for retailers to record variances in the cycle count app.

Steps to Create a New Variance Reason

Login to the Webtools

  1. Open your web browser.

  2. Navigate to the HotWax Commerce Webtools login page.

  3. Enter your credentials (username and password).

  4. Click the Login button to access the Webtools dashboard.

Navigate to the Import/Export Section

  1. Once logged in, locate the Webtools section on the dashboard.

  2. Click on the Import/Export button.

Access XML Data Import

  1. In the Import/Export section, find and click on the XML Data Import button.

Prepare Data for Import

  1. Scroll down to the bottom of the page to locate the input box under the Import File button.

  2. Enter the XML data in the input box. Use the sample data provided as a template

    <Enumeration description="New Variance Reason Description" enumId="NEW_VARIANCE_REASON_ID" enumName="New Variance Reason Name" enumTypeId="IID_REASON"/>
  3. Make sure to enter the data between the <entity-engine-xml> tags. The complete structure should look like this:

    <entity-engine-xml>
        <Enumeration description="New Variance Reason Description" enumId="NEW_VARIANCE_REASON_ID" enumName="New Variance Reason Name" enumTypeId="IID_REASON"/>
    </entity-engine-xml>

Modify the XML Data

  1. Replace the enumId, enumName, and description values with the new variance reason details. For example

    <Enumeration description="CS refund" enumId="CS_REFUND" enumName="CS refund" enumTypeId="IID_REASON"/>
  2. Ensure the new details accurately reflect the specific variance reason you intend to create.

Import the XML Data

  1. After entering the modified data in the input box, double-check for accuracy.

  2. Click the Import Text button to import the data into the system.

Verify the New Variance Reason

  1. After importing the data, verify that the new variance reason has been successfully created.

  2. Go to the Enumeration entity in Webtools to ensure the new variance reason appears as expected.

Conclusion

Following these steps, you can create a new variance reason in HotWax Commerce for recording variances through the cycle count app. Ensure all data entered is accurate and double-check each step to prevent errors during the import process. For any issues or further assistance, please contact the support team.

PreviousProductsNextData Manager Configuration

Last updated 11 months ago