/[Apache-SVN]
ViewVC logotype

Revision 1754402


Jump to revision: Previous Next
Author: jleroux
Date: Thu Jul 28 12:27:20 2016 UTC (7 years, 8 months ago)
Changed paths: 25
Log Message:
This removes the pos component. OFBIZ-7804 "Check if we should fix or remove the POS (hence WebPos?)"

Most is done already. Test pass but testFopMacroLibrary but I don't see how it could be related to these changes, could be a quirk on Windows, BuilBot will tell us. Anyway, I will later double-check to be sure, also to see if I did not miss anything else.

I have voluntarily left 2 or 3 moot points
I was unable to remove possible POS references in <property key="FieldDescription.ProductStore.isImmediatelyFulfilled"> for certain language I'm unable to read.
I have to check if we should keep or not this code snippet
                <!-- if inventory info is not available for all of the products, then don't do the issuance, ie there has to be at least SOME inventory info in the database to facilitate inventory-less POS terminals -->
                <entity-count entity-name="InventoryItem" count-field="iiCount">
                    <condition-expr field-name="facilityId" operator="equals" from-field="orderHeader.originFacilityId"/>
                </entity-count>
I simply commented out twice this snippet in InvoiceServices.java, because I wonder if it would not be useful when the webPos will be able to issue money change
//                if (null == adj.get("amount")) { // JLR 17/4/7 : fix a bug coming from POS in case of use of a discount (on item(s) or sale, sale here) and a cash amount higher than total (hence issuing change)
//                    continue;
//                }

While at it, since I modified OPTIONAL_LIBRARIES, I also changed these svn:properties: svn:eol-style = native & svn:mime-type = text/plain


Changed paths

Path Details
Directoryofbiz/trunk/OPTIONAL_LIBRARIES modified , text changed , props changed
Directoryofbiz/trunk/applications/accounting/config/AccountingEntityLabels.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/AccountingTypeData.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING_newPayment.xml modified , text changed
Directoryofbiz/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/invoice/InvoiceServices.java modified , text changed
Directoryofbiz/trunk/applications/commonext/data/EntityDiagramGroupData.xml modified , text changed
Directoryofbiz/trunk/applications/order/data/OrderTypeData.xml modified , text changed
Directoryofbiz/trunk/applications/product/config/ProductEntityLabels.xml modified , text changed
Directoryofbiz/trunk/applications/product/data/helpdata/HELP_PRODUCT_Product Stores.xml modified , text changed
Directoryofbiz/trunk/applications/product/servicedef/services_facility.xml modified , text changed
Directoryofbiz/trunk/framework/base/config/ofbiz-containers.xml modified , text changed
Directoryofbiz/trunk/framework/common/config/CommonEntityLabels.xml modified , text changed
Directoryofbiz/trunk/framework/security/config/SecurityEntityLabels.xml modified , text changed
Directoryofbiz/trunk/framework/service/ofbiz-component.xml modified , text changed
Directoryofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/Config.java modified , text changed
Directoryofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/StartupCommandUtil.java modified , text changed
Directoryofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/both.properties deleted
Directoryofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/pos.properties deleted
Directoryofbiz/trunk/specialpurpose/LICENSE modified , text changed
Directoryofbiz/trunk/specialpurpose/cmssite/template/ofbiz/OfbizHead.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/cmssite/template/ofbiz/OfbizMain.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/component-load.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/pos/ deleted
Directoryofbiz/trunk/tools/startofbizBoth.bat deleted
Directoryofbiz/trunk/tools/startofbizPos.bat deleted

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26