FlowItems: come tenere traccia dei propri asset aziendali

FlowItems è una webapp che consente la tracciabilita e la condivisione di qualsiasi bene aziendale.

Funziona con un normalissimo smartphone ed attraverso qrcode o Tag NFC applicato su un particolare dispositivo è possibile:

  1. tenere traccia in ogni momento dello stato in cui si trova l’oggetto
  2. Fare un check in sull’oggetto in modo da prenderlo in carico
  3. Consultare i dettagli dell’oggetto
  4. Conoscere lo storico dell’oggetto

Per qualsiasi informazione consultare il sito web di riferimento:

www.interofthings.com

Guida pratica a Idempiere ERP

 

 

 

Una guida utile per chi volesse utilizzare il gestionale aziendale ERP Idempiere per la propria azienda.

IdempiereERP

DOWNLOAD

How to use BPM for Idempiere: create a template

  • first of all we have to create the states of this process: request, sendpurchase order

1_createStates

  • create a new template for the business process
  • open the “process configurator” window and create new one like in the picture
  • insert some metadata

 

2_createTemplate

  • now pass in the “transaction” tab and create new lines fro each transaction: 1. contact -> request
  • insert an error message in case of transaction is blocked. In our example the transaction will blocked if the customer info is not inserted to theprocess window

3_transactionContactRequest

  • then open the condition tab and create the condition about the customer info. The knowledge of the database is recommended

4_conditionContactRequest

  • go back to the transaction tab and insert the others transaction: 2. request -> send

5_transactionSend

  • this transaction will be done only if the product requested by the customer has quantity > 16 items in the storage. Otherwise the transaction goes to “purchase order”
  • this transaction is a fork and in the process configurator is represented by two transaction from the same to different states.
  • in the condition on this transaction the product qty in the storage has to be > than 16

6_conditionSend

 

  • so we have to insert another condition line where we specified that the qtyOnHand must to be > than 16

 

6a_conditionSend

 

  • the next transaction: 3. request->purchase order

7_transactionPurchaseOrder

  • the transaction is verified only if the product qty in the storage is minor of 16

15_conditionRequestPurchase

BPM Idempiere: try the template and create the first instance of the process

In this demonstration we want to start some instance process using the purchase process template created before.

Try to start a process without inserting customer info. If we press on the “next step” button the system show us the error “no customer info” configurated on the template .

9_newInstanceProcess

10_error

Now we start other instance of the same template for seeing the next step of the process.

Try to insert inside the process window a product with a qty<15 in the storage. If we press the “next step” button the system automatically bring the process on the “purchase order” state (as we have configured in the process configurator)

13_POTransactionProductQty

If we try to insert inside the process window a product with a qty>15 in the storage and press the “next step” button the system automatically bring the process on the “send” state (as we have configured in the process configurator)

 

12_sendTransactionProductrQty

 

at the finish we can check all the process state history inside the process window

14_history

Idempiere e configuratore di processo: un BPM completamente integrato in un ERP

InformaticaGestionale.it ha adattato il configuratore di processo anche per il sistema ERP IDempiere.

Il plugin consente di ottenere enormi vantaggi in termini di riduzione dei tempi e costi di processo. In seguito abbiamo inserito alcuni video per l’installazione sul sistema opensource Idempiere eper la configurazione di un semplice processo operativo.

esempio di un processo
esempio di un processo

E’ ora possibile scaricare il plugin ed installarlo direttamente sulla vostra istanza IDempiere senza nessun problema.

installazione configuratore di processo su IDempiere

 

esempio di utilizzo del configuratore di processo

 

pagina di download su SourceForge

http://sourceforge.net/projects/idempiereprocessconfigurator/