#from decimal import *
Qty | Reference Design | Value | Footprint | Description | Manu. | MPN | Distributor | Distributor Part | #if $include_costsUnit Price | Line Price | #set $total = Decimal(0) #end if|
---|---|---|---|---|---|---|---|---|---|---|---|
#echo $i+1 | $line.qty | #echo ", ".join($line.refs) | $line.value | $line.footprint | $line.description | $line.manu | $line.mpn | $line.dist | $line.distpn | #if $include_costs$line.unitprice | $line.lineprice | #set $total += $line.lineprice #end if
Total: | \$${total.quantize(Decimal(0.01))} |