<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to commons</title><link>https://sourceforge.net/p/opentaps/commons/</link><description>Recent changes to commons</description><atom:link href="https://sourceforge.net/p/opentaps/commons/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 17 Feb 2015 14:42:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opentaps/commons/feed.rss" rel="self" type="application/rss+xml"/><item><title>#291 opentpas source-code</title><link>https://sourceforge.net/p/opentaps/commons/291/?limit=25#7c65</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here you are&lt;br /&gt;
&lt;a href="https://www.gitorious.org/opentaps" rel="nofollow"&gt;https://www.gitorious.org/opentaps&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Oleg Andreyev</dc:creator><pubDate>Tue, 17 Feb 2015 14:42:55 -0000</pubDate><guid>https://sourceforge.net734ebb1f2ac25fb901798a24ad81bba740ee7284</guid></item><item><title>opentpas source-code</title><link>https://sourceforge.net/p/opentaps/commons/291/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all,&lt;br /&gt;
i need the opentaps source code please&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Moataz&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">moataz moussa</dc:creator><pubDate>Tue, 17 Feb 2015 12:00:09 -0000</pubDate><guid>https://sourceforge.net4a6302d6f2a12b0a470c1c9ca82aa61588ea2d1c</guid></item><item><title>Multitenant and other Companys</title><link>https://sourceforge.net/p/opentaps/commons/290/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;Opentaps 1.5 is multitenant? how I can do?&lt;/p&gt;
&lt;p&gt;It is possible that a department or organization does not display information from another organization? For example do not share the CRM contacts?&lt;/p&gt;
&lt;p&gt;You could do with security groups?&lt;/p&gt;
&lt;p&gt;thank you very much&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bykthor</dc:creator><pubDate>Wed, 28 Sep 2011 07:53:45 -0000</pubDate><guid>https://sourceforge.netbbb109062fc4a6196367b6c676283bc3692e2dc1</guid></item><item><title>Data Import Gl Account</title><link>https://sourceforge.net/p/opentaps/commons/289/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is to add a gl account uploading feature to hot-deploy/dataimport component&lt;/p&gt;
&lt;p&gt;1.  Add a new entity DataImportGlAccount with fields: glAccountId*, parentGlAccountId, classification, accountName, plus the fields for processedTimestamp, status, and error message from other DataImport* entities.&lt;/p&gt;
&lt;p&gt;2.  Add a service (pojo) importGlAccounts to dataimport with one optional parameter: organizationPartyId&lt;br /&gt;
The service will create GlAccount for all the DataImportGlAccount records, and then if the organizationPartyId is not null, also create a GlAccountOrganization for all the new GlAccounts and organizationPartyId.  The fromDate will be the current timestamp.&lt;/p&gt;
&lt;p&gt;3.  Add a new test to DataImportTests (I think that's in opentaps tests component).  See r15208 for the specifications.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Chen</dc:creator><pubDate>Fri, 19 Mar 2010 18:04:39 -0000</pubDate><guid>https://sourceforge.net8317a184bac67bcf68d39a409b98004afe60ba7a</guid></item><item><title>POS negative refund issue in opentaps 1.4</title><link>https://sourceforge.net/p/opentaps/commons/288/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Michele,&lt;/p&gt;
&lt;p&gt;When you have a chance, could you please take a look at opentaps 1.4 and see if the patches for the negative refund issue could be applied there as well? This was r12431 from opentaps 1.0: 16.  Point Of Sales does not create refund or negative payment for change (12431)&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Si&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Chen</dc:creator><pubDate>Thu, 12 Nov 2009 19:02:12 -0000</pubDate><guid>https://sourceforge.net14ed59d7ca512192a3b419e337be7c7fffa0bf2f</guid></item><item><title>Point Of Sale</title><link>https://sourceforge.net/p/opentaps/commons/287/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am working on POS of latest version. I have dumped the data using seed and not used demo data. I have updated few tables relevant to POS and added the values available in the DemoRetail.xml to execute the application. Everything works fine except while pressing on "Finish" button to complete the sale I faced an error stating as:&lt;/p&gt;
&lt;p&gt;Did not complete the order, the following occurred:, ERROR : Could not create or&lt;br /&gt;
der (write error :SQL Exception occurred on commit (Cannot commit a transactiona&lt;br /&gt;
l connection: See JDBC 2.0 Optional Package Specification section 7.1 (p25))).&lt;br /&gt;
Exception: org.ofbiz.base.util.GeneralException&lt;br /&gt;
Message: Did not complete the order, the following occurred:, ERROR : Could not&lt;br /&gt;
create order (write error :SQL Exception occurred on commit (Cannot commit a tra&lt;br /&gt;
nsactional connection: See JDBC 2.0 Optional Package Specification section 7.1 (&lt;br /&gt;
p25))).&lt;/p&gt;
&lt;p&gt;It works well till OrderItemShipGroup where it trigger and fails. Please help me to resolve the issue.&lt;/p&gt;
&lt;p&gt;by,&lt;br /&gt;
Jawahar C&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Compucrafters</dc:creator><pubDate>Thu, 08 Oct 2009 13:58:25 -0000</pubDate><guid>https://sourceforge.net6d886909741b199b188ba91b57dc1ccaadffb5b7</guid></item><item><title>Split amount of good in count*amount (CONTRIBUTION)</title><link>https://sourceforge.net/p/opentaps/commons/286/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am currently reviewing opentaps for several customers of mine in the meat producing industry. Actually they are producing kebap.&lt;br /&gt;
These are produced in pieces of various sizes. So you can assume that the product_A is available in 5 kg, 7.5kg, 10kg and so on.&lt;br /&gt;
The customers order e.g. 2 pieces of product_a in 10kg size. The price caculation is based on the unit (kg).&lt;br /&gt;
So one order line looks like: "2 pcs; 10 kg; product_a; price_per_kg; price_of_line=2*10*price_per_kg".&lt;/p&gt;
&lt;p&gt;just using a single line for each piece is not a good option as QOH etc. will not reflect the size of the ordered product, just the count*size.&lt;/p&gt;
&lt;p&gt;Unfortunately they have to be able to track the pieces with a lot_id because of law_regulations.&lt;br /&gt;
I would like to implement this feature with minimal penetration and impact.&lt;br /&gt;
I thought about using variants on the size, but the price for the different variant must be kept in sync (price_per_kg*size).&lt;/p&gt;
&lt;p&gt;Maybe a good option would be to use configurations and add a new type of "size" to inputed as decimal.&lt;br /&gt;
Any hints for other ways to solve this or pointers to code to help me estimate the effort welcome.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Hültenschmidt</dc:creator><pubDate>Wed, 10 Jun 2009 14:36:29 -0000</pubDate><guid>https://sourceforge.net864d9d7def270a03e71d4818e661097699b536e9</guid></item><item><title>PostallAddress CountyGeoId field</title><link>https://sourceforge.net/p/opentaps/commons/285/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The entity PostalAddress has defined a field called CountyGeoId, I suppose is a typing error of CountryCodeGeiId.&lt;br /&gt;
Also some services inherit it's attributes from this entity definition and expose both the attributes CountyGeoId and CountryGeoId.&lt;br /&gt;
Should we fix the entity definition ??&lt;/p&gt;
&lt;p&gt;Michele Simone&lt;br /&gt;
www.businessfinder.it&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michele Simone - BusinessFinder</dc:creator><pubDate>Fri, 20 Feb 2009 12:35:38 -0000</pubDate><guid>https://sourceforge.netacdf6b943e6bed20d0d30c9c610a13702d0fb876</guid></item><item><title>CONTRIBUTION framework buil-ear.xml</title><link>https://sourceforge.net/p/opentaps/commons/284/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The framework/build-ear.xml don't include the ofbiz-workflow.jar file.&lt;br /&gt;
Without that file i can't complete any order (inside jboss) cause a ClassNotFoundException: WfException&lt;/p&gt;
&lt;p&gt;This patch should resolve the problem.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Michele&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michele Simone - BusinessFinder</dc:creator><pubDate>Fri, 05 Dec 2008 09:49:41 -0000</pubDate><guid>https://sourceforge.net990103b0ba4c418725e01d0ea0e24b275a87114b</guid></item><item><title>pop customer information on call</title><link>https://sourceforge.net/p/opentaps/commons/283/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;this ticket is for integrating opentaps so that when a customer calls, asterisk will pop up the customer's information &lt;a href="http://www.opentaps.org/docs/index.php/Asteriks_Integration" rel="nofollow"&gt;http://www.opentaps.org/docs/index.php/Asteriks_Integration&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Si Chen</dc:creator><pubDate>Wed, 19 Nov 2008 01:17:58 -0000</pubDate><guid>https://sourceforge.netbf90d35aa0586e762cbe98b38a0ea7fcfd4818ef</guid></item></channel></rss>