On Wed, Feb 18, 2009 at 10:36 AM, Alfonso <allanhender...@gmail.com> wrote:
> > Hi, > > I have a client who wants to generate an invoice statment > automatically on the first of every month. I'm trying to work out how > I might do that in Django. I have a simple statement model and a > simple invoice model and all I want to do is on 1st of calendar Month > update the statement model with invoices that haven't been paid. > > I'm not sure how to make that 'fire' correctly without an admin doing > the legwork of adding a statement? > > Thanks > > > You want to use a cron job, probably coupled with a management script to actually generate the report itself. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---