heineken15 Posted August 25, 2009 Share Posted August 25, 2009 Hey, I'm tryng to figure out how to create new-orders without invoices. Since i'd like to verify every new-order and create inovice ONLY after new-order verification. I've configured my custom order page to use whmcs api, with "add order" api command. Using this api command you can set NOT to create inovice while adding order ( $postfields['noinovice'] = true; ) and this works correctly. However even the order is created this way, after whmcs cron job runs, it will automatically create new invoice for this new-order since api command does not allow me to define new-order due date (by default due is set to order made date -> same day). Am i missing something here, or there's no way to set order due date using whmcs api. Any other idea is also welcome, i really need to avoid whmcs forcing me to create invoices whether i want it or not. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
atDev Posted August 29, 2009 Share Posted August 29, 2009 Hello, I do not believe this is possible unless I am overlooking a setting. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.