Results 1 to 4 of 4

Thread: Auto-Terminate End of Cycle

  1. #1
    Join Date
    Feb 2009
    Posts
    23

    Default Auto-Terminate End of Cycle

    I need a way to "Auto-Terminate End of Cycle" all upcoming orders without needing to go into each and every one and doing it manually.

  2. #2
    Join Date
    Sep 2011
    Posts
    44

    Default

    For recurring products:
    Automation Settings -> Enable Termination (put the 1 day, the fastest auto-termination you can do by whmcs)

    "Free" products behaves the same way (correct me if Im wrong).

    For "One time" products you'll need to write your hook for daily cron job: pick products by date and run moduleterminate local API.

  3. #3
    Join Date
    Feb 2009
    Posts
    23

    Default

    Quote Originally Posted by sdemidko View Post
    For recurring products:
    Automation Settings -> Enable Termination (put the 1 day, the fastest auto-termination you can do by whmcs
    Problem is I dont want an invoice to be created and just want it to terminate at end of cycle without the worry of invoicing

  4. #4
    Join Date
    Sep 2011
    Posts
    44

    Default

    I dont understand
    You can set Invoice Generation = 0 and disable automatic generation, cant you?