beam icon indicating copy to clipboard operation
beam copied to clipboard

Mobile v15 metadata component

Open lauty95 opened this issue 1 year ago • 0 comments

Related issue #161

Doubts: Source and Receiving are mocked from stonecrop, is it ok?

"Components" and "Quantity" are fixed, if I use component's slot from BeamMetadata component, I should move "ControlButtons" from Transfer, something like:

<ControlButtons
    :onCreate="create"
    :onSubmit="() => store.submit<StockEntry>('Stock Entry', stockEntryId)"
    :onCancel="() => store.cancel<StockEntry>('Stock Entry', stockEntryId)" />

<BeamMetadata :order="workOrder">
    <template #components>
        <ListView :items="items" />
    </template>
</BeamMetadata>

Captura de pantalla 2024-10-09 a la(s) 10 53 34 a  m

lauty95 avatar Oct 09 '24 14:10 lauty95