Questions tagged [recurring]

For events or data that occur more than once. Use `recursion` for functions that call themselves.

317 questions
0
votes
1 answer

paypal recurring payments - sudden death

We are setting up PayPal recurring payments - customers able to use a PayPal account or a credit card processed through PP. Payments going through fine and customer accounts upgrade. The issue we have is when customers cancel - it works, but…
0
votes
1 answer

Finding Recurring String in a TEXT file using PHP

I have a text file, with a lot of data in it. I've gotten as far as extracting field names between character statements. What I would like my code to do is scan the ENTIRE text file. for some reason it stops with the first occurrences of the…
0
votes
1 answer

How to create recurring invoice with multiple customers in openerp?

I am working on openerp7.0. I am stuck up on understanding recurring invoice. There is an addons called recurring documents in openerp7.0 but I don’t know how to generate periodic invoice for multiple customers using a button?
cat boy
  • 3
  • 3
0
votes
1 answer

Architectural issue: Design of recurring events

I need to have a logic in our app, which allows to define recurring events (e.g. every tuesday, oder every 1st day of a month) which lead then to a specific action in the app. I thought UILocalNotification would be a good idea, but with this class I…
Red
  • 1,425
  • 1
  • 10
  • 15
0
votes
1 answer

Creating Paypal Recurring Payments between other enterprise and user

We develop a management system for other companies with which they receive online payments with Paypal. For single payments we have successfully implemented Adaptive Express Checkout, so that the money goes directly from the user account to the…
Victor
  • 1
0
votes
1 answer

Office 365 API EWS calendar not expanding recurring events

I am using REST services with the new Office 365 API Preview. The following request returns the "Non-recurring appointments and recurring master appointments", but all "single occurrences of recurring series" are…
miata7
  • 1
0
votes
1 answer

Paypal SOLUTIONTYPE=Sole not work for recurring payments

i use Paypal ExpressCheckout method for payments. I want to allow my users buy without paypal account and using their credit card. Its work fine when i use one time payment. My payment params (excepts currency, signature, username and password)…
0
votes
1 answer

recurring payments for five years

I am setting up a donation page (in WordPress) for a non-profit that has a "5 YEAR DONATION PLAN". Members pay $100 per month for 72 months. I am attempting to use PayPal's example for recurring payments:
0
votes
2 answers

Alarm Manager fail to Execute onReceive

I am having some problem with Alarm Manager in Android. I am setting the alarm manager to execute every midnight at 12am. Here are my codes: Calendar calendar =…
user2531590
0
votes
1 answer

Android Recurring Task Run In Background

I am having some problem when trying to do a recurring task in Android. Here is how I populate my list view: public View getView(int position, View convertView, ViewGroup parent) { String recurID; if (convertView == null) { …
user2531590
0
votes
1 answer

SQL query to match whole number of weeks

I am setting up a recurring billing processor*. The client wants to be able to set that clients can choose the billing to occur fortnightly, aka every two weeks. I could attempt to calculate the 'next' payment date myself, but it seems it would be…
Danack
  • 24,939
  • 16
  • 90
  • 122
0
votes
1 answer

Google Calendar Feeds Don't Show Individual Date for Recurring Events?

I am using Google Calendars in my app, and I parse the feed. However, I am noticing that on recurring events, it never seems to put in individual dates anywhere. In the feed, all I see is the date that it first started, but never any specific…
user717452
  • 33
  • 14
  • 73
  • 149
0
votes
1 answer

PayPal recurring payments PCI compliance

My goal is to set up recurring payments through PayPal, and getting payment with a PayPal account and a credit card without account; I'm having trouble understanding the second part: what product from PayPal I have to buy/pay (payflow link, payments…
alex php
  • 29
  • 4
0
votes
2 answers

VBA Excel Email Automation every 30 min

I want an excel file to save (stamp time) every thirty minutes and email itself to me. I have gotten the file to save and send it to me. However, when I try to do this continuously for 30 min, I run into issues. below is my code, anyone have any…
user3948934
0
votes
1 answer

How to use PayPal Periodic Recurring Payments

I checked through lots of the documentation, and need to confirm that I have come to the right conclusion. When doing Recurring Payments, I can only do them for up to 12 months?? Meaning 52 weekly payments or 12 monthly payments?? How do you handle…
Vee Bee
  • 1
  • 1