agritheory / beam

General Purpose 2D barcode scanning for ERPNext
https://agritheory.com/documentation/beam/
Other
26 stars 12 forks source link

[mobile] Move page functionality #220

Open agritheory opened 2 weeks ago

agritheory commented 2 weeks ago

This page is intended to work as an ad-hoc solution to moving inventory, outside of normal putaway and transfer/manufacturing operations. The page has three primary interfaces:

For the Items list, it can start empty but be populated by scanning For the Source Warehouse and Target Warehouse, these should normally be populated by scanning but need to fallback to a link component. When a warehouse is scanned it should populate whichever of the fields is not already populated, with the source first if they are both empty. In the normal Frappe/ERPNext context a link has a "follow" icon on the right but in the mobile context this isn't useful and should be replaced with a "clear" button, denoted by the multiplication character.

agritheory commented 1 week ago

@Alchez What do we have for a Link component in Stonecrop?

Alchez commented 5 days ago

@agritheory I think we should be able to use the ADropdown component?

agritheory commented 5 days ago

@lauty95 Let's do that. It may need some extra features or a wrapper to make it sympatico with Frappe Link/Awesomeplete type of experience. That said, we're going to be using it often in the future.