| Obě strany předchozí revizePředchozí verze | |
| i2doku-cz:070-zakazky:start [2015/07/02 09:49] – muj | i2doku-cz:070-zakazky:start [2019/04/16 11:21] (aktuální) – muj |
|---|
| |
| Pro práci se zakázkami se používají data z číselníků a kmenových údajů. | Pro práci se zakázkami se používají data z číselníků a kmenových údajů. |
| | |
| | ==== Příklad, jak může probíhat obchodní případ ==== |
| | |
| | Příklad je zjednodušen, vždy záleží na konkrétní implementaci. |
| | <bpmnio><?xml version="1.0" encoding="UTF-8"?> |
| | <bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1rrda64" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="3.3.1"> |
| | <bpmn:collaboration id="Collaboration_1kqypxs"> |
| | <bpmn:participant id="Participant_1j1jpkr" name="Zakázka nákup" processRef="Process_06d9kjm" /> |
| | <bpmn:participant id="Participant_09p2m4b" name="Zakázka prodej / dodavatel" processRef="Process_1wjjhp7" /> |
| | <bpmn:messageFlow id="MessageFlow_0l5s6o3" sourceRef="Task_1m1pvoo" targetRef="Task_1bt35t3" /> |
| | </bpmn:collaboration> |
| | <bpmn:process id="Process_06d9kjm" isExecutable="false"> |
| | <bpmn:laneSet id="LaneSet_0ji8sfb" /> |
| | <bpmn:dataObjectReference id="DataObjectReference_0s1elux" name="OB" dataObjectRef="DataObject_1m0oj0j" /> |
| | <bpmn:dataObject id="DataObject_1m0oj0j" /> |
| | <bpmn:dataObjectReference id="DataObjectReference_06akiih" name="DL" dataObjectRef="DataObject_1wvnda1" /> |
| | <bpmn:dataObject id="DataObject_1wvnda1" /> |
| | <bpmn:dataObjectReference id="DataObjectReference_0rflgqd" name="FD" dataObjectRef="DataObject_1lx5veb" /> |
| | <bpmn:dataObject id="DataObject_1lx5veb" /> |
| | <bpmn:startEvent id="StartEvent_1bcriaf" name="Založit položky"> |
| | <bpmn:outgoing>SequenceFlow_14idj0v</bpmn:outgoing> |
| | </bpmn:startEvent> |
| | <bpmn:task id="Task_1j7kc7d" name="Objednat u dodavatele"> |
| | <bpmn:incoming>SequenceFlow_14idj0v</bpmn:incoming> |
| | <bpmn:outgoing>SequenceFlow_01u69kh</bpmn:outgoing> |
| | <bpmn:dataOutputAssociation id="DataOutputAssociation_0zo3tgj"> |
| | <bpmn:targetRef>DataObjectReference_0s1elux</bpmn:targetRef> |
| | </bpmn:dataOutputAssociation> |
| | </bpmn:task> |
| | <bpmn:task id="Task_0gk4nwu" name="Dodavatel dodá zboží"> |
| | <bpmn:incoming>SequenceFlow_01u69kh</bpmn:incoming> |
| | <bpmn:outgoing>SequenceFlow_11xj0vm</bpmn:outgoing> |
| | <bpmn:property id="Property_0boq3u4" name="__targetRef_placeholder" /> |
| | <bpmn:dataInputAssociation id="DataInputAssociation_1dkegiy"> |
| | <bpmn:sourceRef>DataObjectReference_06akiih</bpmn:sourceRef> |
| | <bpmn:targetRef>Property_0boq3u4</bpmn:targetRef> |
| | </bpmn:dataInputAssociation> |
| | </bpmn:task> |
| | <bpmn:task id="Task_1rfsdpo" name="Dodavatel pošle fakturu"> |
| | <bpmn:incoming>SequenceFlow_11xj0vm</bpmn:incoming> |
| | <bpmn:outgoing>SequenceFlow_182gsjk</bpmn:outgoing> |
| | <bpmn:property id="Property_1k8kgtb" name="__targetRef_placeholder" /> |
| | <bpmn:dataInputAssociation id="DataInputAssociation_0dj19v0"> |
| | <bpmn:sourceRef>DataObjectReference_0rflgqd</bpmn:sourceRef> |
| | <bpmn:targetRef>Property_1k8kgtb</bpmn:targetRef> |
| | </bpmn:dataInputAssociation> |
| | </bpmn:task> |
| | <bpmn:task id="Task_1m1pvoo" name="Zpracuje se Faktura došlá"> |
| | <bpmn:incoming>SequenceFlow_182gsjk</bpmn:incoming> |
| | <bpmn:outgoing>SequenceFlow_1yt16x1</bpmn:outgoing> |
| | </bpmn:task> |
| | <bpmn:endEvent id="EndEvent_1lgbs8s" name="Uzavřít zakázku"> |
| | <bpmn:incoming>SequenceFlow_1yt16x1</bpmn:incoming> |
| | </bpmn:endEvent> |
| | <bpmn:sequenceFlow id="SequenceFlow_14idj0v" sourceRef="StartEvent_1bcriaf" targetRef="Task_1j7kc7d" /> |
| | <bpmn:sequenceFlow id="SequenceFlow_01u69kh" sourceRef="Task_1j7kc7d" targetRef="Task_0gk4nwu" /> |
| | <bpmn:sequenceFlow id="SequenceFlow_11xj0vm" sourceRef="Task_0gk4nwu" targetRef="Task_1rfsdpo" /> |
| | <bpmn:sequenceFlow id="SequenceFlow_182gsjk" sourceRef="Task_1rfsdpo" targetRef="Task_1m1pvoo" /> |
| | <bpmn:sequenceFlow id="SequenceFlow_1yt16x1" sourceRef="Task_1m1pvoo" targetRef="EndEvent_1lgbs8s" /> |
| | </bpmn:process> |
| | <bpmn:process id="Process_1wjjhp7"> |
| | <bpmn:task id="Task_0gu4q5i" name="Založit položky"> |
| | <bpmn:outgoing>SequenceFlow_1f0cnw0</bpmn:outgoing> |
| | <bpmn:property id="Property_172627i" name="__targetRef_placeholder" /> |
| | <bpmn:dataInputAssociation id="DataInputAssociation_0d1c8gi"> |
| | <bpmn:sourceRef>DataObjectReference_0s1elux</bpmn:sourceRef> |
| | <bpmn:targetRef>Property_172627i</bpmn:targetRef> |
| | </bpmn:dataInputAssociation> |
| | </bpmn:task> |
| | <bpmn:task id="Task_0a7uodv" name="Expedovat zboží"> |
| | <bpmn:incoming>SequenceFlow_1f0cnw0</bpmn:incoming> |
| | <bpmn:outgoing>SequenceFlow_0x92jxo</bpmn:outgoing> |
| | <bpmn:dataOutputAssociation id="DataOutputAssociation_0vx9kzn"> |
| | <bpmn:targetRef>DataObjectReference_06akiih</bpmn:targetRef> |
| | </bpmn:dataOutputAssociation> |
| | </bpmn:task> |
| | <bpmn:task id="Task_0zm82vo" name="Poslat fakturu"> |
| | <bpmn:incoming>SequenceFlow_0x92jxo</bpmn:incoming> |
| | <bpmn:outgoing>SequenceFlow_1p3wpl3</bpmn:outgoing> |
| | <bpmn:dataOutputAssociation id="DataOutputAssociation_1o7o1ne"> |
| | <bpmn:targetRef>DataObjectReference_0rflgqd</bpmn:targetRef> |
| | </bpmn:dataOutputAssociation> |
| | </bpmn:task> |
| | <bpmn:task id="Task_1bt35t3" name="Uzavřít zakázku"> |
| | <bpmn:incoming>SequenceFlow_1p3wpl3</bpmn:incoming> |
| | </bpmn:task> |
| | <bpmn:sequenceFlow id="SequenceFlow_1f0cnw0" sourceRef="Task_0gu4q5i" targetRef="Task_0a7uodv" /> |
| | <bpmn:sequenceFlow id="SequenceFlow_0x92jxo" sourceRef="Task_0a7uodv" targetRef="Task_0zm82vo" /> |
| | <bpmn:sequenceFlow id="SequenceFlow_1p3wpl3" sourceRef="Task_0zm82vo" targetRef="Task_1bt35t3" /> |
| | </bpmn:process> |
| | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1kqypxs"> |
| | <bpmndi:BPMNShape id="Participant_1j1jpkr_di" bpmnElement="Participant_1j1jpkr" isHorizontal="true"> |
| | <dc:Bounds x="156" y="251" width="836" height="187" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1bcriaf"> |
| | <dc:Bounds x="218" y="370" width="36" height="36" /> |
| | <bpmndi:BPMNLabel> |
| | <dc:Bounds x="200" y="413" width="73" height="14" /> |
| | </bpmndi:BPMNLabel> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="Task_1j7kc7d_di" bpmnElement="Task_1j7kc7d"> |
| | <dc:Bounds x="304" y="348" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="Task_0gk4nwu_di" bpmnElement="Task_0gk4nwu"> |
| | <dc:Bounds x="454" y="348" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="Task_1rfsdpo_di" bpmnElement="Task_1rfsdpo"> |
| | <dc:Bounds x="604" y="348" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="Task_1m1pvoo_di" bpmnElement="Task_1m1pvoo"> |
| | <dc:Bounds x="754" y="348" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="DataObjectReference_0s1elux_di" bpmnElement="DataObjectReference_0s1elux"> |
| | <dc:Bounds x="336" y="274" width="36" height="50" /> |
| | <bpmndi:BPMNLabel> |
| | <dc:Bounds x="308.5" y="292" width="17" height="14" /> |
| | </bpmndi:BPMNLabel> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="DataObjectReference_06akiih_di" bpmnElement="DataObjectReference_06akiih"> |
| | <dc:Bounds x="486" y="274" width="36" height="50" /> |
| | <bpmndi:BPMNLabel> |
| | <dc:Bounds x="460.5" y="292" width="15" height="14" /> |
| | </bpmndi:BPMNLabel> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="DataObjectReference_0rflgqd_di" bpmnElement="DataObjectReference_0rflgqd"> |
| | <dc:Bounds x="636" y="274" width="36" height="50" /> |
| | <bpmndi:BPMNLabel> |
| | <dc:Bounds x="610.5" y="292" width="15" height="14" /> |
| | </bpmndi:BPMNLabel> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNEdge id="SequenceFlow_14idj0v_di" bpmnElement="SequenceFlow_14idj0v"> |
| | <di:waypoint x="254" y="388" /> |
| | <di:waypoint x="304" y="388" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="SequenceFlow_01u69kh_di" bpmnElement="SequenceFlow_01u69kh"> |
| | <di:waypoint x="404" y="388" /> |
| | <di:waypoint x="454" y="388" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="SequenceFlow_11xj0vm_di" bpmnElement="SequenceFlow_11xj0vm"> |
| | <di:waypoint x="554" y="388" /> |
| | <di:waypoint x="604" y="388" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="SequenceFlow_182gsjk_di" bpmnElement="SequenceFlow_182gsjk"> |
| | <di:waypoint x="704" y="388" /> |
| | <di:waypoint x="754" y="388" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="DataOutputAssociation_0zo3tgj_di" bpmnElement="DataOutputAssociation_0zo3tgj"> |
| | <di:waypoint x="354" y="348" /> |
| | <di:waypoint x="354" y="324" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="DataInputAssociation_1dkegiy_di" bpmnElement="DataInputAssociation_1dkegiy"> |
| | <di:waypoint x="504" y="324" /> |
| | <di:waypoint x="504" y="348" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="DataInputAssociation_0dj19v0_di" bpmnElement="DataInputAssociation_0dj19v0"> |
| | <di:waypoint x="654" y="324" /> |
| | <di:waypoint x="654" y="348" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNShape id="Participant_09p2m4b_di" bpmnElement="Participant_09p2m4b" isHorizontal="true"> |
| | <dc:Bounds x="156" y="81" width="835" height="153" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="Task_0gu4q5i_di" bpmnElement="Task_0gu4q5i"> |
| | <dc:Bounds x="304" y="122" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNEdge id="DataInputAssociation_0d1c8gi_di" bpmnElement="DataInputAssociation_0d1c8gi"> |
| | <di:waypoint x="354" y="274" /> |
| | <di:waypoint x="354" y="202" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNShape id="Task_0a7uodv_di" bpmnElement="Task_0a7uodv"> |
| | <dc:Bounds x="454" y="122" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNEdge id="SequenceFlow_1f0cnw0_di" bpmnElement="SequenceFlow_1f0cnw0"> |
| | <di:waypoint x="404" y="162" /> |
| | <di:waypoint x="454" y="162" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="DataOutputAssociation_0vx9kzn_di" bpmnElement="DataOutputAssociation_0vx9kzn"> |
| | <di:waypoint x="504" y="202" /> |
| | <di:waypoint x="504" y="274" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNShape id="Task_0zm82vo_di" bpmnElement="Task_0zm82vo"> |
| | <dc:Bounds x="604" y="122" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNEdge id="SequenceFlow_0x92jxo_di" bpmnElement="SequenceFlow_0x92jxo"> |
| | <di:waypoint x="554" y="162" /> |
| | <di:waypoint x="604" y="162" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="DataOutputAssociation_1o7o1ne_di" bpmnElement="DataOutputAssociation_1o7o1ne"> |
| | <di:waypoint x="654" y="202" /> |
| | <di:waypoint x="654" y="274" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNShape id="Task_1bt35t3_di" bpmnElement="Task_1bt35t3"> |
| | <dc:Bounds x="754" y="122" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNEdge id="SequenceFlow_1p3wpl3_di" bpmnElement="SequenceFlow_1p3wpl3"> |
| | <di:waypoint x="704" y="162" /> |
| | <di:waypoint x="754" y="162" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNEdge id="MessageFlow_0l5s6o3_di" bpmnElement="MessageFlow_0l5s6o3"> |
| | <di:waypoint x="804" y="348" /> |
| | <di:waypoint x="804" y="202" /> |
| | </bpmndi:BPMNEdge> |
| | <bpmndi:BPMNShape id="EndEvent_1lgbs8s_di" bpmnElement="EndEvent_1lgbs8s"> |
| | <dc:Bounds x="904" y="370" width="36" height="36" /> |
| | <bpmndi:BPMNLabel> |
| | <dc:Bounds x="883" y="413" width="79" height="14" /> |
| | </bpmndi:BPMNLabel> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNEdge id="SequenceFlow_1yt16x1_di" bpmnElement="SequenceFlow_1yt16x1"> |
| | <di:waypoint x="854" y="388" /> |
| | <di:waypoint x="904" y="388" /> |
| | </bpmndi:BPMNEdge> |
| | </bpmndi:BPMNPlane> |
| | </bpmndi:BPMNDiagram> |
| | </bpmn:definitions> |
| | </bpmnio> |
| |
| ~~NOCACHE~~ | ~~NOCACHE~~ |