You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(8) |
Oct
(27) |
Nov
(57) |
Dec
(78) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(40) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(90) |
Jul
(102) |
Aug
(176) |
Sep
(226) |
Oct
(144) |
Nov
(104) |
Dec
(87) |
2007 |
Jan
(216) |
Feb
(76) |
Mar
(128) |
Apr
(83) |
May
(227) |
Jun
(177) |
Jul
(170) |
Aug
(252) |
Sep
(191) |
Oct
(240) |
Nov
(83) |
Dec
(50) |
2008 |
Jan
(74) |
Feb
(69) |
Mar
(91) |
Apr
(95) |
May
(137) |
Jun
(128) |
Jul
(129) |
Aug
(103) |
Sep
(67) |
Oct
(124) |
Nov
(141) |
Dec
(90) |
2009 |
Jan
(159) |
Feb
(168) |
Mar
(130) |
Apr
(185) |
May
(129) |
Jun
(200) |
Jul
(264) |
Aug
(242) |
Sep
(67) |
Oct
(10) |
Nov
(12) |
Dec
(3) |
2010 |
Jan
(3) |
Feb
(5) |
Mar
(6) |
Apr
(10) |
May
(4) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(2) |
Oct
(6) |
Nov
(14) |
Dec
(11) |
2011 |
Jan
(3) |
Feb
(6) |
Mar
(2) |
Apr
(10) |
May
(10) |
Jun
(13) |
Jul
(13) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(5) |
2012 |
Jan
(2) |
Feb
|
Mar
(7) |
Apr
(3) |
May
(3) |
Jun
(2) |
Jul
(12) |
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
(1) |
Mar
(8) |
Apr
(2) |
May
(12) |
Jun
(6) |
Jul
(6) |
Aug
(14) |
Sep
(5) |
Oct
(2) |
Nov
(5) |
Dec
(3) |
2014 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
(3) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(1) |
Nov
(2) |
Dec
(1) |
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(4) |
Sep
(4) |
Oct
(3) |
Nov
(1) |
Dec
(5) |
2016 |
Jan
(5) |
Feb
(2) |
Mar
(4) |
Apr
(1) |
May
(2) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: TiE-Delhi <ev...@ti...> - 2009-11-27 13:56:21
|
From: TiE-Delhi <ev...@ti...> - 2009-11-24 15:31:31
|
From: TiE-Delhi <ev...@ti...> - 2009-11-19 13:50:58
|
From: Nitin (TiE-Delhi) <ni...@ti...> - 2009-11-07 06:51:00
|
From: Arif R. <ar...@uw...> - 2009-10-20 17:04:41
|
Hi there Please find below a link to a survey related to my PhD research work to evaluate OSS usability improvement from Contributor's point of view. It shall not take more than 5 minutes of your precious time. Your identity is neither required nor recorded. The participation is highly valued and appreciated. http://www.kwiksurveys.com/online-survey.php?surveyID=OLHOO_22480cb3 Thank you and Best Regards Arif P.S. This mail has been sent to you with the permission opentaps mailing list administrator. |
From: Si C. <si...@op...> - 2009-10-19 14:33:43
|
Can you create a bug tracker issue on sourceforge with more of the error log? On Mon, Oct 5, 2009 at 8:56 AM, Jerry Pommer <jp...@by...> wrote: > Hello all, > > I'm working with the 1.4 preview and trying to get my head around the > domain-driven architecture. So far so good, but I can't seem to remove a > row from the database. I've tried this example: > > Party party = partyRepository.getPartyById(partyId); > List roles = party.getPartyRoles(); > partyRepository.remove( (PartyRole) roles.get(0) ); > > and the good old: > > partyRoleGenericValue.remove(); > > Either method gets me: > > org.hibernate.ObjectNotFoundException: No row with the given identifier > exists: > > [org.opentaps.domain.base.entities.PartyRole#org.opentaps.domain.base.entities.PartyRolePk@b6be85 > ] > > Can someone give me a hint about what I'm missing? Thanks!! > > Jerry > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Sequoiaerp-users mailing list > Seq...@li... > https://lists.sourceforge.net/lists/listinfo/opentaps-users > > |
From: TiE-Delhi <ev...@ti...> - 2009-10-16 13:03:35
|
From: Jerry P. <jp...@by...> - 2009-10-05 16:14:10
|
Hello all, I'm working with the 1.4 preview and trying to get my head around the domain-driven architecture. So far so good, but I can't seem to remove a row from the database. I've tried this example: Party party = partyRepository.getPartyById(partyId); List roles = party.getPartyRoles(); partyRepository.remove( (PartyRole) roles.get(0) ); and the good old: partyRoleGenericValue.remove(); Either method gets me: org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.opentaps.domain.base.entities.PartyRole#org.opentaps.domain.base.entities.PartyRolePk@b6be85] Can someone give me a hint about what I'm missing? Thanks!! Jerry |
From: Abhishek K. <abh...@fl...> - 2009-10-03 16:55:58
|
Hi, I am trying to set up opentaps as an ERP solution for our company. I have noticed that different shipping methods / Carriers can be associated to different "stores". I was wondering if I can have a similar association between warehouses (Facilities) and shipping methods / carriers. This is because we have different warehouses and separate carriers servicing each warehouse. Thanks in advance, Abhishek www.flipkart.com |
From: Manish (TiE-Delhi) <ma...@ti...> - 2009-09-16 16:17:42
|
From: Manish (TiE-Delhi) <ma...@ti...> - 2009-09-12 13:57:48
|
From: SourceForge.net <no...@so...> - 2009-09-11 11:37:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7624445 By: naeemjamil can we import userlogin and password using existing dataimport service. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-11 11:29:18
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7624427 By: digitalresearch hello when will be avaiable the full release of opentaps 1.4 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-11 05:20:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7623881 By: pavankesar Can someone answer this please... Is hibernate needed for crmsfa, and if so where is dependent. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: opentaps O. S. E. C. <ma...@op...> - 2009-09-11 00:46:54
|
Jürgen Reinold started the discussion "Hi Si ...". To view this discussion, go to: http://opentaps-opensource.ning.com/forum/topics/hi-si -- To stop being notified of new discussions, go to: http://opentaps-opensource.ning.com/profiles/profile/emailSettings |
From: SourceForge.net <no...@so...> - 2009-09-10 22:19:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7623332 By: jechev1 Hi everybody, I have had the same problem in Windows and WinZip, and I don't know what is wrong, but I unzip with ubuntu linux and I don{t have the problem. Finally, when I copy to my Windows enviroment it presents problems in the internal directories creation and it needs apply a retry and it pass. I will test the compilation with hibernate indications because at now I can't run it. I hope that we can get a sure solution too. jev ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 19:02:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7622793 By: captmorgan I'm new to Opentaps and OFBiz but I've been experimenting with them both for about a month. I need to do a new from scratch deployment for my company and I'm soliciting advice about what version to use. I need general stability, (So I don't look like an idiot) however, I am willing to deal with some bugs in new modules as long as there are some reasonable work arounds which could include falling back on an older module. I expect the deployment to take a couple of months to complete. However, I would like to have non-technical people begin to get familiar with the system in the next couple of weeks. Initially we are concentrating on the warehouse application along with shipping and receiving. This is NOT an online store so I don't need to consider that functionality. However otherwise, we do receive vendor orders and ship customer orders. Good inventory functionality is a must. Next we will move on to manufacturing and the purchasing and planning that goes with it. We won't need to consider the accounting features until we reach this point. I expect it to take a month before we get rolling in this area. In general I find Opentaps much more usable out of the box than pure OFBiz. (Nice job guys!) I do have a development background and I expect to do some customization. However, I don't intend to start building new or replacement apps from scratch. My deployment options seem to be: 1.0.4 pre-built, because it is marked as the stable release. I have found some bugs in the inventory screens (using ootb demo data) and that functionality is critical. 1.0.4 with any svn updates, hoping that code line remains stable. Will it? 1.4 pre-built, however this is marked as preview. Is it stable enough to get started with now? 1.4 (trunk) from svn, does this stay stable enough to consider deployment? Or is it best left to project developers for now? Any advice or comments would be greatly appreciated. My head is starting to spin switching versions. Thanks, Capi ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 18:37:13
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7622705 By: captmorgan No problem. By the way I had the same WinZip problem with the 1a download as well. 7-zip worked for that as well. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 13:42:04
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7621827 By: pavankesar I have no idea about AOP. I am looking to customize crmsfa module. Should I be concerned about AOP for crmsfa. I have ofbiz background. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 12:47:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7621647 By: brentware And, that did it. appears to all be there nows, thank you. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 12:22:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7621579 By: pavankesar I got the following error again on Windows XP D:\develop\ofbiz-opentaps-9.4\build.xml:230: The following error occurred while executing this line: D:\develop\ofbiz-opentaps-9.4\hot-deploy\opentaps-common\build-aspects.xml:150: Unable to rename old file (D:\develop\ofbiz-opentaps-9.4\framework\entity\build\ lib\ofbiz-entity.jar) to temporary file ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 12:13:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7621556 By: brentware I'll try 7-zip, thank you, irritating because for the first time in my life I actually have a legal paid up copy of WinZip!! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 11:24:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7621450 By: pavankesar I closed the Eclipse project and did 'ant run-install'. It went one more step ahead and I got the following error run-install: [java] Error occurred during initialization of VM [java] Could not reserve enough space for object heap [java] Could not create the Java virtual machine. [java] Java Result: 1 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 11:19:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7621436 By: pavankesar Please see the following errors while doing 'ant run-install' D:\develop\ofbiz-opentaps-9.4\build.xml:230: The following error occurred while executing this line: D:\develop\ofbiz-opentaps-9.4\hot-deploy\opentaps-common\build-aspects.xml:150: Unable to rename old file (D:\develop\ofbiz-opentaps-9.4\framework\entity\build\ lib\ofbiz-entity.jar) to temporary file ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |
From: SourceForge.net <no...@so...> - 2009-09-10 05:46:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7620797 By: pavankesar ignore this message. I found the answers in another thread on 9/9/2009. Thanks. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487771 |