Barcode printing & scanning - axapta

Dynamics AX 2012 provides barcode integration only in retail module, can I somehow enable this functionality in other areas, as in, I want to attach a barcode with item and then transfer inventory from one warehouse to other by scanning the barcode.
Please guide.

You will need an item bar code report. Look on SSRS report WMSLocationLabel to see how it is done.
The scanning requires a bar code scanner (surprise). If your cursor is at item number field your scanner will input the item number when scanned.

Related

MS Dynamics AX 2012 transfer order

Our staff was going to transfer an items.
So, he created new transaction with transfer order no: "TO=00143" then click the "Posting - ship transfer order". The data wasn't display in the form and no error indicates aside from the "Warning sign/exclamation point".
(Please see the attached image below for your reference).
Alternative used: Checking of user accounts, re-installation and configuration of MS Dynamics AX 2012
"I am AX supporting staff, our System Administrator is on business trip."
Note: The other staff can do transfer order.
Sample1
Sample2
Please follow below steps to overcome window handle.
Goto Posting --> Ship Transfer Order --> then click on Default Values --> Change the Update from Ship Now to ALL...And then click on Edit Lines and Print.
Hope it helps.

Webcodecamjs demo not working for book ISBN number

WebCodeCamJS:
https://github.com/andrastoth/WebCodeCamJS
There is no releases there, which one should I download? The latest is stable?
I downloaded the latest and extracted it under Apache, and access demo in my computer using HTTPS. The camera drop down: camera 1 (facing unknown). The camera name will be shown if using the online demo
https://atandrastoth.co.uk/main/pages/plugins/webcodecamjs/
anything wrong? But the scanning QR Code is working anyway.
For scanning barcode, it is not working for book ISBN number. Not working for the barcode on the plastic water bottle.
A lot of people get confused about this. Just to clarify, when you are scanning an ISBN barcode, it is usual that no information will appear. The reason is because the only way to access the database of ISBNs is to have an expensive subscription to Bowker's books in print, which runs $1,000 per year. Bowker owns the ISBN database and they don't make the info public. So it's not like you're doing a Google Search. In fact, you can't do a Google Search for ISBN data for the same reason, ie. Bowker owns the ISBN database and they charge for access.

Trouble Running a Basic Report (Unit Activity) in Quickbooks Enterprise 14

We are having trouble creating a simple report in Quickbook Enterprise 14 for Windows. We just switched from Sage 50.
We are used to running a report called a Unit Activity Report, It contains these headers:
Item #, Item Description, Last Cost, Units Sold, On Hand Qty, Qty on Po
We have all the headers setup except for "Units Sold". This report is crucial for our business. I have some experience with the ODBC Driver for Quickbooks Enterprise with Access so I could try and create the report there I just have no idea where to start.
Does anyone have any ideas or information for my problem?
There's no built in report that shows all of the columns that you would want. The closest one would be the "Inventory Stock Status by Item" under the Inventory report category. This report will not show the total units sold, but will show the average per week based on the date range you choose.
One solution that might be viable is to run the "Inventory Stock Status by Item" report, and then also run the "Sales by Item Summary" report (located under the Sales report category). The second report will show the total quantity sold. You could export these to Excel and combine them into one report (cut and paste).
If you were to go with the ODBC driver you'll end up needing to query the Item List for Item #, Description, and Cost, all sales transactions (Invoices, Sales Receipts, and Credit Memos) to get sales information, Open Purchase Orders. If you want On Hand as of the selected date and not just On Hand as of now, you'd also need to backout sales, credits, receiving, and item adjustments. It could end up being a bit complex. I'd probably use the two report method first until you get a bit more familiar with QuickBooks and the ODBC tables in QuickBooks.

How to prevent OT (transfer orders) message from generating in JDE system or how to hide them?

How to prevent OT (transfer orders) message from generating in JDE system or how to hide them?
Is it in the supply demand inclusion rules options?
The concept behind the transfer order is to emit the transfer document (ST) and then do the receipt later when the branch has received the items (OT). If you dont want the OT, then you shouln't use an ST as your transaction document. You should use an IT - Item Transfer which is accounted right away and creates no purchase document.
A good place to start with is the oracle documentation : http://docs.oracle.com/cd/B31039_02/jded/html/docset.html
There is a guide for inventory management :
JD Edwards EnterpriseOne Inventory Management 8.12 Implementation Guide
Read page 124 of the PDF.

How can we generate Reports using flex bulider?

is it possiable we can bulid the reports using flex bulider ? or can we and any
frameworks for build the reports ? .
i don't know what way to bulid the reports
flex bulider have any build reports compoents there?
i want sorting reports order like
By Product Company Name Expected Close Month
Consultant Expected Revenue
this is are fields
Product 1 A May’10 X £1,000.00
B Jun’10 Y £2,000.00 C Jul’10
X £3,000.00 Sub Total
£6,000.00
Product 2 etc
Grand Total £24,000.00
This is are data . How is it possiable ?
Could u give any gudiends me ?
Answer based on first revision.
Typically applications would give this responsibility to the server. Your Flex application passes parameters to the server with a request for a PDF document and the server puts together the appropriate one and seconds it back.
If you're using AIR to run your Flex application you could probably write a library to create a PDF file and then same it to the user's computer but I would stress that the kind of libraries you would need for your server already exist. For example: http://php.net/pdf
Report tends to be a rather generic term and as the other responder indicated that it meant PDF to him/her. The application I am working on is very report heavy. We have a requirement for a client side report ("Think Report in Flex") and PDF version of the same report.
When we originally looked 1yr back, there is no Report library that provides the equivalent of what lifecycle does on the server. Therefore we have had to build our own and it is based on a generic template mechanism.
So can it be done. Yes. But I would recommend developing a generic means to render your reports and it is not a easy task if you want to keep it generic so you can create multiple type of reports.
Also, avoid the trap of nesting your reports through VBOX, HBOX and containers to provide a flexible layout system as it will not perform well.

Resources