Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 624 Bytes

File metadata and controls

27 lines (22 loc) · 624 Bytes

In ui

  • yarn
  • yarn start

In api

  • npm install
  • npm run dev
  • or docker-compose up

Features

  • Create/list/edit invoices
  • Create items (it creates revisions every time new ones are saved)
  • You can pick clients/add new ones.
  • I can generate invoice pdf (server side)
  • All information is stored in db

ToDo

  • Be able to edit user
  • Be able to get your own space (all users share the same data) + authorization
  • Be able to delete invoice
  • No currency in invoice
  • More logical invoice number
  • Client and user same on invoice (because there is no proper user yet)
  • Some error handling
  • Cloud deployment