Search
-
Birch,
Just to confirm if you take a look at your Invoice list, you do see invoices older then 31 days? I did a copy and paste of this code into one of my screens and it seems to work fine.
-Michael
-
Hi Michael - Transaction history is set to 31 days and invoices are set to 'all days'. These settings haven't been changed since we started exporting our customer data from this grid over a year ago, which is why it's so difficult to figure out why this field isn't calculating as it should.
Thanks, Birch
-
Hi Birch,
Under QuickBooks > Synchronize what is the Transaction History set to? If you click on Show options per transaction type what's set for invoices?
-Michael
-
In 2010, I had a custom screen built out that exports our customer data. One
of the fields is ‘YTD Sales’ that has the following SQL override code to pull
each customer’s YTD sales:
SELECT
Cast(ROUND(Sum(Amount),2) as decimal(9,2))
FROM viewaccInvoice WHERE
viewaccInvoice.Customer = viewaccEntity.FullName AND ...
-
Hi James,
This option applies to Rich Text fields and is not avalible for labels.
-Michael
-
Hi Deb,
I am going to suggest watching the Method Webinars to learn more about customizing Method and then reverse engeinnering the actions on the screen and maybe adding it to the Enter Time button. You also have the option of having us do it for you through paid consulting.
-Michael
-
Deb - use the "Work Orders" tab link - what you are describing already exists. And make sure you log in using the *mobile* log in, not the non-mobile login.
http://www.methodintegration.com/method/mobile.aspx
or for short forum:
http://miurl.cc/m
Paul
-
I have the field set up properly and I can enter formatted lines. Great!
When I go to the Report Designer I do not have HTML as an option under Data Bindings.
-
Just for kicks and giggles, I put this web address into my iphone to see what it looks like. I don't see anywhere how you enter employees time for a specific job. Is there? I want to use this to replace the current paperwork that the crews use while out in the field and input everything directly into Method instead while on ...
-
Hi Michael
How do I customize the screen to have it copy the time to QTY?
|
|
|