How to have back to back as well as real inventory with a threshold

2013-03-28 Thread Deepak Agarwal
The situation is that we have some products for those we maintain inventory and we can take sales orders till inventory is exhausted + a threshold value (we know how many we can procure without disrupting the time of order fullfilment) . And, there are few products we buy purely back to back. If we

Re: question

2013-03-28 Thread Deepak Agarwal
Thanks a lot Rishi, It helped ! On Wed, Mar 20, 2013 at 2:07 PM, Rishi Solanki wrote: > Forgot to mention, ShipmentCostEstimate.orderFlatPrice and > ShipmentCostEstimate.orderPricePercent needs to set to 0.0 to get the free > shipping. Then the solution works as free shipping. > > -- > Rishi Sola

Re: Party, Party Group, classification

2013-03-28 Thread Adrian Crum
Party is a super type, and Person and PartyGroup are its subtypes. The Party data model is covered thoroughly in The Data Model Resource Book, chapter 2. Note that the Organization entity mentioned in the book is called PartyGroup in OFBiz. A customer could be a person or an organization, so i

Party, Party Group, classification

2013-03-28 Thread Robert G.
Hey guys, sorry for my maybe really beginners question :) But actually I thought a party group is used for companies. Now I have seen the price rules, that you can manage specific prices for party groups. So I am wondering if I was right before. Because I am looking for setting special prices fo

Re: Accounting - Reversing Transactions

2013-03-28 Thread DAVID HUGHES-OWENS
Many thanks for your response Yes posting manual accruals that is precicely what I mean. I think the revert transaction function you mention unposts the original transaction. So this is only useful if you want to completely remove the transaction. Although that said, I have failed to find an opti

RE: ofBiz Hosting on Linux Server

2013-03-28 Thread Joe Hockaday
Vikas, Depending on your flavour of Linux things like the Java path should* be set if you install Java using a package manager. You should* only have to set it manually if you manually compile Java from source. Thanks, ~~Joe *I used the word 'should' as there are many many flavours of Linu

Re: Accounting - Reversing Transactions

2013-03-28 Thread Sharan-F
Hi David I haven’t seen an automatic reversing journal transaction implemented in OFBiz yet. (Are you thinking about accruals?) The only thing I’ve seen is the ‘Revert Accounting Transaction’ option in the accounting transactions screens that will fully reverse a transaction but you need to run i

Re: ofBiz Hosting on Linux Server

2013-03-28 Thread Sumit Pandit
Refer following - https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html BTW for testing, just copy your code, build it and then start server. -- Thanks And Regards Sumit Pandit Tata Consultancy Services Cell:- 917503046188 ___

Re: Remove Menu Items

2013-03-28 Thread Sumit Pandit
Vikas, BTW if you are looking for more customization in base, you should look for option to extend the component into hot-deploy, rather to make more changes in existing code. It will give you more flexibility in customizing as is system. Following document would be helpful :- Search for " Ex

Re: Connect Two Product Stores

2013-03-28 Thread Rishi Solanki
Hi Deepak, Requirement says that you have one online store and you have multiple facilities to deliver the product. Please take a look into the ProductStore and Facility data model. It has entity name ProductStoreFacility, while creating the shipment pick the inventory from that location. May be

ofBiz Hosting on Linux Server

2013-03-28 Thread Vikas
Hi All, How do I host the ofBiz on a linux server. How do I set the java path and other, I am not familiar with Linux server. Please Help Thanks Vikas -- View this message in context: http://ofbiz.135035.n4.nabble.com/ofBiz-Hosting-on-Linux-Server-tp4640190.html Sent from the OFBiz - User m

Re: Connect Two Product Stores

2013-03-28 Thread shaghee
Thanks to your reply, i am planning to use two product stores under same company. Its like same company with two branch offices. Thank You On Thu, Mar 28, 2013 at 4:26 PM, Deepak Agarwal-2 [via OFBiz] < ml-node+s135035n464018...@n4.nabble.com> wrote: > In my particular requirement I want to be

Re: Remove Menu Items

2013-03-28 Thread Rishi Solanki
Look into the ofbiz-component.xml exists in each component and generally for each web application. Change the Title="Catalog" to Title="Products" will work for you. You will see the following code in the products ofbiz-component.xml. Hope it helps! -- Rishi Solanki Manager, Enterprise Software

Re: Connect Two Product Stores

2013-03-28 Thread Deepak Agarwal
In my particular requirement I want to be able to do the following: 1) Take sales order from one store at location A 2) Process this order from another location B The invoice should have the 'from' address of location B. It is a situation when we have multiple shops at different location (states)

Re: Import Export CSV Files for products

2013-03-28 Thread Rishi Solanki
Robert, Please take a look at ImportProductServices.productImportFromSpreadsheet It will give you general idea how you can achieve this. For overall functionality to address your requirement you will need to add custom code to do so. How can you do this, example exists in OFBiz and for addressing

Re: Remove Menu Items

2013-03-28 Thread Vikas
Hi Thank you for your reply Is it possible to change the menu text ? "Example : Catalog to Products" -- View this message in context: http://ofbiz.135035.n4.nabble.com/Remove-Menu-Items-tp4640177p4640185.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Connect Two Product Stores

2013-03-28 Thread Rishi Solanki
Hi, Could you please give more details on your requirement, if you want to enable one product store products at a time or you want to enable both the stores at a time or want to track orders coming from different stores. All this can be done using one product stores with multiple catalogs by minor

Re: Remove Menu Items

2013-03-28 Thread Sumit Pandit
Hi Hans, There is a concern for the case, since no specific permission exist for AR/AP components, the base permission is ACCOUNTING. Admin want to display Accounting but not AR and AP. Therefore for such cases, Is setting up the value of "app-bar-display" to "false" could considered as prefera

Re: Remove Menu Items

2013-03-28 Thread Hans Bakker
make sure the user does not have the security permissions for it. then it will not appear and he cannot even get it when he knows the url. Regards, hans On 03/28/2013 02:37 PM, Vikas wrote: Hi All, I would like to remove some menu items from the ofBiz like Application->AR, Application->AP. P

Remove Menu Items

2013-03-28 Thread Vikas
Hi All, I would like to remove some menu items from the ofBiz like Application->AR, Application->AP. Please help me Thanks Vikas -- View this message in context: http://ofbiz.135035.n4.nabble.com/Remove-Menu-Items-tp4640177.html Sent from the OFBiz - User mailing list archive at Nabble.com