Today I have released 1.0.0-rc.0
version of this package. We want to support as much scenarios as possible, so in code (good documentation soon) you can find models for supporting e-commerce projects. Our target is to provide a package which allow to work with invoices and all related to it data as easy as possible.
After Menshen
MVP we plan to add:
- Add a way to convert
Source
toItem
with multiple currency support
With this you will be able to create single invoice based on products available in different countries with their own currencies. - Add
GenServer
for recurringInvoice
On initialization it will accept callback and invoice from which it fetch number interval. Every time we want to issue invoice it will call callback from state with updated original invoice (new issue date, removed id etc.). - Add a way to calculate
Invoice
andGroup
total price. - Add
Address.data
parser
We want to parse address and fetch all information automatically.
Helpful resource: Address format at OpenStreetMap
You can find this package on hex.