-
Possible to register cash&carry transaction in POS for Stopped item but not possible to Post it in HQ
The item is sold in POS. Retail statement created at the end of day. But during the day, the item setup has been changed: Released product details/Default order settings/ Sales order is marked as 'Stopped'.
This parameter is used for non-retail sales orders which should not be checked on statement posting.
All these items in the retail sales are already sold in the store and the customer has paid for the goods. Not all standard sales error check applies to the retail sales order and that needs to be reviewed.*** Troubleshooting Steps
1. Open USRT company.
2. Sales order Stopped on Item:
Product information management/Common/Released products/select item 0016/Tab Manage inventory/Order settings/Default order settings/tab Sales order:
- Stopped= Yes
3. Run Distribute changes to POS:
Retail/Periodic/Data distribution/Distribution schedule/select 9999 All jobs/Run now.
Retail/Inquiries/Commerce Data Exchange/Download sessions/Process status messages/OK.
Check if the Status is Applied.
4. Sell an item 0016 in EPOS:
Open EPOS, log in.
Add item 0016.
Pay Cash.
Transaction completed with no issues and this is ok so far.
5. Run P-job:
Back to AX, USRT company.
Retail/Periodic/Data Distribution/Distribution Schedule/select the P-0001 job/Run now.
6. Create a retail statement:
Retail/Journals/Open statements/New statement/enter Store number HOUSTON/OK/Calculate statement/Yes.
*** Actual Result:
Try to Calculate Statement. In effect error message appears:
‘Item 0016 is on hold for transactions in Sales order on site .’
*** Expected result:
There should not be any error on creating or posting statement as the item sold as cash&carry transactions (not Sales order created in POS).
‘Stopped’ parameter is designed only for sales orders. When Sales order created in POS and the system does not allow to use this item, then this is a correct behavior. But if cash&carry transaction posted, the system should allow to create/post statement.
There is separate Blocking parameters for Retail purpose: Blocked at register
-
Administrator is unable to control personalization centrally.
We wanted to centrally control the personalization of forms. Users should not be allowed to make their own form personalization. Only the a user with the System Administrator role is allowed to personalize the forms. Afterwards, the System admin will push the form personalization to other user. This should be possible under System administration > Setup > Personalization. There you can control whether one or more users are allowed to personalize all or just specific forms. However, after personalizing the "PurchTable" form for example and exporting it so that the form personalization could be shared with other users. If we then import the form personalization to another user, the form is not personalized unless the "Personalization allowed" and the "Explicit personalization" checkboxes are both activated for the user. Activating the "Explicit personalization allowed" checkbox enables the user to make additional or further personalization on the form (PurchTable) and this is something we want to prevent. The form PurchTable should be personalized by only having the "Personalization allowed" checkbox activated for that user.
-
Not existing Data entity for View RetailTransactionDiscountTransView
*** Troubleshooting Steps (please include screenshots / do you have a VMAS machine to share?)
With Repro Steps
Steps to reproduce
1. Open Visual Studio as Admin
2. Go to AOT/ Data Model/ Data Entities and find RetailTransactionDiscountLineEntity
3. Go to AOT/ Data Model/ Views and find RetailTransactionDiscountTransView
*** Actual Result:
Go to AOT/ Data Model/ Views and find RetailTransactionDiscountTransView
This view doesn’t contain information like SalesOrderId and InvoiceId but contains info like SaleOrderSalesStatus.
There is no Data entity based on this view.
*** Expected result:
This view should additionally contain information like SalesOrderId and InvoiceId.
There should be Data entity based on this view. -
Inventory lookup for No Store Warehouses should not present if Qty on hand <=0Pcs
In Inventory lookup in POS there is presented Qty on hand for Store's and No Stores Warehouses. In case if Qty on hand <= 0Pcs then No Store's Warehouses should not be presented. It should be implemented only for No Store's Warehouses. -
Not transferring to Store’s db records with Available Physical Qty = 0 Pcs in table RetailInventAvailability
There are uploaded to Store Product inventory availability all available records in InventSum also with Available Physical Qty = 0 Pcs. It is required to transfer only records with Available Physical Qty > 0 Pcs. Steps to reproduce 1. Run Product availability job; go to Retail/ Periodic/ Product availability 2. Run 1130 Job 3. Data replicated to store using offline database There is transferred to Store huge number of records in RetailInventAvailability table. -
Ability to upgrade to target version with recent platform build rather than target version with target version platform version original release.
Ability to upgrade to target version with recent platform build rather than target version with target version platform version original release. For example, when upgrading from 7.1 to 7.3, it would be nice to be able to upgrade to 7.3 platform update 15 rather than 7.3 platform update 12. Especially when LCS promote 7.3 PU15 when creating your build server and consequently, your 7.3 deployable packages have PU15 as a baseline and not PU12. -
AXService to compress HTTP request response data
AXService to compress HTTP request response data (Microsoft internal reference DCR 180702).
-
AXService to compress HTTP request response data
AXService to compress HTTP request response data (Microsoft internal reference DCR 18070). -
Number sequences: User is unable to add segments after opening the number sequence detail form in view mode
Number sequences: User is unable to add segments after opening the number sequence detail form in view mode Microsoft internal reference : 180243 1.) Go to the Number sequences form (In Talent: System administration > Number sequences > Number sequences. 2.) Navigate to the detail a number sequence by using the Number sequence code jumpRef. 3.) Click the Edit button. 4.) Click the Add button the number sequence segment grid. 5.) Set the new segment to be a constant. Expected: User can set the segment type. Actual: User is unable to set the segment type. Second case: a. Go to Organization Administration | number sequences | number sequences b. Filter for sequence acco_176 c. Go into the sequence and click edit d. Attempt to modify the existing line, there is no dropdown in segment e. Try to create a new line, either the segment box will not have a drop-down menu or will default to be alphanumeric Expected results: The segment box should have a drop-down menu Actual results: The segment box has a variety of issues and does not allow modifications or additions -
POS Wrong penny diference on small amounts
If Payment amount for Deposit for Customer order registered in POS is smaller then Max penny difference then this Payment amount is posted to Penny difference voucher. Repro steps: 1. In Account receivable Parameters in Settlement tab enter Mx penny difference = 1$ 2. Login to POS and register new Customer order for small amount 3. Pay Deposit amount which is not bigger then 1$. Pay 1$ deposit amount. 4. Go to AX and verify transactions for Customer In effect there are registered 2 Vouchers: - Payment journal for Amount = 1$ - Penny difference voucher = 1$ There should not be posted Penny difference voucher.