Document Printing - AR Deliveries

Hi,
In Sales A/R -> Document Printing. Upon filtering the wanted document and in the list of documents to be printed, is there a way to add additional column(s) in the list (eg. BP Name)?
If standard B1 is unable to add additional column(s) to the list, is there any customization available?

Hi James,
In standard B1 function, it is not available as you already aware.  You may try SDK to get your own form to include BP Name.
Thanks,
Gordon

Similar Messages

  • Document Printing - Delivery Note and Packaging

    Hi Experts,
    When I print my Delivery Notes through Document Printing my Packaging Document prints off automatically.  Please can you tell me if it's possible to switch this off so when I print my Delivery Notes through Document Printing only my Delivery Note prints off without the Packaging Note also printing.
    Many thanks for any help,
    Caroline

    Hi Gordon,
    Thanks for your reply.
    The options I can see on my Document Printing are:
    Document Type - I've selected 'Deliveries'
    Series - I'll selected 'All'
    When Batch/serial No Exist, Print - no matter what I select here I always get the Packaging Note printed.
    Is there anyway to stop the Packaging Note being printed when printing the Delivery Note through Document Printing?
    Thanks so much for your help.
    Caroline

  • How to drag out additional field in document printing in B1

    Hi all expert,
    My customer need additional field or information to be show at the document printing window in standard B1. Example like customer name or user define field for warehouse.
    The standard B1 document printing is limited with the form setting is disable. User wanted additional information like printing status, warehouse(using user define field) , customer name able to show out on the document printing window screen.
    Any idea about it? How can i to do it besides using SDK? If using SDK, what is the code i should write?
    Can you give some sample code?
    Regards,
    Eric Tan

    Hi all friends,
    My question still un-answered yet. I think i have to clarify here.
    What i mentioned is when user go -> Sales A/R -> Document Printing, select A/R Deliveries. A list of A/R Deliveries display in the windows form.
    There is only limited field available in the windows form. User now wanted additional field like customer name & warehouse appear also at the document printing form. But the form setting for this windows is dissable.
    I know we can done it using the PLD. But..Can we add in the information like customer name & warehouse code in the document printing form before print out. User need this information to control which warehouse A/R deliveries note have to print out. Example we have 10 deliveries order, it may be need delivery order 1,3,5,8 to print out.
    Thanks. Hope you guy can help.
    Regards,
    Eric Tan

  • All the Pages are Printed - Document Printing Sales Orders

    When using the Document Printing option for Sales Orders, if I select multiple documents and select print I get a message after each document that says "All the Pages are Printed", then the next document comes for printing. I also get a prompt each time whether or not to print Sales Order only or Sales Order and Pick List.
    I don't have the same issue if printing Invoices from Document Printing. It asks what to print and prints all records without additional prompts between each record. I don't see anything in Print Preferences that would cause the Order to act differently from the Invoice.
    We are using B1 9.0 PL 06.
    Alan

    Hello there, linafrompereira.
    The following portion of the online Pages Help for Mac provides information on grouping items in Pages:
    Layer, group, and lock objects - Pages Help for Mac
    http://help.apple.com/pages/mac/5.2/#/tan5eab46568
    Group and ungroup objects
    Shift-click to select multiple objects.
    In the Arrange pane of the Format inspector, click Group (or choose Arrange > Group from the Arrange menu at the top of your computer screen).
    To ungroup an object, select it, then click Ungroup or choose Arrange > Ungroup.
    Tip: You can Control-click objects, then choose Group or Ungroup from the shortcut menu. You can also add these buttons to the toolbar: Group and Ungroup.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How can i  duplicate a document print layout from one DB to another DB?

    hi experts,
    I make all document print layouts in a test DB, and now I want to move them to my production DB.
    is there any easy way to copy a document layout from a database to another? please advise, thanks a lot.

    Hi,
    There is one more option
    1.Open the PLD in the test database
    2.Go to edit-> select all(including hidden fields)
    3.Go to edit->Copy
    4.Log off from test system(Administration-Choose company-select live database),log in live database
    5.Open the corresponding documents system pld
    6.Go to edit-select all
    7.In the properties window uncheck the visible checkbox(Under General tab)
    8.Save layout as different name say <Test>
    9.Again open the layout <Test>
    10.Go to edit-Paste and save layout.
    NB:Don't delete the existing fields,you should only hide them as mentioned in step7

  • Printing from Windows = only the first half of documents print

    I'm trying to set up a home print server, to allow access to an HP LaserJet 1005.  It's working OK locally and accessed when printing from another Linux box.  From XP and Vista, however, the first half of multiple-page documents print, and one-page ones don't print at all.  This seems to be the case when using any Windows postscript driver (such as Apple LaserWriter 16/600 PS and HP LaserJet III Postscript Cartridge), and with documents from any program.
    I can't see anything obvious in the logs when set to debug, as far as I understand them, they appear to show all pages printing, including the one-page documents which disappear completely.  Whether this show it to be a Cups problem rather than a Windows one, I'd rather not attempt to say!  This is /var/log/cups/error_log when printing a five-page document, in case there's something useful in it which I have missed.
    /etc/cups/cupsd.conf:
    LogLevel debug
    SystemGroup sys root lp
    # Allow remote access
    Port 631
    Listen /var/run/cups/cups.sock
    # Enable printer sharing and shared printers.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow all
    BrowseRemoteProtocols CUPS
    BrowseAddress @LOCAL
    BrowseLocalProtocols CUPS dnssd
    DefaultAuthType Basic
    DefaultEncryption Never
    <Location />
    # Allow shared printing and remote administration...
    Order allow,deny
    Allow all
    Allow From all
    </Location>
    <Location /admin>
    # Allow remote administration...
    Order allow,deny
    Allow all
    Allow From localhost
    Allow From 192.168.1.33
    Allow From 192.168.1.34
    </Location>
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    # Allow remote access to the configuration files...
    Order allow,deny
    Allow all
    Allow From localhost
    Allow From 192.168.1.33
    Allow From 192.168.1.34
    </Location>
    <Policy default>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    <Policy authenticated>
    <Limit Create-Job Print-Job Print-URI>
    AuthType Default
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    /etc/cups/printers.conf:
    # Printer configuration file for CUPS v1.4.3
    # Written by cupsd on 2010-04-11 22:13
    # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
    <Printer hp-laserjet-1005>
    Info HP LaserJet 1005 series
    Location Presario
    MakeModel HP LaserJet 1005 Series hpijs, 3.10.2, requires proprietary plugin
    DeviceURI hp:/usb/hp_LaserJet_1005_series?serial=0
    State Idle
    StateTime 1271020410
    Type 8425484
    Filter application/vnd.cups-raw 0 -
    Filter application/vnd.cups-postscript 100 foomatic-rip-hplip
    Filter application/vnd.cups-pdf 0 foomatic-rip-hplip
    Accepting Yes
    Shared Yes
    JobSheets none none
    QuotaPeriod 0
    PageLimit 0
    KLimit 0
    OpPolicy default
    ErrorPolicy retry-job
    </Printer>

    Are you using Samba?
    Firstly a shot in the gloom:  If so, have you tried setting
    use client driver = yes
    in smb.conf, under the printers section? Or if it is yes, try no.
    The other thing you can try is to stop the file being printed/removed from the spool directory(s), and see where the lost stuff gets lost.
    To be honest, I'm not sure where/how you can do this, but I believe that samba will store the file initially in a spool file specified by smb.conf and then Cups will store it somewhere else. Changing the print commands to not print/remove the file from these two points may help identify the loss point.
    Can you plug the printer directly into the windows box and see what happens?

  • I printed a 'preview' document and now it continues to print a never ending set of copies.  I have re-installed the printer software, but it still continues to print more copies.  What do I need to do to stop the document printing?

    I printed a 'preview' document and now it continues to print a never ending set of copies.  I have re-installed the printer software, but it still continues to print more copies.  What do I need to do to stop the document printing?

    Try resetting the printing system.
    1. Open System Preferences > Print & Fax
    2. Move your mouse over the Printers list
    3. Hold down the Control button and click the mouse
    4. Click the "Reset printing system ..." popup
    5. Restart your Mac
    This will remove your print queues but not your printer drivers. So you will only need to add your printer queues again.

  • I have set my printer to print in color.  All my documents print in color, but I can't print the CD Case Inserts in color.

    I have set my printer to print in color.  All my documents print in color, but I can't print a CD Case Insert in color.  Can you help?

    That means it most likely a setting, Check the following. (steps written for windows 7)
    Go to the control panel and find " Devices and printers" and doulble click it.
    You should see the icon of your printer their, choose the one without fax in the name.
    Right click it and choose " printer properties".
    On the "general" Tab click on "preferences".
    In the new screen on the "layout" tab cick "advanced"
    In the new screen make sure "print in grayscale" is turned off and click ok severall times until all screens are gone.
    Try printing again. And make sure in the print screen color printing is also checked.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • How can I get my email to print 8"x11"? it now prints 4"x6". other documents print 8"x11"

    My documents and on-line documents print correctly at 8"x11". My email prints 4"x6". How do I get email to print to the correct size?

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Prints_to_a_small_portion_of_the_page

  • PO print OUT And material Document Print Out is coming In English

    HI all.
    I have Created Vendor In ZH(chinese Language,)and in material master I have maintained description in Chinese language.
    I'M taking PO and material Documents print outs  in Chinese Server log-in.
    even Though Im taking Print outs in Chinese Log-In server, IM getting Print outs in English Language only not In chines language..
    At the Time Of PO creation the Communication Language is ZH(Chines)..
    I have read some related post even 89899..
    But I have not find solution
    plz help me.
    thanks and regards
    ramesh reddy.'

    Check SAP Note 894444 - Tool for server-based printing on Windows (SAPSprint) for your requirement,
      Installation
    Before you install SAPSprint, delete SAPLPD manually. To do this, you normally need to completely delete the installation directory only. If you installed SAPLPD as a service using the srvany tool, you can remove the service by calling 'Instsrv SAPLPD remove'.
    You can download SAPSprint as a self-extracting executable file from SAP Service Marketplace:
    1. Entry by Application Group (on the left)
    2. SAP Frontend Components (on the right)
    3. SAPSPRINT (on the right)
    4. SAPSPRINT <Release> (on the right)
    5. SAPSPRINT <Release> (on the right)
    6. Win32 (on the right)
    Start the program. After you enter the installation path, the system prompts you to enter the TCP/IP port.
    Normally, the default setting of 515 is suitable for the port. You should only change this setting if the Windows TCP/IP print service is also running on the computer. The SAPSprint Windows service starts as soon as the installation is over.
    We recommend that you set up the following options for the service in the Windows Service Control Manager:
    The service should run under a domain user that has the relevant authorizations for the required printers. After the installation, the service runs under "Local system account". This can access locally-defined printers only. You can set the user in the Windows Service Control Manager, in the options of the SAPSprint service.
    If you want to delete SAPSprint, you can do so using the normal Windows uninstall tool.
    We recommend that you install the SAPSprint service on a separate computer and not together with a SAP system, especially if you use a large number of printers. All printers that SAPSprint uses must be installed on the SAPSprint computer. This applies particularly to released printers from other computers. These should be installed as a queue on the SAPSprint server.
    Also note further settings in accordance with Note 1069483.
    Settings
    You can display the call parameters available for SAPSprint by calling 'sapsprint -?' on the command line. The most important parameters are those that set options, especially log options for troubleshooting.
    You can set the log level to 5 by specifying 'sapsprint -oi LogLevel 5'. Immediately after installation, no log level is set up, which means that no log file is created. By setting the log level to 1, 5, or 9, you can ensure that more information is available in the directory that you specified during the installation. A file called sapsprint.dbg and a print job specific file with a variable name are generated. The second file is deleted after successful printing. It is only retained if the printout is recognized as incorrect. If you set the option 'sapsprint -oi KeepFile 1', then both this file and the print file are retained. This is primarily intended for troubleshooting by SAP Support.
    All options are case-sensitive. You can display the most important SAPSprint options by calling 'sapsprint -?'. All possible options are described in Note 85469. Normally, the options described there are not necessary - you should use them only in exceptional circumstances.

  • Relative hyperlinks in pdf documents printed from visio 2007

    Hello to all. The problem we are trying to solve is to maintain relative hyperlinks that were created in visio 2007 when we publish or print a pdf document. The pdf document that we printed is written in adobe reader 9, and it maintains the hyperlinks but as absolute ones and we required the hyperlinks to maintain as relatives. The idea is to distribute the pdf document with its hyperlinks and the documents that are linked to it in different computers that are not in the same network. The documents that we are trying to link are pdf, word and excel 2007 documents. The operating system we use is Microsoft vista home premium. Does anyone know how to maintain relative hyperlinks in a pdf document printed from visio 2007? Thanks in advance!

    Bernd Alheit, thanks for your answer. We print the pdf document from visio 2007 and then we read it in adobe reader 9. The relative hyperlinks work fine in visio 2007, but they change to absolute ones in the pdf document.

  • Anyone know of a way to adjust the top and side MARGINS of a document printed from iOS numbers? The default margins are too wide. Need more working space.

    Anyone know of a way to adjust the top and side MARGINS of a document printed from iOS numbers? The default margins are too wide. Need more working space.

    Open the document,
    Tap the Tools icon (upper right).
    Tap Document Set up.
    Drag the margins to the position you wish (the actual margin width sould display as you are doing this).

  • Documents Print with Blurry Text in Acrobat Pro 9

    I'm running Acrobat Professional 9 on a Windows XP machine.  I recently upgraded to version 9 from version 7.  When I print files in color in version 9, the documents come out with bold-faced font and the text is a little blurry.  The document prints fine in grayscale.  I printed to the same printer from a different computer, using version 7, and the document prints correctly in color.  What can be causing this problem?

    ... I've heard that Adobe is still going to be supporting Acobat pro 7 for another year or so before dropping it.
    "End of Life" for Acrobat 7.x arrived some 15 months ago.
    See: http://www.adobe.com/support/products/enterprise/eol/eol_matrix.html#86
    The "special consideration" grace period ended some 13 months ago.
    See: http://blogs.adobe.com/adobereader/2009/12/adobe_reader_and_acrobat_versi.html
    You may want to engage in the process of funding and executing the purchase of licenses for a supported release of Acrobat.
    Be well...

  • Document prints in reverse, what setting can I change to correct this?

    Document prints in reverse, what setting can I change to correct this?  Not a printer problem - documents print in correct order when using other programs.  Using Acrobat X Pro on a Mac.

    One more place to check.  Open a document you'd like to print, then click the 'Printer...' button.  Hit 'Yes' to the warning dialog box that comes up.  For your specific printer, this might already be enabled.  Change the drop-down menu that says 'Layout' to 'Paper Handling'.  It could be that the Page Order preference has been changed here too.  Just a thought!
    -David

  • Why can't I get the Kodak Document Print App in the UK?

    Why can't I get the Kodak Document Print App in the UK?

    "Apparently it's available in the US iTunes store but not here?"
    Because Kodak has chosen not to make it available there.
    "Can't for the life of me understand why that should be!"
    You do not have to understand it for it to be so.
    You can try asking Kodak, as they make the app.

Maybe you are looking for