cybrilla / awesome-invoicing

Simple invoicing
3 stars 0 forks source link

Scheduled Invoices #8

Open char-star opened 12 years ago

char-star commented 12 years ago

Should have an option to set an invoice recurring. For monthly invoices the user should be able to set the recurring period so that the invoices are generated automatically every month on that date.

AlekhyaR commented 12 years ago

As per my understanding & experiences there should be an option to set recurring of invoice, so that on monthly basis user should able to set the recurring period for their invoice and able to generate invoices automatically on specified date.

Suggested solution:- whenever user click on the new button in invoice page it directly point him to new invoice page to fill his details for this operation we should provide one more field "Type of Invoice": with drop down which consist of daily,weekly,monthly,yearly options (Standard drop down). For Example , if user has select the monthly base option we should provide him one check box to displaying the alert message like "Request for Generating Monthly invoice" and we will build a form for the same.

once the user select the check box we have to display the below details:- 1)Invoice Date 2)Recurring Period 3)every Month 3)Email address(mail to be sent)

Based on the inputs provided by the user to generate the invoice with specified new date we will attach the same and drop a mail to the specified email address for every month for specified period.

Note:- If user doesn't select the check box we will are not able to build the form.