[jira] [Updated] (OFBIZ-7012) VAT tax are not recorded as separate line items in Invoice for products with VAT tax included in their price

2016-04-16 Thread Ankush Upadhyay (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankush Upadhyay updated OFBIZ-7012:
---
Attachment: OFBIZ-7012-VAT_TAX-ISSUE.patch

> VAT tax are not recorded as separate line items in Invoice for products with 
> VAT tax included in their price
> 
>
> Key: OFBIZ-7012
> URL: https://issues.apache.org/jira/browse/OFBIZ-7012
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting, order
>Reporter: Divesh Dutta
>Assignee: Divesh Dutta
> Attachments: OFBIZ-7012-VAT_TAX-ISSUE.patch
>
>
> In countries like UK VAT system works. So in VAT system, VAT taxes are 
> included in product's price. So OFBiz have support of VAT tax where you can 
> include VAT in product's price itself. Here is the example data we create to 
> enable VAT calculations:
>  {code}
> 
>  
> 
>  
> 
>  
>  taxAuthGeoId="GBR" taxAuthPartyId="GB_TA"/>
>  
>  productStoreId="9000" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxAuthorityRateTypeId="VAT_TAX" taxPercentage="20.00" />
>  productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" 
> productStoreGroupId="_NA_" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxInPrice="Y" />
>  {code}
> When invoices are created, tax amount included in product's price is not 
> separated in new invoice line item. And when general ledger postings are 
> done, then tax amount is not posted in Liability account. So due to this 
> organizations have no way to figure out how much tax is to be paid to tax 
> authority. 
> Ideally, product's actual price (without VAT) should be recorded in revenue 
> account and tax should be recorded in liability account. 
> For doing this, when invoice is created, VAT amount should be separated and 
> created as new line item. 
> Recently we have worked for one of our client where we have fixed this issue 
> and enabled invoicing in OFBiz to record vat tax amount as separate line 
> items. [~lektran] has actively worked with us to finalize the solution design 
> and completing the implementation. [~ankush.upadhyay] is the developer who 
> worked on solution design. [~ankush.upadhyay] please provide the patch for 
> this issue. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7012) VAT tax are not recorded as separate line items in Invoice for products with VAT tax included in their price

2016-04-16 Thread Divesh Dutta (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Divesh Dutta updated OFBIZ-7012:

Description: 
In countries like UK VAT system works. So in VAT system, VAT taxes are included 
in product's price. So OFBiz have support of VAT tax where you can include VAT 
in product's price itself. Here is the example data we create to enable VAT 
calculations:
 {code}

 

 

 

 



 {code}
When invoices are created, tax amount included in product's price is not 
separated in new invoice line item. And when general ledger postings are done, 
then tax amount is not posted in Liability account. So due to this 
organizations have no way to figure out how much tax is to be paid to tax 
authority. 

Ideally, product's actual price (without VAT) should be recorded in revenue 
account and tax should be recorded in liability account. 

For doing this, when invoice is created, VAT amount should be separated and 
created as new line item. 

Recently we have worked for one of our client where we have fixed this issue 
and enabled invoicing in OFBiz to record vat tax amount as separate line items. 
[~lektran] has actively worked with us to finalize the solution design and 
completing the implementation. [~ankush.upadhyay] is the developer who worked 
on solution design. [~ankush.upadhyay] please provide the patch for this issue. 


  was:
In countries like UK VAT system works. So in VAT system, VAT taxes are included 
in product's price. So OFBiz have support of VAT tax where you can include VAT 
in product's price itself. Here is the example data we create to enable VAT 
calculations:
 {code}

 

 

 

 



 {code}
When invoices are created, tax amount included in product's price is not 
separated in new invoice line item. And when general ledger postings are done, 
then tax amount is not posted in Liability account. So due to this 
organizations have no way to figure out how much tax is to be paid to tax 
authority. 

Ideally, product's actual price (without VAT) should be recorded in revenue 
account and tax should be recorded in liability account. 

For doing this, when invoice is created, VAT amount should be separated and 
created as new line item. 



> VAT tax are not recorded as separate line items in Invoice for products with 
> VAT tax included in their price
> 
>
> Key: OFBIZ-7012
> URL: https://issues.apache.org/jira/browse/OFBIZ-7012
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting, order
>Reporter: Divesh Dutta
>Assignee: Divesh Dutta
>
> In countries like UK VAT system works. So in VAT system, VAT taxes are 
> included in product's price. So OFBiz have support of VAT tax where you can 
> include VAT in product's price itself. Here is the example data we create to 
> enable VAT calculations:
>  {code}
> 
>  
> 
>  
> 
>  
>  taxAuthGeoId="GBR" taxAuthPartyId="GB_TA"/>
>  
>  productStoreId="9000" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxAuthorityRateTypeId="VAT_TAX" taxPercentage="20.00" />
>  productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" 
> productStoreGroupId="_NA_" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxInPrice="Y" />
>  {code}
> When invoices are created, tax amount included in product's price is not 
> separated in new invoice line item. And when general ledger postings are 
> done, then tax amount is not posted in Liability account. So due to this 
> organizations have no way to figure out how much tax is to be paid to tax 
> authority. 
> Ideally, product's actual price (without VAT) should be recorded in revenue 
> account and tax should be recorded in liability account. 
> For doing this, when invoice is created, VAT amount should be separated and 
> created as new line item. 
> Recently we have worked for one of our client where we have fixed this issue 
> and enabled invoicing in OFBiz to record vat tax amount as separate line 
> items. [~lektran] has actively worked with us to finalize the solution design 
> and completing the implementation. [~ankush.upadhyay] is the developer who 
> worked on solution design. [~ankush.upadhyay] please provide the patch for 
> this issue. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7012) VAT tax are not recorded as separate line items in Invoice for products with VAT tax included in their price

2016-04-16 Thread Divesh Dutta (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Divesh Dutta updated OFBIZ-7012:

Description: 
In countries like UK VAT system works. So in VAT system, VAT taxes are included 
in product's price. So OFBiz have support of VAT tax where you can include VAT 
in product's price itself. Here is the example data we create to enable VAT 
calculations:
 {code}

 

 

 

 



 {code}
When invoices are created, tax amount included in product's price is not 
separated in new invoice line item. And when general ledger postings are done, 
then tax amount is not posted in Liability account. So due to this 
organizations have no way to figure out how much tax is to be paid to tax 
authority. 

Ideally, product's actual price (without VAT) should be recorded in revenue 
account and tax should be recorded in liability account. 

For doing this, when invoice is created, VAT amount should be separated and 
created as new line item. 


  was:
In countries like UK VAT system works. So in VAT system, VAT taxes are included 
in product's price. So OFBiz have support of VAT tax where you can include VAT 
in product's price itself. Here is the example data we create to enable VAT 
calculations:


 

 

 

 




When invoices are created, tax amount included in product's price is not 
separated in new invoice line item. And when general ledger postings are done, 
then tax amount is not posted in Liability account. So due to this 
organizations have no way to figure out how much tax is to be paid to tax 
authority. 

Ideally, product's actual price (without VAT) should be recorded in revenue 
account and tax should be recorded in liability account. 

For doing this, when invoice is created, VAT amount should be separated and 
created as new line item. 



> VAT tax are not recorded as separate line items in Invoice for products with 
> VAT tax included in their price
> 
>
> Key: OFBIZ-7012
> URL: https://issues.apache.org/jira/browse/OFBIZ-7012
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting, order
>Reporter: Divesh Dutta
>Assignee: Divesh Dutta
>
> In countries like UK VAT system works. So in VAT system, VAT taxes are 
> included in product's price. So OFBiz have support of VAT tax where you can 
> include VAT in product's price itself. Here is the example data we create to 
> enable VAT calculations:
>  {code}
> 
>  
> 
>  
> 
>  
>  taxAuthGeoId="GBR" taxAuthPartyId="GB_TA"/>
>  
>  productStoreId="9000" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxAuthorityRateTypeId="VAT_TAX" taxPercentage="20.00" />
>  productPricePurposeId="PURCHASE" productPriceTypeId="DEFAULT_PRICE" 
> productStoreGroupId="_NA_" taxAuthGeoId="GBR" taxAuthPartyId="GB_TA" 
> taxInPrice="Y" />
>  {code}
> When invoices are created, tax amount included in product's price is not 
> separated in new invoice line item. And when general ledger postings are 
> done, then tax amount is not posted in Liability account. So due to this 
> organizations have no way to figure out how much tax is to be paid to tax 
> authority. 
> Ideally, product's actual price (without VAT) should be recorded in revenue 
> account and tax should be recorded in liability account. 
> For doing this, when invoice is created, VAT amount should be separated and 
> created as new line item. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)