Notes |
|
|
Steps to reproduce this issue.
1)Create Tax Register Type with following values.
(Financial Management || Receivables & Payables || Setup || Tax Register Type)
Header:
1.Sales Transaction='Yes'.
Lines:
2.Tax ='VAT 16%-VAT 16%'
3.Document Type ='AR Invoice'
Save the record.
2)Create Sales Invoice With following values.
(Sales Management || Transactions || Sales Invoice ||)
Header:
1.Organization ='A'
2.Transaction Document ='AR Invoice'
3.Business Partner ='Example :Bellen Ent.'
4.Tax Date ='Any date eg.('31-07-2009')'
Lines:
1.Product='Eg :Hammer'
2.Tax ='VAT 16%'
Complete the transaction.
3)Create Tax Payment with the following values.
(Financial Management || Receivables & Payables || Transactions || Tax Payment)
Header:
1.Organization="B"
2.Business Partner="the name selected in the sale invoice eg:'Bellen Ent.'"
3.Starting Date="date before the Tax date given in the sale invoice created.Eg '30-07-2009'"
4.Ending Date ="date after the Tax date given in the sale invoice created.Eg '01-08-2009'"
Click the Create Vat Register Button.
Since the above created sales invoice shouldn't come under this Tax payment,because the tax payment is created for organization 'B' ,but it pulling the records from the organization 'A'.This is the reason ticket is raised. |
|
|
(0018746)
|
hgbot
|
2009-07-31 09:14
|
|
Repository: erp/stable/2.40
Changeset: c13b25beeccc26ffdc324caee57ceabf2f8302de
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Fri Jul 31 12:36:28 2009 +0530
URL: http://code.openbravo.com/erp/stable/2.40/rev/c13b25beeccc26ffdc324caee57ceabf2f8302de [^]
Issue Fixed 9952: Create VAT Register process does not filter by organization
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters_data.xsql
---
|
|
|
|
Hi Hari,
In Tax Payment in the header after we enter all the required details, when we click the button Create VAT Register the system should select the Tax registers registered only for the current organization and its child organization selected in the Header
Let me know if you need more details.
Thanks
suresh. |
|
|
(0018877)
|
hgbot
|
2009-08-07 13:32
|
|
Repository: erp/stable/2.40
Changeset: fb24afb7ecc13866d4ab7613987ea57cf024099f
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Fri Aug 07 17:00:56 2009 +0530
URL: http://code.openbravo.com/erp/stable/2.40/rev/fb24afb7ecc13866d4ab7613987ea57cf024099f [^]
Fixes Issue 9952: Create VAT Register process does not filter by organization
---
M src/org/openbravo/erpCommon/ad_actionButton/CreateVatRegisters.java
M src/org/openbravo/erpCommon/ad_actionButton/TaxRegisterType.xsql
---
|
|
|
|
|