Openbravo Issue Tracking System - Openbravo Localizations |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0049229 | Openbravo Localizations | Localization Portugal | public | 2022-05-05 13:27 | 2022-07-13 12:21 |
|
Reporter | psanjuan | |
Assigned To | igor_trebol | |
Priority | normal | 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 | 0049229: The simplified invoices must comply with nº 1 of art 40 of CIVA. |
Description | The simplified invoices must comply with nº 1 of art 40 of CIVA.
The software must know which type of business the user has, to be able to issue compliant documents (the value is controlled by NetTotal);
|
Steps To Reproduce | n/A |
Proposed Solution | Adjust PT certification Code (Simplified Invoice Threshold) to new Business Partner Type field (see JIRA RM- 547), therefore for the "Identified" customers":
* if "Company" business partner type is configured, simplified invoice threshold is 100,00€
* if "Individuals" bp type is configured, simplified invoice threshold is 1000.00€
Same way in those case where an not identified customer (anonymous) customer buys a product and gives his/her NIF in the "Tax ID pop up" the existing logic must be adapted.
* if the tax id enters by 1,2 and 3, the BP can be considered as an "individual", simplified invoice threshold is 1000,00€
* if the tax id entered is 5 or 6, the BP can be considered as a "company", simplified invoice threshold is 100,00€
|
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | feature request | 0047952 | | closed | ruben_jimenez | Openbravo ERP | There should be a way to distinguish persons/individuals from companies. | depends on | defect | 0049714 | | closed | ruben_jimenez | Openbravo ERP | New name and Help and description required for the new field "Business Partner Type", and POS label | related to | feature request | 0049537 | | scheduled | igor_trebol | Openbravo Localizations | Define threshold value preferences |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-05-05 13:27 | psanjuan | New Issue | |
2022-05-05 13:27 | psanjuan | Assigned To | => psanjuan |
2022-05-16 12:01 | psanjuan | Relationship added | related to 0047952 |
2022-05-18 13:47 | psanjuan | Proposed Solution updated | |
2022-05-18 13:49 | psanjuan | Proposed Solution updated | |
2022-05-18 13:50 | psanjuan | Proposed Solution updated | |
2022-05-18 14:05 | psanjuan | Note Added: 0137430 | |
2022-05-18 14:21 | aferraz | Note Added: 0137434 | |
2022-05-18 15:07 | aferraz | Note Edited: 0137434 | bug_revision_view_page.php?bugnote_id=0137434#r24115 |
2022-06-06 10:52 | aferraz | Relationship replaced | depends on 0047952 |
2022-06-10 15:44 | hgbot | Note Added: 0138278 | |
2022-06-13 12:03 | hgbot | Note Added: 0138298 | |
2022-06-13 12:51 | igor_trebol | Relationship added | related to 0049537 |
2022-06-20 13:38 | aferraz | Type | design defect => feature request |
2022-06-20 16:34 | hgbot | Resolution | open => fixed |
2022-06-20 16:34 | hgbot | Status | new => closed |
2022-06-20 16:34 | hgbot | Note Added: 0138572 | |
2022-06-20 16:34 | hgbot | Note Added: 0138573 | |
2022-06-20 16:51 | hgbot | Note Added: 0138577 | |
2022-06-20 16:51 | hgbot | Note Added: 0138578 | |
2022-06-27 11:49 | hgbot | Note Added: 0138778 | |
2022-07-05 09:52 | aferraz | Assigned To | psanjuan => igor_trebol |
2022-07-13 12:20 | hgbot | Note Added: 0139297 | |
2022-07-13 12:20 | hgbot | Note Added: 0139299 | |
2022-07-13 12:21 | aferraz | Relationship added | depends on 0049714 |
Notes |
|
|
|
|
(0137434)
|
aferraz
|
2022-05-18 14:21
(edited on: 2022-05-18 15:07) |
|
|
|
(0138278)
|
hgbot
|
2022-06-10 15:44
|
|
|
|
(0138298)
|
hgbot
|
2022-06-13 12:03
|
|
|
|
(0138572)
|
hgbot
|
2022-06-20 16:34
|
|
|
|
(0138573)
|
hgbot
|
2022-06-20 16:34
|
|
|
|
(0138577)
|
hgbot
|
2022-06-20 16:51
|
|
|
|
(0138578)
|
hgbot
|
2022-06-20 16:51
|
|
|
|
(0138778)
|
hgbot
|
2022-06-27 11:49
|
|
Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 2bdf27f89eacbfd937f5b767caf7dab2353f8d23
Author: Álvaro Ferraz <alvaro.ferraz@openbravo.com>
Date: 27-06-2022 11:49:35
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/2bdf27f89eacbfd937f5b767caf7dab2353f8d23 [^]
Related to ISSUE-49229: Remove simplified invoice threshold selenium test suite as this module is automated using jest tests
---
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job014/SimplifiedInvoiceThresholdSuite.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/suites/concurrent/job014/SimplifiedInvoiceThresholdSuiteHV.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/siinvoicethreshold/AllSimplifiedInvoiceThresholdTests.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/siinvoicethreshold/AllSimplifiedInvoiceThresholdTestsHV.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/siinvoicethreshold/SimplifiedInvoiceThresholdTest.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/siinvoicethreshold/SimplifiedInvoiceThresholdTestHelper.java
---
|
|
|
(0139297)
|
hgbot
|
2022-07-13 12:20
|
|
|
|
(0139299)
|
hgbot
|
2022-07-13 12:20
|
|
|