Friday, July 15, 2016

Re: Django invoice generation system

Firstly you could create a function that uses these to models and renders a html  or csv  format invoice. Then you could mail this to yourself. Once the function is created then you could create a scheduled cron job using celery or a even simple way would be to use crontab linux command with monthly interval.


On 14-Jul-2016 5:01 pm, "USMAN MALIK" <umalik004@gmail.com> wrote:
Hi. I'm new to django and i'm creating a buisness application for my company. i want to generate a monthly invoice for every member in my company and for this i have two models in which all the information is stored. Is there a way to generate an automatic invoice based on the information in these two models? kindly help me. thanks .

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ab6fca84-0cc7-4789-9e62-9d02cba01f6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMi_2%3DEN6pfzhNoMn9MeYTUhCz50S6Z7UauVw8Y7ixxn5j2s%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment