Project

General

Profile

roos-fs tasks #296

Updated by Vadim Pariev 9 months ago

**General** General 
 Each tasks can be cancelled and that shall be visible in the final print out in the service overview.  

 **Expected result** Expected result 
 - the Tasks contains now the cancellation fee (in the pricing section) 
 <img style="width: 1003px;" src="clipboard-202508132222-jd3ld.png"><br> 
 - if the task was cancelled the statement with the cancellation fee is still in place, but istead of rendering the initial <u>price</u> for the service we render the <u>cancelation fee</u> . f.e Task <u>price</u> is 100 Euro and <u>cancelation fee</u> is 60 Euro, if the task is in any state other then "cancelled" cancelled we render <u>price</u> 100 Euro if in <u>cancelled</u>    - 60 euro 
 <img style="width: 2016px;" src="clipboard-202508132223-yujkg.png"><br> 
 - since the SERVICE price is calculated out of the all tasks prices this would effect the service price 
 f.e. there are 3 tasks earch is 100 Euro with cancellation fee of 50 Euro. 2 got completed and one cancelled the final price of the service is to be 100+100+50=250 Euro.  
 <img style="width: 2016px;" src="clipboard-202508132236-kb4hx.png"><br> 
 - in the export where we export the completed services we need to make sure we incude a new column "cancellation fee", amount of cancelled task in the service 
 <img style="width: 1952px;" src="clipboard-202508132252-uwkdp.png"><br> 
 <img style="width: 1941px;" src="clipboard-202508132303-fgfdt.png"><br> 

Back