Search
-
Hi,
I currently have a program which integrates wtih Quickbooks and allows me to accept credit card payments within my QB interface ... it is pretty basic but it allows me to use the card info. on file, see the outstanding balance and charge the card and update the account without any additional data entry.
I am now thinking I ...
-
Hey Paul,
That's great news!!! I think that will be a very helpfull option for a number of current and new users. I have to say, you guys are much more receptive to suggestions/ideas then any other software company I've worked with ... cudo's to you and your team!
-
-
When I select the work order list tab, in existing workorders, I see two date boxes at the top. The boxes say "to date", and "from date", when I select my dates and hit the refresh screen nothing happens.
-
cmogletree,
Do you mind providing the steps you are taking? What exactly do you mean by "will not allow me to refresh my screen to a specific time frame."?
-
Within the scheduling and invoice tab, when I put create a work order with a specific date, it will not allow me to refresh my screen to a specific time frame.
-
Now I realize what is happening. The '%' followed by numbers is being intrepreted as a URL encoded entity. I need to URL encode the '%' with '%25'. Now I am retreiving what I expected.
-
I think I have answered my own question. When I hard code '%' into the where clause, I get no data. If I include '%' as part of the search parameter typed into the form, I get data.
I am not sure why there is a difference in the results, but at least I can move forward.
-
I am using PHP CURL to request data using MethodAPISelect_XMLV2. I am making successful requests until I try using LIKE in the where clause. For example, if I use
strWhereClause=RefNumber = '123'
data is retrieved.
If, however, I ...
-
Excellent! I haven't touched email functionality (I'm working my way there as I customize), so I won't be able to confirm it for you today, but what you're describing is exactly what I wanted.
But I'll try to remember to post back when I get there.
|
|
|