Search
-
Hey Keith,
First I'd like to clear up something, The Customer Portal does come with the Starter Edition.
Ok, so to break down the 3rd Party Portal. When a User logs into the portal, they are billed 15 cents per 5 minutes. The portal is a great way for your clients to be able to log in and check on Company Account information. To give ...
-
Hi Phillip,
In that case, you can change the BeforePrint script on the CheckCents object to:
Private Sub OnBeforePrint(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintEventArgs)
dim intCents as ...
-
Ok.. that helps.. not sure I fully understand this reply for a question. Does this mean you bill for any time in a 3rd party portal. if so can you give me an idea of how much and when is this billed. Thanks
Reply was: Your Portal Users are billed based upon amount of time spent in the Portal. Portal users do not sign in the same way. A ...
-
Hey Keith,
Welcome to Method Keith, I hope your finding your way around the website ok. We have a lot of information on our forums and within our blogs.
To answer your questions,
Starter Edition
1, For any edition of method the starting price includes 1 Admin user.
2, API's will work with Method as long as you have the screens the ...
-
Hi.. I am new to Methods and it looks like a great product but I am a little confused about the diff. versions.
Starter Edition:
1. For the starter edition .. how many users do you get for the basic price of $25?
2. For the starter edition are all the methodsAPIs available to communicate to methods with?
3, Can you create 3rd Party ...
-
Amanda,
I ran into one issue. When the cents are 0-9, then the report prints 0/100 or 1/100 or 2/100.
Since this is printing onto checks, you'll want it to be 00/100 or 01/100 or 02/100.
I found VB formatting information on # and 0s but none of that seemed to apply to this report when I plugged it into the sub routine.
Any ...
-
Have you ever seen someone do a happy dance?
This is EXACTLY what I'm looking for! THANKS!!
-
That's the catch then!
QB was not opened. I was testing Method's "real time" posting outside of QB. Are there any other places where Method must first talk to QB?
Realistically, there could be times where the QB file for my clients may be closed for up to an hour. So I'll need to make them aware of the posting items that ...
-
James -
Got a response for you. It looks like an issue with the code using single data type instead of a double data type. It's causing the number 12,345.67 to look like 12,345,670001 in the back end. It's fine on smaller numbers, and never an issue when the bill doesn't total up 0. but in your case on totals ...
-
Phillip,
Also QuickBooks has to be opened before the balances are updated. The reason for this is because Method first sends the request over to QuickBooks, QuickBooks then processes the payment and then updates Method with the new balances.
|
|
|