Notes |
|
|
Test Plan:
1. Enable UOM Management Preference
- As System Admin
- Move to Preferences Window
- Create a new record with:
- Client: System
- Organization: *
- Property: Enable UOM Management
- Value: Y
- Visibility fiedls: All empty
2. Create new UOM
- As F&B Admin
- Move to Unit of Measure Window
- Create a new record with:
- Organization: *
- EDI Code: BX
- Name: Box
- Symbol BX
3. Configure Product
- As F&B Admin
- Move to Product Window
- Select Ale Beer
- Move to Alternate UOM Tab and create a new record with:
- UOM: Box
- Conversion Rate 10
- Sales: Secondary
- Purchase: Secondary
- Logistics: Primary
4. Test Goods Movements Window
- As F&B Admin
- Move to Goods Movement Window
- Create a new record with:
- Organization: F&B US
- Lines:
- Product: Ale Beer
- Operative Quantity: 5
- Alternative UOM: Box
- Storage Bin: EC-0-0-0
- New Storage Bin: EC-1-0-0
- Check that Movement Quantity = 50 and UOM = Unit
- Process the Goods Movement
- Lauch the Stock report and check that there are 50 Units of Ale Beer in Bin EC-1-0-0 |
|
|
(0097962)
|
hgbot
|
2017-07-10 09:16
|
|
Repository: erp/devel/pi
Changeset: 911b29d316f8af4136209634bba83b8096b49844
Author: Nono Carballo <nonofce <at> gmail.com>Nono Carballo <nonofce <at> gmail.com>
Date: Mon Jul 10 09:04:57 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/911b29d316f8af4136209634bba83b8096b49844 [^]
Fixes Issue 36400: Adds a method to get default AUM for a product in Logistic Flow
---
M src/org/openbravo/materialmgmt/UOMUtil.java
---
|
|
|
(0097963)
|
hgbot
|
2017-07-10 09:16
|
|
Repository: erp/devel/pi
Changeset: 4091bd40e433f42785e4d35cc28341ee460463df
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Tue Jun 20 14:45:55 2017 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/4091bd40e433f42785e4d35cc28341ee460463df [^]
Related to Issue 36400: Added AUM fields to M_MOVEMENT based windows
- Added c_aum and aumqty to m_movemeneline
- Added c_aum and aumqty columns to M_MovementLine table in AD
- Addes c_aum and aumqty fields to Goods Movement window
---
M src-db/database/model/tables/M_MOVEMENTLINE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
(0097964)
|
hgbot
|
2017-07-10 09:16
|
|
Repository: erp/devel/pi
Changeset: 7a4238bcf81ec8937aa664d1e3fb5774beb1aff3
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Tue Jun 20 14:54:09 2017 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/7a4238bcf81ec8937aa664d1e3fb5774beb1aff3 [^]
Related to Issue 36400: Updated callouts to work with AUM fields
- Assigned callouts to c_aum and aumqty columns
- Adapted SL_Movement_Product to work with AUM fields
---
M src/org/openbravo/erpCommon/ad_callouts/OperativeQuantity_To_BaseQuantity.java
M src/org/openbravo/erpCommon/ad_callouts/SL_Movement_Product.java
---
|
|
|
(0097965)
|
hgbot
|
2017-07-10 09:17
|
|
|
|
(0097966)
|
hgbot
|
2017-07-10 09:17
|
|
Repository: erp/devel/pi
Changeset: 17e39b7f0195d7e19b60cc563a71cd7d73abdd18
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Jul 03 17:24:27 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/17e39b7f0195d7e19b60cc563a71cd7d73abdd18 [^]
Related to Issue 36400: Checks isProcessed column of M_Movement as stored in session
Also, removes dependencies from Distribution Order Module into
OperativeQty_To_BaseQty Callout. It checks the table instead of the
Window in that scenario
---
M src-db/database/sourcedata/AD_COLUMN.xml
M src/org/openbravo/erpCommon/ad_callouts/OperativeQuantity_To_BaseQuantity.java
---
|
|
|
(0097967)
|
hgbot
|
2017-07-10 09:17
|
|
|
|
(0097991)
|
hgbot
|
2017-07-10 17:34
|
|
Repository: erp/devel/pi
Changeset: 2fa529a29b2bdab9e2232f7c5c5dacc54afc0b24
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Mon Jul 10 17:33:08 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2fa529a29b2bdab9e2232f7c5c5dacc54afc0b24 [^]
Related to Issue 36400. Code Review. Modifies query to use
exists clause instead of in clause to improve performance
---
M src-db/database/sourcedata/AD_VAL_RULE.xml
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|