Hi,
I am looking for guidelines to create a monthly recurring invoice using the following criteria.
We manage vehicles for Rental companies and therefore we require to invoice same amount each month. (monthly fee is based on 28-day month)
Invoice report must show vehicle reg, date vehicle acquired (or discharged) and management fee for each vehicle,
at the moment we have a set number of vehicles to manage but in future, a new vehicle may be acquired mid-month or it may be discharged mid-month and therefore payment will be calculated on the number of days managed (noofdays*(mont hly fee/28))
table ACCVehicles - holds ownerID, Reg, DateAcquired, DateDischarged and data of managed vehicles
where do I go from Here?
As always, your help is appreciated and thanking you in advance.
I am looking for guidelines to create a monthly recurring invoice using the following criteria.
We manage vehicles for Rental companies and therefore we require to invoice same amount each month. (monthly fee is based on 28-day month)
Invoice report must show vehicle reg, date vehicle acquired (or discharged) and management fee for each vehicle,
at the moment we have a set number of vehicles to manage but in future, a new vehicle may be acquired mid-month or it may be discharged mid-month and therefore payment will be calculated on the number of days managed (noofdays*(mont hly fee/28))
table ACCVehicles - holds ownerID, Reg, DateAcquired, DateDischarged and data of managed vehicles
where do I go from Here?
As always, your help is appreciated and thanking you in advance.
Comment