678979 ExampleForms

2008-07-23 Thread stamilo
hi, i test the example demo , svn 678979, when i click the name in https://localhost:8443/example/control/authview/findExampleAjax there are many edit box in one row , i tested in ff3 and ie7 bug? :)

Order status

2008-07-23 Thread ladroge
hi I have a permanent problem according orders status. When for example a package or product has been shipped , the status of order in the CRM is already completed and also when the package has been delivered it is the same . How can i plan the status sent of orders? I have never seen a staus se

Re: Order status

2008-07-23 Thread Jacopo Cappellato
When all the items of an order are issued to shipments and invoiced the order is marked "completed" You can track the status of shipments using the shipments' statuses; you can track the status of payments using the invoices' statuses Jacopo On Jul 23, 2008, at 9:39 AM, ladroge wrote: hi

Re: Order status

2008-07-23 Thread ladroge
Can i know how to track orders status? Jacopo Cappellato-3 wrote: > > When all the items of an order are issued to shipments and invoiced > the order is marked "completed" > You can track the status of shipments using the shipments' statuses; > you can track the status of paymen

RE: Configurable Product in Quote

2008-07-23 Thread Bilgin Ibryam
Hi Roy, In r679016 I did i fix for the quote price. Now it calculates the configurable product price regarding its configuration. Making adjustments to config items of the PC after it is added to quote or request is also possible (but nobody needed it till now so not well supported). While you

Re: Order status

2008-07-23 Thread Jacopo Cappellato
The status is "completed" when it is shipped and invoiced. Dot. There is no status after that. Jacopo On Jul 23, 2008, at 11:16 AM, ladroge wrote: Can i know how to track orders status? Jacopo Cappellato-3 wrote: When all the items of an order are issued to shipments and in

Re: Order status

2008-07-23 Thread ladroge
Does it mean that there is no status sent? How can i obtain this status ? I know that there is a list of different status when you want to find an order.(created,sent,processing,approved,held,completed,undeliverable,rejected,cancelled) But in reality i have only the status created,approved,cancel

Re: Order status

2008-07-23 Thread Jacopo Cappellato
I would suggest to carefully read the messages and use less question marks in yours. Jacopo On Jul 23, 2008, at 11:41 AM, ladroge wrote: Does it mean that there is no status sent? How can i obtain this status ? I know that there is a list of different status when you want to find an ord

Re: Order status

2008-07-23 Thread David E Jones
And consider re-phrasing (re-stating) the question as well. To be honest I'm surprised Jacopo is answering as personally I have no idea what you are trying to ask... -David On Jul 23, 2008, at 4:22 AM, Jacopo Cappellato wrote: I would suggest to carefully read the messages and use less q

ftl and form help, please

2008-07-23 Thread Grant Edwards
Hi Forgive me, I am no UI person, but do need a little help here. I have this little form, below, which captures a startDate. When the button is pressed it redirects to the category page and will then display products based on the startDate. In categoryDetails.bsh I would like to access to t

Re: Site Redirect

2008-07-23 Thread Alex Melnik
Raj, We tried mapping to root, so mapping /gmgweb is just another option we tried. Results are the same really (what seems to be a timeout). Have you gotten it to work with 2.2.9? or did you use some other version? Also, there seems to be a bunch of info on using mod_jk which as I realize i

Re: Order status

2008-07-23 Thread ladroge
What does it mean you're surprised !!! David Jones-20 wrote: > > > And consider re-phrasing (re-stating) the question as well. To be > honest I'm surprised Jacopo is answering as personally I have no idea > what you are trying to ask... > > -David > > > On Jul 23, 2008,

Re: Site Redirect

2008-07-23 Thread Raj Saini
Alex, I have no idea what is wrong. Well, you can use mod_jk and it is not old. It is just another way though more involved than then mod_ajp_proxy. Raj Alex Melnik wrote: Raj, We tried mapping to root, so mapping /gmgweb is just another option we tried. Results are the same really (what

Re: Site Redirect

2008-07-23 Thread Alex Melnik
ok. Thanks a lot for looking into it. Alex >>> Raj Saini <[EMAIL PROTECTED]> 7/23/2008 7:06 AM >>> Alex, I have no idea what is wrong. Well, you can use mod_jk and it is not old. It is just another way though more involved than then mod_ajp_proxy. Raj Alex Melnik wrote: > Raj, > > We tried

Re: Order status

2008-07-23 Thread yann_ing
I asked me the same question... :-) In the CRM module, when you search order, a status named "sent" is present in the list of available status. I thought that it was the final state, but final status seems to be "completed". I have never seen an order in the state "Sent". I don't know if this s

Re: Order status

2008-07-23 Thread BJ Freeman
which version of ofbiz are you using? ladroge sent the following on 7/23/2008 12:39 AM: > hi > > I have a permanent problem according orders status. > When for example a package or product has been shipped , the status of order > in the CRM is already completed and also when the package has been

Re: Order status

2008-07-23 Thread ladroge
Someone can make clear the orders status in ofbiz? Someone can give the process which change order status and how to go from created to approved and approved to processing and processing to sent and sent to completed ! yann_ing wrote: > > I asked me the same question... :-) > > In

Re: Order status

2008-07-23 Thread Jacopo Cappellato
On Jul 23, 2008, at 2:35 PM, yann_ing wrote: I asked me the same question... :-) In the CRM module, when you search order, a status named "sent" is present in the list of available status. I thought that it was the final state, but final status seems to be "completed". I have never seen an

Re: Order status

2008-07-23 Thread BJ Freeman
order status is not a static thing. in other words there is code that automatically changes statuses based on conditions. the looking at the entity StatusValidChange https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=StatusValidChange&find=true&VIEW_SIZE=50&VIEW_INDEX=0 will give

Association between employee and pay-grade

2008-07-23 Thread brijesh m
Hi friends, I am configuring my HR module but nowhere found the way to associate a particular employee with a particular pay grade or the relevant way for the payroll for employees. If someone noticed it before please throw some light on it. Enjoy OFBiz Brijesh M.

ordering articles on klick in column

2008-07-23 Thread martin_p
Hi all, i could imagine that anyone has already solved the issue to get a a product-table ordered by click on the columns header. (like it's already done p.e. in the admin area "party - visits" where i can easily sort by all i want. Is it possible to use the same type of ordering method in

Re: ordering articles on klick in column

2008-07-23 Thread BJ Freeman
Plausible just takes someone to do it. Look at applications/party/webapp/partymgr/visit/showvisits.ftl martin_p sent the following on 7/23/2008 7:42 AM: > Hi all, > > i could imagine that anyone has already solved the issue to get a > a product-table ordered by click on the columns header. > >

Re: Order status

2008-07-23 Thread BJ Freeman
If you put ORDER_APPROVED in the statusId you will see all the ways an order status can go what makes it go that way depends on the operation. BJ Freeman sent the following on 7/23/2008 6:12 AM: > order status is not a static thing. > in other words there is code that automatically changes statuse

Re: ftl and form help, please

2008-07-23 Thread Adrian Crum
The startDate input element will become a request parameter when the form is posted. So, in bsh: startDate = parameters.get("startDate"); // Do something with startDate -Adrian Grant Edwards wrote: Hi Forgive me, I am no UI person, but do need a little help here. I have this little form, be

Re: ftl and form help, please

2008-07-23 Thread Grant Edwards
Hi Adrian Got the following lines in categoryDetails.bsh startDate = parameters.get("startDate"); System.out.println("---> parameters length = " + parameters.size()); System.out.println("---> startDate = " + startDate); but unfornately the output is as follows: ---> parameters leng

Re: ftl and form help, please

2008-07-23 Thread Adrian Crum
I'll need to see the request-map you have set up for the category event. -Adrian Grant Edwards wrote: Hi Adrian Got the following lines in categoryDetails.bsh startDate = parameters.get("startDate"); System.out.println("---> parameters length = " + parameters.size()); System.out.println("

Re: ftl and form help, please

2008-07-23 Thread Grant Edwards
Hi, Its the ecommerce standard request map. Cheers Grant Adrian Crum wrote: I'll need to see the request-map you have set up for the category event. -Adrian Grant Edwards wrote: Hi Adrian Got the following lines in categoryDetails.bsh startDate = parameters.get(

Re: ftl and form help, please

2008-07-23 Thread Grant Edwards
Sorry this one, Sorry, this one. Adrian Crum wrote: I'll need to see the request-map you have set up for the category event. -Adrian Grant Edwards wrote: Hi Adrian Got the following lines in categoryDetails.bsh startDate = parameters.get("startDate"); System.out.println(

Re: ftl and form help, please

2008-07-23 Thread Adrian Crum
Okay, it's not a UI issue, it's a misunderstanding of how requests are handled. If the behavior you are looking for is to have a user fill out a form, click submit, and then proceed to another screen, then you'll have to set up things differently in your controller.xml file. Take a look at ho

Re: Parallel processes in Manufacturing.

2008-07-23 Thread kunal aggarwal
Hi jacob Today i was trying to run one production run which had just 2 tasks. A->B-> Finished good c Task A is producing work-in-progress item c Task A is using raw material a,b Task B is using raw material c,d( c is the output of task A) i cre

can't add website

2008-07-23 Thread BJ Freeman
https://localhost:8443/content/control/FindWebSite click on Create New WebSite it shows Edit Website put bjfreemanteststore for Web Site Id select bjfreemanteststore (already created)for Product Store Id click on submit next to Web Site Id I getCommonCannotBeFound: [bjfreemanteststore] there

Re: Parallel processes in Manufacturing.

2008-07-23 Thread kunal aggarwal
hi jacopo Sorry Jacopo , earlier i had written wrong name of urs. So sending my query again . Today i was trying to run one production run which had just 2 tasks. A->B-> Finished good c Task A is producing work-in-progress item c Task A is usi

Re: ftl and form help, please

2008-07-23 Thread Grant Edwards
thanks for the pointers Adrian Adrian Crum wrote: Okay, it's not a UI issue, it's a misunderstanding of how requests are handled. If the behavior you are looking for is to have a user fill out a form, click submit, and then proceed to another screen, then you'll have to set up things differe

Security Permissions Problem

2008-07-23 Thread Nathan C Hampton
Hello! I'm trying to pack an order, and I keep getting an error when I click "Complete". The error message is in German, but Google says the translation is as follows: Security error: To createAcctgTransAndEntries computer, you need one of the following permissions have: ACCTG_ATX_CREATE, A

Re: Security Permissions Problem

2008-07-23 Thread Adrian Crum
It sounds like you might be running the newer version OFBiz on the Release 4 database. That will cause problems. Run ant install-seed to get your database updated. The German translation problem was fixed in rev 679159. -Adrian Nathan C Hampton wrote: Hello! I'm trying to pack an order, and

Re: can't add website

2008-07-23 Thread BJ Freeman
Ok here it is. https://localhost:8443/content/control/EditWebSite uses the Storename in the Product Store ID box and passes that instead of the productstoreID so it has a PFK error. which btw does not show up in the log. BJ Freeman sent the following on 7/23/2008 12:17 PM: > https://localhost:84

Re: can't add website--found fix

2008-07-23 Thread BJ Freeman
Duh there is now an error log exception report -- Failure in create operation for entity [WebSite]: org.ofbiz.entity.GenericEntityException: Error while inserting: [GenericEntity:WebSite][allowProductStoreChange,null()][cookieDomain,bjfr

Shipping Estimate is Incorrect

2008-07-23 Thread Nathan C Hampton
Hi! I've created a shipping cost estimate with an "Order Flat Price" and a "Weight Unit Price". The weight UOM for the shipping cost estimate is Pound (avdp). Then I created an order for 10 of an item that has Product Weight = 1 and Weight UOM = Ounce (avdp). When I get to the place whe

Re: Shipping Estimate is Incorrect

2008-07-23 Thread BJ Freeman
had this error ver 3.0 thought we fixed it. Nathan C Hampton sent the following on 7/23/2008 2:51 PM: > Hi! I've created a shipping cost estimate with an "Order Flat Price" > and a "Weight Unit Price". The weight UOM for the shipping cost > estimate is Pound (avdp). Then I created an order for

Re: Shipping Estimate is Incorrect

2008-07-23 Thread BJ Freeman
here is something close but not about Shipping parse. https://issues.apache.org/jira/browse/OFBIZ-219 Nathan C Hampton sent the following on 7/23/2008 2:51 PM: > Hi! I've created a shipping cost estimate with an "Order Flat Price" > and a "Weight Unit Price". The weight UOM for the shipping cost

Question about ECAs

2008-07-23 Thread Adrian Crum
Can I use EECAs or SECAs to monitor an entity and trigger an action if the contents of a field changed? I need a way to track status changes. -Adrian

Authorize.net certificate error

2008-07-23 Thread Ritz123
Hi, I am using ofbiz embedded inside tomcat (vs. the normal config of tomcat container embedded inside ofbiz). I dont think it matters in this case, but I am getting No trusted certificate found (see below the exact error). I have imported actual authorize.net certificate (by going to https://ww

Re: Question about ECAs

2008-07-23 Thread bplies
Yes. I believe that is their purpose. The difference between the two, I imagine, is what you are monitoring. 1. You could use an EECA to monitor an entity like OrderStatus and hook into the update event and do some logic on event to determine if you want to do something or not. You might use

Re: Question about ECAs

2008-07-23 Thread David E Jones
Are you wondering about when to use an EECA versus when to use an SECA? In general you should not use EECAs for anything business process related, but rather for data maintenance tasks like populating denormalized fields (like OrderHeader.grandTotal), or things like keeping the status hist

A simple manufacturing process goes tedious !

2008-07-23 Thread brijesh m
Hi friends, I just want to accomplish one manufacturing process as follows : A>B->Finished product (requries (requires raw raw materialmaterial as z x and y and and w and outputs z) outputs finishe

Re: Association between employee and pay-grade

2008-07-23 Thread Ashish Vijaywargiya
Hello Brijesh, In HR module Pay Grades are used to handle the PositionRate for an employee. The important entities that play important role in this scenario are PayGrade, SalaryStep, EmplPositionType,EmplPositionTypeRate, EmplPosition & EmplPositionFulfillment. PayGrade --> SalaryStep (One-To-Man