piesync / billbo

Easy to use billing service for Stripe with VAT support
MIT License
73 stars 3 forks source link

Customizable number format with default #40

Closed challengee closed 10 years ago

challengee commented 10 years ago

Default is year and sequence number with padding.

Do this with a string formatter. ex for padding:

'%03d' % 5 # => "005"