Openbravo Issue Tracking System - Openbravo Localizations | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0045755 | Openbravo Localizations | Localization France | public | 2021-01-19 15:27 | 2021-08-10 09:34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Reporter | psanjuan | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Assigned To | vmromanos | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Priority | urgent | Severity | major | Reproducibility | always | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Platform | OS | 30 | OS Version | Openbravo Appliance 14.04 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression level | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary | 0045755: New taxes required set as Tax Exempt=Yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | New taxes required set as Tax Exempt=Yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | Create a BP and set it as Tax Exempt = Yes Make a sales for it, for a product related with a Non-Exempt tax category (ie. TVA Normale) Realize that a normal VAT Rate is shown in the order/sale. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Proposed Solution | It is required to create below listed new taxes related to each existing FR tax category (but Exonere), set up as Tax Exempt. TVA Normale Exonérée - Tax Category = TVA Normale - Rate 0,00 - Tax Exempt = Yes TVA Réduite Exonérée- Tax Category = TVA Réduite - Rate 0,00 - Tax Exempt = Yes TVA Intermédiaire Exonérée - Tax Category = TVA Intermédiaire - Rate 0,00 - Tax Exempt = Yes TVA particulière Exonérée- Tax Category = TVA particulière - Rate 0,00 - Tax Exempt = Yes 1 ) Exonéré (existing) BCF698789D4F4F7DB82850F32B0E133D UPDATE public.c_tax SET ad_client_id='757D621ABD1948F5BCBAD91F19BB70AC', ad_org_id='0', isactive='Y', created='2019-11-07 12:42:24.412', createdby='100', updated=NOW(), "name"='Exonéré', updatedby='100', description='Exonéré', taxindicator=NULL, validfrom='2000-01-01 00:00:00.000', issummary='N', rate=0.0, parent_tax_id=NULL, c_country_id='102', c_region_id=NULL, to_country_id='102', to_region_id=NULL, c_taxcategory_id='65B3F8E34D32434DABC8D1E30B9F207E', isdefault='N', istaxexempt='Y', sopotype='B', "cascade"='N', c_bp_taxcategory_id=NULL, line=10, iswithholdingtax='N', isnotaxable='N', deducpercent=NULL, originalrate=NULL, istaxundeductable='N', istaxdeductable='N', isnovat='N', baseamount='LNA', c_taxbase_id=NULL, doctaxamount='D', iscashvat='N', em_obspti_declaration=NULL, em_obspti_isreversecharge='N', em_obspti_isequivalentcharge='N', em_obspti_isintracommunity='N', em_obspti_islease='N', em_obspti_isrealestate='N', em_obspti_reagyp='N', em_obspti_isrebu='N', em_obspti_isexport='N', em_obspti_isimplicitcharge='N' WHERE c_tax_id='BCF698789D4F4F7DB82850F32B0E133D'; 2 ) TVA Particulière Exonérée (NEW) B9AA30028EA14F778B3440F20BFF8692 INSERT INTO public.c_tax (c_tax_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, "name", updatedby, description, taxindicator, validfrom, issummary, rate, parent_tax_id, c_country_id, c_region_id, to_country_id, to_region_id, c_taxcategory_id, isdefault, istaxexempt, sopotype, "cascade", c_bp_taxcategory_id, line, iswithholdingtax, isnotaxable, deducpercent, originalrate, istaxundeductable, istaxdeductable, isnovat, baseamount, c_taxbase_id, doctaxamount, iscashvat, em_obspti_declaration, em_obspti_isreversecharge, em_obspti_isequivalentcharge, em_obspti_isintracommunity, em_obspti_islease, em_obspti_isrealestate, em_obspti_reagyp, em_obspti_isrebu, em_obspti_isexport, em_obspti_isimplicitcharge) VALUES('B9AA30028EA14F778B3440F20BFF8692', '757D621ABD1948F5BCBAD91F19BB70AC', '0', 'Y', now(), '100', now(), 'TVA Particulière Exonérée', '100', 'TVA Particulière Exonérée', NULL, '2000-01-01 00:00:00.000', 'N', 0, NULL, '102', NULL, '102', NULL, 'F690417589B44D93A7A3BF92CF88148C', 'N', 'Y', 'S', 'N', NULL, 10, 'N', 'N', NULL, NULL, 'N', 'N', 'N', 'LNA', NULL, 'D', 'N', NULL, 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N'); 3 ) TVA Intermédiaire Exonérée (NEW) E6884050472F4E9C82D4E90144996448 INSERT INTO public.c_tax (c_tax_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, "name", updatedby, description, taxindicator, validfrom, issummary, rate, parent_tax_id, c_country_id, c_region_id, to_country_id, to_region_id, c_taxcategory_id, isdefault, istaxexempt, sopotype, "cascade", c_bp_taxcategory_id, line, iswithholdingtax, isnotaxable, deducpercent, originalrate, istaxundeductable, istaxdeductable, isnovat, baseamount, c_taxbase_id, doctaxamount, iscashvat, em_obspti_declaration, em_obspti_isreversecharge, em_obspti_isequivalentcharge, em_obspti_isintracommunity, em_obspti_islease, em_obspti_isrealestate, em_obspti_reagyp, em_obspti_isrebu, em_obspti_isexport, em_obspti_isimplicitcharge) VALUES('E6884050472F4E9C82D4E90144996448', '757D621ABD1948F5BCBAD91F19BB70AC', '0', 'Y', now(), '100', now(), 'TVA Intermédiaire Exonérée', '100', 'TVA Intermédiaire Exonérée', NULL, '2000-01-01 00:00:00.000', 'N', 0, NULL, '102', NULL, '102', NULL, '3DDBD769E0B14E54B8A55A54CA50C142', 'N', 'Y', 'S', 'N', NULL, 10, 'N', 'N', NULL, NULL, 'N', 'N', 'N', 'LNA', NULL, 'D', 'N', NULL, 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N'); 4 ) TVA Réduite Exonérée (NEW) 47F6AF08EC0B4C8FB77E2CF724D79E1E INSERT INTO public.c_tax (c_tax_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, "name", updatedby, description, taxindicator, validfrom, issummary, rate, parent_tax_id, c_country_id, c_region_id, to_country_id, to_region_id, c_taxcategory_id, isdefault, istaxexempt, sopotype, "cascade", c_bp_taxcategory_id, line, iswithholdingtax, isnotaxable, deducpercent, originalrate, istaxundeductable, istaxdeductable, isnovat, baseamount, c_taxbase_id, doctaxamount, iscashvat, em_obspti_declaration, em_obspti_isreversecharge, em_obspti_isequivalentcharge, em_obspti_isintracommunity, em_obspti_islease, em_obspti_isrealestate, em_obspti_reagyp, em_obspti_isrebu, em_obspti_isexport, em_obspti_isimplicitcharge) VALUES('47F6AF08EC0B4C8FB77E2CF724D79E1E', '757D621ABD1948F5BCBAD91F19BB70AC', '0', 'Y', now(), '100', now(), 'TVA Réduite Exonérée', '100', 'TVA Réduite Exonérée', NULL, '2000-01-01 00:00:00.000', 'N', 0, NULL, '102', NULL, '102', NULL, '238F9E5D5FD142C2BB0E53A33E885656', 'N', 'Y', 'S', 'N', NULL, 10, 'N', 'N', NULL, NULL, 'N', 'N', 'N', 'LNA', NULL, 'D', 'N', NULL, 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N'); 5 ) TVA Normale Exonérée (NEW) 57C3B025A5524E40B4C7120B55CC4B9C INSERT INTO public.c_tax (c_tax_id, ad_client_id, ad_org_id, isactive, created, createdby, updated, "name", updatedby, description, taxindicator, validfrom, issummary, rate, parent_tax_id, c_country_id, c_region_id, to_country_id, to_region_id, c_taxcategory_id, isdefault, istaxexempt, sopotype, "cascade", c_bp_taxcategory_id, line, iswithholdingtax, isnotaxable, deducpercent, originalrate, istaxundeductable, istaxdeductable, isnovat, baseamount, c_taxbase_id, doctaxamount, iscashvat, em_obspti_declaration, em_obspti_isreversecharge, em_obspti_isequivalentcharge, em_obspti_isintracommunity, em_obspti_islease, em_obspti_isrealestate, em_obspti_reagyp, em_obspti_isrebu, em_obspti_isexport, em_obspti_isimplicitcharge) VALUES('57C3B025A5524E40B4C7120B55CC4B9C', '757D621ABD1948F5BCBAD91F19BB70AC', '0', 'Y', now(), '100', now(), 'TVA Normale Exonérée', '100', 'TVA Normale Exonérée', NULL, '2000-01-01 00:00:00.000', 'N', 0, NULL, '102', NULL, '102', NULL, '4F825B307C554B7BB97642E6317C8B9B', 'N', 'Y', 'S', 'N', NULL, 10, 'N', 'N', NULL, NULL, 'N', 'N', 'N', 'LNA', NULL, 'D', 'N', NULL, 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N', 'N'); FY All of them set as Sales Taxes, with France - France (Metropolitan Regions) configuration IDs will be provided. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tags | NOR | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attached Files | Screenshot from 2021-01-19 15-23-09.png (57,110) 2021-01-19 15:43 https://issues.openbravo.com/file_download.php?file_id=15266&type=bug | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:27 | psanjuan | New Issue | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:42 | rafaroda | Issue Monitored: rafaroda | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:42 | rafaroda | Tag Attached: NOR | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:43 | rafaroda | Proposed Solution updated | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:43 | rafaroda | File Added: Screenshot from 2021-01-19 15-23-09.png | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:44 | rafaroda | Relationship added | related to 0045643 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:44 | rafaroda | Note Added: 0125641 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-01-19 15:44 | rafaroda | Relationship added | related to 0045642 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-02-04 10:06 | psanjuan | Note Added: 0125974 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-02-04 10:06 | psanjuan | Note Edited: 0125974 | bug_revision_view_page.php?bugnote_id=0125974#r22103 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-02-04 10:09 | psanjuan | Note Edited: 0125974 | bug_revision_view_page.php?bugnote_id=0125974#r22104 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-02-04 16:50 | psanjuan | Note Edited: 0125974 | bug_revision_view_page.php?bugnote_id=0125974#r22105 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-03-17 11:47 | psanjuan | Assigned To | => psanjuan | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-04-21 12:59 | psanjuan | Relationship added | related to 0046314 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-05-28 12:49 | rafaroda | Relationship added | related to 0046791 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-06-29 15:31 | rafaroda | Relationship added | related to 0047281 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-06-30 17:43 | vmromanos | Status | new => scheduled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-06-30 17:43 | vmromanos | Assigned To | psanjuan => vmromanos | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-06-30 17:54 | hgbot | Note Added: 0130034 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-07-13 12:55 | rafaroda | Relationship added | related to 0047264 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-07-13 16:52 | psanjuan | Note Added: 0130423 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-07-20 18:47 | psanjuan | Note Edited: 0130423 | bug_revision_view_page.php?bugnote_id=0130423#r22905 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-07-20 22:37 | rafaroda | Relationship added | related to 0047419 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-08-10 09:24 | hgbot | Note Added: 0131045 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-08-10 09:24 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-08-10 09:24 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-08-10 09:24 | hgbot | Note Added: 0131046 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-08-10 09:24 | hgbot | Note Added: 0131047 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2021-08-10 09:34 | vmromanos | Status | resolved => closed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2022-03-17 17:27 | rafaroda | Relationship added | related to 0048821 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2022-03-23 16:31 | rafaroda | Relationship added | related to 0048871 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|