Estensione PAD Workflow Tasks per YetiForce ERP-CRM

 

Terminologia

Inventory entity: entità con Servizi e Prodotti, come Preventivi, Ordini di Vendita, Fatture, etc.
Lineitem: linea contenente tutte le specifiche di Serivizi / Prodotti in una entità Inventory
Lineitem type:il tipo di lineitem incluso in una entità inventory: Prodotti e Servizi.

 

Inventory entity: entità con Servizi e Prodotti, come Preventivi, Ordini di Vendita, Fatture, etc.

Lineitem: linea contenente tutte le specifiche di Serivizi / Prodotti in una entità Inventory.

Lineitem type: il tipo di lineitem incluso in una entità inventory: Prodotti e Servizi.

Assegna un valore a un campo lineitem utilizzando una espressione su campi dello stesso lineitem.

Esempio: creare la stringa "€ 2900.00 x 1.00 unit = € 2900.00",
dove '€' è la valuta, '2900.00' è il prezzo unitario, '1.00' è la quantità e 'unit' è l'unità di prodotto.

concat(currencysymbol, price, ' x ', qty, ' ', unit, ' = ', currencysymbol, total)

Funzioni e campi disponibili.

Assegna un valore a un campo lineitem da entità di tipo lineitem.

Esempio: a campi lineitem posso assegnare il codice prodotto e il produttore.

Assegnare un valore a un campo di entità inventory, calcolato sullo stesso campo di tutti i lineitem.

Esempio: preventivo con la somma dei prezzi dei Servizi e la somma dei prezzi dei Prodotti.

Calcolare Margine, Profitto e Ricarico per ogni lineitem.

Rapporto o percentuale. Sconto incluso o escluso.
L'esempio è in percentuale e con sconto escluso.

Calcolare il valore di un campo di un modulo entità con una espressione su altri campi della stessa entità.

Simile all'esistente task in YF, ma con nuove funzioni disponibili.

 

Commenti

Rispondi Non rispondere

Hi !!

i saw your new extension and i have one question

if i have 2 fields named start date, end date on opportunities, can i have them on sales orders calculating the months and dates between 2 dates? For now i have created an excel and i calculate the days.

nov 16, 2020 - 10:41
Rispondi Non rispondere

Hi George,
did we already talk about a similar topic? I remember something.

so if I understand ... you have 2 dates (start and end) in opportunities.
when you generate a new sales order, from opportunity, you copy the dates into sales order from opportunity. correct?
then, in generated sales order, you want calculate difference between the dates in months (30 days) and days as rest; calculated values in 2 different fields: "difference in months" and "rest in days". Is it correct?

yes, it should be possible with PAD Workflow Tasks extension. If you confirm me that this is exactly your need I can create an example on Penguinable YF demo, so you can try and check if extension full cover your need.

nov 16, 2020 - 11:33
Rispondi Non rispondere

Hi Davide !

Thank you about quick response.
Yes i had talked about it.

***then, in generated sales order, you want calculate difference between the dates in months (30 days) and days as rest; calculated values in 2 different fields: "difference in months" and "rest in days". Is it correct?
I need 3 fields: 1) sum days 2) Months 3)days
Please take a look on xls file i have sent you

of cource i am interesting !

nov 16, 2020 - 12:10
Rispondi Non rispondere

ok yes, I contact you by email

nov 16, 2020 - 12:12
Luis
Rispondi Non rispondere

Hi Davide, thanks for your posts.

Checking your videos I'm seeing your main focus point to modify software environment. but you have videos or material more general that clarify how to work with different modules, their procesess, initial steps and how to upgrade from one stage to another?

I'm newby with Yeti and want to have an understunding of concepts.

Thanks and waiting for feedback

gen 14, 2021 - 15:12
Rispondi Non rispondere

Hi Luis,
tnx to you.
My extensions add new feature and functionality to YetiForce, but they don't change the core code.

About YF docs, the only way to learn about it is https://yetiforce.com/en/knowledge-base/documentation and https://github.com/YetiForceCompany/YetiForceCRM/discussions.
There is no documentation and I cannot produce such extensive documentation alone.

gen 14, 2021 - 18:03