I just want to number the lines. 1,2,3,4,5 etc. I am not seeing how to do it. QuickBooks 2013 Pro
Thanks,
Bryan
Late answer, but I just stumbled upon this. QuickBooks Pro cannot autonumber lines of an invoice or other forms. However, you can do that with a QuickBooks add-on like FormCalc SST. There's an example of numbering lines on a Packing Slip on the FormCalc SST web site.
Related
I am new to JIRA / JQL, and wanted help in knowing if the following is possible:
I want to filter JIRAs which have been commented on by a particular user (a bot account) in the past xx days
I want to filter JIRAs which have a particular regex in its comments in the past xx days
If the above cannot be done, I am open to suggestions as to how to achieve it using a combination of labels and description in the JIRA!
Sorry, but comments are stored within each Issue and you can't search for them globally using the native JQL query. You'd need to utilise the REST API to iterate through the Issues, extracting all the comments, then filtering the results.
Refer to this article in the Atlassian community Jira blog on the same topic and what third party tools can help work around the issue.
I can't seem to find anything more than the changelog, does anyone know if there's a roadmap for planned functionality?
Notably, we're looking to have our employees enroll in MFA through a custom app calling the Graph API and add their mobile number, other email, and authenticator. I found a confirmation that this would be available from here but there hasn't been any update for nearly two years.
Thanks in advance!
There is no roadmap for Microsoft Graph currently. We announce new features into preview throughout the year with two major moments at Build and Ignite conferences. You can keep up with those announcements at https://developer.microsoft.com/en-us/graph/blogs/.
We do have a Microsoft Graph UserVoice https://microsoftgraph.uservoice.com/ where you can request and see others requests. Our PMs will actually change the status of features that are in development. This will give you a subset of the things we're working on that relate to public requests.
As you mention , our Change log will be the way to track new things on the API https://learn.microsoft.com/en-us/graph/changelog.
We also have a monthly Community Call online that we announce things that is the first tuesday of every month. https://developer.microsoft.com/en-us/graph/events . Existing events are blogged about and also available here https://developer.microsoft.com/en-us/graph/gallery/?filterBy=Podcasts,Videos
I have a copy of Microsoft Dynamics POS 2009. How do I extend it or make add-ins?
I've been trying to search the net for the answer to this question, but I'm not turning up with anything.
Is there a project type I can install into Visual Studio or something like that?
I was surprised at how hard it was to find the SDK for this product. It's only available to Microsoft Dynamics Registered Partners.
John Saunders' third comment includes one of the only places I found with links to the SDK. The page at the following link also includes a link to the SDK update for POS 2009 SP1: http://www.microsoftdynamicsforums.com/forums/forum_posts.asp?TID=4067&title=pos-2009-sdk-where-is-it
There isn't a link to the SDK available through the Microsoft.com search field, but they do have a link to the data model, which may be helpful:
https://support.microsoft.com/en-us/kb/975368
I assume that someone down-voted the question because "Justin should have Googled it," but the fact is... Google didn't help. The search that John Saunders posted in the first comment does not lead to the SDK within the first ten pages of results. (This Stackoverflow question showed up on the third page of results!) Those ten pages had around twenty links to cracks and keygens. There were references in ancient news releases about the product that trumpeted the SDK -- but even searching for [dynamics 2009 sdk] the closest I could find were links where someone took pity on a searcher, as John Saunders did. Well, I did find a post from 2011 where someone offered to pay $100 for a copy of the SDK. The links that Lynn Crumbling found by restricting the search to Microsoft.com are misleading on the surface. On the first four pages, all but one are links to other Dynamics products, and even that one is an owner of POS 2009 asking for the SDK. The response referred the owner to the same forum that John Saunder's linked to, but not to any specific post.
Hi my name is David and I'm looking for a wizz answer on this one ;-)
A 2 way XML update between Booking.com and Google Calendar is it possible ?
And I don't mean the affiliate or something Booking.com I mean the Extranet.
So is channel management possible between Booking.com / Hotels.de and Google Calendar.
Thus being said that on http://googlesystem.blogspot.nl/2013/08/sites-that-integrate-with-google-now.html :
There's a long list of sites that integrate with Google Now: Air Berlin, Air Canada, Emirates, Booking.com, Lastminute.com, TicketWeb, Ticketfly, Orbitz, CheapTickets, OpenTable, Fandango, Rotten Tomatoes, Zillow and more.
This would be a great step for small business like mine..
Thanks in advance....
D.Corper
Here I have built a calendar based on the booking data that cam out from MySQL database
http://www.jardim-dos-aloes.com/en/rooms.php?currencyid=3
It can be modified to read from an XML file.
I am building web client for CodeCentral web service from CodeGear web site.
I need to restrict number of items return by Search operation of CodeGear web service, say it, 10 per page. This way I can minimize loading of my web page.
I just don't know how to do it. Any ideas?
Sorry, I don't know the answer off hand.
I would suggest you contact John Kaster of CodeGear. He would know all the ins and outs of that. I haven't seen him posting here. Usually the email is [first initial][last name]#codegear.com. You might also try posting in the Developer Network / CodeCentral forum which I imagine John and his team will be monitoring.
You're right. The search form on the CodeCentral page lists the maximum number of entries as an option (the "Show" option), but does not allow you to select the option. And trying various obvious parameter values doesn't work.
I haven't tried it, but what might help you is if you research the CodeCentral Expert, which is a package to help search the CodeCentral website from within Delphi and C++ Builder: http://dn.codegear.com/article/23023
The package seems to be quite old, since comments on that page date from 2000, so there's no guarantee that it will work with the new site. However, checking through archive.org, it appears that the CodeCentral search page has remained the same for quite a number of years, and the search page, and even the missing "Show" option, has not changed over that time.
Even if the package doesn't work, maybe the package will give you the correct parameters you need for the calls to their search.
Otherwise, you'll have to send an email as previously answered.