[Axapta-Knowledge-Village] Barcode Scanning FIFO

2009-05-08 Thread Tushar Joshi
Hello All,
 
We want to introduce the Barcode scanning functionality to our client. I want 
to use SERIAL NUMBER or BATCH NUMBER dimension to scan the Barcode and maintain 
the FIFO in my inventory. Can anyone suggest how both of these or any one of 
these dimensions can be used for Barcode scanning and maintaining FIFO?
 
Does anyone have a doc or spec prepared for the same from their respective 
prior experiences? it will be of gr8 help!
 
Thanks in advance
 
-Tushar


  Cricket on your mind? Visit the ultimate cricket website. Enter 
http://beta.cricket.yahoo.com

[Axapta-Knowledge-Village] BarCode Setup

2008-11-30 Thread Sohail Afzal
Dear All

 

Can anyone have information about Bar code please provide me the standard
document from Microsoft, I want to configure the basic  default  Barcode
setup in Dynamics Ax 4.0  also tell me the customization is required to
configure the Barcode setup if software is not supported the basic setup
then anyone provided me the Microsoft support document can anyone help me. 

 

Regards

Sohail Afzal

 



RE: [Axapta-Knowledge-Village] Barcode scanner creating new line

2008-04-13 Thread Dan Fine
Hi Aravind,

 

Thanks for your reply.  The good news is that Axapta recognizes the
barcode scanner.  We are also able to program the scanner to create a
new line (either CTRL-N or the down arrow).  However, in the
Registration Pick Form, Axapta wants us to select the Transaction Log ID
number from a main table before inserting the scanned barcode n the new
line.  That's our challenge.

 

Dan F

 

From: aravind selvaraj [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 13, 2008 11:20 AM
To: Axapta-Knowledge-Village@yahoogroups.com; Dan Fine
Subject: Re: [Axapta-Knowledge-Village] Barcode scanner creating new
line

 

Hi Dan,
Actually i am not able to properly understand your problem . But may be
below information can help you,

Barcode scanner can be configured using the configuration barcode which
is normally given along with scanner manuals.  by default all the
scanner are  configured with enter key means when ever a barcode label
is scanned the scanner automatically suffix a enter key . This can be
configured... Like for example :-  instead of enter key you can suffix
it by tab key or any other keyboard key with the help of the
configuration bar code.

for more clarification u can reach me  on [EMAIL PROTECTED] 

regards
Aravind
danfine [EMAIL PROTECTED] wrote:

We are trying to get AX to create a new line and enter the barcode 
from the scanner without having to touch the keyboard or mouse to 
enter another barcode. This is the Pick List Registration Form. The 
idea is that a warehouse person will pick 20 of the same item for an 
order and needs to record the unique serial numbers. The problem is 
that AX wants us to select the LOT ID manually and we can't figure 
out how to automate that.

The form being referenced is Forms\InventPickingListRegistrate. There 
are two data sources being used for the grids: one for the header, 
and the other for the line items. What we are trying to do is capture 
when the new line command is run (I believe the bar code scanner 
inserts a value and runs a CTRL-N-like command), and override the 
parent class (super()?) so that we can capture the Lot ID for the 
just-entered line. For the demo, we would like to also copy in the 
previous Item Number and Delivery Date values. This way, we can show 
that items can be scanned without touching a keyboard.

Any help from an AX expert would be appreciated.

Dan Fine
Fine Solutions
[EMAIL PROTECTED] mailto:dan%40fine.com 

 

 

  



Meet people who discuss and share your passions. Join them now.
http://in.rd.yahoo.com/tagline_groups_7/*http:/in.promos.yahoo.com/grou
ps/bestofyahoo/ 




This email and any attached files are confidential and intended solely for the 
intended recipient(s). If you are not the named recipient you should not read, 
distribute, copy or alter this email. Any views or opinions expressed in this 
email are those of the author and do not represent those of the Fine Solutions 
company. Warning: Although precautions have been taken to make sure no viruses 
are present in this email, the company cannot accept responsibility for any 
loss or damage that arise from the use of this email or attachments.

Re: [Axapta-Knowledge-Village] Barcode scanner creating new line

2008-04-13 Thread aravind selvaraj
Hi Dan,
Actually i am not able to properly understand your problem . But may be below 
information can help you,

Barcode scanner can be configured using the configuration barcode which is 
normally given along with scanner manuals.  by default all the scanner are  
configured with enter key means when ever a barcode label is scanned the 
scanner automatically suffix a enter key . This can be configured... Like for 
example :-  instead of enter key you can suffix it by tab key or any other 
keyboard key with the help of the configuration bar code.

for more clarification u can reach me  on [EMAIL PROTECTED] 

regards
Aravind
danfine [EMAIL PROTECTED] wrote: We are trying to 
get AX to create a new line and enter the barcode 
 from the scanner without having to touch the keyboard or mouse to 
 enter another barcode.  This is the Pick List Registration Form. The 
 idea is that a warehouse person will pick 20 of the same item for an 
 order and needs to record the unique serial numbers. The problem is 
 that AX wants us to select the LOT ID manually and we can't figure 
 out how to automate that.
 
 The form being referenced is Forms\InventPickingListRegistrate. There 
 are two data sources being used for the grids: one for the header, 
 and the other for the line items. What we are trying to do is capture 
 when the new line command is run (I believe the bar code scanner 
 inserts a value and runs a CTRL-N-like command), and override the 
 parent class (super()?) so that we can capture the Lot ID for the 
 just-entered line. For the demo, we would like to also copy in the 
 previous Item Number and Delivery Date values. This way, we can show 
 that items can be scanned without touching a keyboard.
 
 Any help from an AX expert would be appreciated.
 
 Dan Fine
 Fine Solutions
 [EMAIL PROTECTED]
 
 
 
   

   
-
 Meet people who discuss and share your passions.  Join them now.

[Axapta-Knowledge-Village] Barcode scanner creating new line

2008-04-12 Thread danfine
We are trying to get AX to create a new line and enter the barcode 
from the scanner without having to touch the keyboard or mouse to 
enter another barcode.  This is the Pick List Registration Form. The 
idea is that a warehouse person will pick 20 of the same item for an 
order and needs to record the unique serial numbers. The problem is 
that AX wants us to select the LOT ID manually and we can't figure 
out how to automate that.

The form being referenced is Forms\InventPickingListRegistrate. There 
are two data sources being used for the grids: one for the header, 
and the other for the line items. What we are trying to do is capture 
when the new line command is run (I believe the bar code scanner 
inserts a value and runs a CTRL-N-like command), and override the 
parent class (super()?) so that we can capture the Lot ID for the 
just-entered line. For the demo, we would like to also copy in the 
previous Item Number and Delivery Date values. This way, we can show 
that items can be scanned without touching a keyboard.

Any help from an AX expert would be appreciated.

Dan Fine
Fine Solutions
[EMAIL PROTECTED]



[Axapta-Knowledge-Village] Barcode set up

2008-03-04 Thread gyanendra sahoo
Hi,
  Want to know how one can use Barcode set up for an item. How Barcode can 
be  configure in Axapta? Please if any idea let me know.
   
  Thanks in advance
   
  Gyan

   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.

[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Barcode

2007-08-07 Thread V G
Hi
I am trying to figure out if there are any barcode fonts that come with
axapta(free).
Or do we need to buy some barcode fonts.
I want to use barcode in reports(C128).
Thanks in advance
VG


[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Barcode solutions

2007-07-08 Thread James Flavell
Hi is anyone aware of any 'off the shelf' barcode solutions for basic
warehouse functions for AX?

 

I know barcoding and how to do it but am looking for a package that is ready
to go and can be applied to a std AX to cover incoming and outgoing
functions.  Preferred is online rather than offline/batch updates.

 

Thanks

James



[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] BarCode !!

2007-04-25 Thread ahmedomran2004
Hi all ,

I want to know how to print and scan item BarCode from Axapta .. 

Thanks 



RE: [Axapta-Knowledge-Village] BarCode !!

2007-04-25 Thread Chris Legan
If you have barcode fonts loaded on the client and AOS, then you can change
the font on the report for the particular field to a barcode font. You will
have to play around with the font and size to get it to look like you want.
Two of the more common BC fonts are Code 39 and Code 128.

 

As far as scanning in a barcode, as long as AX has the font loaded you can
do this by simply attaching a keyboard wedge or USB scanner to your
computer. 

AX treats the input as just that an input and you are done. Obviously you
have to have the cursor on the field in which you want the value scanned to
appear.

 

 

 

  _  

From: Axapta-Knowledge-Village@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of
ahmedomran2004
Sent: Tuesday, April 24, 2007 11:37 AM
To: Axapta-Knowledge-Village@yahoogroups.com
Subject: [Axapta-Knowledge-Village] BarCode !!

 

Hi all ,

I want to know how to print and scan item BarCode from Axapta .. 

Thanks 

 



[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] Barcode on reports

2007-03-23 Thread V G
Hi
I need to print barcode on reports. Can anyone tell me how to do this.
Thanks
VM


[Non-text portions of this message have been removed]



[Axapta-Knowledge-Village] BarCode Functionality

2006-03-01 Thread Akshay Ramgopal
Hi,
This is an urgent request. Could anybody give me an insight as to how
complex the process of implementing Axapta to support inventory management
using the barcode functionality. There is a basic functionality of providing
a barcode for each item. But there is no clear picture as to how, scanning
can enter lines into a document(say Packing Slip).
Thanks
Akshay Ramgopal


[Non-text portions of this message have been removed]





Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends. 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[Axapta-Knowledge-Village] Barcode For Fixed Asset LICENSE RELATED QUERY

2005-12-12 Thread Lubhit Singhvi



Dear frds,  A am a new entrant to Axapta. I wanted to Integrate a Barcode reader/scanner device with Axapta. Does any one knows which scanner to purchase and how both will communicate with one another. I wanted to used the barcode for tracing the Fixed Asset. When we purchase a Fixed Asset, a barcode number shall be created: Where this number gets saved [table]. Now i shall print the label and paste it on the asset. Now when ever we read the barcode by means of a scanner which supports all the barcode standard that Axapta also supports. I need to retrive some specific information about the asset like where its placed  type of asset.  Barcode when scanned will provide all this details in the Axapta application's Form or some Form of the Software provided by the barcode device vendor. How will this device gather information present within Axapta
 database?  NOW A LICENSE RELATED QUERY I am having a license for Finance basic and advanced both. Trade and Logistics but NOT WMS.  Still I can set the barcode for Items in Item master and also set the barcode for fixed asset. But i don't have any thing to print the barcode as [Label] that part comes into WMS license which my client is not having. What is the way out to print the barcode or do we need to do cusstomization.  Also if any one nkows a Barcode device vendor whose reader can be integrated with Axapta in India pls contact me: 09986013420 or send me the contacts.  Regards, Lubhit Singhvi
		 
Yahoo! India Matrimony: Find your partner now.





Sharing the knowledge on Axapta.








  
  
SPONSORED LINKS
  
  
  

Business finance course
  
  
Business to business finance
  
  
Small business finance
  
  


Business finance consultant
  
  
Business finance magazine
  
  
Business finance schools
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[Axapta-Knowledge-Village] Barcode font and displaying brackets in PDF

2005-08-12 Thread Zahir Kasmani


Hi all,

Axapta uses the PDFViewer class to create a PDF file. I need to use this 
functionality to produce PDF files with barcodes.

As an example, I have a new font for barcoding which takes the UPC code 
20348934382 and converts it into W(c03489*NONSMm(W which is a scannable 
barcode when printed with the font. My problem is the PDFViewer class 
'WriteStringField' method calls a method 'this.legalize(strBuffer)' which 
pads my string with '\' and makes it non-scannable. The barcode displays the 
format 
W\(c03489*NONSMm\(W

As a test to see if bypassing the padding would resolve this particular 
issue, I added an if statement so that if the barcode font is used the code 
run would be: 
s += '  (' + strBuffer + ') Tj\r';
instead of 
s += '  (' + this.legalize(strBuffer) + ') Tj\r';


When I try to load the PDF file that is generated, I get a file error 
message 'There was an error processing a page. There was a problem reading 
this document (114)'. This is because the PDF reader does not recognise the 2 
brackets in the converted values.

Is this an Axapta issue with encoding or Adobe? My font supplier says 
standard encoding should be used and is an Axapta issue. Is there another way 
of getting this to work? Any ideas? Thanks.






Sharing the knowledge on Axapta.





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "Axapta-Knowledge-Village" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  








[Axapta-Knowledge-Village] barcode

2004-12-07 Thread Cenk Ince










Hi all



Im trying to entegrate a barcode
for salesline.

Beforee i begin this, i was thinking that
when i read barcode, all information (itemid-inventdim ect...) on itembarcode
description would be filled in.

But nothing happens. Do i miss anything.



Thanks..









Cenk NCE



ERPTeknik Danman
(Microsoft Axapta)







ERPTechnical
Consultant(Microsoft Axapta)







Data Sistem Genel Otomasyon Sanayi ve
Ticaret A.S





www.datasistem.com.tr





Tel : 0232 463 16 63 (Dah: 128)










Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.












---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.804 / Virus Database: 546 - Release Date: 11/30/2004
 

[Axapta-Knowledge-Village] Barcode support in Axapta 2.5 SP4

2004-07-02 Thread Joel WU











Hi Everyone:

Anyone knows is there any support of Barcode in
Axapta 2.5?



If so, where to find the documentation. 



If not, what Barcode control can use in both Form
and report?



Regards,

Joel
 WU










Sharing the knowledge on Axapta.








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/Axapta-Knowledge-Village/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.










image001.jpg

[Axapta-Knowledge-Village] Barcode

2004-06-24 Thread userm1837
Hi,

I would like to add second barcode to a report I am working on.  I 
followed the method of the Bill of Lading report.  This report has 
only one barcode.  How do I add a second one?



 Yahoo! Groups Sponsor ~-- 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
~- 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

* To visit your group on the web, go to:
 http://groups.yahoo.com/group/Axapta-Knowledge-Village/

* To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/