Search
-
Hi Blake
We have done a couple of projects that have some of this functionality. Are you looking for a solution provider to help or is the a DIY project?
-
Hi jhcarboni,
Do you mind if I login and take a look? Can you enable MethodSupport(Customize > Users) and email me your account name?
-Michael
-
Gary,
QB requires a value in that field and by leaving it blank it
assigns it a value. In QuickBooks (At least in my case) if I add an item to a
bill it defaults Billable to checked. You could customize the screen and have
it that as soon as you select an Item to fill in Billable?
As NotBillable.
HasBeenBilled ...
-
Blake,
When you refer to orders are you talking about work orders? Based on what criteria do you want these work order created? Specific intervals? Have you taken a look at Method Field Services?
-Michael
-
Birch,
You can try an SQL Override. Something along the lines of:
CASE WHEN [ImportSKU]=' ' Or [ImportSKU] IS NULL THEN 'Subtotal' ELSE [ ImportSku] END
**Note the above code may not won't but its would be the format used, fields names are in [ ], regualr text is in ' '
This may work in your ...
-
TogsTeam,
You could create another table that has the SalesRep intial and the extra details and use actions to pull that information as needed.
-Michael
-
When we enter line items on a bill, we typically assign the costs to a customer/job but rarely do we mark them as "billable" since the costs are part of our contracted price. We would leave that field blank instead of choosing bilable, has been billed or not billable. By leaving it blank we assume as in QB's that it ...
-
We are facing dificulties with data stored in our database, international characters such as "ç" are shown as ASCII code "ç". This was not happening in the last week, and it was detected by our users today. This ...
-
Am wondering if anyone is already doing this....
I am in the process of creating custom tables, screens, functionality in Method for my business. Basically, we have ~300 regular customers set up on 'programs'...which is basically a bunch of products we sell them throughout the year. These programs are created yearly, with moderate ...
-
Hi Michael -
No, I did not have to link it. The custom field was already listed as a field in the 'InvoiceLine' table (I do not have the option to delete it either). So, the data is automatically populated next to the quantity and amount for each item on the invoices.
Thanks,
Birch
|
|
|