1 Comments
- ChrisMDP, on 10/12/2007, -0/+0Oops - formatting didn't work so well on that post :-) The below is a little better
new_invoice do
address 'Street, Zip'
code 'invoice123'
work_at 50 do
spent 1.5.on('Making tea')
end
end
blog.edendevelopment.co.uk — Easy way to do your invoices in Ruby... write just a few lines like: new_invoice do address 'Street, Zip' code 'invoice123' work_at 50 do spent 1.5.on('Making tea') end end And get a neat PDF out the other end. It handles expenses and mileage, too.