Create new SKUs
Add new products to the system with complete information including dimensions, weight, cost, and descriptions.
The Transfers module (also called “Momentum”) lets you create new SKUs (Stock Keeping Units) and manage transfers between accounts in the warehouse. You can create products with templates, assign them to accounts, add descriptions and images, create bins, and perform inventory recounts.
This feature is useful when receiving new products that don’t exist in the system yet, or when transferring products between different accounts or locations.
Add new products to the system with complete information including dimensions, weight, cost, and descriptions.
Use pre-configured templates to quickly set up new products with standard dimensions and specifications.
Assign products to different accounts and manage transfers between accounts efficiently.
Add product images from camera or gallery to help identify products visually.
Automatically create bins for new SKUs and perform inventory recounts in one workflow.
Use Bluetooth scanner or camera to scan SKU codes and bin locations instead of typing manually.
The Transfers module follows this general workflow:
Enter or scan SKU
Type the SKU code manually or scan it using a Bluetooth scanner or camera. The SKU field is at the top of the screen.
Select a template
Choose a template from the grid below the SKU field. Templates contain pre-configured dimensions (weight, length, height, width), declared value, cost, and description. You can also create a new template by selecting the “New” template.
Select account
After selecting a template and entering the SKU, choose an account from the dropdown spinner. This assigns the product to a specific account.
Add description
Enter or select a description for the product. You can type manually or select from template words/phrases shown in the list below.
Save the SKU
Tap OK to save the new SKU. The system will verify if the SKU already exists and guide you accordingly.
Create bin and recount
After saving, enter a bin location and quantity to create inventory for the new SKU. The system performs a recount automatically.
Templates store product specifications that you can reuse:
Using templates:
Accounts represent different customers, locations, or inventory categories:
Add product descriptions in multiple ways:
Add product images from two sources:
Images can be rotated before saving. You can also set an image as the main product image.
After creating a SKU, you need to create a bin and perform a recount:
This is the main screen when creating a new SKU:
Shown after SKU creation:
Shown when creating a bin:
Shown after successful bin creation:
Create templates for products you add frequently. This saves time and ensures consistency in product specifications.
Use a Bluetooth scanner or camera to scan SKU codes and bin locations. This reduces errors and speeds up data entry.
The system checks if a SKU already exists. If it does, you’ll see options to use the existing SKU or create it in another account.
Include product images to help warehouse staff identify products quickly. Images can be taken with the camera or selected from gallery.
Make sure you select the correct account before saving. The system prevents selecting accounts that are already in use.
Follow the complete workflow: SKU → Template → Account → Description → Save → Bin → Recount. Don’t skip steps to ensure accurate inventory.
Problem: After entering a SKU, you see an alert saying the SKU already exists.
Solution: The alert shows which accounts already have this SKU. You can:
Problem: You see a message “Select a template, please” when trying to save.
Solution: You must select a template before saving a SKU. Tap one of the template images in the grid, or create a new template by selecting the “New” template option.
Problem: You see “Please select an account” message.
Solution: Make sure you’ve selected an account from the dropdown spinner before proceeding. The account field is required to save a SKU.
Problem: You see “Please, typing a description” message.
Solution: Enter a description for the product. You can type it manually or select words from the template words list below the description field.
Problem: You see “Bin not available” message when creating a bin.
Solution: The bin location you entered may already be in use or invalid. Try a different bin location or verify the bin code is correct.
Problem: After entering a bin, you see a volume inventory dialog.
Solution: Some products require volume information. Enter the volume value (must be at least 0.1) and confirm. This is required for certain inventory calculations.
Problem: Bluetooth scanner doesn’t enter values automatically.
Solutions:
Activity: Transfers.java
Layout: create_sku_view.xml
Toolbar Title: “Momentum”
API Services:
ConnectToDataBaseServerCreateSku.java - SKU creationConnectToDataBaseServerTemplateSku.java - Template managementConnecToDataBaServerCreateBin.java - Bin creationConnecToDataBaServerRecount.java - Inventory recountConnectToDataBaseServerConfirmation.java - Bin detailsThe module connects to server endpoints:
/android/templateSku.php - Account and template management/android/inventoryControl1.13.0.php - SKU creation and updates