Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0052641
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSmajoralways2023-06-01 13:462023-06-02 11:58
ReporterpsanjuanView Statuspublic 
Assigned Toadrianromero 
PriorityurgentResolutioninvalidFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0052641: POS Fiscalization API - Gross amount missing in the JSON file in the Taxes array

DescriptionPOS Fiscalization API - Gross amount missing in the JSON file in the Taxes array
Steps To ReproduceN/A
Proposed SolutionIt is required to include the property Gross, see below, for each component of the Taxes array, created for the Ticket Complete event:

taxes: Array(2),
0:
amount: 30.78
name: "Entregas IVA 13%"
C_TaxRate.Value (searchKey) : issue 52622 = [TaxG] MAPPING
net: 236.79 = [Net]
rate: 13 = [Prc]
taxBase: null (issue 52323)
Gross = Amt (Issue 52641) missing!!
[[Prototype]]: Object
1:
amount: 3.32
name: "Entregas IVA 10%"
C_TaxRate.Value (searchKey) : = [TaxG] MAPPING]
net: 33.18
rate: 10
taxBase: null (issue 52323)
Gross = Amt (Issue 52641) missing!!
[[Prototype]]: Object
length: 2
[[Prototype]]: Array(0)

The field required "Gross" must be exported in the JSON file as the sum of below two fields of the C_InvoiceLineTax table:

Taxbaseamt
Tax Amount

TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0150605)
psanjuan (manager)
2023-06-01 14:03

Jira related:
https://openbravo.atlassian.net/browse/RM-6698 [^]
(0150654)
psanjuan (manager)
2023-06-02 11:58

We are not going to implement any calculation, as the integrator can take the fields and make the calculations required.

- Issue History
Date Modified Username Field Change
2023-06-01 13:46 psanjuan New Issue
2023-06-01 13:46 psanjuan Assigned To => Retail
2023-06-01 13:46 psanjuan Triggers an Emergency Pack => No
2023-06-01 13:46 psanjuan Assigned To Retail => psanjuan
2023-06-01 13:53 psanjuan Proposed Solution updated
2023-06-01 13:53 psanjuan Proposed Solution updated
2023-06-01 13:54 psanjuan Assigned To psanjuan => adrianromero
2023-06-01 13:54 psanjuan Type defect => feature request
2023-06-01 14:03 psanjuan Note Added: 0150605
2023-06-02 11:57 psanjuan Status new => scheduled
2023-06-02 11:58 psanjuan Note Added: 0150654
2023-06-02 11:58 psanjuan Status scheduled => resolved
2023-06-02 11:58 psanjuan Resolution open => invalid
2023-06-02 11:58 psanjuan Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker