Future date incoming inventory committed by Supplier

2010-02-13 Thread advait75
Hi, How do I enter inventory that has been committed by the supplier to come in on a future date? Also, once I do so, which tables do I need to look in to see this info? Thanks, Advait -- View this message in context:

Re: productStoreId null error when entering PO

2010-01-18 Thread advait75
The issue was that I hadnt set the productstoreid for the Order Entry App. -- View this message in context: http://n4.nabble.com/productStoreId-null-error-when-entering-PO-tp1015601p1016462.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Problem entering Purchase Order

2010-01-16 Thread advait75
Hi, I have set up Ofbiz with seed data. I am using the system only to enter POs. When I try to create a PO I get the following error- Error calling event: org.ofbiz.webapp.event.EventHandlerException: Problems processing event: java.lang.IllegalArgumentException: productStoreId cannot be null

Questions regarding Calendar

2010-01-06 Thread advait75
Hi, I have the following questions regarding calendars - 1. How do I set a calendar for a facility? 2. How do I set the start and end time for a calendar? I mean if I want to set up a working day of 8 hrs how do I do that? 3. What entities are used to set up calendars, work hours etc. I looked

Re: Supplier Portal Capabilities

2009-12-20 Thread advait75
to show up? Thanks, Advait Hans Bakker-2 wrote: There is a portlet that lists all purchase orders for a certain supplier. You can see this portlet when you go to myportal and add a portlet under preferences - edit a page Regards, Hans On Tue, 2009-12-15 at 09:08 -0800, advait75 wrote

Re: Adding to the mypage

2009-11-28 Thread advait75
Hi BJ, Could you please send me the code for the imports that you have mentioned below? I am looking for help in creating a page, where end users to my site can upload Excel/CSV files and the data in these files get updated to some tables. I do not want end users to have to go to Webtools to

Keeping track of changes to data in Entity

2009-11-26 Thread advait75
Hi, Does OFBiz have any kind if audit trail mechanism? In other words, I would like to keep a record of every change that has been made in the data in an entity, and who has made the change. I would like to know what entity, field was modified, and what the old value was, the new value is and

Re: Keeping track of changes to data in Entity

2009-11-26 Thread advait75
will be updated in EntityAuditLog entity. HTH Thanks And Regards -- Amit Sharma advait75 wrote: Hi, Does OFBiz have any kind if audit trail mechanism? In other words, I would like to keep a record of every change that has been made in the data in an entity, and who has made the change. I

Induce XML Module from Database

2009-11-19 Thread advait75
Hi, When you do a Induce XML Model from database, I noticed that the FK relationships are not generated in the XML? Does this really matter, or do we need to manually put this into our entity defs to work properly? Thanks, Advait -- View this message in context:

Re: Creating a new entity

2009-11-18 Thread advait75
. Regards, Oliver -Ursprüngliche Nachricht- Von: advait75 [mailto:adv...@retailwave.com] Gesendet: Montag, 16. November 2009 19:09 An: user@ofbiz.apache.org Betreff: Creating a new entity Hi, I tried creating a new entity and adding screens that would list, add, create, edit

Re: AW: Creating a new entity

2009-11-18 Thread advait75
to set them up. Regards, Oliver -Ursprüngliche Nachricht- Von: advait75 [mailto:adv...@retailwave.com] Gesendet: Montag, 16. November 2009 19:09 An: user@ofbiz.apache.org Betreff: Creating a new entity Hi, I tried creating a new entity and adding screens that would list

Creating a new entity

2009-11-16 Thread advait75
Hi, I tried creating a new entity and adding screens that would list, add, create, edit and delete this entity. I did so by copying existing entities and screens. I made changes in the following files - applications/product/entitydef/EntityModel.xml