Quick search
Search for returns using three different methods: Shipping#, Tracking#, or RMA. This makes it easy to find any return quickly.
The Returns module lets you search and process customer returns in the warehouse. You can search for returns using the shipping number (Shipping#), tracking number (Tracking#), or RMA number. Once you find a return, you can view all its details and update its status to “In warehouse” when the package arrives at the warehouse.
This feature helps maintain accurate return records and ensures returned products are processed correctly.
Search for returns using three different methods: Shipping#, Tracking#, or RMA. This makes it easy to find any return quickly.
View all return details on a single screen: customer information, products, dates, and current status.
Update the return status to “In warehouse” when the package physically arrives at the warehouse.
Use a Bluetooth scanner or the device camera to scan barcodes instead of typing manually.
Open the Returns module
From the app’s main menu, select Returns. The Returns screen opens with three empty search fields.
Choose a search method
You can search using any of these three fields:
You only need to fill one of these fields. When you click on a field, the other two are automatically cleared.
Enter the search value
You can type the number manually or use a scanner:
Search for the return
After entering the value, tap the OK button. The app searches for the return on the server and displays the details if found.
Review the details
If the return is found, you’ll see all the information in the “Details” section below the search fields.
When you find a return, the app displays the following information:
When a return package physically arrives at the warehouse, you can update its status:
Verify the status
Search for the return using one of the search methods. Check that the Status shows IN-TRANSIT.
Confirm the button is enabled
If the status is IN-TRANSIT, the In warehouse button will be enabled and appear active. If the status is PROCESSING, the button will be disabled.
Update the status
Tap the In warehouse button. The app sends the update to the server and changes the return status.
The Returns module supports two types of scanning:
If you have a Bluetooth scanner connected:
To use the device camera:
Always check that the Status is IN-TRANSIT before tapping “In warehouse”. This ensures you only update returns that have actually arrived at the warehouse.
Scanning is faster and reduces typing errors. Set up a Bluetooth scanner for greater efficiency in processing returns.
Before updating the status, review all return details to make sure they match the physical package you received.
The app only allows searching using one field at a time. When you click on a field, the others are automatically cleared to avoid confusion.
Problem: After searching, no return information appears.
Solutions:
Problem: The “In warehouse” button appears grayed out and you can’t click it.
Solution: This is normal. The button only enables when the return status is IN-TRANSIT. If the status is PROCESSING, the button remains disabled because the return has already been processed or is in a different state.
Problem: A “No connection to internet” message appears.
Solutions:
Problem: The Bluetooth scanner doesn’t automatically enter values.
Solutions:
Activity: ReturnActivity.java
Layout: myreturn.xml
API Service: ConnectToDataBaseServerReturn.java
The module connects to the server using the /android/return.php endpoint to search and update return information.