<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Automate Invoice Exporting</title><link>http://forums.method.me/cs/forums/thread/10484.aspx</link><pubDate>Thu, 02 Feb 2012 01:54:47 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10484</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10484.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=10484</wfw:commentRss><description>&lt;p&gt;&amp;quot;&lt;span style="background-color:#dddddd;font-family:Arial, Helvetica;font-size:13px;text-align:left;"&gt;how is the shipping software obtaining the order information? By directly accessing the QB database or method database?&lt;/span&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;-The Method database - which should be a near mirror of the QB database.&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;span style="background-color:#dddddd;font-family:Arial, Helvetica;font-size:13px;text-align:left;"&gt;Since not all of the order we entered in method needed to be shipped how will we seperate them out if all new orders are dumped into the shipping database?&lt;/span&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;-You&amp;#39;ll need *something* to determine whether this should be exported or not. &amp;nbsp;A &amp;quot;send to shipping&amp;quot; checkbox will suffice, but it could simply be that the balance owing is $0. &amp;nbsp;That way, if that criteria is met, it calls your remote server, otherwise it doesn&amp;#39;t call the remote server.&lt;/p&gt;
&lt;p&gt;My version:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;1. An order is entered as an invoice in Method.&lt;/p&gt;
&lt;p&gt;2. The customer pays for the order using the customer portal or a sales person mark the order is paid in method.&lt;/p&gt;
&lt;p&gt;3. Once the order is paid, or if it meets predefined criteria, the payment button automatically triggers a web service call to your remote server. &amp;nbsp;Make it happen 24-7 without any interaction by you. &amp;nbsp;Automate it fully!&lt;/p&gt;
&lt;p&gt;4. On your remote server, you have a web service setup. &amp;nbsp;If it&amp;#39;s a windows server, it can be a .net web service (which Mark knows how to do and can quote you on it). &amp;nbsp;&lt;/p&gt;
&lt;p&gt;5. The web service then calls Method data, using the MethodAPI can extracts all the data necessary to build a .csv file.&lt;/p&gt;
&lt;p&gt;6. The web service creates the .csv file and dumps it into the right folder.&lt;/p&gt;
&lt;p&gt;7. The web service cleans up and tells Method &amp;quot;I&amp;#39;m done, don&amp;#39;t resend it&amp;quot; by setting a field like &amp;quot;HasBeenExportedToShipping&amp;quot; to true. At the same time, it sends you and email letting you know what it did.&lt;/p&gt;
&lt;p&gt;8. The shipping software looks for new order in the &amp;quot;Method export&amp;quot; folder and pull the order into the shipping program.&lt;/p&gt;
&lt;p&gt;9. Your warehouse sees the order and ships it!&lt;/p&gt;
&lt;p&gt;10. You and your staff concentrate on selling more orders, and less on manually exporting and importing :).&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In terms of development costs, I&amp;#39;ll let you work with the Method Solutions Providers (like Mark), and they&amp;#39;ll provide quotes. &amp;nbsp;Method Solution Partners are Method certified, but are&amp;nbsp;3rd party&amp;nbsp;companies - so your custom work is directly with their company, not Method.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>Re: Automate Invoice Exporting</title><link>http://forums.method.me/cs/forums/thread/10482.aspx</link><pubDate>Thu, 02 Feb 2012 00:20:58 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10482</guid><dc:creator>chowrentoys.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10482.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=10482</wfw:commentRss><description>&lt;p&gt;Paul,&lt;/p&gt;
&lt;p&gt;Can you clearfiy a few thing for me. In your step 3. how is the shipping software obtaining the order information? By directly accessing the QB database or method database? Since not all of the order we entered in method needed to be shipped how will we seperate them out if all new orders are dumped into the shipping database? I don&amp;#39;t believe the shipping software has any build in API but it can import .cvs file. It can also periocially look into a folder and see anything new in it then import the file. So is it possible to use the method API to do th following?&lt;/p&gt;
&lt;p&gt;1. An order is entered as invoice in method.&lt;/p&gt;
&lt;p&gt;2. The customer pay for the order using the customer portal or a sales person mark the order is paid in method.&lt;/p&gt;
&lt;p&gt;3. Once the order is paid, we will click a button on mehtod, the order is automatically exporeted into .cvs file and deposit on oure remote server.&lt;/p&gt;
&lt;p&gt;4. Our shipping software look for new order in the &amp;quot;Method export&amp;quot; folder and pull the order into the shipping program.&lt;/p&gt;
&lt;p&gt;5. Warehouse see the orders and ship the order!&lt;/p&gt;
&lt;p&gt;Can you please let me know if something like what we wanted is possible? We would happy to pay for the developement cost. Thank you.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Automate Invoice Exporting</title><link>http://forums.method.me/cs/forums/thread/10476.aspx</link><pubDate>Wed, 01 Feb 2012 22:56:03 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10476</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10476.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=10476</wfw:commentRss><description>&lt;p&gt;Mark - for API work we certainly encoruage Method users to reach out to Method Solution Providers, like yourself, who take this work on, and have a proven track record of integrations involving the API.&lt;/p&gt;
&lt;p&gt;Mark, meet Jason.&lt;/p&gt;
&lt;p&gt;Jason, meet Mark. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>Re: Automate Invoice Exporting</title><link>http://forums.method.me/cs/forums/thread/10468.aspx</link><pubDate>Wed, 01 Feb 2012 22:10:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10468</guid><dc:creator>LaCrews</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10468.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=10468</wfw:commentRss><description>&lt;p&gt;Paul&lt;/p&gt;
&lt;p&gt;This is certainly something that we&amp;#39;ve started to offer as part of our practice. &amp;nbsp;However, I&amp;#39;m curious to know if&amp;nbsp;method is providing any developer services that can get this done?&lt;/p&gt;</description></item><item><title>Re: Automate Invoice Exporting</title><link>http://forums.method.me/cs/forums/thread/10466.aspx</link><pubDate>Wed, 01 Feb 2012 21:21:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10466</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10466.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=10466</wfw:commentRss><description>&lt;p&gt;
&lt;div style="font-size:85%;background-image:initial;background-attachment:initial;background-origin:initial;background-clip:initial;margin:10px;"&gt;
&lt;p&gt;@Jason - it would be much slicker if you used APIs and web services.&lt;/p&gt;
&lt;p&gt;Does your shipping sofware have a developer API? &amp;nbsp;Are they web based?&lt;/p&gt;
&lt;p&gt;In an ideal world, you would:&lt;/p&gt;
&lt;p&gt;1. Press a button on Method.&lt;/p&gt;
&lt;p&gt;2. It would call a remote web service.&lt;/p&gt;
&lt;p&gt;3. The remote web service would call the API of the shipping software and put the order directly in there.&lt;/p&gt;
&lt;p&gt;4. You&amp;#39;d be done.&lt;/p&gt;
&lt;p&gt;We have the capability on this end. &amp;nbsp;Just a matter if they have it on the shipping software end.&lt;/p&gt;
&lt;p&gt;It would cost money to get someone to develop it, but the efficiency it woudl give you would probably be more than worth it.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
&lt;/div&gt;
&lt;/p&gt;</description></item><item><title>Re: Automate Invoice Exporting</title><link>http://forums.method.me/cs/forums/thread/10465.aspx</link><pubDate>Wed, 01 Feb 2012 20:42:50 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10465</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10465.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=10465</wfw:commentRss><description>&lt;p&gt;Hi chowrentoys.com&lt;/p&gt;
&lt;p&gt;We can generate reports in a .XLS format, but we won&amp;#39;t be able to automatically place that report in your remotely hosted shipping server.&lt;/p&gt;
&lt;p&gt;Ronen&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Automate Invoice Exporting</title><link>http://forums.method.me/cs/forums/thread/10443.aspx</link><pubDate>Tue, 31 Jan 2012 19:41:07 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:10443</guid><dc:creator>chowrentoys.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/10443.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=10443</wfw:commentRss><description>&lt;p&gt;We are running a web store that is linked to a shipping software. Sometimes we have bulk order that are manually entered into the shipping software. We were wondering if the following can be automated on Method&amp;#39;s end.&lt;/p&gt;
&lt;p&gt;1. We will enter the bulk order into Method as a sales invoice.&lt;/p&gt;
&lt;p&gt;2. Customer pay using the method customer portal.&lt;/p&gt;
&lt;p&gt;3. The paid invoice automaticall export as .cvs to our remotely hosted shipping server.&lt;/p&gt;
&lt;p&gt;4. The shipping software import the .cvs file and our warehouse fulfill the order.&lt;/p&gt;
&lt;p&gt;The part I need help is for the invoice to be automatically export (if we can export the only the fields that we need would be even better).&lt;/p&gt;
&lt;p&gt;Thank you for your help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>