Re: Warning: no shipments created
Hey, I already got to know about that from the Dev ML :) - Abdullah On Fri, Feb 12, 2010 at 11:26 AM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Forgot that message, I got an issue with a time zone, and it's maybe not > relate to the issue I get on the demo server while removing a just created > WorkEffortContent > > Jacques > > From: "Jacques Le Roux" > > Hi Abdullah, >> >> Please check if there are no issues with the dates at some point in the >> middle. I got one, look for Re: deleteWorkEffort service does not remove >> related WorkEffortFixedAssetAssign in dev ML >> >> Thanks >> >> Jacques >> >> From: "Abdullah Shaikh" >> >>> Hi, >>> >>> During quick ship entire order, I was getting the error below : >>> >>> The Following Errors Occurred: >>> >>> Warning: no shipments created; could not find anything ready and needing >>> to >>> be >>> shipped. >>> >>> >>> After going through the code, I thought this may be because there may be >>> no >>> records in InventoryItem table, but then I found out that the record gets >>> created during checkout. >>> >>> I guess the problem is with the time of creation of records, that is, the >>> process checked for the existence of record in InventoryItem before the >>> record actually got created. >>> >>> There was no record for this order in OrderItemShipGrpInvRes while it was >>> there for all the orders which got quick ship successfully. >>> >>> Any ideas why this error occurred or is there anything I am missing, any >>> configuration ? >>> >>> >>> - Abdullah >>> >>> >> > >
Re: entityconfig.xml
sorry, /framework/entity/config/entityengine.xml, indeed it is this one previous suggestions are all done.. I think you meant to say entityengine.xml Florin Popa wrote: My question was related to a .html file - so to an actual version of the documentation for that entityconfig.xml. Of course the latest one from SVN I am using already.. but the documentation I mentioned below is from 2004 and it does not match the current xml structure at all thanks, Florin
Re: entityconfig.xml
I think you meant to say entityengine.xml Florin Popa wrote: > > My question was related to a .html file - so to an actual version of the > documentation for that entityconfig.xml. > > Of course the latest one from SVN I am using already.. but the > documentation I mentioned below is from 2004 and it does not match the > current xml structure at all > > thanks, > Florin > > -- View this message in context: http://n4.nabble.com/entityconfig-xml-tp1477960p1478188.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: entityconfig.xml
Hi, I do feel that you should look Database Setup section to see if you have missed out any steps like the following: > 1.If using the default OFBiz transaction manager and connection pool, > update the data URI, username and password in the inline-jdbc tag > 2.If you want your OFBiz tables in a special schema first create that > schema in your database, then set the schema-name attribute on the > datasource tag > 3.Find the "default" delegator near the top of the file and change the > datasource-name attribute value in the group-map tag under it to the name > of the data source you modified or created. > If the above doesn't solved the problem, have you done this? > 2.If necessary, put the correct JDBC driver in: > a.${ofbiz install dir}/framework/entity/lib/jdbc > Regards, James Florin Popa wrote: > > Actually it is the same thing I mentioned last night.. the link below > has a reference to http://ofbiz.apache.org/docs/entityconfig.html and > this one is from 2004 - nothing actual, not related to the current xml > structure so I ask myself if there are other settings I miss and that's > why I got those exceptions - which drives quickly to a blocking of every > instance > > thanks, > Florin > -- View this message in context: http://n4.nabble.com/entityconfig-xml-tp1477960p1478183.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: ofbiz demo servers
So maybe keep things simple? Jacques From: "Scott Gray" Just FYI, demo.ofbiz.org always used to go to ecommerce when the demo was on Contegix. Regards Scott HotWax Media http://www.hotwaxmedia.com On 11/02/2010, at 10:54 PM, Jacques Le Roux wrote: Hi Tim, Yes indeed, that sounds like the most reasonnable thing to do. If in the same time we could redirect https://demo.ofbiz.org to back end it would be great, both to trunk I guess (for the moment it's not an option anyway) Thanks Jacques From: "Tim Ruppert" Where should the redirect go for http://demo.ofbiz.org? The redirect that's in place does demo.ofbiz.org/* -> ofbiz-vm.apache.org/$1 - but that obviously means that it would simply go to ofbiz-vm.apache.org - which has no app. What would likely be the best thing to do would be to change ofbiz-vm.apache.org to redirect (or rewrite) to ofbiz-vm.apache.org/ecommerce/ . Jacques is that what you were planning to fix - on the ASF side? Cheers, Ruppert On Feb 11, 2010, at 5:36 AM, Jacques Le Roux wrote: I think we should try to fix this (if possible). I write this here mostly as a reminder for me to create a Jira when I will get a chance. Thanks for report Jacques From: "masionas" Yes, the problem was with the root url had no redirect. If put in the specific app url, it works. Thank you, guys. -- View this message in context: http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1477159.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: entityconfig.xml
Actually it is the same thing I mentioned last night.. the link below has a reference to http://ofbiz.apache.org/docs/entityconfig.html and this one is from 2004 - nothing actual, not related to the current xml structure so I ask myself if there are other settings I miss and that's why I got those exceptions - which drives quickly to a blocking of every instance thanks, Florin Hi, You can looked at the Database Setup in http://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Apache OFBiz Technical Production Setup Guide on how to configure a database. Regards, James Florin Popa wrote: Hello, Is it any newer version of http://ofbiz.apache.org/docs/entityconfig.html ? from here jdbc-uri="jdbc:postgresql://212.95.36.30:5432/ofbiz_platin_abda" jdbc-username="platinshop" jdbc-password="pl4t1nshop" isolation-level="ReadCommitted" pool-minsize="2" pool-maxsize="250"/> I can not find in the document pool-minsize First crashes are Could not commit transaction: org.ofbiz.entity.transaction.GenericTransactionException: Roll back error (with no rollbackOnly cause found), could not commit transaction, was rolled back instead: javax.transaction.RollbackException: Transaction timeout (Transaction timeout) and then finally (needs restart ): org.ofbiz.entity.GenericDataSourceException: Unable to esablish a connection with the database. (Unable to acquire a new connection from the pool) thanks. Florin
Re: entityconfig.xml
My question was related to a .html file - so to an actual version of the documentation for that entityconfig.xml. Of course the latest one from SVN I am using already.. but the documentation I mentioned below is from 2004 and it does not match the current xml structure at all thanks, Florin https://svn.apache.org/repos/asf/ofbiz/ select the branch or trunk and drill down to /framework/entity/config/ Florin Popa sent the following on 2/11/2010 4:09 PM: Hello, Is it any newer version of http://ofbiz.apache.org/docs/entityconfig.html ? from here jdbc-uri="jdbc:postgresql://212.95.36.30:5432/ofbiz_platin_abda" jdbc-username="platinshop" jdbc-password="pl4t1nshop" isolation-level="ReadCommitted" pool-minsize="2" pool-maxsize="250"/> I can not find in the document pool-minsize First crashes are Could not commit transaction: org.ofbiz.entity.transaction.GenericTransactionException: Roll back error (with no rollbackOnly cause found), could not commit transaction, was rolled back instead: javax.transaction.RollbackException: Transaction timeout (Transaction timeout) and then finally (needs restart ): org.ofbiz.entity.GenericDataSourceException: Unable to esablish a connection with the database. (Unable to acquire a new connection from the pool) thanks. Florin
Re: ofbiz demo servers
Just FYI, demo.ofbiz.org always used to go to ecommerce when the demo was on Contegix. Regards Scott HotWax Media http://www.hotwaxmedia.com On 11/02/2010, at 10:54 PM, Jacques Le Roux wrote: > Hi Tim, > > Yes indeed, that sounds like the most reasonnable thing to do. If in the same > time we could redirect https://demo.ofbiz.org to back end it would be great, > both to trunk I guess (for the moment it's not an option anyway) > > Thanks > > Jacques > > From: "Tim Ruppert" > Where should the redirect go for http://demo.ofbiz.org? The redirect that's > in place does demo.ofbiz.org/* -> ofbiz-vm.apache.org/$1 - but that obviously > means that it would simply go to ofbiz-vm.apache.org - which has no app. > What would likely be the best thing to do would be to change > ofbiz-vm.apache.org to redirect (or rewrite) to > ofbiz-vm.apache.org/ecommerce/ . Jacques is that what you were planning to > fix - on the ASF side? > > Cheers, > Ruppert > > On Feb 11, 2010, at 5:36 AM, Jacques Le Roux wrote: > >> I think we should try to fix this (if possible). I write this here mostly as >> a reminder for me to create a Jira when I will get a chance. >> >> Thanks for report >> >> Jacques >> >> From: "masionas" >>> >>> Yes, the problem was with the root url had no redirect. If put in the >>> specific app url, it works. >>> Thank you, guys. >>> -- >>> View this message in context: >>> http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1477159.html >>> Sent from the OFBiz - User mailing list archive at Nabble.com. >> >> > > > smime.p7s Description: S/MIME cryptographic signature
Re: Warning: no shipments created
Forgot that message, I got an issue with a time zone, and it's maybe not relate to the issue I get on the demo server while removing a just created WorkEffortContent Jacques From: "Jacques Le Roux" Hi Abdullah, Please check if there are no issues with the dates at some point in the middle. I got one, look for Re: deleteWorkEffort service does not remove related WorkEffortFixedAssetAssign in dev ML Thanks Jacques From: "Abdullah Shaikh" Hi, During quick ship entire order, I was getting the error below : The Following Errors Occurred: Warning: no shipments created; could not find anything ready and needing to be shipped. After going through the code, I thought this may be because there may be no records in InventoryItem table, but then I found out that the record gets created during checkout. I guess the problem is with the time of creation of records, that is, the process checked for the existence of record in InventoryItem before the record actually got created. There was no record for this order in OrderItemShipGrpInvRes while it was there for all the orders which got quick ship successfully. Any ideas why this error occurred or is there anything I am missing, any configuration ? - Abdullah
Re: ofbiz demo servers
Hi Tim, Yes indeed, that sounds like the most reasonnable thing to do. If in the same time we could redirect https://demo.ofbiz.org to back end it would be great, both to trunk I guess (for the moment it's not an option anyway) Thanks Jacques From: "Tim Ruppert" Where should the redirect go for http://demo.ofbiz.org? The redirect that's in place does demo.ofbiz.org/* -> ofbiz-vm.apache.org/$1 - but that obviously means that it would simply go to ofbiz-vm.apache.org - which has no app. What would likely be the best thing to do would be to change ofbiz-vm.apache.org to redirect (or rewrite) to ofbiz-vm.apache.org/ecommerce/ . Jacques is that what you were planning to fix - on the ASF side? Cheers, Ruppert On Feb 11, 2010, at 5:36 AM, Jacques Le Roux wrote: I think we should try to fix this (if possible). I write this here mostly as a reminder for me to create a Jira when I will get a chance. Thanks for report Jacques From: "masionas" Yes, the problem was with the root url had no redirect. If put in the specific app url, it works. Thank you, guys. -- View this message in context: http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1477159.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Create Quote from request
Hi, I am looking at the Order Manager and find no link to Create Quote from an existing request. Any suggestion? Regards, James -- View this message in context: http://n4.nabble.com/Create-Quote-from-request-tp1478099p1478099.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: entityconfig.xml
disregard. missed you question. BJ Freeman sent the following on 2/11/2010 5:55 PM: > https://svn.apache.org/repos/asf/ofbiz/ > select the branch or trunk and drill down to > /framework/entity/config/ > > > Florin Popa sent the following on 2/11/2010 4:09 PM: >> Hello, >> >> Is it any newer version of >> >> http://ofbiz.apache.org/docs/entityconfig.html ? >> >> from here >> >> >jdbc-driver="org.postgresql.Driver" >> >> jdbc-uri="jdbc:postgresql://212.95.36.30:5432/ofbiz_platin_abda" >>jdbc-username="platinshop" >>jdbc-password="pl4t1nshop" >>isolation-level="ReadCommitted" >>pool-minsize="2" >>pool-maxsize="250"/> >> >> >> I can not find in the document pool-minsize >> >> >> First crashes are >> >> Could not commit transaction: >> org.ofbiz.entity.transaction.GenericTransactionException: Roll back >> error (with no rollbackOnly cause found), could not commit transaction, >> was rolled back instead: javax.transaction.RollbackException: >> Transaction timeout (Transaction timeout) >> >> and then finally (needs restart ): >> >> org.ofbiz.entity.GenericDataSourceException: Unable to esablish a >> connection with the database. (Unable to acquire a new connection from >> the pool) >> >> >> >> >> thanks. >> Florin >> >> > >
Re: entityconfig.xml
https://svn.apache.org/repos/asf/ofbiz/ select the branch or trunk and drill down to /framework/entity/config/ Florin Popa sent the following on 2/11/2010 4:09 PM: > Hello, > > Is it any newer version of > > http://ofbiz.apache.org/docs/entityconfig.html ? > > from here > > jdbc-driver="org.postgresql.Driver" > > jdbc-uri="jdbc:postgresql://212.95.36.30:5432/ofbiz_platin_abda" >jdbc-username="platinshop" >jdbc-password="pl4t1nshop" >isolation-level="ReadCommitted" >pool-minsize="2" >pool-maxsize="250"/> > > > I can not find in the document pool-minsize > > > First crashes are > > Could not commit transaction: > org.ofbiz.entity.transaction.GenericTransactionException: Roll back > error (with no rollbackOnly cause found), could not commit transaction, > was rolled back instead: javax.transaction.RollbackException: > Transaction timeout (Transaction timeout) > > and then finally (needs restart ): > > org.ofbiz.entity.GenericDataSourceException: Unable to esablish a > connection with the database. (Unable to acquire a new connection from > the pool) > > > > > thanks. > Florin > >
Selected Amount and Quantity
Hi, I am looking at the Order Manager module. May I know what is the difference between the SelectedAmount and Quantity attributes in the CustRequestItem entity? Regards, James -- View this message in context: http://n4.nabble.com/Selected-Amount-and-Quantity-tp1478030p1478030.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: entityconfig.xml
Hi, You can looked at the Database Setup in http://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Apache OFBiz Technical Production Setup Guide on how to configure a database. Regards, James Florin Popa wrote: > > Hello, > > Is it any newer version of > > http://ofbiz.apache.org/docs/entityconfig.html ? > > from here > > jdbc-driver="org.postgresql.Driver" > > jdbc-uri="jdbc:postgresql://212.95.36.30:5432/ofbiz_platin_abda" > jdbc-username="platinshop" > jdbc-password="pl4t1nshop" > isolation-level="ReadCommitted" > pool-minsize="2" > pool-maxsize="250"/> > > > I can not find in the document pool-minsize > > > First crashes are > > Could not commit transaction: > org.ofbiz.entity.transaction.GenericTransactionException: Roll back > error (with no rollbackOnly cause found), could not commit transaction, > was rolled back instead: javax.transaction.RollbackException: > Transaction timeout (Transaction timeout) > > and then finally (needs restart ): > > org.ofbiz.entity.GenericDataSourceException: Unable to esablish a > connection with the database. (Unable to acquire a new connection from > the pool) > > > > > thanks. > Florin > > > -- View this message in context: http://n4.nabble.com/entityconfig-xml-tp1477960p1478025.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: ofbiz demo servers
Where should the redirect go for http://demo.ofbiz.org? The redirect that's in place does demo.ofbiz.org/* -> ofbiz-vm.apache.org/$1 - but that obviously means that it would simply go to ofbiz-vm.apache.org - which has no app. What would likely be the best thing to do would be to change ofbiz-vm.apache.org to redirect (or rewrite) to ofbiz-vm.apache.org/ecommerce/ . Jacques is that what you were planning to fix - on the ASF side? Cheers, Ruppert On Feb 11, 2010, at 5:36 AM, Jacques Le Roux wrote: > I think we should try to fix this (if possible). I write this here mostly as > a reminder for me to create a Jira when I will get a chance. > > Thanks for report > > Jacques > > From: "masionas" >> >> Yes, the problem was with the root url had no redirect. If put in the >> specific app url, it works. >> Thank you, guys. >> -- >> View this message in context: >> http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1477159.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. > > smime.p7s Description: S/MIME cryptographic signature
entityconfig.xml
Hello, Is it any newer version of http://ofbiz.apache.org/docs/entityconfig.html ? from here jdbc-uri="jdbc:postgresql://212.95.36.30:5432/ofbiz_platin_abda" jdbc-username="platinshop" jdbc-password="pl4t1nshop" isolation-level="ReadCommitted" pool-minsize="2" pool-maxsize="250"/> I can not find in the document pool-minsize First crashes are Could not commit transaction: org.ofbiz.entity.transaction.GenericTransactionException: Roll back error (with no rollbackOnly cause found), could not commit transaction, was rolled back instead: javax.transaction.RollbackException: Transaction timeout (Transaction timeout) and then finally (needs restart ): org.ofbiz.entity.GenericDataSourceException: Unable to esablish a connection with the database. (Unable to acquire a new connection from the pool) thanks. Florin
Re: How to manage uom conversion
Than you David. I've tested to create a product called "Sand Bag". 1) The product has quantityIncluded=50 and quantityUomId=WT_kg. 2) Then I created a PO (productId="SanBag" and quantity=1 ) and I saw that its OrderLine shows 50 Kg only as a info. 3) I received the PO and Ofbiz created a InventoyItem with qoh=1 and atp=1. I hope Ofbiz created a InventoryItem with qoh=50 and atp=50. This means that Is this only for informative purposes? (step 2). Doesn't Ofbiz really to convert uom in inventory item? (step 3). Thank you again. On Thu, Feb 11, 2010 at 3:10 PM, David E Jones wrote: > > A sand bag really should have a unit of "each" since that basically means > there is no unit of measure. > > For example if the sand bad contains 50 kg of sand then your product should > have quantityIncluded=50 and quantityUomId=WT_kg. > > With those settings you'll know how much sand is in the bag. > > As for whether or not you'll have to customize OFBiz, that depends on the > business process and how you want things to work (ie a lot more detail would > be needed, plus testing/analysis time, in order to say). > > -David > > > On Feb 11, 2010, at 2:03 PM, Juan Pablo wrote: > > > Hi. > > > > As David said I've created an articucle per unit of measure to work with > > different product presentations but I would like work with two kinds of > uom. > > As I said uom of purchase and uom of inventory per product. Is it posible > > with ofbiz 9.04 ? or is it necessary a customization to work with uom > > conversions? > > > > A case: My supplier sales a product called "sand bag", its purchase uom > is > > "each" (units, I think so). Then I should store it in "kg" in my > warehouse > > because my company manage it in kg to production process or sales process > or > > physicall inventory process. > > My supplier only sales it in units ("each" in ofbiz) so I need "the > system" > > converts uom of purchase to uom of inventory. > > > > I can to configure it in Ofbiz or I have to customize Ofbiz?? > > > > Please, helpme. > > > > PD: I'm sorry to my bad english. I'm studying in a English Class > recently. I > > promise to improve my English soon. > > > > On Thu, Feb 11, 2010 at 12:57 PM, Juan Pablo >wrote: > > > >> Trank you guys. > >> > >> David, So, this means that Ofbiz 9.04 doesn't support uom conversions > and > >> that all inventory transactions are make in units. Am I right?. > >> > >> Abhai, I tested the functionality that you say but It doesn't work. > >> > >> I point to configure uom conversion from PO to Receipts with different > unit > >> of measure. In other word to configure uom of purchase and uom of > inventory > >> and their conversions. > >> > >> Thak you again. > >> > >> > >> > >> > >> On Thu, Feb 11, 2010 at 4:13 AM, Abhai Chaudhary < > >> abhai_chaudh...@mindtree.com> wrote: > >> > >>> what you are seeing here is expected behavior. > >>> > >>> You have defined "supplier.quantityUomId = Wt_kg" this means your > supplier > >>> does not supply this product less than defined "quantityUomId" > >>> When you created a PO for this supplier, you agreed to this UOM and > >>> quantity 1 (in KG) supplied by your supplier. > >>> When you received this PO supplier UOM is converted into you warehouse > UOM > >>> which is WT_gm and hence Ofbiz correctly converted the APT and QOH > according > >>> to yr settings which is 1000. > >>> > >>> > >>> > >>> -Original Message- > >>> From: David E Jones [mailto:d...@me.com] > >>> Sent: Thursday, February 11, 2010 12:45 AM > >>> To: user@ofbiz.apache.org > >>> Subject: Re: How to manage uom conversion > >>> > >>> > >>> It sounds like you're not going in the right direction with inventory > >>> units. To be honest, I'm not sure where the uomId on the InventoryItem > came > >>> from or what it's meant for (would have to look at the code to see if > it is > >>> used anywhere or if it is just something someone added before thinking > >>> things through and then never removed it... of course it is a bad idea > to > >>> name a field "uomId" because it doesn't say which other field the Uom > is > >>> supposed to be describing, and therefore requires research to figure > out > >>> what the heck it is). > >>> > >>> In any case, the unit for an InventoryItem is based on the > >>> Product.quantityIncluded and Product.quantityUomId for the Product > pointed > >>> to by the InventoryItem.productId value. In other words, if you have a > >>> product that represents 10 pounds using those two fields then every > quantity > >>> in the InventoryItem would be in terms of 10 pound units (ie a quantity > of > >>> .5 would mean 5 pounds of the thing). > >>> > >>> If you want to treat things differently you have two options: > >>> > >>> 1. convert units on the fly in the UI only (and use the configured > units > >>> for the Product in the DB) > >>> 2. have multiple product records that represent different units of the > >>> same thing > >>> > >>> -David > >>> > >>> > >>> On Feb 10, 2010, at 3:07 PM, Juan
Re: How to manage uom conversion
A sand bag really should have a unit of "each" since that basically means there is no unit of measure. For example if the sand bad contains 50 kg of sand then your product should have quantityIncluded=50 and quantityUomId=WT_kg. With those settings you'll know how much sand is in the bag. As for whether or not you'll have to customize OFBiz, that depends on the business process and how you want things to work (ie a lot more detail would be needed, plus testing/analysis time, in order to say). -David On Feb 11, 2010, at 2:03 PM, Juan Pablo wrote: > Hi. > > As David said I've created an articucle per unit of measure to work with > different product presentations but I would like work with two kinds of uom. > As I said uom of purchase and uom of inventory per product. Is it posible > with ofbiz 9.04 ? or is it necessary a customization to work with uom > conversions? > > A case: My supplier sales a product called "sand bag", its purchase uom is > "each" (units, I think so). Then I should store it in "kg" in my warehouse > because my company manage it in kg to production process or sales process or > physicall inventory process. > My supplier only sales it in units ("each" in ofbiz) so I need "the system" > converts uom of purchase to uom of inventory. > > I can to configure it in Ofbiz or I have to customize Ofbiz?? > > Please, helpme. > > PD: I'm sorry to my bad english. I'm studying in a English Class recently. I > promise to improve my English soon. > > On Thu, Feb 11, 2010 at 12:57 PM, Juan Pablo wrote: > >> Trank you guys. >> >> David, So, this means that Ofbiz 9.04 doesn't support uom conversions and >> that all inventory transactions are make in units. Am I right?. >> >> Abhai, I tested the functionality that you say but It doesn't work. >> >> I point to configure uom conversion from PO to Receipts with different unit >> of measure. In other word to configure uom of purchase and uom of inventory >> and their conversions. >> >> Thak you again. >> >> >> >> >> On Thu, Feb 11, 2010 at 4:13 AM, Abhai Chaudhary < >> abhai_chaudh...@mindtree.com> wrote: >> >>> what you are seeing here is expected behavior. >>> >>> You have defined "supplier.quantityUomId = Wt_kg" this means your supplier >>> does not supply this product less than defined "quantityUomId" >>> When you created a PO for this supplier, you agreed to this UOM and >>> quantity 1 (in KG) supplied by your supplier. >>> When you received this PO supplier UOM is converted into you warehouse UOM >>> which is WT_gm and hence Ofbiz correctly converted the APT and QOH according >>> to yr settings which is 1000. >>> >>> >>> >>> -Original Message- >>> From: David E Jones [mailto:d...@me.com] >>> Sent: Thursday, February 11, 2010 12:45 AM >>> To: user@ofbiz.apache.org >>> Subject: Re: How to manage uom conversion >>> >>> >>> It sounds like you're not going in the right direction with inventory >>> units. To be honest, I'm not sure where the uomId on the InventoryItem came >>> from or what it's meant for (would have to look at the code to see if it is >>> used anywhere or if it is just something someone added before thinking >>> things through and then never removed it... of course it is a bad idea to >>> name a field "uomId" because it doesn't say which other field the Uom is >>> supposed to be describing, and therefore requires research to figure out >>> what the heck it is). >>> >>> In any case, the unit for an InventoryItem is based on the >>> Product.quantityIncluded and Product.quantityUomId for the Product pointed >>> to by the InventoryItem.productId value. In other words, if you have a >>> product that represents 10 pounds using those two fields then every quantity >>> in the InventoryItem would be in terms of 10 pound units (ie a quantity of >>> .5 would mean 5 pounds of the thing). >>> >>> If you want to treat things differently you have two options: >>> >>> 1. convert units on the fly in the UI only (and use the configured units >>> for the Product in the DB) >>> 2. have multiple product records that represent different units of the >>> same thing >>> >>> -David >>> >>> >>> On Feb 10, 2010, at 3:07 PM, Juan Pablo wrote: >>> Hi guys. I've been testing oum conversion funcionality. 1) I created a product P with quantityUomId = WT_g 2) I asociated P to a supplier S with quantityUomId = WT_kg 3) I created a purchase order Supplier = S Product = P Quantity = 1 4) I approved and receipted the PO. So, the item inventory generated has: QOH = 1 ATP = 1 But, I thought that OFbiz convert 1 to 1000 when I receipted it. (table CONVERSION_UOM) QOH = 1000 ATP = 1000 I've seen that the table INVENTORY_ITEM not save the uom value in the >>> field UOM_ID but I not have seen where ofbiz save the oum in purchase order. Finally, Somebody knows how to manage uom conversions?. >>
Re: Need help in configuring POS
Hi Priya, Here is the documentation available on OFBiz wiki, HTH: http://cwiki.apache.org/confluence/display/OFBIZ/POS+System http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=6553930 http://cwiki.apache.org/confluence/display/OFBIZ/Sync+Setup+Notes+and+Example -- Thanks & Regards Mridul Pathak Hotwax Media http://www.hotwaxmedia.com mridul.pat...@hotwaxmedia.com - direct: +91 - 942.592.6892 On Thu, Feb 11, 2010 at 7:56 AM, priya renjith wrote: > Hi, > > I am a beginner in java. This is a very new area to me.I want to configure > POS with ofbiz. > > The details are as follows > > My OS is Windows Vista Home Premium SP1 > > I have installed ofbiz4.0 in the folder C:\workspace\ofbiz4.0 > > jdk1.6.0_18 folder is in the folder C:\java\jdk1.6.0_18 > > Epson 1.11.9 is in the folder C:\Program Files\Epson is 1.11.9 > > How do i open POS - order entry and all other windows in apache web > server? What is the command using for that ? > > I have configured opentaps in my system. I am using the below url to open > the opentaps crm > > http://localhost:8080/opentaps > > Similar way how do i open POS s/w in apache server?What should be the link > for opening that? > > I am running the POS in ofbiz using the following command in the command > prompt startofbiz -pos ( pls find the screen shot for that command) > > But i dont know how to view the UI section. > > Pls help me..I am very new to this section(in java and ERP). Its very > urgent . > > Pls do needful. > > Pls help me. If this is not the correct place for the help, pls send me the > correct mail id > > Thanks in advance, > Priya >
Re: How to manage uom conversion
Hi. As David said I've created an articucle per unit of measure to work with different product presentations but I would like work with two kinds of uom. As I said uom of purchase and uom of inventory per product. Is it posible with ofbiz 9.04 ? or is it necessary a customization to work with uom conversions? A case: My supplier sales a product called "sand bag", its purchase uom is "each" (units, I think so). Then I should store it in "kg" in my warehouse because my company manage it in kg to production process or sales process or physicall inventory process. My supplier only sales it in units ("each" in ofbiz) so I need "the system" converts uom of purchase to uom of inventory. I can to configure it in Ofbiz or I have to customize Ofbiz?? Please, helpme. PD: I'm sorry to my bad english. I'm studying in a English Class recently. I promise to improve my English soon. On Thu, Feb 11, 2010 at 12:57 PM, Juan Pablo wrote: > Trank you guys. > > David, So, this means that Ofbiz 9.04 doesn't support uom conversions and > that all inventory transactions are make in units. Am I right?. > > Abhai, I tested the functionality that you say but It doesn't work. > > I point to configure uom conversion from PO to Receipts with different unit > of measure. In other word to configure uom of purchase and uom of inventory > and their conversions. > > Thak you again. > > > > > On Thu, Feb 11, 2010 at 4:13 AM, Abhai Chaudhary < > abhai_chaudh...@mindtree.com> wrote: > >> what you are seeing here is expected behavior. >> >> You have defined "supplier.quantityUomId = Wt_kg" this means your supplier >> does not supply this product less than defined "quantityUomId" >> When you created a PO for this supplier, you agreed to this UOM and >> quantity 1 (in KG) supplied by your supplier. >> When you received this PO supplier UOM is converted into you warehouse UOM >> which is WT_gm and hence Ofbiz correctly converted the APT and QOH according >> to yr settings which is 1000. >> >> >> >> -Original Message- >> From: David E Jones [mailto:d...@me.com] >> Sent: Thursday, February 11, 2010 12:45 AM >> To: user@ofbiz.apache.org >> Subject: Re: How to manage uom conversion >> >> >> It sounds like you're not going in the right direction with inventory >> units. To be honest, I'm not sure where the uomId on the InventoryItem came >> from or what it's meant for (would have to look at the code to see if it is >> used anywhere or if it is just something someone added before thinking >> things through and then never removed it... of course it is a bad idea to >> name a field "uomId" because it doesn't say which other field the Uom is >> supposed to be describing, and therefore requires research to figure out >> what the heck it is). >> >> In any case, the unit for an InventoryItem is based on the >> Product.quantityIncluded and Product.quantityUomId for the Product pointed >> to by the InventoryItem.productId value. In other words, if you have a >> product that represents 10 pounds using those two fields then every quantity >> in the InventoryItem would be in terms of 10 pound units (ie a quantity of >> .5 would mean 5 pounds of the thing). >> >> If you want to treat things differently you have two options: >> >> 1. convert units on the fly in the UI only (and use the configured units >> for the Product in the DB) >> 2. have multiple product records that represent different units of the >> same thing >> >> -David >> >> >> On Feb 10, 2010, at 3:07 PM, Juan Pablo wrote: >> >> > Hi guys. >> > >> > I've been testing oum conversion funcionality. >> > >> > 1) I created a product P with quantityUomId = WT_g >> > 2) I asociated P to a supplier S with quantityUomId = WT_kg >> > 3) I created a purchase order >> >Supplier = S >> >Product = P >> >Quantity = 1 >> > 4) I approved and receipted the PO. >> > >> > So, the item inventory generated has: >> > QOH = 1 >> > ATP = 1 >> > >> > But, I thought that OFbiz convert 1 to 1000 when I receipted it. (table >> > CONVERSION_UOM) >> > QOH = 1000 >> > ATP = 1000 >> > >> > I've seen that the table INVENTORY_ITEM not save the uom value in the >> field >> > UOM_ID but I not have seen where ofbiz save the oum in purchase order. >> > >> > Finally, >> > >> > Somebody knows how to manage uom conversions?. >> > Do I have to configure something? >> > >> > Help me please? >> > >> > Than you. >> > >> > >> > -- >> > Juan Pablo >> > Cell 997204299 >> >> >> http://www.mindtree.com/email/disclaimer.html >> > > > > -- > Juan Pablo > Cell 997204299 > -- Juan Pablo Cell 997204299
Re: How to manage uom conversion
Trank you guys. David, So, this means that Ofbiz 9.04 doesn't support uom conversions and that all inventory transactions are make in units. Am I right?. Abhai, I tested the functionality that you say but It doesn't work. I point to configure uom conversion from PO to Receipts with different unit of measure. In other word to configure uom of purchase and uom of inventory and their conversions. Thak you again. On Thu, Feb 11, 2010 at 4:13 AM, Abhai Chaudhary < abhai_chaudh...@mindtree.com> wrote: > what you are seeing here is expected behavior. > > You have defined "supplier.quantityUomId = Wt_kg" this means your supplier > does not supply this product less than defined "quantityUomId" > When you created a PO for this supplier, you agreed to this UOM and > quantity 1 (in KG) supplied by your supplier. > When you received this PO supplier UOM is converted into you warehouse UOM > which is WT_gm and hence Ofbiz correctly converted the APT and QOH according > to yr settings which is 1000. > > > > -Original Message- > From: David E Jones [mailto:d...@me.com] > Sent: Thursday, February 11, 2010 12:45 AM > To: user@ofbiz.apache.org > Subject: Re: How to manage uom conversion > > > It sounds like you're not going in the right direction with inventory > units. To be honest, I'm not sure where the uomId on the InventoryItem came > from or what it's meant for (would have to look at the code to see if it is > used anywhere or if it is just something someone added before thinking > things through and then never removed it... of course it is a bad idea to > name a field "uomId" because it doesn't say which other field the Uom is > supposed to be describing, and therefore requires research to figure out > what the heck it is). > > In any case, the unit for an InventoryItem is based on the > Product.quantityIncluded and Product.quantityUomId for the Product pointed > to by the InventoryItem.productId value. In other words, if you have a > product that represents 10 pounds using those two fields then every quantity > in the InventoryItem would be in terms of 10 pound units (ie a quantity of > .5 would mean 5 pounds of the thing). > > If you want to treat things differently you have two options: > > 1. convert units on the fly in the UI only (and use the configured units > for the Product in the DB) > 2. have multiple product records that represent different units of the same > thing > > -David > > > On Feb 10, 2010, at 3:07 PM, Juan Pablo wrote: > > > Hi guys. > > > > I've been testing oum conversion funcionality. > > > > 1) I created a product P with quantityUomId = WT_g > > 2) I asociated P to a supplier S with quantityUomId = WT_kg > > 3) I created a purchase order > >Supplier = S > >Product = P > >Quantity = 1 > > 4) I approved and receipted the PO. > > > > So, the item inventory generated has: > > QOH = 1 > > ATP = 1 > > > > But, I thought that OFbiz convert 1 to 1000 when I receipted it. (table > > CONVERSION_UOM) > > QOH = 1000 > > ATP = 1000 > > > > I've seen that the table INVENTORY_ITEM not save the uom value in the > field > > UOM_ID but I not have seen where ofbiz save the oum in purchase order. > > > > Finally, > > > > Somebody knows how to manage uom conversions?. > > Do I have to configure something? > > > > Help me please? > > > > Than you. > > > > > > -- > > Juan Pablo > > Cell 997204299 > > > http://www.mindtree.com/email/disclaimer.html > -- Juan Pablo Cell 997204299
Re: Why is ofbiz integrated with tomcat?
On Feb 10, 2010, at 3:44 PM, Scott Gray wrote: > Hi Ylan > > OFBiz is deployable as an EAR and the various app server deployment templates > in the framework/appserver/ directory facilitate this. > > The main reasons as far as I am aware for using embedded tomcat is as follows: > - Simple setup and deployment > - Ability to change files on the fly without redeploying > - I'm not sure if it is still the case, but there have been issues in the > past where the EAR standard doesn't allow for the use of a shared classpath > between the OFBiz applications and often requires the use of app server > specific EAR extensions > - Meets the vast majority of users' needs as is This makes sense. Thanks. -- Ylan Segal
Need help in configuring POS
Hi, I am a beginner in java. This is a very new area to me.I want to configure POS with ofbiz. The details are as follows My OS is Windows Vista Home Premium SP1 I have installed ofbiz4.0 in the folder C:\workspace\ofbiz4.0 jdk1.6.0_18 folder is in the folder C:\java\jdk1.6.0_18 Epson 1.11.9 is in the folder C:\Program Files\Epson is 1.11.9 How do i open POS - order entry and all other windows in apache web server? What is the command using for that ? I have configured opentaps in my system. I am using the below url to open the opentaps crm http://localhost:8080/opentaps Similar way how do i open POS s/w in apache server?What should be the link for opening that? I am running the POS in ofbiz using the following command in the command prompt startofbiz -pos ( pls find the screen shot for that command) But i dont know how to view the UI section. Pls help me..I am very new to this section(in java and ERP). Its very urgent . Pls do needful. Pls help me. If this is not the correct place for the help, pls send me the correct mail id Thanks in advance, Priya
Re: Warning: no shipments created
Hi Abdullah, Please check if there are no issues with the dates at some point in the middle. I got one, look for Re: deleteWorkEffort service does not remove related WorkEffortFixedAssetAssign in dev ML Thanks Jacques From: "Abdullah Shaikh" Hi, During quick ship entire order, I was getting the error below : The Following Errors Occurred: Warning: no shipments created; could not find anything ready and needing to be shipped. After going through the code, I thought this may be because there may be no records in InventoryItem table, but then I found out that the record gets created during checkout. I guess the problem is with the time of creation of records, that is, the process checked for the existence of record in InventoryItem before the record actually got created. There was no record for this order in OrderItemShipGrpInvRes while it was there for all the orders which got quick ship successfully. Any ideas why this error occurred or is there anything I am missing, any configuration ? - Abdullah
Warning: no shipments created
Hi, During quick ship entire order, I was getting the error below : The Following Errors Occurred: Warning: no shipments created; could not find anything ready and needing to be shipped. After going through the code, I thought this may be because there may be no records in InventoryItem table, but then I found out that the record gets created during checkout. I guess the problem is with the time of creation of records, that is, the process checked for the existence of record in InventoryItem before the record actually got created. There was no record for this order in OrderItemShipGrpInvRes while it was there for all the orders which got quick ship successfully. Any ideas why this error occurred or is there anything I am missing, any configuration ? - Abdullah
Re: ofbiz demo servers
I think we should try to fix this (if possible). I write this here mostly as a reminder for me to create a Jira when I will get a chance. Thanks for report Jacques From: "masionas" Yes, the problem was with the root url had no redirect. If put in the specific app url, it works. Thank you, guys. -- View this message in context: http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1477159.html Sent from the OFBiz - User mailing list archive at Nabble.com.
Re: ofbiz demo servers
Yes, the problem was with the root url had no redirect. If put in the specific app url, it works. Thank you, guys. -- View this message in context: http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1477159.html Sent from the OFBiz - User mailing list archive at Nabble.com.
RE: How to manage uom conversion
what you are seeing here is expected behavior. You have defined "supplier.quantityUomId = Wt_kg" this means your supplier does not supply this product less than defined "quantityUomId" When you created a PO for this supplier, you agreed to this UOM and quantity 1 (in KG) supplied by your supplier. When you received this PO supplier UOM is converted into you warehouse UOM which is WT_gm and hence Ofbiz correctly converted the APT and QOH according to yr settings which is 1000. -Original Message- From: David E Jones [mailto:d...@me.com] Sent: Thursday, February 11, 2010 12:45 AM To: user@ofbiz.apache.org Subject: Re: How to manage uom conversion It sounds like you're not going in the right direction with inventory units. To be honest, I'm not sure where the uomId on the InventoryItem came from or what it's meant for (would have to look at the code to see if it is used anywhere or if it is just something someone added before thinking things through and then never removed it... of course it is a bad idea to name a field "uomId" because it doesn't say which other field the Uom is supposed to be describing, and therefore requires research to figure out what the heck it is). In any case, the unit for an InventoryItem is based on the Product.quantityIncluded and Product.quantityUomId for the Product pointed to by the InventoryItem.productId value. In other words, if you have a product that represents 10 pounds using those two fields then every quantity in the InventoryItem would be in terms of 10 pound units (ie a quantity of .5 would mean 5 pounds of the thing). If you want to treat things differently you have two options: 1. convert units on the fly in the UI only (and use the configured units for the Product in the DB) 2. have multiple product records that represent different units of the same thing -David On Feb 10, 2010, at 3:07 PM, Juan Pablo wrote: > Hi guys. > > I've been testing oum conversion funcionality. > > 1) I created a product P with quantityUomId = WT_g > 2) I asociated P to a supplier S with quantityUomId = WT_kg > 3) I created a purchase order >Supplier = S >Product = P >Quantity = 1 > 4) I approved and receipted the PO. > > So, the item inventory generated has: > QOH = 1 > ATP = 1 > > But, I thought that OFbiz convert 1 to 1000 when I receipted it. (table > CONVERSION_UOM) > QOH = 1000 > ATP = 1000 > > I've seen that the table INVENTORY_ITEM not save the uom value in the field > UOM_ID but I not have seen where ofbiz save the oum in purchase order. > > Finally, > > Somebody knows how to manage uom conversions?. > Do I have to configure something? > > Help me please? > > Than you. > > > -- > Juan Pablo > Cell 997204299 http://www.mindtree.com/email/disclaimer.html
Re: How to manage uom conversion
It sounds like you're not going in the right direction with inventory units. To be honest, I'm not sure where the uomId on the InventoryItem came from or what it's meant for (would have to look at the code to see if it is used anywhere or if it is just something someone added before thinking things through and then never removed it... of course it is a bad idea to name a field "uomId" because it doesn't say which other field the Uom is supposed to be describing, and therefore requires research to figure out what the heck it is). In any case, the unit for an InventoryItem is based on the Product.quantityIncluded and Product.quantityUomId for the Product pointed to by the InventoryItem.productId value. In other words, if you have a product that represents 10 pounds using those two fields then every quantity in the InventoryItem would be in terms of 10 pound units (ie a quantity of .5 would mean 5 pounds of the thing). If you want to treat things differently you have two options: 1. convert units on the fly in the UI only (and use the configured units for the Product in the DB) 2. have multiple product records that represent different units of the same thing -David On Feb 10, 2010, at 3:07 PM, Juan Pablo wrote: > Hi guys. > > I've been testing oum conversion funcionality. > > 1) I created a product P with quantityUomId = WT_g > 2) I asociated P to a supplier S with quantityUomId = WT_kg > 3) I created a purchase order >Supplier = S >Product = P >Quantity = 1 > 4) I approved and receipted the PO. > > So, the item inventory generated has: > QOH = 1 > ATP = 1 > > But, I thought that OFbiz convert 1 to 1000 when I receipted it. (table > CONVERSION_UOM) > QOH = 1000 > ATP = 1000 > > I've seen that the table INVENTORY_ITEM not save the uom value in the field > UOM_ID but I not have seen where ofbiz save the oum in purchase order. > > Finally, > > Somebody knows how to manage uom conversions?. > Do I have to configure something? > > Help me please? > > Than you. > > > -- > Juan Pablo > Cell 997204299
Re: ofbiz demo servers
There's no redirect on the root url but http://demo.ofbiz.org/ecommerce or any other application works fine. Jeroen van der Wal Stromboli b.v. +31 655 874050 On Wed, Feb 10, 2010 at 11:29 PM, masionas wrote: > > Hi Guys, > > I found recently that demo.ofbiz.org gets redirected to apache host but > shows blank page. Am I missing something or it is really does not work > anymore? Thanks. > > P.S. I searched the forum but the only message has come up is someone was > talking about DNS issues, but it was a week or so ago. > -- > View this message in context: > http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1476574.html > Sent from the OFBiz - User mailing list archive at Nabble.com. >