A handful of suggestions - consider putting initial focus on the item description field and possibly using a textarea over input - in alternating rows with white background it's difficult to determine what can be updated - as this is desktop targeted, I'd consider throwing a hover style over the fields which are in fact editable - rather than trying to rework styling of form elements, use the hover effect as describe…
Show HN: Create unlimited one-off Invoices (Built with AngularJS)
21–30 of 42 posts
Re: Show HN: Create unlimited one-off Invoices (Built with AngularJS)
#22Neat. In working with Angular it has definitely seemed that it is particularly well suited to building single-purpose form-based apps (because building really simple things in Angular is shockingly easy). I've had a few ideas like this one. Maybe this will motivate me :)
And, like you said, it's shockingly easy :)
Re: Show HN: Create unlimited one-off Invoices (Built with AngularJS)
#23A handful of suggestions - consider putting initial focus on the item description field and possibly using a textarea over input - in alternating rows with white background it's difficult to determine what can be updated - as this is desktop targeted, I'd consider throwing a hover style over the fields which are in fact editable - rather than trying to rework styling of form elements, use the hover effect as describe…
these are really good feedback notes, I'll add these in into our roadmap. We were actually planning to do simple Firebase based backend integration so that people can actually save their invoices and just send out links etc.
Re: Show HN: Create unlimited one-off Invoices (Built with AngularJS)
#24This has always seemed like a possible opportunity for a SaaS product in my opinion. Essentially you'd let the site generate the invoices using your code. Give them a snippet to put on their site and handle the payment processing. Maybe give them a dashboard to see all their data.
Embeddable Invoices.
Re: Show HN: Create unlimited one-off Invoices (Built with AngularJS)
#25suggestion: instead of enabling/disabling print mode, just use an additional media=print stylesheet.
Re: Show HN: Create unlimited one-off Invoices (Built with AngularJS)
#26Earlier quoted context omitted.
these are really good feedback notes, I'll add these in into our roadmap. We were actually planning to do simple Firebase based backend integration so that people can actually save their invoices and just send out links etc.
This would be a really good idea. I've been using http://invoicemachine.com/ for a few years and I like how you can save the invoices and automatically email them out on a schedule (my client had monthly maintenance work). They let you export it in different formats like a PDF which is helpful too.
Feedback that we've got so far has been amazing! Thanks y'all!
Re: Show HN: Create unlimited one-off Invoices (Built with AngularJS)
#27suggestion: instead of enabling/disabling print mode, just use an additional media=print stylesheet.
I'd still keep a print button; not a enable/disable, but at least a button that triggers `window.print()`. "Print" buttons may seem useless, but they do serve as a simple bit of advertisement that "Yes, this page is print-friendly!"
Turn on Print Mode > Print
Does exactly that :)
Re: Show HN: Create unlimited one-off Invoices (Built with AngularJS)
#28suggestion: instead of enabling/disabling print mode, just use an additional media=print stylesheet.