Re: i didn't get the solution for automatically load a java program when ofbiz startup?

2010-09-24 Thread saravanan6
*thanks a lot Bilgin..* ** ** ** On Sat, Sep 25, 2010 at 1:31 AM, Bilgin Ibryam-2 [via OFBiz] < ml-node+2584917-208338766-160...@n4.nabble.com > wrote: > Sure you can. Actually I have done very similar thing before some time: > created a new container and in from its start() method created

Re: Invoice item type question

2010-09-24 Thread Scott Gray
https://issues.apache.org/jira/browse/OFBIZ-3537 Some of the types are a little ambiguous or inconsistent but if you take a browse through the attached txt file you'll see that nothing is missing. Regards Scott HotWax Media http://www.hotwaxmedia.com On 25/09/2010, at 4:51 AM, Jonatan Soto wrot

Re: i didn't get the solution for automatically load a java program when ofbiz startup?

2010-09-24 Thread Bilgin Ibryam
Sure you can. Actually I have done very similar thing before some time: created a new container and in from its start() method created threads listening for socket connections... Bilgin can i use thread in my class and activate that thread whenever ofbiz start? > > > > > > > -- > View this messa

Re: Invoice item type question

2010-09-24 Thread BJ Freeman
Ok. not into actual tables just entities. so guess can't help. Jonatan Soto sent the following on 9/24/2010 9:51 AM: What do you mean? I am saying that to me there's an error in the seed data and what I did in order to not alter the current database values for a xxxTYPE table. The code below Is

Re: Olap and tenant tables not created after doing "ant run-install-extseed"

2010-09-24 Thread Mike Z
I used this as a reference. Worked great; http://www.toivari.com/devblog/2010/06/16/configure-ofbiz-to-use-postgresql-server/ On Fri, Sep 24, 2010 at 9:07 AM, BJ Freeman wrote: > if you follow the entityengine layout you will see that each has a different > db. > you need three seperate db in

Re: Invoice item type question

2010-09-24 Thread Jonatan Soto
What do you mean? I am saying that to me there's an error in the seed data and what I did in order to not alter the current database values for a xxxTYPE table. The code below Is just a simple hack I did before someone with more experience can check it out and confirm if I am right or not. In cas

Re: Invoice item type question

2010-09-24 Thread BJ Freeman
have you looked at the makecondition method? Jonatan Soto sent the following on 9/24/2010 2:00 AM: Given the following queries and code: mysql> select INVOICE_ITEM_TYPE_ID, PARENT_TYPE_ID from INVOICE_ITEM_TYPE where INVOICE_ITEM_TYPE_ID = 'INVOICE_HEAD_ADJ' OR PARENT_TYPE_ID = 'INVOICE_HEAD_A

Re: Olap and tenant tables not created after doing "ant run-install-extseed"

2010-09-24 Thread BJ Freeman
if you follow the entityengine layout you will see that each has a different db. you need three seperate db in postgres so copy the localpostnew to localpostolap localposttenant each being a seperate postgres db. cmunozjuste sent the following on 9/24/2010 5:13 AM: Hello, We are starting wit

Re: Discount if paid within x days - supported?

2010-09-24 Thread BJ Freeman
1) how do you know this payment is in full and the remainder is the discount. What if they make a partial payment then make another before the due date? 2) how do you determine if the amount not paid is the right discount? 3) how do you determine if the amount paid is the full amount with in th

Olap and tenant tables not created after doing "ant run-install-extseed"

2010-09-24 Thread cmunozjuste
Hello, We are starting with OfBiz and we would like to use Postgres as the database. I configured the localpostnew datasource at the entityengine.xml file, and I changed in the default delegator this: After running "ant run-install-extseed", everything is ok, except for the fact that the ola

Re: Discount if paid within x days - supported?

2010-09-24 Thread aswath satrasala
Hello All, Let me know if the following works in this case - Create an incoming payment and apply to the invoice as normal - Difference amount(discount). Create an incoming payment with the following - Partyfrom: dummyparty - PaymentMethodType: GiftCard. - In the GlAccountDefaults menu,

Invoice item type question

2010-09-24 Thread Jonatan Soto
Given the following queries and code: mysql> select INVOICE_ITEM_TYPE_ID, PARENT_TYPE_ID from INVOICE_ITEM_TYPE where INVOICE_ITEM_TYPE_ID = 'INVOICE_HEAD_ADJ' OR PARENT_TYPE_ID = 'INVOICE_HEAD_ADJ'; +--+--+ | INVOICE_ITEM_TYPE_ID | PARENT_TYPE_ID | +-

Re: upload a file and check by java event

2010-09-24 Thread pankaj savita
Hi Fai Kwong, If you want to upload a file, No need to write code for uploading its already present there in OFBiz framework. You can also see functionality of uploading in party component. Create a new party(person/customer) you can see section 'Party Content' for browse and uploading f

Re: Does OFBiz support eDelivery ordering?

2010-09-24 Thread Nikita Shinde
Thank you BJ. I did refer to the digital products but just wanted to make sure if this functionality was completely available OOTB. Regards, Nikita. BJ Freeman wrote: in ofbiz they are referred to as Digital products. It will require some customization but most is there. Nikita Shinde sent th