-
Hi Phillip,
Cases where any table that has a balance that is calculated by other records.
For example, a customer has a balance. That balance is affected by payments, invoices, credit memos and sales receipts. So for instance, if the credit memo is updated and QB is closed then the customer balance wouldn't be updated until ...
-
OK.. i think that answers my question...I was getting portal users mixed up with the paid users. Let see if i get this correct...In an example if I have a Starter edition there is just one user that can logon and is paid for, but I can have x number of portal users viewing their account and this is billed based on the rate you said. The ...
-
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 ...