Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

<page id="ReceiveLines" type="OrderLines" icon="mainmenureceive">
  ...
  <orderLinesConfiguration promptUserToPostWhenAllLinesComplete="true" suggestQuantity="true" verifySingleScanRegistrations="false">
    <list listId="OrderLines"/>
    <service id="Receive"/>
    <viewRegistrations title="Registrations" navigateTo="ViewRegistrations"/>
    <deleteOrderRegistrations title="Delete all order registrations" enabled="true"/>
    <onOrderPosted clearOrderLevelRegistrations="true"/>
  </orderLinesConfiguration>
  ...
</page>


Sections

 

orderLinesConfiguration

Configuration for the OrderLines page type


  • promptUserToPostWhenAllLinesComplete

    • User is prompted to post all registrations when they have all been done

  • suggestQuantity

    • Suggested quantity value will be be pre-filled into the quantity step
  • verifySingleScanRegistrations

    • Determines if single scan registration is allowed, or if the user needs to verify and save the registration manually. When enabled the user will be stopped at the last step .
  • actionWhenMaxMoveQtyReached

    • Todo

  • actionOnEmptyList

    • Todo

  • forceScanToSelect

    • Todo


service

Which service to use.

list

Which list to use for displaying data and the placement if the elements. 

viewRegistrations

View registrations from an action (not yet posted registrations)

  • title

    • Title used in the action menus.
  • navigateTo

deleteOrderRegistrations

Delete registrations from an action (not yet posted registrations)

  • title

    • Title displayed in the menu of the page
  • enabled

    • Toggles whether deleting registrations is allowed. 


onOrderPosted

Actions when an order is been posted
  • clearOrderLevelRegistrations

    • If true "Header"/order-level Steps are cleared after each post
    • If false the the default value of each Header step will be the value inputted on the previous post

Order Lines list

  • No labels