Re: Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Deepak Dixit
Sure ,

Please let us know if you face any issue. :)

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Tue, Oct 10, 2017 at 12:21 AM, Rajesh Mallah 
wrote:

> Thanks it helps. Shall give it a shot.
>
> regds
> mallah.
>
> On Tue, Oct 10, 2017 at 12:01 AM, Deepak Dixit <
> deepak.di...@hotwaxsystems.com> wrote:
>
> > Hi Rajesh,
> >
> > There are two way,
> >
> > 1. You can do changes in applications/accounting/src/
> > main/java/org/apache/ofbiz/accounting/tax/TaxAuthorityServices.java and
> > create patch and maintain it in your custom component.
> > 2. You can override service calTax and/or related services/method in your
> > custom component.
> >
> >
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > On Mon, Oct 9, 2017 at 11:56 PM, Rajesh Mallah 
> > wrote:
> >
> > > Thanks Deepak , Appreciate your response.
> > >
> > > I had a glance over
> > >
> > > applications/accounting/servicedef/services_tax.xml  &
> > > applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/
> > > TaxAuthorityServices.java
> > > looks encouraging!
> > >
> > > how should the change be managed to survive ofbiz upgrades?
> > >
> > > are we expected  to change TaxAuthorityServices.java ?
> > >
> > >
> > > regds
> > > mallah.
> > >
> > >
> > > On Mon, Oct 9, 2017 at 11:31 PM, Deepak Dixit <
> > > deepak.di...@hotwaxsystems.com> wrote:
> > >
> > > > Hi Rajesh,
> > > >
> > > > To calculate GST you need to write custom calc tax service, that
> honor
> > > the
> > > > shipFrom address as well.
> > > > GST is common but how to calculate GST is different, As per Indian
> > > context
> > > > GST is calculated based on shipFrom and ShipTo address.
> > > >
> > > > You need some changes in calcTax service and getTaxAuthorities
> methods
> > > that
> > > > return the taxAuthority.OFBiz has capability to setup different
> > > > taxAuthParties. So with proper data setup along with some changes you
> > can
> > > > setup GST tax calculation properly.
> > > >
> > > >
> > > > Thanks & Regards
> > > > --
> > > > Deepak Dixit
> > > > www.hotwaxsystems.com
> > > > www.hotwax.co
> > > >
> > > > On Mon, Oct 9, 2017 at 9:45 PM, Rajesh Mallah <
> mallah.raj...@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > We find that most of logic of Tax is in:
> > > > >
> > > > > applications/accounting/src/main/java/org/apache/ofbiz/
> > accounting/tax/
> > > > > TaxAuthorityServices.java
> > > > > can/should we modify it as per our need or there is a better/easier
> > > way?
> > > > >
> > > > > As GST requirement is very common(universal) now in India , i am
> > > curious
> > > > > how people have implemented
> > > > > here using OfBiz.
> > > > >
> > > > > regds
> > > > > mallah.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Oct 9, 2017 at 8:13 PM, Rajesh Mallah <
> > mallah.raj...@gmail.com
> > > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Hi ,
> > > > > >
> > > > > > I need help regarding how to apply taxes   broadly based on the
> > > > > > fact whether the supplier and consumer are in same state or not.
> > > > > >
> > > > > > We are able to apply taxes based on GEO ID of the customer but
> > > > > > what is really required is the below:
> > > > > >
> > > > > > If Supplier.state == Customer.state
> > > > > >   add adjustment SGST @  X%
> > > > > >   add adjustment CGST @  X%
> > > > > > else
> > > > > >   add adjustment IGST  @  X+X%
> > > > > >
> > > > > >
> > > > > > where:
> > > > > > CGST --> Central Goods & Services Tax
> > > > > > SGST --> State Goods & Services Tax
> > > > > > IGST  --> Integrated Goods & Services Tax
> > > > > >
> > > > > >
> > > > > > Any help on this regard is solicited.
> > > > > >
> > > > > >
> > > > > > regds
> > > > > > mallah.
> > > > > >
> > > > >
> > > >
> > >
> >
>


Re: Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Rajesh Mallah
Thanks it helps. Shall give it a shot.

regds
mallah.

On Tue, Oct 10, 2017 at 12:01 AM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Hi Rajesh,
>
> There are two way,
>
> 1. You can do changes in applications/accounting/src/
> main/java/org/apache/ofbiz/accounting/tax/TaxAuthorityServices.java and
> create patch and maintain it in your custom component.
> 2. You can override service calTax and/or related services/method in your
> custom component.
>
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Oct 9, 2017 at 11:56 PM, Rajesh Mallah 
> wrote:
>
> > Thanks Deepak , Appreciate your response.
> >
> > I had a glance over
> >
> > applications/accounting/servicedef/services_tax.xml  &
> > applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/
> > TaxAuthorityServices.java
> > looks encouraging!
> >
> > how should the change be managed to survive ofbiz upgrades?
> >
> > are we expected  to change TaxAuthorityServices.java ?
> >
> >
> > regds
> > mallah.
> >
> >
> > On Mon, Oct 9, 2017 at 11:31 PM, Deepak Dixit <
> > deepak.di...@hotwaxsystems.com> wrote:
> >
> > > Hi Rajesh,
> > >
> > > To calculate GST you need to write custom calc tax service, that honor
> > the
> > > shipFrom address as well.
> > > GST is common but how to calculate GST is different, As per Indian
> > context
> > > GST is calculated based on shipFrom and ShipTo address.
> > >
> > > You need some changes in calcTax service and getTaxAuthorities methods
> > that
> > > return the taxAuthority.OFBiz has capability to setup different
> > > taxAuthParties. So with proper data setup along with some changes you
> can
> > > setup GST tax calculation properly.
> > >
> > >
> > > Thanks & Regards
> > > --
> > > Deepak Dixit
> > > www.hotwaxsystems.com
> > > www.hotwax.co
> > >
> > > On Mon, Oct 9, 2017 at 9:45 PM, Rajesh Mallah  >
> > > wrote:
> > >
> > > > We find that most of logic of Tax is in:
> > > >
> > > > applications/accounting/src/main/java/org/apache/ofbiz/
> accounting/tax/
> > > > TaxAuthorityServices.java
> > > > can/should we modify it as per our need or there is a better/easier
> > way?
> > > >
> > > > As GST requirement is very common(universal) now in India , i am
> > curious
> > > > how people have implemented
> > > > here using OfBiz.
> > > >
> > > > regds
> > > > mallah.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, Oct 9, 2017 at 8:13 PM, Rajesh Mallah <
> mallah.raj...@gmail.com
> > >
> > > > wrote:
> > > >
> > > > >
> > > > > Hi ,
> > > > >
> > > > > I need help regarding how to apply taxes   broadly based on the
> > > > > fact whether the supplier and consumer are in same state or not.
> > > > >
> > > > > We are able to apply taxes based on GEO ID of the customer but
> > > > > what is really required is the below:
> > > > >
> > > > > If Supplier.state == Customer.state
> > > > >   add adjustment SGST @  X%
> > > > >   add adjustment CGST @  X%
> > > > > else
> > > > >   add adjustment IGST  @  X+X%
> > > > >
> > > > >
> > > > > where:
> > > > > CGST --> Central Goods & Services Tax
> > > > > SGST --> State Goods & Services Tax
> > > > > IGST  --> Integrated Goods & Services Tax
> > > > >
> > > > >
> > > > > Any help on this regard is solicited.
> > > > >
> > > > >
> > > > > regds
> > > > > mallah.
> > > > >
> > > >
> > >
> >
>


Re: Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Deepak Dixit
Hi Rajesh,

There are two way,

1. You can do changes in applications/accounting/src/
main/java/org/apache/ofbiz/accounting/tax/TaxAuthorityServices.java and
create patch and maintain it in your custom component.
2. You can override service calTax and/or related services/method in your
custom component.




Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Oct 9, 2017 at 11:56 PM, Rajesh Mallah 
wrote:

> Thanks Deepak , Appreciate your response.
>
> I had a glance over
>
> applications/accounting/servicedef/services_tax.xml  &
> applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/
> TaxAuthorityServices.java
> looks encouraging!
>
> how should the change be managed to survive ofbiz upgrades?
>
> are we expected  to change TaxAuthorityServices.java ?
>
>
> regds
> mallah.
>
>
> On Mon, Oct 9, 2017 at 11:31 PM, Deepak Dixit <
> deepak.di...@hotwaxsystems.com> wrote:
>
> > Hi Rajesh,
> >
> > To calculate GST you need to write custom calc tax service, that honor
> the
> > shipFrom address as well.
> > GST is common but how to calculate GST is different, As per Indian
> context
> > GST is calculated based on shipFrom and ShipTo address.
> >
> > You need some changes in calcTax service and getTaxAuthorities methods
> that
> > return the taxAuthority.OFBiz has capability to setup different
> > taxAuthParties. So with proper data setup along with some changes you can
> > setup GST tax calculation properly.
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > On Mon, Oct 9, 2017 at 9:45 PM, Rajesh Mallah 
> > wrote:
> >
> > > We find that most of logic of Tax is in:
> > >
> > > applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/
> > > TaxAuthorityServices.java
> > > can/should we modify it as per our need or there is a better/easier
> way?
> > >
> > > As GST requirement is very common(universal) now in India , i am
> curious
> > > how people have implemented
> > > here using OfBiz.
> > >
> > > regds
> > > mallah.
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Mon, Oct 9, 2017 at 8:13 PM, Rajesh Mallah  >
> > > wrote:
> > >
> > > >
> > > > Hi ,
> > > >
> > > > I need help regarding how to apply taxes   broadly based on the
> > > > fact whether the supplier and consumer are in same state or not.
> > > >
> > > > We are able to apply taxes based on GEO ID of the customer but
> > > > what is really required is the below:
> > > >
> > > > If Supplier.state == Customer.state
> > > >   add adjustment SGST @  X%
> > > >   add adjustment CGST @  X%
> > > > else
> > > >   add adjustment IGST  @  X+X%
> > > >
> > > >
> > > > where:
> > > > CGST --> Central Goods & Services Tax
> > > > SGST --> State Goods & Services Tax
> > > > IGST  --> Integrated Goods & Services Tax
> > > >
> > > >
> > > > Any help on this regard is solicited.
> > > >
> > > >
> > > > regds
> > > > mallah.
> > > >
> > >
> >
>


Re: Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Rajesh Mallah
Thanks Deepak , Appreciate your response.

I had a glance over

applications/accounting/servicedef/services_tax.xml  &
applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/TaxAuthorityServices.java
looks encouraging!

how should the change be managed to survive ofbiz upgrades?

are we expected  to change TaxAuthorityServices.java ?


regds
mallah.


On Mon, Oct 9, 2017 at 11:31 PM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Hi Rajesh,
>
> To calculate GST you need to write custom calc tax service, that honor the
> shipFrom address as well.
> GST is common but how to calculate GST is different, As per Indian context
> GST is calculated based on shipFrom and ShipTo address.
>
> You need some changes in calcTax service and getTaxAuthorities methods that
> return the taxAuthority.OFBiz has capability to setup different
> taxAuthParties. So with proper data setup along with some changes you can
> setup GST tax calculation properly.
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Oct 9, 2017 at 9:45 PM, Rajesh Mallah 
> wrote:
>
> > We find that most of logic of Tax is in:
> >
> > applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/
> > TaxAuthorityServices.java
> > can/should we modify it as per our need or there is a better/easier way?
> >
> > As GST requirement is very common(universal) now in India , i am curious
> > how people have implemented
> > here using OfBiz.
> >
> > regds
> > mallah.
> >
> >
> >
> >
> >
> >
> > On Mon, Oct 9, 2017 at 8:13 PM, Rajesh Mallah 
> > wrote:
> >
> > >
> > > Hi ,
> > >
> > > I need help regarding how to apply taxes   broadly based on the
> > > fact whether the supplier and consumer are in same state or not.
> > >
> > > We are able to apply taxes based on GEO ID of the customer but
> > > what is really required is the below:
> > >
> > > If Supplier.state == Customer.state
> > >   add adjustment SGST @  X%
> > >   add adjustment CGST @  X%
> > > else
> > >   add adjustment IGST  @  X+X%
> > >
> > >
> > > where:
> > > CGST --> Central Goods & Services Tax
> > > SGST --> State Goods & Services Tax
> > > IGST  --> Integrated Goods & Services Tax
> > >
> > >
> > > Any help on this regard is solicited.
> > >
> > >
> > > regds
> > > mallah.
> > >
> >
>


Re: Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Deepak Dixit
For drop ship order you can setup supplier address with purpose
SHIP_ORIG_LOCATION and shipping from facility you can use facility address
as fromAddress to calculate GST.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Oct 9, 2017 at 11:31 PM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:

> Hi Rajesh,
>
> To calculate GST you need to write custom calc tax service, that honor the
> shipFrom address as well.
> GST is common but how to calculate GST is different, As per Indian context
> GST is calculated based on shipFrom and ShipTo address.
>
> You need some changes in calcTax service and getTaxAuthorities methods
> that return the taxAuthority.OFBiz has capability to setup different
> taxAuthParties. So with proper data setup along with some changes you can
> setup GST tax calculation properly.
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Oct 9, 2017 at 9:45 PM, Rajesh Mallah 
> wrote:
>
>> We find that most of logic of Tax is in:
>>
>> applications/accounting/src/main/java/org/apache/ofbiz/accou
>> nting/tax/TaxAuthorityServices.java
>> can/should we modify it as per our need or there is a better/easier way?
>>
>> As GST requirement is very common(universal) now in India , i am curious
>> how people have implemented
>> here using OfBiz.
>>
>> regds
>> mallah.
>>
>>
>>
>>
>>
>>
>> On Mon, Oct 9, 2017 at 8:13 PM, Rajesh Mallah 
>> wrote:
>>
>> >
>> > Hi ,
>> >
>> > I need help regarding how to apply taxes   broadly based on the
>> > fact whether the supplier and consumer are in same state or not.
>> >
>> > We are able to apply taxes based on GEO ID of the customer but
>> > what is really required is the below:
>> >
>> > If Supplier.state == Customer.state
>> >   add adjustment SGST @  X%
>> >   add adjustment CGST @  X%
>> > else
>> >   add adjustment IGST  @  X+X%
>> >
>> >
>> > where:
>> > CGST --> Central Goods & Services Tax
>> > SGST --> State Goods & Services Tax
>> > IGST  --> Integrated Goods & Services Tax
>> >
>> >
>> > Any help on this regard is solicited.
>> >
>> >
>> > regds
>> > mallah.
>> >
>>
>
>


Re: Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Deepak Dixit
Hi Rajesh,

To calculate GST you need to write custom calc tax service, that honor the
shipFrom address as well.
GST is common but how to calculate GST is different, As per Indian context
GST is calculated based on shipFrom and ShipTo address.

You need some changes in calcTax service and getTaxAuthorities methods that
return the taxAuthority.OFBiz has capability to setup different
taxAuthParties. So with proper data setup along with some changes you can
setup GST tax calculation properly.


Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Oct 9, 2017 at 9:45 PM, Rajesh Mallah 
wrote:

> We find that most of logic of Tax is in:
>
> applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/
> TaxAuthorityServices.java
> can/should we modify it as per our need or there is a better/easier way?
>
> As GST requirement is very common(universal) now in India , i am curious
> how people have implemented
> here using OfBiz.
>
> regds
> mallah.
>
>
>
>
>
>
> On Mon, Oct 9, 2017 at 8:13 PM, Rajesh Mallah 
> wrote:
>
> >
> > Hi ,
> >
> > I need help regarding how to apply taxes   broadly based on the
> > fact whether the supplier and consumer are in same state or not.
> >
> > We are able to apply taxes based on GEO ID of the customer but
> > what is really required is the below:
> >
> > If Supplier.state == Customer.state
> >   add adjustment SGST @  X%
> >   add adjustment CGST @  X%
> > else
> >   add adjustment IGST  @  X+X%
> >
> >
> > where:
> > CGST --> Central Goods & Services Tax
> > SGST --> State Goods & Services Tax
> > IGST  --> Integrated Goods & Services Tax
> >
> >
> > Any help on this regard is solicited.
> >
> >
> > regds
> > mallah.
> >
>


Re: Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Rajesh Mallah
We find that most of logic of Tax is in:

applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/TaxAuthorityServices.java
can/should we modify it as per our need or there is a better/easier way?

As GST requirement is very common(universal) now in India , i am curious
how people have implemented
here using OfBiz.

regds
mallah.






On Mon, Oct 9, 2017 at 8:13 PM, Rajesh Mallah 
wrote:

>
> Hi ,
>
> I need help regarding how to apply taxes   broadly based on the
> fact whether the supplier and consumer are in same state or not.
>
> We are able to apply taxes based on GEO ID of the customer but
> what is really required is the below:
>
> If Supplier.state == Customer.state
>   add adjustment SGST @  X%
>   add adjustment CGST @  X%
> else
>   add adjustment IGST  @  X+X%
>
>
> where:
> CGST --> Central Goods & Services Tax
> SGST --> State Goods & Services Tax
> IGST  --> Integrated Goods & Services Tax
>
>
> Any help on this regard is solicited.
>
>
> regds
> mallah.
>


Implementing GST tax in Ofbiz - CGST , SGST , IGST

2017-10-09 Thread Rajesh Mallah
Hi ,

I need help regarding how to apply taxes   broadly based on the
fact whether the supplier and consumer are in same state or not.

We are able to apply taxes based on GEO ID of the customer but
what is really required is the below:

If Supplier.state == Customer.state
  add adjustment SGST @  X%
  add adjustment CGST @  X%
else
  add adjustment IGST  @  X+X%


where:
CGST --> Central Goods & Services Tax
SGST --> State Goods & Services Tax
IGST  --> Integrated Goods & Services Tax


Any help on this regard is solicited.


regds
mallah.


Re: Suggestions for Customer Relationship Management (CRM) Process Overview page

2017-10-09 Thread Aditya Sharma
Image links got broken I guess.

Lead Management:
https://drive.google.com/open?id=0B27ZznUMte3BNTFnNU9xa0Vxbkk

Sales Management:
 https://drive.google.com/open?id=0B27ZznUMte3BNjZZdHpnbnF4RjQ

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Systems 


On Mon, Oct 9, 2017 at 4:49 PM, Aditya Sharma <
aditya.sha...@hotwaxsystems.com> wrote:

> Hello all,
>
> I would like to suggest some changes in process diagrams of Customer
> Relationship Management (CRM) Process Overview page (
> https://cwiki.apache.org/confluence/x/RpJjB).
>
>
>1. For the "*Lead Management*":
>Lead can be acquired from various sources like a campaign, conference,
>website etc so the first activity cannot be "Call CSR".
>Please refer: https://drive.google.com/open?
>id=0B27ZznUMte3BNTFnNU9xa0Vxbkk
>
>2. For the "*Sales Forecast*":
>As defined:
>Sales Forecast is a process of estimating sales that a company expects
>within a specific period. It helps a company to speculate short-term and
>long-term performance.
>As forecast is an estimated future sale, it is the Sales Manager or
>any other designation from management responsible for making or approving
>such estimates. So the first activity "Call CSR" seems to be futile here.
>Please refer: https://drive.google.com/open?
>id=0B27ZznUMte3BNjZZdHpnbnF4RjQ
>
>
> Please enlighten me if I missed something.
>
> Thanks and Regards,
>
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Systems 
> 
>


Suggestions for Customer Relationship Management (CRM) Process Overview page

2017-10-09 Thread Aditya Sharma
Hello all,

I would like to suggest some changes in process diagrams of Customer
Relationship Management (CRM) Process Overview page (
https://cwiki.apache.org/confluence/x/RpJjB).


   1. For the "*Lead Management*":
   Lead can be acquired from various sources like a campaign, conference,
   website etc so the first activity cannot be "Call CSR".
   Please refer: https://drive.google.com/open?id=
   0B27ZznUMte3BNTFnNU9xa0Vxbkk
   2. For the "*Sales Forecast*":
   As defined:
   Sales Forecast is a process of estimating sales that a company expects
   within a specific period. It helps a company to speculate short-term and
   long-term performance.
   As forecast is an estimated future sale, it is the Sales Manager or any
   other designation from management responsible for making or approving such
   estimates. So the first activity "Call CSR" seems to be futile here.
   Please refer: https://drive.google.com/open?id=
   0B27ZznUMte3BNjZZdHpnbnF4RjQ

Please enlighten me if I missed something.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Systems 



Re: need help in overriding GL account for certain sales invoice items.

2017-10-09 Thread Rajesh Mallah
Thanks Sharan.


regds
mallah.

On Mon, Oct 9, 2017 at 3:05 PM, Sharan Foga  wrote:

> Hi Rajesh
>
> The Global template is the master and the organisation GL settings are the
> overrides. In some cases such as the one you found, there isn't a way to
> set the value in the organisation settings so it needs to be done at the
> master template level.
>
> Thanks
> Sharan
>
>
> On 2017-10-08 06:45, Rajesh Mallah  wrote:
> > Hi  ,
> >
> > I was able to assign the GL ACCOUNT from
> >
> > "Global GL Settings" => "INVOICE ITEM TYPE"
> >
> > this solved the problem with resorting to any hackery.
> >
> > regds
> > mallah.
> >
> >
> >
> >
> > On Sat, Oct 7, 2017 at 7:30 PM, Rajesh Mallah 
> > wrote:
> >
> > > UPDATE: { correction }
> > >
> > > it was possible to add override for
> > >
> > >  "INV_FPROD_ITEM   "Invoice Finished Good Item(Sales)"
> > >
> > > only for ITM_PROMOTION_ADJ  it is a problem as it does not appear in
> > > the dropdown for "Invoice Item Type"  in
> > >
> > > Org GL account settings -> "Setup" -> "GL Account Defaults" -> "Sales
> > > Invoice"
> > >
> > > regds
> > > mallah.
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Sat, Oct 7, 2017 at 6:59 PM, Rajesh Mallah  >
> > > wrote:
> > >
> > >> Hi ,
> > >>
> > >> We had to manually add the following overrides for
> invoice_item_type_id
> > >> in
> > >> Entity invoice_item_type_gl_account
> > >>
> > >> ITM_PROMOTION_ADJ   "Invoice Item Promotion(Sales)"and
> > >> INV_FPROD_ITEM   "Invoice Finished Good Item(Sales)"
> > >>
> > >>
> > >> to temporarily solve it.
> > >>
> > >> shall keep posted
> > >>
> > >>
> > >> regds
> > >> mallah.
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> On Sat, Oct 7, 2017 at 4:16 PM, Rajesh Mallah <
> mallah.raj...@gmail.com>
> > >> wrote:
> > >>
> > >>> Hi Everyone ,
> > >>>
> > >>> Hope everything is going great .
> > >>> I had to take a temporary detour from the
> > >>> OfBiz implementation project , now back to it.
> > >>>
> > >>> I had created a new Chart of Accounts (COA) for my organisation
> > >>> and trying to setup using exclusively the new (COA). I have been
> > >>> mostly successful but when
> > >>>
> > >>> I am trying to "Quick Ship Entire Order" after following steps:
> > >>> (1) placing an order from the ecommerce.
> > >>> (2) "Receive Payment" in Order screen
> > >>>
> > >>> I get an error of FKEY violation which demands that the combination
> of
> > >>> (gl_account_id , organisation_party_id) should be present in the
> > >>> gl_account_organisation.
> > >>>
> > >>> > excerpt of error
> > >>> (ERROR: insert or update on table "acctg_trans_entry" violates
> foreign
> > >>> key constraint "accttxent_glacog"   Detail: Key (gl_account_id,
> > >>> organization_party_id)=(41, 1) is not present in table
> > >>> "gl_account_organization".)). Rolling back transaction.
> > >>> <<
> > >>>
> > >>>
> > >>>
> > >>> considering the document
> > >>>
> > >>> https://cwiki.apache.org/confluence/display/OFBENDUSER/12.1.
> > >>> 4.5+Sales+Invoice
> > >>>
> > >>> I have already added override entries (based on new COA)
> > >>> for all global entries that referred to "41" , Invoice Discount
> > >>> (Sales)
> > >>> But instead of using the overridden one it tends to use the original
> > >>> ones.
> > >>>
> > >>> As evident i have not included items of demo COA into the new
> > >>> INTERNAL_ORGANISATION that i created.
> > >>>
> > >>>
> > >>> any help is solicited.
> > >>>
> > >>>
> > >>> regds
> > >>> mallah.
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>>
> > >>
> > >
> >
>


Re: OFBiz Users in Africa

2017-10-09 Thread Jacques Le Roux

Le 09/10/2017 à 11:12, Sharan Foga a écrit :

Hi Everyone

I've received an email from someone based in Africa who is looking to get 
started with OFBiz and promote its use for small businesses there. Do we have 
any existing African users in our community that would be interested in 
collaborating on this? (If so I will pass on the contact details).

Thanks
Sharan


Hi Sharan,

Apart Gavin Mabie and people in Magreb I don't know any people. I was once (in 2008) approached to make a training session in Cameroon but it was a 
scam to get pro forma invoices I think


So it really depends on the location of your contact...

Jacques



Re: need help in overriding GL account for certain sales invoice items.

2017-10-09 Thread Sharan Foga
Hi Rajesh

The Global template is the master and the organisation GL settings are the 
overrides. In some cases such as the one you found, there isn't a way to set 
the value in the organisation settings so it needs to be done at the master 
template level. 

Thanks
Sharan


On 2017-10-08 06:45, Rajesh Mallah  wrote: 
> Hi  ,
> 
> I was able to assign the GL ACCOUNT from
> 
> "Global GL Settings" => "INVOICE ITEM TYPE"
> 
> this solved the problem with resorting to any hackery.
> 
> regds
> mallah.
> 
> 
> 
> 
> On Sat, Oct 7, 2017 at 7:30 PM, Rajesh Mallah 
> wrote:
> 
> > UPDATE: { correction }
> >
> > it was possible to add override for
> >
> >  "INV_FPROD_ITEM   "Invoice Finished Good Item(Sales)"
> >
> > only for ITM_PROMOTION_ADJ  it is a problem as it does not appear in
> > the dropdown for "Invoice Item Type"  in
> >
> > Org GL account settings -> "Setup" -> "GL Account Defaults" -> "Sales
> > Invoice"
> >
> > regds
> > mallah.
> >
> >
> >
> >
> >
> >
> >
> >
> > On Sat, Oct 7, 2017 at 6:59 PM, Rajesh Mallah 
> > wrote:
> >
> >> Hi ,
> >>
> >> We had to manually add the following overrides for invoice_item_type_id
> >> in
> >> Entity invoice_item_type_gl_account
> >>
> >> ITM_PROMOTION_ADJ   "Invoice Item Promotion(Sales)"and
> >> INV_FPROD_ITEM   "Invoice Finished Good Item(Sales)"
> >>
> >>
> >> to temporarily solve it.
> >>
> >> shall keep posted
> >>
> >>
> >> regds
> >> mallah.
> >>
> >>
> >>
> >>
> >>
> >> On Sat, Oct 7, 2017 at 4:16 PM, Rajesh Mallah 
> >> wrote:
> >>
> >>> Hi Everyone ,
> >>>
> >>> Hope everything is going great .
> >>> I had to take a temporary detour from the
> >>> OfBiz implementation project , now back to it.
> >>>
> >>> I had created a new Chart of Accounts (COA) for my organisation
> >>> and trying to setup using exclusively the new (COA). I have been
> >>> mostly successful but when
> >>>
> >>> I am trying to "Quick Ship Entire Order" after following steps:
> >>> (1) placing an order from the ecommerce.
> >>> (2) "Receive Payment" in Order screen
> >>>
> >>> I get an error of FKEY violation which demands that the combination of
> >>> (gl_account_id , organisation_party_id) should be present in the
> >>> gl_account_organisation.
> >>>
> >>> > excerpt of error
> >>> (ERROR: insert or update on table "acctg_trans_entry" violates foreign
> >>> key constraint "accttxent_glacog"   Detail: Key (gl_account_id,
> >>> organization_party_id)=(41, 1) is not present in table
> >>> "gl_account_organization".)). Rolling back transaction.
> >>> <<
> >>>
> >>>
> >>>
> >>> considering the document
> >>>
> >>> https://cwiki.apache.org/confluence/display/OFBENDUSER/12.1.
> >>> 4.5+Sales+Invoice
> >>>
> >>> I have already added override entries (based on new COA)
> >>> for all global entries that referred to "41" , Invoice Discount
> >>> (Sales)
> >>> But instead of using the overridden one it tends to use the original
> >>> ones.
> >>>
> >>> As evident i have not included items of demo COA into the new
> >>> INTERNAL_ORGANISATION that i created.
> >>>
> >>>
> >>> any help is solicited.
> >>>
> >>>
> >>> regds
> >>> mallah.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
> 


OFBiz Users in Africa

2017-10-09 Thread Sharan Foga
Hi Everyone

I've received an email from someone based in Africa who is looking to get 
started with OFBiz and promote its use for small businesses there. Do we have 
any existing African users in our community that would be interested in 
collaborating on this? (If so I will pass on the contact details).

Thanks
Sharan


Re: [MODERATE EMAIL] Importing POS component to OFBiz v16

2017-10-09 Thread Sharan Foga
Hi

One option could be to wait for the integration of the the cash / webpos 
application mentioned by Jinghai

https://s.apache.org/QcyY

Thanks
Sharan

On 2017-10-09 10:45, Jacques Le Roux  wrote: 
> Hi user,
> 
> it's certainly possible but nothing is guaranteed
> 
> The POS component has been deprecated and is no longer supported
> 
> Jacques
> 
> 
> Le 09/10/2017 à 08:50, Deepak Dixit a écrit :
> > Hi User,
> >
> > Your email has been moderated, please subscribe mailing list
> > http://ofbiz.apache.org/mailing-lists.html
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > -- Forwarded message --
> > From: "idicesolution...@gmail.com" 
> > To: 
> > Cc:
> > Bcc:
> > Date: Sun, 08 Oct 2017 11:03:34 -
> > Subject: Importing POS component to OFBiz v16
> > Hi, is it possible to import POS component from OFBiz v12 to v16? Please
> > guide me on this.
> >
> 
> 


Re: [MODERATE EMAIL] Importing POS component to OFBiz v16

2017-10-09 Thread Jacques Le Roux

Hi user,

it's certainly possible but nothing is guaranteed

The POS component has been deprecated and is no longer supported

Jacques


Le 09/10/2017 à 08:50, Deepak Dixit a écrit :

Hi User,

Your email has been moderated, please subscribe mailing list
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

-- Forwarded message --
From: "idicesolution...@gmail.com" 
To: 
Cc:
Bcc:
Date: Sun, 08 Oct 2017 11:03:34 -
Subject: Importing POS component to OFBiz v16
Hi, is it possible to import POS component from OFBiz v12 to v16? Please
guide me on this.





Re: using http

2017-10-09 Thread Jacques Le Roux

Hi Mandeep,

Since OFBIZ-6849 OFBiz uses only HTTPS

OOTB OFBiz also uses HSTS to force HTTPS.

https://issues.apache.org/jira/browse/OFBIZ-6849?jql=project%20%3D%20OFBIZ%20AND%20text%20~%20%22HSTS%22

I have no time to check for you about R15 and like Deepak mentioned it's better 
to use a supported releases.

For the trunk and R16 this is what is said in url.properties

# If you want to use HTTP then set no.http=N. Else all requests will use HTTPS (also enforced by a HSTS header) except if put in the 
http.request-map.list


http://svn.apache.org/viewvc/ofbiz/branches/release16.11/framework/webapp/config/url.properties?view=markup

HTH

Jacques


Le 09/10/2017 à 08:44, Deepak Dixit a écrit :

Hi Mandeep,

Just want to let you know that release15 is not official release branch and
not supported any more.

Please user/explore release 16.11.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Sun, Oct 8, 2017 at 10:25 AM, Rajesh Mallah 
wrote:


Hi Mandeep ,

I also access ofbiz instance with http from an https frontend proxy.
pls check if ofbiz is listening at port 8080 (http server port)

in my machine:
# netstat -lnp | grep 8080
tcp6   0  0 :::8080 :::*
LISTEN  20509/java

in case it is listening you can configure the proxy.
I do not recall if i did anything extra to get ofbiz listening at 8080.

regds
mallah.

On Sun, Oct 8, 2017 at 10:09 AM, Mandeep Sarma 
wrote:


just learning OFbiz 15, I want to use OFBiz behind a proxy is it possible
to use OFBiz with http (not https). when I activate http in

url.properties

it doesn't do anything. OFBiz still redirects to https?

thank you.



Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>





[MODERATE EMAIL] SFA workflow

2017-10-09 Thread Deepak Dixit
Hi User,

Your email has been moderated, Please subscribe mailing list.
http://ofbiz.apache.org/mailing-lists.html


Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

-- Forwarded message --
From: "idicesolution...@gmail.com" 
To: 
Cc:
Bcc:
Date: Sun, 08 Oct 2017 11:04:38 -
Subject: SFA workflow
Hi all, I am looking for SFA workflow in OFBiz. Any doc/ guide or web link
would be helpful. Thanks.


[MODERATE EMAIL] Importing POS component to OFBiz v16

2017-10-09 Thread Deepak Dixit
Hi User,

Your email has been moderated, please subscribe mailing list
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

-- Forwarded message --
From: "idicesolution...@gmail.com" 
To: 
Cc:
Bcc:
Date: Sun, 08 Oct 2017 11:03:34 -
Subject: Importing POS component to OFBiz v16
Hi, is it possible to import POS component from OFBiz v12 to v16? Please
guide me on this.


Re: using http

2017-10-09 Thread Deepak Dixit
Hi Mandeep,

Just want to let you know that release15 is not official release branch and
not supported any more.

Please user/explore release 16.11.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Sun, Oct 8, 2017 at 10:25 AM, Rajesh Mallah 
wrote:

> Hi Mandeep ,
>
> I also access ofbiz instance with http from an https frontend proxy.
> pls check if ofbiz is listening at port 8080 (http server port)
>
> in my machine:
> # netstat -lnp | grep 8080
> tcp6   0  0 :::8080 :::*
> LISTEN  20509/java
>
> in case it is listening you can configure the proxy.
> I do not recall if i did anything extra to get ofbiz listening at 8080.
>
> regds
> mallah.
>
> On Sun, Oct 8, 2017 at 10:09 AM, Mandeep Sarma 
> wrote:
>
> > just learning OFbiz 15, I want to use OFBiz behind a proxy is it possible
> > to use OFBiz with http (not https). when I activate http in
> url.properties
> > it doesn't do anything. OFBiz still redirects to https?
> >
> > thank you.
> >
> >
> >  > utm_source=link_campaign=sig-email_content=webmail>
> > Virus-free.
> > www.avg.com
> >  > utm_source=link_campaign=sig-email_content=webmail>
> > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> >
>