Description :
|
[[ o.name ]]
|
Report Date :
|
[[ time.strftime("%d.%m.%Y", time.localtime()) ]]
|
Invoice Date :
|
[[ o.date_invoice and format_date(o.date_invoice) or '' ]]
|
Amount bought : [[ (o.type == 'amount' or removeParentNode('para')) and '' ]]
Quantity of hours bought : [[ (o.type == 'hours' or removeParentNode('para')) and '' ]]
|
[[ o.amount_hours_block ]]
|
Amount used : [[ (o.type == 'amount' or removeParentNode('para')) and '' ]]
Quantity of hours used : [[ (o.type == 'hours' or removeParentNode('para')) and '' ]]
|
[[ round(o.amount_hours_block_done, 2) ]]
|
Remaining amount : [[ (o.type == 'amount' or removeParentNode('para')) and '' ]]
Remaining hours : [[ (o.type == 'hours' or removeParentNode('para')) and '' ]]
|
[[ o.amount_hours_block and round(o.amount_hours_block_delta, 2) or '' ]]
|