Re: AUCTION Engine

2009-11-24 Thread Abhijeet Pandey
Hi Carsten,

Not exactly ebay style.
i would like to have auction engine which has both time bound and expected
price (not the minimum price) of the product is reached.

Still in discussion stage that how it will work and all. Will let you know
as soon as it will be clear.

BTW, what is model which you will be following? And what are the plans to go
ahead with it.

Thanks,

Abhijeet Pandey



On Wed, Nov 25, 2009 at 1:13 AM, Carsten Schinzer  wrote:

> Hm. Actually, It's rather a specific service I would think, than a full
> app.
>
> It could be integrated into the regular shop approach, i.e. catalogue of
> products, just the product using a different pricing type called e.g.
> "AUCTION" or "BID".
> Well this is just thinking aloud to be honest. I have no good insight yet
> into the pricing mechanisms offered, but I thought it's rather an extension
> to that.
>
> More thoughts welcome! Abhijeet, what is the algorithm that you will
> require? E-Bay-style?
>
> Regards
>
> Carsten
>
>
> 2009/11/24 Tim Ruppert 
>
> > Seems like an interesting feature to add to the system for sure -
> probably
> > another special purpose app, eh?
> >
> > Cheers,
> > Ruppert
> > --
> > Tim Ruppert
> > HotWax Media
> > http://www.hotwaxmedia.com
> >
> > o:801.649.6594
> > f:801.649.6595
> >
> >
> > On Nov 24, 2009, at 11:01 AM, Carsten Schinzer wrote:
> >
> >  All,
> >>
> >> Funny that you ask. Did I not just send out the very same inquiry to the
> >> list on Friday 20th?
> >> I wonder whether that mail has ever gotten to the list.
> >>
> >> Can anyone just quickly feed back to me whether that email ever left my
> >> system here?
> >>
> >> BTW Abhijeet, I would be interested to participate in coding efforts if
> >> required. I would need a non-ebay-type auction pricing, i.e. not a
> >> time-bound deadline for bids.
> >>
> >> Moreover it would be good to also integrate a "directional"
> configuration,
> >> i.e. not only allowing to bid higher prices but actually also lower ones
> >> (e.g. to get the best price for a certain offering).
> >>
> >> Thanks & regards
> >>
> >>
> >> Carsten
> >>
> >>
> >>
> >> 2009/11/24 Jacopo Cappellato 
> >>
> >>  As far as I know, apart from the eBay integration, there is not
> something
> >>> ready out of the box.
> >>>
> >>> Kind regards,
> >>>
> >>> Jacopo
> >>>
> >>> On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:
> >>>
> >>>  Hi,
> 
>  Can any body guide me that if ofbiz offers inbuilt auction engine ?
> 
>  --
>  Abhijeet Pandey
> 
> >>>
> >>>
> >>>
> >>
> >> --
> >>
> >> Best
> >>
> >> Carsten Schinzer
> >>
> >> Waisenhausstr. 53a
> >> 80637 München
> >> Germany
> >>
> >
> >
>
>
> --
>
> Best
>
> Carsten Schinzer
>
> Waisenhausstr. 53a
> 80637 München
> Germany
>



-- 
Abhijeet Pandey


Re: chargeShipping on catalog/product page

2009-11-24 Thread Mridul Pathak
Shuchi,

ProductWorker class has a method shippingApplies() which checks for this
field.  This method in turn is used in OrderReadHelper.shippingApplies() and
ShoppingCartItem.shippingApplies() to perform the check.
 ShoppingCart.shippingApplies() use ShoppingCartItem.shippingApplies() to
check if there are shippable items in cart.  ShoppingCart.shippingApplies()
and OrderReadHelper.shippingApplies() is used in CheckoutHelper and
CheckoutEvents which are classes responsible for checkout.  These are also
used in few more classes like ShippingEvents, InvoiceServices,
PayPalServices, PayflowPro.  You can refer these classes and check the code.

-- 
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
mridul.pat...@hotwaxmedia.com
-
direct: +91 - 942.592.6892


On Tue, Nov 24, 2009 at 8:20 PM, su2  wrote:

>
> Hello friends,
>
> for during checkout, where can I find the code for checking the value of
> chargeShipping(which is set on catalog/product page)?
>
> I tried finding it but could not find where actually it is checking if
> chargShipping is set to 'N'.
>
> I really appreciate the help.
>
> Thank you.
> su
> --
> View this message in context:
> http://n4.nabble.com/chargeShipping-on-catalog-product-page-tp786880p786880.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.


tds module in accounting

2009-11-24 Thread aswath narayana
Hello All,
Is there any way, we can do TDS (Tax deducted at source) in the accounting
module.

For example,
We we make a payment to a supplier, as per country laws, we have to withhold
some tax and then make the payment to the supplier.

Regards
-Aswath


Re: about using ofbiz as a platform

2009-11-24 Thread Bruno Busco
Hi Michael,
the framework isolation and a framework-only installation is
definitely something the community as talken about many times. You
will find several conversations searching the mailing list.

We will have it sooner or later and any help you could provide on this
topic will be much appreciated.

-Bruno

2009/11/24 Michael Xu (xudong) :
> hmm...I compared the article and the latest code from trunk. I don't think
> the diagram is consistent with codes.
>
> For example, from the diagram party doesn't depend on marketing; however, as
> I mentioned in previous email, party entity definition does use
> ContactListParty from marketing.
>
> --
> Regards,
> Michael Xu (xudong)
> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
> 9807 | Fax: (8610) 62670096
>
>
> On Tue, Nov 24, 2009 at 9:16 PM, Michael Xu (xudong)
> wrote:
>
>> Just found an article about the dependency:
>> http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies
>>
>>
>> From
>> the component relationship diagram, it seems I have to include all
>> components under framework and application in my new application. Is it
>> correct?
>>
>> --
>> Regards,
>> Michael Xu (xudong)
>> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
>> 0135 9807 | Fax: (8610) 62670096
>>
>>
>>
>> On Tue, Nov 24, 2009 at 9:07 PM, Michael Xu (xudong) <
>> dong...@wizitsoft.com> wrote:
>>
>>> hi all,
>>>
>>> I try to build a new application using ofbiz. Basically, I want to use the
>>> nice overall architect of ofbiz, theme mechanism and
>>> Party/Permission/SecurityGroup. However, I found it is very difficult to
>>> remove unnecessary components.
>>>
>>> For example, entitymodel.xml from applications/party
>>> uses ContactListParty, which is from marketing component. I think such
>>> dependency doesn't make much sense, as marketing is only an optional
>>> component but party is a must.
>>>
>>> What's the best practice for my case? Advices and clues will be very
>>> appreciated. Thanks in advance.
>>>
>>> --
>>> Regards,
>>> Michael Xu
>>>
>>>
>>>
>>
>


Re: JUNK->Re: AUCTION Engine

2009-11-24 Thread Carsten Schinzer
OK guys, I think I got it now.
I was just surprised to see "the lists memory" being THAT short

;-)

2009/11/24 Adrian Crum 

> Yeah, sometimes the mailing list works like a restaurant. If you walk in
> the restaurant and ask "Does anyone in here own a red Honda?" you can assume
> no response means no one in there owns a red Honda.
>
> -Adrian
>
> Jacques Le Roux wrote:
>
>> From: "Jacques Le Roux" 
>>
>>> >From: "Carsten Schinzer" 
>>> [Snip]
>>>
 Can anyone just quickly feed back to me whether that email ever left my
 system here?

>>>
>>> I guess Jacopo answered for both demands
>>> Jacques
>>>
>>
>> And also most of the time no answers means nobody has a solution
>> Jacques
>>
>>  Thanks & regards
 Carsten

>>>
>>>
>>> 2009/11/24 Jacopo Cappellato 
>>>
>>>  As far as I know, apart from the eBay integration, there is not
 something
 ready out of the box.

 Kind regards,

 Jacopo

 On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:

 > Hi,
 >
 > Can any body guide me that if ofbiz offers inbuilt auction engine ?
 >
 > --
 > Abhijeet Pandey



>>>
>>> --
>>>
>>> Best
>>>
>>> Carsten Schinzer
>>>
>>> Waisenhausstr. 53a
>>> 80637 München
>>> Germany
>>>
>>>
>>
>>
>>


-- 

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany


Re: AUCTION Engine

2009-11-24 Thread Carsten Schinzer
Hm. Actually, It's rather a specific service I would think, than a full app.

It could be integrated into the regular shop approach, i.e. catalogue of
products, just the product using a different pricing type called e.g.
"AUCTION" or "BID".
Well this is just thinking aloud to be honest. I have no good insight yet
into the pricing mechanisms offered, but I thought it's rather an extension
to that.

More thoughts welcome! Abhijeet, what is the algorithm that you will
require? E-Bay-style?

Regards

Carsten


2009/11/24 Tim Ruppert 

> Seems like an interesting feature to add to the system for sure - probably
> another special purpose app, eh?
>
> Cheers,
> Ruppert
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
> On Nov 24, 2009, at 11:01 AM, Carsten Schinzer wrote:
>
>  All,
>>
>> Funny that you ask. Did I not just send out the very same inquiry to the
>> list on Friday 20th?
>> I wonder whether that mail has ever gotten to the list.
>>
>> Can anyone just quickly feed back to me whether that email ever left my
>> system here?
>>
>> BTW Abhijeet, I would be interested to participate in coding efforts if
>> required. I would need a non-ebay-type auction pricing, i.e. not a
>> time-bound deadline for bids.
>>
>> Moreover it would be good to also integrate a "directional" configuration,
>> i.e. not only allowing to bid higher prices but actually also lower ones
>> (e.g. to get the best price for a certain offering).
>>
>> Thanks & regards
>>
>>
>> Carsten
>>
>>
>>
>> 2009/11/24 Jacopo Cappellato 
>>
>>  As far as I know, apart from the eBay integration, there is not something
>>> ready out of the box.
>>>
>>> Kind regards,
>>>
>>> Jacopo
>>>
>>> On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:
>>>
>>>  Hi,

 Can any body guide me that if ofbiz offers inbuilt auction engine ?

 --
 Abhijeet Pandey

>>>
>>>
>>>
>>
>> --
>>
>> Best
>>
>> Carsten Schinzer
>>
>> Waisenhausstr. 53a
>> 80637 München
>> Germany
>>
>
>


-- 

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany


Re: JUNK->Re: AUCTION Engine

2009-11-24 Thread Adrian Crum
Yeah, sometimes the mailing list works like a restaurant. If you walk in 
the restaurant and ask "Does anyone in here own a red Honda?" you can 
assume no response means no one in there owns a red Honda.


-Adrian

Jacques Le Roux wrote:

From: "Jacques Le Roux" 

>From: "Carsten Schinzer" 
[Snip]

Can anyone just quickly feed back to me whether that email ever left my
system here?


I guess Jacopo answered for both demands
Jacques


And also most of the time no answers means nobody has a solution
Jacques


Thanks & regards
Carsten



2009/11/24 Jacopo Cappellato 

As far as I know, apart from the eBay integration, there is not 
something

ready out of the box.

Kind regards,

Jacopo

On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:

> Hi,
>
> Can any body guide me that if ofbiz offers inbuilt auction engine ?
>
> --
> Abhijeet Pandey





--

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany







Re: AUCTION Engine

2009-11-24 Thread Jacques Le Roux

From: "Jacques Le Roux" 

>From: "Carsten Schinzer" 
[Snip]

Can anyone just quickly feed back to me whether that email ever left my
system here?


I guess Jacopo answered for both demands
Jacques


And also most of the time no answers means nobody has a solution
Jacques


Thanks & regards
Carsten



2009/11/24 Jacopo Cappellato 


As far as I know, apart from the eBay integration, there is not something
ready out of the box.

Kind regards,

Jacopo

On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:

> Hi,
>
> Can any body guide me that if ofbiz offers inbuilt auction engine ?
>
> --
> Abhijeet Pandey





--

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany






Re: AUCTION Engine

2009-11-24 Thread Jacques Le Roux

From: "Carsten Schinzer" 

[Snip]

Can anyone just quickly feed back to me whether that email ever left my
system here?


I guess Jacopo answered for both demands
Jacques


Thanks & regards
Carsten



2009/11/24 Jacopo Cappellato 


As far as I know, apart from the eBay integration, there is not something
ready out of the box.

Kind regards,

Jacopo

On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:

> Hi,
>
> Can any body guide me that if ofbiz offers inbuilt auction engine ?
>
> --
> Abhijeet Pandey





--

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany




Re: Q - What should happen with Canceled FinAccunt Reconciliation Ids.

2009-11-24 Thread Sumit Pandit
Hi All,

I would suggest to add a checkbox, if checked then reconciliationId may take 
part in further reconciliation process (set status back to CREATED ) and if not 
checked then it could not take part in any reconciliation process. (Set status 
to CANCELED, set reconciled date and set reconciled balance = opening balance).
Let me know if above make sense.

--
Thanks And Regards
Sumit Pandit

On Nov 23, 2009, at 11:40 AM, Sumit Pandit wrote:

> Extending scope of discussion. 
> 
> On Nov 23, 2009, at 11:33 AM, Sumit Pandit wrote:
> 
>> Hi All, I have a question for reconciliation process.
>> 
>> In Financial Account Reconciliation, we have an option to cancel the 
>> reconciliation if it is in not reconciled yet. As a result of cancel 
>> reconciliation all FinAccountTrans associated to it are released and ready 
>> to assign in new reconciliation. 
>> My question is that - what should happen  with canceled reconciliationids. 
>> Are they allowed to take part again in reconciliation process like other 
>> reconciliationid in created status. Or it should just expire and have no 
>> more use?
>> Your views are much appreciated. 
>> 
>> --
>> Thanks And Regards
>> Sumit Pandit
> 



Re: AUCTION Engine

2009-11-24 Thread Tim Ruppert
Seems like an interesting feature to add to the system for sure -  
probably another special purpose app, eh?


Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Nov 24, 2009, at 11:01 AM, Carsten Schinzer wrote:


All,

Funny that you ask. Did I not just send out the very same inquiry to  
the

list on Friday 20th?
I wonder whether that mail has ever gotten to the list.

Can anyone just quickly feed back to me whether that email ever left  
my

system here?

BTW Abhijeet, I would be interested to participate in coding efforts  
if

required. I would need a non-ebay-type auction pricing, i.e. not a
time-bound deadline for bids.

Moreover it would be good to also integrate a "directional"  
configuration,
i.e. not only allowing to bid higher prices but actually also lower  
ones

(e.g. to get the best price for a certain offering).

Thanks & regards


Carsten



2009/11/24 Jacopo Cappellato 

As far as I know, apart from the eBay integration, there is not  
something

ready out of the box.

Kind regards,

Jacopo

On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:


Hi,

Can any body guide me that if ofbiz offers inbuilt auction engine ?

--
Abhijeet Pandey






--

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany




smime.p7s
Description: S/MIME cryptographic signature


Re: AUCTION Engine

2009-11-24 Thread Carsten Schinzer
All,

Funny that you ask. Did I not just send out the very same inquiry to the
list on Friday 20th?
I wonder whether that mail has ever gotten to the list.

Can anyone just quickly feed back to me whether that email ever left my
system here?

BTW Abhijeet, I would be interested to participate in coding efforts if
required. I would need a non-ebay-type auction pricing, i.e. not a
time-bound deadline for bids.

Moreover it would be good to also integrate a "directional" configuration,
i.e. not only allowing to bid higher prices but actually also lower ones
(e.g. to get the best price for a certain offering).

Thanks & regards


Carsten



2009/11/24 Jacopo Cappellato 

> As far as I know, apart from the eBay integration, there is not something
> ready out of the box.
>
> Kind regards,
>
> Jacopo
>
> On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:
>
> > Hi,
> >
> > Can any body guide me that if ofbiz offers inbuilt auction engine ?
> >
> > --
> > Abhijeet Pandey
>
>


-- 

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany


Re: Purchase Invoice screen - Transcation entries are not posted to correct GL Accounts

2009-11-24 Thread Sumit Pandit
Thanks Aswath, please create a jira issue, I'll look at it shortly. 

--
Thanks and Regards
Sumit Pandit

On Nov 24, 2009, at 4:08 AM, aswath narayana wrote:

> I think this is a bug.  I will create a jira issue.
> 
> Thanks
> -Aswath
> 
> On Mon, Nov 23, 2009 at 8:14 PM, aswath narayana > wrote:
> 
>> Hello All,
>> I created a Purchase Invoice with items as:
>> - ProductId = SV-1000
>> - PartyId = DemoSupplier
>> - Quantity = 2
>> 
>> I clicked on 'Add Tax' button.
>> The tax is added correctly.
>> * California State Sales Tax
>> * 1% OFB _NA_ Tax
>> 
>> After clicking on 'Ready' and 'Confirmed' button, accounting transcation
>> entries are created.
>> The transacation entries for the taxes are not posted to the correct GL
>> accounts.
>> The tax entries are posted to UnInvoicedItemReceipts
>> 
>> Acctg Trans Id   Acctg Trans Type   Payment Id   Gl Account Id   Product
>> Id   Debit Credit Flag   Amount   Organization Party Id   Account Code   
>> Account
>> Name10051 Purchase Invoice  214000 SV-1000  D  $2,000.00  Company
>> 214000 UNINVOICED ITEM RECEIPTS   10051 Purchase Invoice  214000 SV-1000
>> D  $125.00  Company  214000 UNINVOICED ITEM RECEIPTS   10051 Purchase
>> Invoice  214000 SV-1000  D  $20.00  Company  214000 UNINVOICED ITEM
>> RECEIPTS   10051 Purchase Invoice  21C  $2,145.00  Company  21 
>> ACCOUNTS
>> PAYABLE
>> 
>> -Aswath
>> 



Re: AUCTION Engine

2009-11-24 Thread Jacopo Cappellato
As far as I know, apart from the eBay integration, there is not something ready 
out of the box.

Kind regards,

Jacopo

On Nov 24, 2009, at 4:50 PM, Abhijeet Pandey wrote:

> Hi,
> 
> Can any body guide me that if ofbiz offers inbuilt auction engine ?
> 
> -- 
> Abhijeet Pandey



AUCTION Engine

2009-11-24 Thread Abhijeet Pandey
Hi,

Can any body guide me that if ofbiz offers inbuilt auction engine ?

-- 
Abhijeet Pandey


Wiki down for some time

2009-11-24 Thread Jacques Le Roux

Hi,

We have encountered many issues with our wiki. It was running on Resin. We will 
now try to run it on Tomcat 5.5 instead to see if it
fixes these issues. So the wiki will not be available for some time...

Sorry for that and thanks for your patience

Jacques




Re: about using ofbiz as a platform

2009-11-24 Thread Christopher Snow
This question feels like it should be a FAQ...

Michael Xu (xudong) wrote:
> hi all,
>
> I try to build a new application using ofbiz. Basically, I want to use the
> nice overall architect of ofbiz, theme mechanism and
> Party/Permission/SecurityGroup. However, I found it is very difficult to
> remove unnecessary components.
>
> For example, entitymodel.xml from applications/party uses ContactListParty,
> which is from marketing component. I think such dependency doesn't make much
> sense, as marketing is only an optional component but party is a must.
>
> What's the best practice for my case? Advices and clues will be very
> appreciated. Thanks in advance.
>
> --
> Regards,
> Michael Xu
>
>   


-- 
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk 



chargeShipping on catalog/product page

2009-11-24 Thread su2

Hello friends,

for during checkout, where can I find the code for checking the value of
chargeShipping(which is set on catalog/product page)?

I tried finding it but could not find where actually it is checking if
chargShipping is set to 'N'.

I really appreciate the help.

Thank you.
su
-- 
View this message in context: 
http://n4.nabble.com/chargeShipping-on-catalog-product-page-tp786880p786880.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: about using ofbiz as a platform

2009-11-24 Thread Michael Xu (xudong)
hmm...I compared the article and the latest code from trunk. I don't think
the diagram is consistent with codes.

For example, from the diagram party doesn't depend on marketing; however, as
I mentioned in previous email, party entity definition does use
ContactListParty from marketing.

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096


On Tue, Nov 24, 2009 at 9:16 PM, Michael Xu (xudong)
wrote:

> Just found an article about the dependency:
> http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies
>
>
> From
> the component relationship diagram, it seems I have to include all
> components under framework and application in my new application. Is it
> correct?
>
> --
> Regards,
> Michael Xu (xudong)
> www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135
> 0135 9807 | Fax: (8610) 62670096
>
>
>
> On Tue, Nov 24, 2009 at 9:07 PM, Michael Xu (xudong) <
> dong...@wizitsoft.com> wrote:
>
>> hi all,
>>
>> I try to build a new application using ofbiz. Basically, I want to use the
>> nice overall architect of ofbiz, theme mechanism and
>> Party/Permission/SecurityGroup. However, I found it is very difficult to
>> remove unnecessary components.
>>
>> For example, entitymodel.xml from applications/party
>> uses ContactListParty, which is from marketing component. I think such
>> dependency doesn't make much sense, as marketing is only an optional
>> component but party is a must.
>>
>> What's the best practice for my case? Advices and clues will be very
>> appreciated. Thanks in advance.
>>
>> --
>> Regards,
>> Michael Xu
>>
>>
>>
>


Re: about using ofbiz as a platform

2009-11-24 Thread Michael Xu (xudong)
Just found an article about the dependency:
http://docs.ofbiz.org/display/OFBADMIN/Component+and+Component+Set+Dependencies

From
the component relationship diagram, it seems I have to include all
components under framework and application in my new application. Is it
correct?

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com | Office: (8610) 6267 0615 ext 806 | Mobile: (86) 135 0135
9807 | Fax: (8610) 62670096


On Tue, Nov 24, 2009 at 9:07 PM, Michael Xu (xudong)
wrote:

> hi all,
>
> I try to build a new application using ofbiz. Basically, I want to use the
> nice overall architect of ofbiz, theme mechanism and
> Party/Permission/SecurityGroup. However, I found it is very difficult to
> remove unnecessary components.
>
> For example, entitymodel.xml from applications/party uses ContactListParty,
> which is from marketing component. I think such dependency doesn't make much
> sense, as marketing is only an optional component but party is a must.
>
> What's the best practice for my case? Advices and clues will be very
> appreciated. Thanks in advance.
>
> --
> Regards,
> Michael Xu
>
>
>


about using ofbiz as a platform

2009-11-24 Thread Michael Xu (xudong)
hi all,

I try to build a new application using ofbiz. Basically, I want to use the
nice overall architect of ofbiz, theme mechanism and
Party/Permission/SecurityGroup. However, I found it is very difficult to
remove unnecessary components.

For example, entitymodel.xml from applications/party uses ContactListParty,
which is from marketing component. I think such dependency doesn't make much
sense, as marketing is only an optional component but party is a must.

What's the best practice for my case? Advices and clues will be very
appreciated. Thanks in advance.

--
Regards,
Michael Xu


Re: ProductPromo with "X Product for Y Price" action

2009-11-24 Thread cqnunez

Thanks for the quick reply. 

I've check out the link. I've noticed that when I'm using only 1 product as
a qualifier, I don't have any problems. It is when I combine products as
qualifiers (ex. 1 of GZ-1004 and 3 of GZ-2002)  that the promo doesn't get
triggered. 

I'm not totally sure if I'm setting up my promo conditions/actions/products
correctly..
cond 1 : X Quantity of Product >= 1
cond 2 : X Quantity of Product >= 3

action : X Product for Y Price, quantity = 4, amount = 50

product 1 : condSeqId = 01, actionSeqId = 01, productId = GZ-1004
product 1 : condSeqId = 02, actionSeqId = 01, productId = GZ-2002

What I would want to happen is for the promo to be triggered when both
conditions are satisfied. Would that be possible?

Thanks again.
-- 
View this message in context: 
http://n4.nabble.com/ProductPromo-with-X-Product-for-Y-Price-action-tp786610p786724.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Purchase Invoice screen - Transcation entries are not posted to correct GL Accounts

2009-11-24 Thread aswath narayana
I think this is a bug.  I will create a jira issue.

Thanks
-Aswath

On Mon, Nov 23, 2009 at 8:14 PM, aswath narayana  wrote:

> Hello All,
> I created a Purchase Invoice with items as:
> - ProductId = SV-1000
> - PartyId = DemoSupplier
> - Quantity = 2
>
> I clicked on 'Add Tax' button.
> The tax is added correctly.
> * California State Sales Tax
> * 1% OFB _NA_ Tax
>
> After clicking on 'Ready' and 'Confirmed' button, accounting transcation
> entries are created.
> The transacation entries for the taxes are not posted to the correct GL
> accounts.
> The tax entries are posted to UnInvoicedItemReceipts
>
>  Acctg Trans Id   Acctg Trans Type   Payment Id   Gl Account Id   Product
> Id   Debit Credit Flag   Amount   Organization Party Id   Account Code   
> Account
> Name10051 Purchase Invoice  214000 SV-1000  D  $2,000.00  Company
> 214000 UNINVOICED ITEM RECEIPTS   10051 Purchase Invoice  214000 SV-1000
> D  $125.00  Company  214000 UNINVOICED ITEM RECEIPTS   10051 Purchase
> Invoice  214000 SV-1000  D  $20.00  Company  214000 UNINVOICED ITEM
> RECEIPTS   10051 Purchase Invoice  21C  $2,145.00  Company  21 
> ACCOUNTS
> PAYABLE
>
> -Aswath
>


Re: ProductPromo with "X Product for Y Price" action

2009-11-24 Thread Jacques Le Roux

Could you please check https://issues.apache.org/jira/browse/OFBIZ-1560

Thanks

Jacques

From: "cqnunez" 


I have inspected the ff scenario from DemoProduct.xml ( productPromoId="9015"
).

If you buy 4 of the ff items: 
GZ-1004

GZ-2002
GZ-2644
GZ-5005

you will be able to get all for $50.

Any combination of the 4 items will trigger the promo. I have been trying to
implement this promo while limiting it to only specfic combinations. (ex. 1
of GZ-1004 and 3 of GZ-2002... or 1 of each). But when I'm adding
conditions, the promo doesn't get triggered at all.

Thanks in Advance for the help. 




--
View this message in context: 
http://n4.nabble.com/ProductPromo-with-X-Product-for-Y-Price-action-tp786610p786610.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





ProductPromo with "X Product for Y Price" action

2009-11-24 Thread cqnunez

I have inspected the ff scenario from DemoProduct.xml ( productPromoId="9015"
).

If you buy 4 of the ff items: 
GZ-1004
GZ-2002
GZ-2644
GZ-5005

you will be able to get all for $50.

Any combination of the 4 items will trigger the promo. I have been trying to
implement this promo while limiting it to only specfic combinations. (ex. 1
of GZ-1004 and 3 of GZ-2002... or 1 of each). But when I'm adding
conditions, the promo doesn't get triggered at all.

Thanks in Advance for the help. 



-- 
View this message in context: 
http://n4.nabble.com/ProductPromo-with-X-Product-for-Y-Price-action-tp786610p786610.html
Sent from the OFBiz - User mailing list archive at Nabble.com.