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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046212
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSmajoralways2021-04-01 16:282021-06-22 09:59
ReporterYBatailleView Statuspublic 
Assigned Topablobessone 
PrioritynormalResolutionfixedFixed 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

0046212: JIRA-1480- Never Print Empty values

DescriptionCashup / Safebox ,: at the end of the counting, ticket is printed with every values. Lot of them are empty , Zero,without senses for the casher





Cashup / Safebox - clôture de caisse - n’afficher que ce qui est <> 0
Steps To ReproduceConnect to the POS
Terminal
Main Menu :
Cash Up
Step 3 of 3: Post, Print and Close
Proposed SolutionIf values are not legally mandatory, do not print labels and empty values.

For example, I think that "Startings" values are mandatory, but "deposits" shouldn't.
Confirm with legal and Fix if allowed.

Add new flag in touchpoint type. Take new flag into account in PaymentMethodInfo.jsx (maybe others, i.e. totals)
TagsNo tags attached.
Attached Filespng file icon Jira-1480.png [^] (64,643 bytes) 2021-04-01 16:28

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0047074TAP closedpablobessone JIRA-1480- Never Print Empty values 

-  Notes
(0127691)
marvintm (manager)
2021-04-30 11:19

In any case, this should be configurable as other customers might now want it to work in this way.
(0129529)
hgbot (developer)
2021-06-15 20:37

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/559 [^]
(0129664)
hgbot (developer)
2021-06-21 07:08

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 7b51ff3c7eaecba6a28fc17adcd4499c34df59e1
Author: pablo.bessone <pablo.bessone@smfconsulting.es>
Date: 2021-06-18T09:01:08-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7b51ff3c7eaecba6a28fc17adcd4499c34df59e1 [^]

fixed ISSUE-0046212: post print won't show amount if 0 or if check mandatory payment is false

---
M src-db/database/model/modifiedTables/OBPOS_APP_PAYMENT_TYPE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupReport/PaymentMethodsInfo/PaymentMethodsInfo.jsx
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupReport/PaymentMethodsInfo/__test__/PaymentMethodsInfo.test.jsx
---
(0129665)
hgbot (developer)
2021-06-21 07:08

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 444a5bd9c99c3173088927cee9964f5d22d7d42d
Author: pablo.bessone <pablo.bessone@smfconsulting.es>
Date: 2021-06-18T09:01:08-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/444a5bd9c99c3173088927cee9964f5d22d7d42d [^]

fixed ISSUE-0046212: column position

---
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0129666)
hgbot (developer)
2021-06-21 07:08

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/559 [^]
(0129667)
hgbot (developer)
2021-06-21 07:08

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 246b19a2077e843d1c55d25d5b89765dfd2bde21
Author: pablo.bessone <pablo.bessone@smfconsulting.es>
Date: 2021-06-18T09:01:08-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/246b19a2077e843d1c55d25d5b89765dfd2bde21 [^]

fixed ISSUE-0046212: changed amount condition and fixed css style

---
M web-jspack/org.openbravo.pos2/src/components/Cashup/CashupReport/PaymentMethodsInfo/PaymentMethodsInfo.jsx
---
(0129668)
hgbot (developer)
2021-06-21 07:08

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 5e5ff9dcb1b9c6be68e947f02dc93936f66f7497
Author: pablo.bessone <pablo.bessone@smfconsulting.es>
Date: 2021-06-18T09:50:56-03:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/5e5ff9dcb1b9c6be68e947f02dc93936f66f7497 [^]

fixed ISSUE-0046212: changed field name and description to be more explainable

---
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0129709)
hgbot (developer)
2021-06-22 09:59

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 63658fece43467927f2c592bb7a4d22aad44a25d
Author: Antonio Moreno <anmorenoperez@gmail.com>
Date: 2021-06-22T09:59:41+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/63658fece43467927f2c592bb7a4d22aad44a25d [^]

Related to ISSUE-46212: Fixed dbconsistency problem

---
M src-db/database/sourcedata/AD_FIELD.xml
---

- Issue History
Date Modified Username Field Change
2021-04-01 16:28 YBataille New Issue
2021-04-01 16:28 YBataille Assigned To => Retail
2021-04-01 16:28 YBataille File Added: Jira-1480.png
2021-04-01 16:28 YBataille Triggers an Emergency Pack => No
2021-04-30 11:19 marvintm Note Added: 0127691
2021-04-30 11:19 marvintm Status new => acknowledged
2021-06-08 09:47 AugustoMauch Proposed Solution updated
2021-06-08 09:48 AugustoMauch Proposed Solution updated
2021-06-11 13:49 dmiguelez Status acknowledged => scheduled
2021-06-11 13:50 dmiguelez Resolution time => 1625176800
2021-06-11 13:50 dmiguelez Status scheduled => acknowledged
2021-06-11 14:11 pablobessone Assigned To Retail => pablobessone
2021-06-11 14:11 pablobessone Status acknowledged => scheduled
2021-06-15 20:37 hgbot Note Added: 0129529
2021-06-21 07:08 hgbot Resolution open => fixed
2021-06-21 07:08 hgbot Status scheduled => closed
2021-06-21 07:08 hgbot Note Added: 0129664
2021-06-21 07:08 hgbot Note Added: 0129665
2021-06-21 07:08 hgbot Note Added: 0129666
2021-06-21 07:08 hgbot Note Added: 0129667
2021-06-21 07:08 hgbot Note Added: 0129668
2021-06-22 09:59 hgbot Note Added: 0129709


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker