Open sourced project for creating simple invoices for SMEs
-
Need to fix issue in form group name of user/customer invoice details -- Done
-
Format the number to 2 decimal places accordingly -- Done
- written a directive, need to make it work
- while initializing the input value and (added workaround)
- on adding the value to grids (added workaround)
- written a directive, need to make it work
-
Need to construct the http request on save invoice routine -- Done
-
Need to implement the reset/clear invoice routine -- Done
-
GraphQL need to be implemented for the save and fetch routines -- WIP
5.1. configure the graphql server with the backend -- DONE 5.2. create mutation routine for invoice -- DONE
- created classes and resolver and graphql schema, trying to make a mutation call to graphql backend of mutation resolver -- DONE 5.3. creating the other entity references inside the invoice entity -- DONE
- understand the working of event listeners in cascade save implementation -- DONE 5.4 Integrating the UI data with the backend API -- WIP
- throws exception on request object while making a graphql request -- DONE
- solve the line item addition issue with save invoice routine -- DONE
- create a proper service and make a create call using method in service -- WIP 5.5 Cascade delete on child documents while deleting parent document
-
Print the invoice to pdf routine need to be implemented
-
Need to add some basic validations for the invoice form
-
Option to add company logo into the invoice design