how to run an invoice?

138 views
Skip to first unread message

Andy Lauppe

unread,
May 29, 2014, 9:18:40 AM5/29/14
to as...@googlegroups.com
I see that there appears to be an invoice subsystem but I can't figure out how to use it to generate an invoice. Are there instructions anywhere for this? If now, is someone willing to throw a really quick how-to together? Even just a one-liner on how to get to the page where you can generate the invoices would be helpful.

Thanks,
Andy

Hardik Patel

unread,
May 29, 2014, 9:47:56 AM5/29/14
to as...@googlegroups.com
Hi Andy

To generate Invoices you have to execute one command

If you want to generate invoice manually then you can use this command.

Step :1 Go to source cron folder in source directory
             cd /var/www/html/astpp/cron

Step :2 Execute this command
            php cron.php GenerateInvoice

          OR
 you can set this script to crontab so it will generate invoices for you at specified time interval.
# Generate Invoice   
      0 1 * * * cd /var/www/html/astpp/cron/ && php cron.php GenerateInvoice






--
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at http://groups.google.com/group/astpp.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/51bc42ea-3553-44e4-80bd-1d3d4303156f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Thanks,
Hardik Patel

Andy Lauppe

unread,
May 29, 2014, 10:02:32 AM5/29/14
to as...@googlegroups.com, har...@astpp.org
This worked perfectly, thank you!
Reply all
Reply to author
Forward
0 new messages