Description:
|
[[ o.name ]]
|
Report Date:
|
[[ formatLang(time.strftime(date_format), date=True) ]]
|
Invoice Date:
|
[[ o.date_invoice and formatLang(o.date_invoice, date=True) 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 '' ]]
|