[OFBiz] Dev - why can't shopping list item quantities be changed?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - why can't shopping list item quantities be changed?

Si Chen-2
Hi.

How come in the order manager and ecommerce the quantities of shopping
list items cannot be changed after they've been added to the order/cart?

Si
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - PDF on ecommerce purchase orders

Jacques Le Roux
Administrator
The PDF feature is a great one. Don't you think it would be very valuable to
have it on ecommerce part so that final clients could print their orders and
if possible even their invoices once paid.


Jacques


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - why can't shopping list item quantities be changed?

David E. Jones
In reply to this post by Si Chen-2

That's a good question, and I'm not totally sure why. The funny thing  
is that it turns out that I was asked this earlier today. I still  
haven't answered yet, trying to come up with a good reason or look at  
the possible impact of changing it to not do this...

This may have had something to do with being able to track specific  
order items back to specific shopping list items. I think this was  
the main reason for it, though not totally sure.

Any ideas anyone?

-David


On Jul 27, 2005, at 6:14 PM, Si Chen wrote:

> Hi.
> How come in the order manager and ecommerce the quantities of  
> shopping list items cannot be changed after they've been added to  
> the order/cart?
>
> Si
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev

smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - Double in svn 5400

Jacques Le Roux
Administrator
Andy,

At first sight,

 +        <attribute name="promoPrice" type="Doube" mode="OUT"
optional="true"/>
must be changed to
 +        <attribute name="promoPrice" type="Double" mode="OUT"
optional="true"/>

isn'it ?

Jacques



 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Double in svn 5400

Jacopo Cappellato
Jacques,

maybe Andy is busy now so I've fixed it (r5401).

Thanks for the report,

Jacopo

Jacques Le Roux wrote:

> Andy,
>
> At first sight,
>
>  +        <attribute name="promoPrice" type="Doube" mode="OUT"
> optional="true"/>
> must be changed to
>  +        <attribute name="promoPrice" type="Double" mode="OUT"
> optional="true"/>
>
> isn'it ?
>
> Jacques
>
>
>
>  
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>
>


 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - why can't shopping list item quantities be changed?

Si Chen-2
In reply to this post by David E. Jones
OrderItem has shoppingListId and shoppingListItemSeqId.  So even if
several order items share the same shoppingListId and
shoppingListItemSeqId, that is still ok, I think.

Si

David E. Jones wrote:

>
> That's a good question, and I'm not totally sure why. The funny thing  
> is that it turns out that I was asked this earlier today. I still  
> haven't answered yet, trying to come up with a good reason or look at  
> the possible impact of changing it to not do this...
>
> This may have had something to do with being able to track specific  
> order items back to specific shopping list items. I think this was  
> the main reason for it, though not totally sure.
>
> Any ideas anyone?
>
> -David
>
>
> On Jul 27, 2005, at 6:14 PM, Si Chen wrote:
>
>> Hi.
>> How come in the order manager and ecommerce the quantities of  
>> shopping list items cannot be changed after they've been added to  
>> the order/cart?
>>
>> Si
>> _______________________________________________
>> Dev mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/dev
>>
>
>------------------------------------------------------------------------
>
>
>_______________________________________________
>Dev mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/dev
>
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev