Skip to content

BarryThePenguin/invoice-generator

Repository files navigation

Invoice

  • currency : String
  • client : Client
  • services : List Service
  • expenses : List Expense

Client

  • name : String
  • address : String
  • city : String
  • postcode : String
  • country : String

Service

  • title : String
  • description : String
  • amount : Float

Expense

  • description : String
  • amount : Float

Payment

  • accountName : String
  • accountNumber : String
  • bsb : String

You

  • name : String
  • email : String
  • address : String
  • city : String
  • postcode : String
  • country : String

Reference:

Modelling Money In Elm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published