diff --git a/src/components/ADempiere/Form/VPOS/Collection/index.vue b/src/components/ADempiere/Form/VPOS/Collection/index.vue index 45008d56..ddca8318 100644 --- a/src/components/ADempiere/Form/VPOS/Collection/index.vue +++ b/src/components/ADempiere/Form/VPOS/Collection/index.vue @@ -89,7 +89,7 @@ style="float: right; display: flex; line-height: 10px;" :disabled="isDisabled" > - + - + @@ -115,6 +115,7 @@ - + diff --git a/src/components/ADempiere/Form/VPOS/Guide/steps.js b/src/components/ADempiere/Form/VPOS/Guide/steps.js new file mode 100644 index 00000000..4cbb94ba --- /dev/null +++ b/src/components/ADempiere/Form/VPOS/Guide/steps.js @@ -0,0 +1,86 @@ +import language from '@/lang' +const steps = [ + { + element: '#ProductValue', + popover: { + title: language.t('form.productInfo.codeProduct'), + description: language.t('form.guideSteps.productValue.description'), + position: 'bottom' + } + }, + { + element: '#BusinessPartner', + popover: { + title: language.t('form.pos.order.BusinessPartnerCreate.businessPartner'), + position: 'bottom' + } + }, + { + element: '#linesOrder', + popover: { + title: language.t('form.guideSteps.linesTable.title'), + position: 'top' + } + }, + { + element: '#buttonPanelLeftPos', + popover: { + title: language.t('form.guideSteps.buttonPanelLeftPos.title'), + position: 'right' + } + }, + { + element: '#toolPoint', + popover: { + title: language.t('form.guideSteps.toolsPoint.title'), + position: 'bottom' + } + }, + { + element: '#point', + popover: { + title: language.t('form.pos.title'), + position: 'right' + } + }, + { + element: '#buttonPanelRightPos', + popover: { + title: language.t('form.guideSteps.buttonPanelRightPos.title'), + position: 'left' + } + }, + { + element: '#fieldListCollection', + popover: { + title: language.t('form.guideSteps.fieldListCollection.title'), + position: 'left' + }, + panel: 'Collection' + }, + { + element: '#buttonCollection', + popover: { + title: language.t('form.guideSteps.buttonCollection.title'), + position: 'left' + }, + panel: 'Collection' + }, + { + element: '#cardCollection', + popover: { + title: language.t('form.guideSteps.cardCollection.title'), + position: 'left' + }, + panel: 'Collection' + }, + { + element: '#infoInvoce', + popover: { + title: language.t('form.guideSteps.infoInvoce.title'), + position: 'top' + }, + panel: 'Collection' + } +] +export default steps diff --git a/src/components/ADempiere/Form/VPOS/Order/index.vue b/src/components/ADempiere/Form/VPOS/Order/index.vue index 6a3cd2d3..dc4ef798 100644 --- a/src/components/ADempiere/Form/VPOS/Order/index.vue +++ b/src/components/ADempiere/Form/VPOS/Order/index.vue @@ -34,6 +34,7 @@ > @@ -41,6 +42,7 @@
- - - - - {{ labelButtonCollections }} - + + + + + + {{ labelButtonCollections }} + +
-

+

-