<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.imiscommunity.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>iMIS Community blogs</title>
 <link>http://www.imiscommunity.com/blog</link>
 <description></description>
 <language>en</language>
<item>
 <title>How to modify the public view screens for shopping cart - ie: PO# or the words purchase order</title>
 <link>http://www.imiscommunity.com/how_to_modify_the_public_view_screens_for_shopping_cart_ie_po_or_the_words_purchase_order</link>
 <description>&lt;p&gt;I am trying to find the page in public view that says purchase order when going to shopping cart.&amp;nbsp;&amp;nbsp;&amp;nbsp;I want to change this to CHEQUE.&amp;nbsp; Can anyone tell me where I&amp;nbsp;can find it/&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;zz&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/how_to_modify_the_public_view_screens_for_shopping_cart_ie_po_or_the_words_purchase_order#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/platform_and_architecture/imis_web_controls">iMIS Web Controls</category>
 <pubDate>Wed, 01 Jul 2009 09:24:08 -0400</pubDate>
 <dc:creator>zjaneliunas</dc:creator>
 <guid isPermaLink="false">3655 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Simplifying browser jumping: Firefox&#039;s IE Tab</title>
 <link>http://www.imiscommunity.com/simplifying_browser_jumping_firefoxs_ie_tab</link>
 <description>&lt;p&gt;I&#039;ve just installed Firefox&#039;s wildly popular &lt;a target=&quot;_blank&quot; href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1419&quot;&gt;&lt;u&gt;IE&amp;nbsp;Tab&lt;/u&gt;&lt;/a&gt; add-on, which promises to make my life easier! The problems:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;remembering to always open certain applications and sites in IE&lt;/li&gt;
&lt;li&gt;doing without functionality (such as &lt;a target=&quot;_blank&quot; href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1985&quot;&gt;&lt;u&gt;Window Resizer&lt;/u&gt;&lt;/a&gt;)&amp;nbsp;I&amp;nbsp;have in Firefox only&lt;/li&gt;
&lt;li&gt;needing to quickly toggle a given URL between both browsers, for testing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The solution is this add-on that hosts Internet Explorer &lt;em&gt;inside &lt;/em&gt;of Firefox and allows you to control which browser context is used for which site. (That is, open the site via FF, and it launches in the right browser; one right-click lets me toggle between browsers.) Sites I&amp;nbsp;run in IE include Sonexis (web conferencing), Outlook Web Access, and the &lt;em&gt;iMIS &lt;/em&gt;Full view (.../imis15/admin). Some tips:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/simplifying_browser_jumping_firefoxs_ie_tab&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/simplifying_browser_jumping_firefoxs_ie_tab#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology/web">Web</category>
 <pubDate>Tue, 30 Jun 2009 12:34:22 -0400</pubDate>
 <dc:creator>Mary Connor</dc:creator>
 <guid isPermaLink="false">3653 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Refreshing View Meta-Data</title>
 <link>http://www.imiscommunity.com/refreshing_view_meta_data</link>
 <description>&lt;p&gt;When database schema changes, as it often does during upgrades or customizations, any existing views refering to that schema remain unaltered. &amp;nbsp;For example, if a UserId field is lengthened from 30 to 60 characters in the schema, any view referencing that field will remain at 30 characters.&amp;nbsp; The solution to this, short of editing all the views, is to call sp_refreshview on the view.&lt;/p&gt;
&lt;p&gt;The following is a little script that can be run on your database. &amp;nbsp;It will refresh the views for all schema objects in the &#039;dbo&#039; schema&amp;nbsp;(which includes all IMIS tables).&amp;nbsp; If you have a lot of tables in your database that exist in other schemas, you may wish to eliminate the clause that limits the script to only &#039;dbo&#039;, in order to ensure everything is refreshed and up to date. &amp;nbsp;This can be run at any time, and it is completely non-destructive.&amp;nbsp; If this script throws any errors, it&#039;s likely due to the existence of old obsolete views that reference schema that has either been renamed or dropped... you&#039;ll have to manually fix such issues by either fixing or dropping the offending view.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/refreshing_view_meta_data&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/refreshing_view_meta_data#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/platform_and_architecture/imis_database">iMIS Database</category>
 <category domain="http://www.imiscommunity.com/related_to/technology/sql_server">SQL Server</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/tools">Tools</category>
 <pubDate>Tue, 30 Jun 2009 12:11:27 -0400</pubDate>
 <dc:creator>Paul Bradshaw</dc:creator>
 <guid isPermaLink="false">3652 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Don&#039;t use &quot;ID&quot; as a fieldname in your User-Defined tables!</title>
 <link>http://www.imiscommunity.com/dont_use_id_as_a_fieldname_in_your_user_defined_tables</link>
 <description>&lt;p&gt;Be aware -&lt;/p&gt;
&lt;p&gt;Re. public &amp;amp; casual view iMIS15.0.3 - don&#039;t include a field with fieldname&amp;nbsp;&#039;ID&#039; field in your User-Defined Tables. Because if you do, and you make these fields available for update in public/casual view, then your clients (and their members) will get the following error on update: &amp;quot;&lt;em&gt;The variable name &#039;@ID&#039; has already been declared. Variable names must be unique within a query batch or stored procedure&lt;/em&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/dont_use_id_as_a_fieldname_in_your_user_defined_tables&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/dont_use_id_as_a_fieldname_in_your_user_defined_tables#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/general">General</category>
 <pubDate>Sat, 27 Jun 2009 21:02:28 -0400</pubDate>
 <dc:creator>B McPhail</dc:creator>
 <guid isPermaLink="false">3638 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Great presentation tool for zooming the screen and more</title>
 <link>http://www.imiscommunity.com/great_presentation_tool_for_zooming_the_screen_and_more</link>
 <description>&lt;p class=&quot;MsoNormal&quot;&gt;With age catching up to my eyes, I plan to put this on all my machines, so I thought I&#039;d share it.&amp;nbsp; It is from Microsoft but is unsupported.&amp;nbsp; It takes almost minimal space (1.2 MB RAM) but very powerful tool.&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/great_presentation_tool_for_zooming_the_screen_and_more&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/great_presentation_tool_for_zooming_the_screen_and_more#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Wed, 24 Jun 2009 18:52:25 -0400</pubDate>
 <dc:creator>Mark Dennison</dc:creator>
 <guid isPermaLink="false">3620 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>iMIS and eSeries 10.5.28.02 with SQL Server 2005</title>
 <link>http://www.imiscommunity.com/imis_and_eseries_10_5_28_02_with_sql_server_2005</link>
 <description>&lt;p&gt;It is getting progressively harder to find older copies of application software.&amp;nbsp; Can anyone tell me if it&amp;nbsp;is possible to use SQL Server 2005 with iMIS and eSeries version 10.5.28.02?&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/imis_and_eseries_10_5_28_02_with_sql_server_2005#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/platform_and_architecture/imis_database">iMIS Database</category>
 <pubDate>Wed, 24 Jun 2009 11:51:05 -0400</pubDate>
 <dc:creator>tombernard</dc:creator>
 <guid isPermaLink="false">3614 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Customer portfolio error shutdowns too frequent - SQL deadlocks</title>
 <link>http://www.imiscommunity.com/customer_portfolio_error_shutdowns_too_frequent_sql_deadlocks</link>
 <description>&lt;p&gt;We have been running iMIS 15.03 for four days now and having lots of issues. Our most critical users are experiencing far too frequent customer portfolio errors. When you look at the error logs, it appears that we are getting SQL deadlocks.&lt;/p&gt;
&lt;p&gt;&amp;quot;Transaction (Process ID 134) was deadlocked on lock resources with another process and has been chosen as the deadlock victim.&amp;quot;&lt;/p&gt;
&lt;p&gt;Here&#039;s another log entry -&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/customer_portfolio_error_shutdowns_too_frequent_sql_deadlocks&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/customer_portfolio_error_shutdowns_too_frequent_sql_deadlocks#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Tue, 16 Jun 2009 15:36:57 -0400</pubDate>
 <dc:creator>Jberes</dc:creator>
 <guid isPermaLink="false">3570 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Are there any issues with a Citrix installation of iMIS 15 client?</title>
 <link>http://www.imiscommunity.com/are_there_any_issues_with_a_citrix_installation_of_imis_15_client</link>
 <description>&lt;p&gt;We just upgraded from 10.6 to 15.03 and need to install the iMIS client on our Citrix server. Has anyone successfully done this? What is the proper method to install?&lt;/p&gt;
&lt;p&gt;Thanks for any advice!&lt;/p&gt;
&lt;p&gt;Jean B&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/are_there_any_issues_with_a_citrix_installation_of_imis_15_client#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/installation">Installation</category>
 <pubDate>Tue, 16 Jun 2009 10:19:01 -0400</pubDate>
 <dc:creator>Jberes</dc:creator>
 <guid isPermaLink="false">3554 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>IQA Web Service</title>
 <link>http://www.imiscommunity.com/iqa_web_service</link>
 <description>&lt;p&gt;Having Don Robertson in town (Melbourne, Autralia) has already been beneficial and he&#039;s only been here for a few hours.&amp;nbsp; One of the things we have been struggling with for a while now is how to use the IQA&amp;nbsp;Web Service to call an IQA&amp;nbsp;query with parameters and get a filtered result set as a response.&lt;/p&gt;
&lt;p&gt;The key problem in the past has been trying to find information on how to pass the parameters into the query service, Don was able to set us straight, so here is the information you need.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/iqa_web_service&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/iqa_web_service#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/development_kits/imis_service_oriented_architecture">iMIS Service Oriented Architecture</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/business_solution_architect/iqa">IQA</category>
 <category domain="http://www.imiscommunity.com/related_to/imis/tools">Tools</category>
 <pubDate>Mon, 15 Jun 2009 03:15:53 -0400</pubDate>
 <dc:creator>Jay McCormack</dc:creator>
 <guid isPermaLink="false">3549 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>eSeries and Coldfusion MX 8</title>
 <link>http://www.imiscommunity.com/eseries_and_coldfusion_mx_8</link>
 <description>&lt;p&gt;I know this is ancient, but a search produced no results.&amp;nbsp; Does anyone know a reason why eSeries 10.5.28.02 will not work with Coldfusion MX 8?&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/eseries_and_coldfusion_mx_8#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology/coldfusion">ColdFusion</category>
 <pubDate>Thu, 11 Jun 2009 16:15:50 -0400</pubDate>
 <dc:creator>tombernard</dc:creator>
 <guid isPermaLink="false">3537 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>.NET Framework CAS Policy Manager error on iMIS 15 client install</title>
 <link>http://www.imiscommunity.com/net_framework_cas_policy_manager_error_on_imis_15_client_install</link>
 <description>&lt;p&gt;We have just upgraded from 10.6 to 15.03 and we are going around installing the client on our 88 users&#039; PCs. One of them is throwing an error message:&lt;/p&gt;
&lt;p&gt;Microsoft .NET Framework CAS&amp;nbsp;Policy has encountered a Problem ....&lt;/p&gt;
&lt;p&gt;Then -&lt;/p&gt;
&lt;p&gt;CASPOL.exe -pp off FAILED&lt;/p&gt;
&lt;p&gt;Any clues what caused this?&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/net_framework_cas_policy_manager_error_on_imis_15_client_install#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/installation">Installation</category>
 <pubDate>Thu, 11 Jun 2009 13:34:34 -0400</pubDate>
 <dc:creator>Jberes</dc:creator>
 <guid isPermaLink="false">3534 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Event Registration - No Fee Event</title>
 <link>http://www.imiscommunity.com/event_registration_no_fee_event</link>
 <description>&lt;p&gt;&lt;span&gt;Event Registration - No Fee Event&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;This video will show you how to complete a simple event registration. &lt;a href=&quot;http://www.imistutorials.com/videolibrary/video.aspx?v=38&quot;&gt;watch this video&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/event_registration_no_fee_event&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/event_registration_no_fee_event#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/e_events">e-Events</category>
 <pubDate>Fri, 05 Jun 2009 15:47:18 -0400</pubDate>
 <dc:creator>MacM</dc:creator>
 <guid isPermaLink="false">3487 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>ASIers Build Personal Energy Transports - and Ride on One too!</title>
 <link>http://www.imiscommunity.com/asiers_build_personal_energy_transports_and_ride_on_one_too</link>
 <description>&lt;p&gt;A group of us volunteered to build some Personal Energy Transports at a workshop here in Austin. Personal Energy Transports, or PETs, are devices that enable people with mobility limitations to move around as quickly or more quickly than anyone in their village. You can read more about the project at the &lt;a href=&quot;http://austin.pet-texas.org/index.htm&quot;&gt;PET Texas website&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Their design is quite economical and does not waste raw materials. Our guide, Jim Scott, showed us that there are only four small pieces of wood left over after all cuts are made. The wood workshop is located in the back of a church here in Austin. They have bandsaws, routers, a paint shop, and storage for the pre-assembled parts and the fully assembled vehicles. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.imiscommunity.com/system/files/petaustin.jpg&quot; alt=&quot;Assembling on a jig&quot; /&gt;&lt;/p&gt;
&lt;p&gt;We assembled the wooden seats, tailgates, the storage area, and attached the metal structural support. Their workshop has excellent jigs already made, and an inventory of stored pre-cut pieces in labeled areas. So we set the parts into the various jigs, pre-drilled holes, tightened screws, and toe-nailed in boards according to their assembly instructions. By far the most difficult assembly step is attaching the welded metal structural support. By the end of a three-hour shift, we had assembled three of the wooden assemblies so they were ready for paint!&lt;/p&gt;
&lt;p&gt;We&#039;re definitely planning for a return visit and another three-hour shift in July. Courtney and Estelle each got to try out one of the fully-assembled vehicles.&lt;/p&gt;
&lt;p&gt;&lt;img width=&quot;600&quot; src=&quot;http://www.imiscommunity.com/system/files/courtneyriding.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/asiers_build_personal_energy_transports_and_ride_on_one_too&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/asiers_build_personal_energy_transports_and_ride_on_one_too#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Thu, 28 May 2009 11:58:08 -0400</pubDate>
 <dc:creator>Anne Gentle</dc:creator>
 <guid isPermaLink="false">3417 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>iMIS public-personal page error!</title>
 <link>http://www.imiscommunity.com/imis_public_personal_page_error</link>
 <description>&lt;p&gt;When I&amp;nbsp;logon to iMIS public and go down to account and click personal&amp;gt;&amp;nbsp;A problem occurred loading this page.&lt;/p&gt;
&lt;p&gt;Please help~&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Tim&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/imis_public_personal_page_error#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology/web">Web</category>
 <pubDate>Wed, 27 May 2009 18:17:10 -0400</pubDate>
 <dc:creator>tkim</dc:creator>
 <guid isPermaLink="false">3413 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Defining pricing fee category?</title>
 <link>http://www.imiscommunity.com/defining_pricing_fee_category</link>
 <description>&lt;p&gt;If I am setting up event that require different prices for example, memebers has option to purchse single ticket or diner table of 5. Do I specify this fee at registration class window? Where would I setup difference price category?&lt;/p&gt;
&lt;p&gt;We aer using imIS 15, Thanks~&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/defining_pricing_fee_category#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/events">Events</category>
 <pubDate>Wed, 27 May 2009 17:34:56 -0400</pubDate>
 <dc:creator>tkim</dc:creator>
 <guid isPermaLink="false">3410 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>EventXpress faq-enSYNC</title>
 <link>http://www.imiscommunity.com/eventxpress_faq_ensync</link>
 <description>&lt;p&gt;Does anyone use enSYNC&#039;s EventXpress and or Badge Manager? We are currently using iMIS 15 and in need of these add-on module&#039;s for our event registration. Please give us some feedback on the proudcts and also you can include some of experiences with it&amp;nbsp;that give us idea of how much installation work is involved that would be great!&lt;/p&gt;
&lt;p&gt;Thanks~&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/eventxpress_faq_ensync#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/events">Events</category>
 <pubDate>Tue, 26 May 2009 19:15:54 -0400</pubDate>
 <dc:creator>tkim</dc:creator>
 <guid isPermaLink="false">3393 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Managed Extensibility Framework (MEF) </title>
 <link>http://www.imiscommunity.com/managed_extensibility_framework_mef</link>
 <description>&lt;p&gt;I&amp;nbsp;went to a presentation on the Managed Extensibility Framework (MEF)&amp;nbsp;at the Microsoft Research Labs in Cambridge on Tuesday.&lt;/p&gt;
&lt;p&gt;Here is the blurb:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span id=&quot;ctl00_ctl00_MasterContent_Content_wikiSourceLabel&quot;&gt;The Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components. Using MEF, .NET applications can make the shift from being statically compiled to dynamically composed. If you are building extensible applications, extensible frameworks and application extensions, then MEF is for you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.imiscommunity.com/managed_extensibility_framework_mef&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.imiscommunity.com/managed_extensibility_framework_mef#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/technology/net">.NET</category>
 <pubDate>Thu, 21 May 2009 09:05:55 -0400</pubDate>
 <dc:creator>John Mann</dc:creator>
 <guid isPermaLink="false">3353 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Fun article on MSN for long time computer folk</title>
 <link>http://www.imiscommunity.com/fun_article_on_msn_for_long_time_computer_folk</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://tech.msn.com/howto/articlepcw.aspx?cp-documentid=19017036&quot;&gt;Where Are They Now? 25 Computer Products That Refuse to Die&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Remeber your setup from 20 or so years ago:  dot matrix printer, Hayes modem, monochrome monitor, Hercules video card, 5 1/4&amp;#39; floppies, etc.&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/fun_article_on_msn_for_long_time_computer_folk#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis">iMIS</category>
 <pubDate>Thu, 14 May 2009 18:04:47 -0400</pubDate>
 <dc:creator>Mark Dennison</dc:creator>
 <guid isPermaLink="false">3311 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>Collecting partial payment of a product?</title>
 <link>http://www.imiscommunity.com/collecting_partial_payment_of_a_product</link>
 <description>&lt;p&gt;I noticed AR-TR 1201 shows up in batch report when I collect partial payment of a product. Why does it use this refund account 1201? I am processing our sponsorship under A/R cash&amp;gt;enter and edit orders&amp;gt;&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/collecting_partial_payment_of_a_product#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/accounts_receivable">Accounts Receivable</category>
 <pubDate>Thu, 14 May 2009 14:02:53 -0400</pubDate>
 <dc:creator>tkim</dc:creator>
 <guid isPermaLink="false">3310 at http://www.imiscommunity.com</guid>
</item>
<item>
 <title>How would prenvent purging member status &quot;D&quot; </title>
 <link>http://www.imiscommunity.com/how_would_prenvent_purging_member_status_d</link>
 <description>&lt;p&gt;Whenever I run script to purge &quot;marked for deletion&quot; members, it also delete our deceased member as well? How would I code our deceased member type?&lt;/p&gt;
</description>
 <comments>http://www.imiscommunity.com/how_would_prenvent_purging_member_status_d#comment</comments>
 <category domain="http://www.imiscommunity.com/related_to/imis/modules/customer_management">Customer Management</category>
 <pubDate>Tue, 12 May 2009 18:42:36 -0400</pubDate>
 <dc:creator>tkim</dc:creator>
 <guid isPermaLink="false">3300 at http://www.imiscommunity.com</guid>
</item>
</channel>
</rss>
