Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037180 | Retail Modules | Web POS | public | 2017-10-27 12:54 | 2018-06-26 11:42 |
|
Reporter | jorge-garcia | |
Assigned To | jorge-garcia | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q1 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037180: Implements the functionality to generate separate invoices for return and sales tickets |
Description | Implements the functionality to generate separate invoices for return and sales tickets
|
Steps To Reproduce | - |
Proposed Solution |
A new check will be added to POS Terminal Type. This check will only be visible when "Group orders in one invoice" has been marked, and will allow to specify that separate invoices should be generated for returns.
New terminals will by default have this check set to "yes", but old terminals will have it initially set to "no". |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-10-27 12:54 | jorge-garcia | New Issue | |
2017-10-27 12:54 | jorge-garcia | Assigned To | => jorge-garcia |
2017-10-27 12:54 | jorge-garcia | OBNetwork customer | => No |
2017-10-27 12:54 | jorge-garcia | Triggers an Emergency Pack | => No |
2017-10-27 14:02 | hgbot | Checkin | |
2017-10-27 14:02 | hgbot | Note Added: 0100122 | |
2017-10-27 14:03 | hgbot | Checkin | |
2017-10-27 14:03 | hgbot | Note Added: 0100123 | |
2017-10-27 14:03 | hgbot | Status | new => resolved |
2017-10-27 14:03 | hgbot | Resolution | open => fixed |
2017-10-27 14:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c9b48e94c9ac5d4bcd45e8dcf06db539b3dee398 [^] |
2017-10-30 10:05 | jorge-garcia | Type | design defect => feature request |
2017-10-30 10:07 | jorge-garcia | Note Added: 0100136 | |
2017-11-03 09:56 | marvintm | Review Assigned To | => marvintm |
2017-11-03 09:56 | marvintm | Status | resolved => closed |
2017-11-03 09:56 | marvintm | Fixed in Version | => RR18Q1 |
2017-11-03 09:58 | marvintm | Description Updated | bug_revision_view_page.php?rev_id=16223#r16223 |
2017-11-03 09:58 | marvintm | Proposed Solution updated | |
2017-11-15 16:06 | hgbot | Checkin | |
2017-11-15 16:06 | hgbot | Note Added: 0100531 | |
2018-01-22 20:57 | hgbot | Checkin | |
2018-01-22 20:57 | hgbot | Note Added: 0101869 | |
2018-06-26 11:42 | hgbot | Checkin | |
2018-06-26 11:42 | hgbot | Note Added: 0105427 | |
2018-06-26 14:09 | gorka_gil | Note Deleted: 0105427 | |
Notes |
|
(0100122)
|
hgbot
|
2017-10-27 14:02
|
|
|
|
(0100123)
|
hgbot
|
2017-10-27 14:03
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c9b48e94c9ac5d4bcd45e8dcf06db539b3dee398
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Oct 27 13:21:41 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c9b48e94c9ac5d4bcd45e8dcf06db539b3dee398 [^]
Fixed issue 37180: Implements the functionality to generate separate
invoices for return and sales tickets
If terminal type is set to group orders in one invoice, a new check is shown.
The use of this check Separate Invoice for Return allows to the client to
generate one invoice for all sales order and another one for returns.
---
M src-db/database/model/tables/OBPOS_TERMINALTYPE.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 src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor_data.xsql
---
|
|
|
(0100136)
|
jorge-garcia
|
2017-10-30 10:07
|
|
|
|
(0100531)
|
hgbot
|
2017-11-15 16:06
|
|
Repository: tools/automation/pi-mobile
Changeset: 2e9818e21803753420ca47e5bb93a049473bb14b
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Nov 15 10:05:31 2017 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2e9818e21803753420ca47e5bb93a049473bb14b [^]
Verifies issue 37180: Implementation of the functionality to generate separate
invoices for return and sales tickets
---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I37180_VerifySeparateInvoicesForReturnAndSales.java
---
|
|
|
(0101869)
|
hgbot
|
2018-01-22 20:57
|
|
Repository: tools/automation/pi-mobile
Changeset: 033953781eba122735b2d547be8186599007d69b
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Jan 16 12:56:02 2018 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/033953781eba122735b2d547be8186599007d69b [^]
Test refactor for issue 37180: Changes in database are made in beforeWithReload
and afterWithReload classes.
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I37180_VerifySeparateInvoicesForReturnAndSales.java
---
|
|