Help setting up automatic discount and loyalty benifits

HI, Iu2019m wondering how I could configure B1 to record the sales so that every 11u2019th sale of a certain product is free.
Also, how configure B1 so that if of one product when sold together with a specific product group will automatically get a 50% discount.

Hi  oyvindlien         
If you are referring to buy 10 get 1 free scenario, the best is to add the 11th one on a new row and give it 100% discount or zero price (depending on authorization settings for users). To do it automatically in SAP Business One is not possible without development (SDK).
For product group discounts go to Inventory > Price Lists > Special Prices > Discount Groups. Here you can use Properties, Item Groups or Manufacturers to set up discounts. Bear in mind that Special Prices per Customer is a level above Discount Groups and will be selected if any exist. The only problem is how to make 1 item affect other items prices. The properties method of Discount Groups might work for this, but you will need to test it on a test database to make sure.
Hope this helps
Kind regards
Peter Juby

Similar Messages

  • Exit to set the automatic PGI and picking while creating outbound delivery

    Hi experts,
    Could anybody suggest how to set the automatic PGI and Picking while creating outbound delivery.
    Currently we are settting VBUK-WBSTK field with value C. But PGI is not happening.
    kindly help me.
    Regards,
    Ravi

    Hello Parihar,
    thanks for reply.
    yes we know that "This process of picking and GI involves reducing the stock and allocating the goods to the delivery"
    if you go for Custom program and Use FM WS_DELIVERY_UPDATE, we can do Picking and PGI.
    our requirement is to do pickong and PGI while creating Delivery it self, based on this output types will be processed.

  • Need help setting up automatic bootable backup

    Hello
    I need to set up a bootable backup on a second drive on a G4 XServe running OS X Server 10.3.9. This has to run automatically when no user is logged in to the server, so as far as I can tell, commercial backup software will not run. I'm hoping there's a command line way to do this, that can be invoked as a cron job. In poking around, perhaps ditto or rsync can be used for this, but I'm not familiar enough with these commands to even try. Any help would be greatly appreciated!
    G4 XServe   Mac OS X (10.3.9)  

    You can use rsync for sync'ing or ditto for a complete clone (among other options)
    But here's an anternative.
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    This new vesion of SuperClone is a good solution (previous versions were more limited in use)
    It handles smart-updates (syn) and scheduling just fine.
    Here's the only catch when running it on a server.
    It creates the schedule by adding a user cron job which calls an Applescript.
    Because this is a user cron job, it only works when that user is logged in.
    The author tells me that if you create the schedule while logged in as the root user, that it will work just fine without a user logged in. (cron job is root)
    You could probably do the same by just moving the cron from user to root.
    Jeff

  • Employee Discount and Loyalty Plan

    Back in June of this year I contacted customer service to change my plan. I was told about the new Loyalty Plan. My concern was whether or not my employee discount would still apply. The customer service rep checked into it and told me yes. So I made my decision to take the new plan, and commit to a new contract, based on the idea that the plan would be $60 per phone minus the discount which would make each phone $48. This has been the case for months. Even last month, November, Verizon sent me a document to verify I was still eligible for the employee discount. I filled it out and sent it in and got confirmation that I was still qualified. Then the December bill came in and it was $25 higher. When I checked into it I was told that the customer service rep made a mistake and I should have never got the discount. When I checked this forum I found out that a lot of people were told the same thing and made their decision based on still getting their employee discount. This seems like to me that Verizon changed their mind after starting the program and now the consumers are getting a bad deal. This is a breach of contract since I took on the new commitment based on the employee discount still being in effect. My wife and I have been with Verizon for over 13 years. I feel that we have been lied to and that Verizon is refusing to honor their contract with us. They are going to lose our business and we will move our money somewhere else if they don't fix this. They should at least honor what we agreed to until the end of our two year contract. Then they can change the amount legally. This also means that having a contract with Verizon means nothing to them and they have no honor or integrity. So starting today I will start looking for a new carrier because as far as I am concerned my contract with them is null and void the minute they raised my bill and eliminated my employee discount. If they agree to fix the problem, then I will keep their service.

        DaleGolds,
    We appreciate your loyalty and I’m glad we were able to locate a plan which will help you save. I regret to learn you’ve had this type of experience with a Loyalty plan. We definitely don’t want that to be the case, as these are special plans, especially designed to help our long-time customers. I certainly want to address all your concerns and apologize for the misinformation that may have been provided.
    Our goal is to ensure you are billed correctly, and if the plan mentioned is not the best fit for your needs, we are happy to bring you back to the old one. The Loyalty plan you mentioned is designed for single-line users and it is correct the employee discount offered by your company does not apply.  It’s always our intention to be honest with you and though this change (discount not applying) is not a breach in contract, it is stated in the agreement the change of eligibility can chance at anytime. This is the case of why the discount would not apply.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport
    I definitely don’t want to lose you as a customer and I’m prepared to do everything I can to help. Please let us know if you would like to change back to your old plan, so we can confirm it is eligible to receive your discount.

  • Help setting up a private and guest network

    If someone could help me out here it would be appreciated.  Here's the deal.  I have AT&T U-verse and a 2Wire modem (3801HGV).  What I'm looking to do is set up a private wireless network (to access all our computers/NAS/etc) and a guest network (which only has access to the public internet...for guests/co-workers).  Unfortunately, the AT&T router doesn't have a guest network feature.  So, doing a little research, I decided to buy an Airport Extreme because of its guest network feature.  Upon setting that up, the Airport Extreme asks me to go into bridge mode which automatically shuts off the guest network.  I thought maybe I could use an Airport Express to setup an additional wireless network that DIDN'T have access to the private network but unfortunately, it sees all the private stuff (it also wants to be in bridge mode). 
    Can anyone think of a solution for this?

    Yeah, I tried this but unfortunately it didn't work
    Was there a particular error message that you received?
    Or was it a case of the 2-Wire not wanting to see a Double NAT situation on the network?
    I can make this work with an AirPort Express using another Apple router as the "main" router, but I don't have a 2-Wire to test things out. By "work", I mean that computers on the AirPort Express network cannot "see" any of the devices on the "main" network.
    If you are interested, I'll provide some details on the setup of the AirPort Express for you.

  • Help setting Parameters using JDBC and Bind Variables for Oracle List

    I fully understand the concept of using Bind Variables when using JDBC to avoid hard parses everytime my SQL statement is executed when only a certain value changes. For example, perhaps I have the following statement:
    PreparedStatement ps = con.prepareStatement("select salary from employees where employee_id = ?");
    I would then set the value of the question mark (the first and in this case only parameter) using:
    ps.getStmt().setString(1,empId1);
    That is assuming I have the variable empId1 populated with what I want. Anyway, my question has to do with Oracle lists. In other words, if I am just executing the statement against the db, it might look like:
    select salary from employees where employee_id in ('123','456','789');
    I still want to use bind variables and I can do it in JDBC with something like:
    select salary from employees where employee_id in ('123','456','789');
    ps.getStmt().setString(1,empId1);
    ps.getStmt().setString(2,empId2);
    ps.getStmt().setString(3,empId3);
    BUT, what if I just want to construct my list of ids upfront as a string and do something like:
    select salary from employees where employee_id in (?)
    ps.getStmt().setString(1,listOfEmpIds);where listOfEmpIds would look something like '123','456','789'.
    That's what I want to do but it doesn't work. It would be treating the list as a single parameter as opposed to lots of individual parameters. Can someone please tell me the syntax for this if it is possible? I have tried where XX in (?) and where XX in ? (and the string I substitute has the parenthesis in it), but neither work.
    Thank you for your help.

    I always build the list myself.
    You could, however, pass the list as a varchar to a stored proc and then have the stored proc parse (or dynamically execute) using it.
    The second method might even be faster although I would suspect that is only going to be the case if the list is very large. Or it might not.

  • I need HELP setting up my airport and wifi!

    I have an iMac 27" purchased new in February 2012. I've never set up the wifi part on this or any other computer.
    Does this iMac have a build-in airport base station? I was told when I bought it that I had everything I needed to have... in other words, that it was built-in.
    How do I find it? My Airport Utility application can find no configured AirPort base... It just sits and goes around in circles looking for one.
    If I have one here, how do I find it to do the configuration... and, of course, how to I configure it.
    Right now I'm feeling very stupid. I'm a 72-year-old 15-year-retired high school computer teacher... needless to say, we weren't dealing with these things in classrooms when I retired... not in my school district anyway.
    I cannot possibly tell you how frustrated I am, and I'm embarassed to admit I've even shed a few tears of frustration.
    Help will be sooooo very much appreciated.

    Hi, I know the icon you're talking about... the Wifi icon in the upper right corner of the screen. When I click on that, it gives me the opportunity to turn the Wifi on or off... I've had it turned on since I got the computer, but haven't been able to use it. It even tells me about several Networks... none of which are mine unless they're something set up with a name I don't know. I've tried joining them and need a password... since I didn't set them up, I don't know the password. I think they belong to neighbors.
    I've also tried to follow the link to Create a Network. I go through all that and it even shows up in the list below where the neighbor's networks are listed. It's checkmarked as though it's on and I'm on it... but I can't get onto it with any other devices (my Kindle, for instance). They can't find a network of any kind, let alone one by the name I set up. Therefore, I think I haven't really set anything up or I don't have a base stateion or something.
    Obviously, the list of things I don't know here show my total lack of knowledge of what I'm doing on this subject... and I have a new iPhone on the way so I'm really tired of not being able to use my other devices, and very much want the iPhone to be able to use the network also.
    Thanks so much for your reply even though it wasn't all I needed to get it done.

  • Need help setting up Macbook Pro and external hard drive(s)

    I apologize for the vague title but I was limited to so many characters.
    Here's my situation (sorry for being verbose, I just want to be thorough)
    Right now I have a Macbook Pro and a 500 GB external hard drive (Western Digital using USB 2.0 connection). I've outgrown the external hard drive and am ready to upgrade my external memory.
    Here's my issues right now:
    My iTunes library and music reside on the external hard drive. Using iTunes is painfully, I mean brutally, slow for some reason. For example: if I were to just change the genre of an average album, it takes upwards of 4 or 5 minutes to change the data. Compared to the POS Dell computer I used to run iTunes with (using the same external hard drive), the same task would take 5 seconds at the most. Likewise, if I try to watch a video that resides on that external hard drive right now, it skips and eventually stops because (presumably) the data is transferring extremely slowly. I have no idea, and haven't gotten any real answers, as to why this is happening with the Macbook and/or if using a Firewire connection would improve the speed.
    Taking that into consideration, here's what I would like to do (and ask). I see myself having one 1T external hard drive for all my music and one 1T external hard drive for all my movies and videos. Ideally I would like to be able to access these two hard drives wirelessly with my Macbook and have it transfer the data very quickly - as it should IMO. Certainly a lot faster than it is now.
    I would love to just be able to hook my Macbook up to my main stereo and run iTunes through it without having to lug around and messily connect the external hard drive which contains all the music. As well as being able to hook my Macbook up to the stereo and LCD monitor and be able to watch a video, again without the hassle of having to connect the external hard drive - which as I said prior, appears to transfer the data way too slowly anyway.
    Any suggestions on what external hard drives I should get and any other hardware/software I need to run them wirelessly would be gratefully welcomed.
    Thanks in advance (and I apologize for the long winded post)
    MM

    Obviously, FireWire is a fast connection, but for changing metadata, USB is plenty fast. Why it takes so long is anyones guess. Is it a USB 2.0 drive? Using external drives can be tricky. My father uses them for his gigantic library of almost 80,000 songs. When you have it setup properly, it works fine, but if you say forgot to have the external drive mounted when you launch iTunes, iTunes defaults the library back to your Music folder, then when you start importing, it puts in on the internal drive, then you have to go back and reset it, etc. Problem, with iTunes alone, you can only set one library, so if you want to use two drives, you will have to have one set at any given time.
    So you could set the music one first, add to the library, then set it for movies, then add those to the library. Then keep the library set to the one you use most frequently, so you don't have to always switch. Once you import all media, and iTunes "knows" where to find the files, you can play them with no problems with two drives.
    For wireless, you have a couple choices. If you have two Macs, you could keep one connected to the two drives, then with the other computer, just connect to the network and share the iTunes library so your other computer has access. If you want the music stored on a drive accessible wireless, you'll probably have to look to NAS, or some form of wireless storage. If you do that, their may even be a better third party software solution other than iTunes for managing multiple libraries.
    This is something iTunes really needs. As libraries grow, one drive just isn't enough often.
    Bryan

  • Help setting up mail box and rules, please.

    This is rather a convoluted story, but hang with me if you can.- Please.
    After all these years I just started to have problems with Mail. Not Mail's problems, but my ineptitude to figure out how to do what I wanted!
    Got my new PB 17' last month - what joy- and migrated everything.
    I tried Microsoft Office's Entourage, specifically the mail program, just to look at it. So, I imported my mail to see how it acted. During that time I deleted some stuff (knowing all messages were in Mail), so I could play with just a few messages. Closed Entourage after deciding that what I had was far superior. Went back to doing normal things, and it wasn't until about a week later I realized that a very large batch of mail had GONE. I realized right away what had happened - I had been online at the time and Entourage had actually deleted MY precious MAIL.
    Too late to get any back, so I set up a "Sheila's Inbox" in Mail (on my Mac) to move messages to, so this could never happen again, and tried to create a rule. That went fine but then I had problems with my junk filter sending everything to my NEW in box (on my Mac). Then I tried to reset my Junk filter and that was a total disaster as I again lost my mail. Can anyone tell me how to set up an InBox on my Mac so I can move mail from the regular INBOX, and still have the Junk Mail filter working properly? I really thought I had done a good job with the rules, but obviously had not. Any hints would be gratefully accepted.
    Thanks,
    Sheila

    Mac OS X, version 10.6.7
    iCloud requires a Mac running v10.7.2 or later ...
    Apple - iCloud - Learn how to set up iCloud on all your devices
    You can upgrade to Lion at the App Store. Click your Apple menu icon top left in your screen. From the drop down menu click App Store.
    Make sure your Mac meets Lion's requirements:
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OSX v10.6.6 or later (V10.6.8 recommended)
    7GB of available spare

  • Need Help setting up SRC Professional and ENUFF Advisor on  terminal server

    I'm the analyst responsible here at Adena Health System for SRC.  I have received a request to setup the products listed above on the terminal server.  Can anyone direct me to documentation or at least point me in the right direction to get this task completed?
    Thanks,
    Shane Matthews
    Systems Analyst
    Adena Health System

    Underlying the Mac OS is unix. By default when a file or folder is created, it is owned by that user. Other users don't have read/write permissions.
    I suggest reading a bit about unix permissions work.
    Unix assigns permissions for 3 categories for each file and folder. Self, group, and other (think of other like the permissions you would want a complete stranger to have).
    If all your users are members of the same group, you can use unix permissions to allow anyone in the group to have r/w permissions. You'd first need to define a group, and then assign all the users to that group.
    Lastly, you'd want to associate all the existing files you already have to that group.

  • Bug - Help - Pre volume automatically lowers and phone locks

    This problem started today.  I started Pandora and the music couldn't be heard.  I tried to increase the volume and nothing happened.  I tried to shut-down and nothing happened.  I had to remove the battery and restart.  Later the volume indicator would come on the screen lower to the off position and then stay on the screen.  I can't do anything except remove the battery to get the phone to turn off and reset.
    Post relates to: Pre p100eww (Sprint)

    Have you installed any 3rd party (homebrew) application? Does the problem seem to be related to Pandora? Is there any more informtion you can provide on this issue?

  • My iphone is set to automatically download.  i just made some purchases from my ipad and now my phone has the app and songs showing up, but it says waiting to download.  what gives and how do i fix?

    i have an iphone, imac and 2 ipod touches 5th generation.  I just purchased some apps and songs on the ipad with hopes they would transfer to all the other devices.  some of them did go to all devices while others did not.  when i go to purchases on one of the ipods they show up as not purchaced (even though they may be on 2 of the other devices).  my iphone has them there, but it says waiting to download.  its been a day and they are still waiting to download.  I've checked settings on all and they are set to automatically download and all devices share the same apple id.  not sure what ive done wrong and have tried several things.  hopefully i haven't confused you too much.

    My problem was that Software Update didn't check for updates every day, and maybe never...
    Finally I found that: http://hints.macworld.com/article.php?story=20120824124203635
    Basically all you have to do is open the Terminal and type:
         sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate.plist ScheduleFrequency 1
    The number, 1 in this case, means the frequency which Software Update is going to check for updates, so 1 means every day.
    If this doesn't work you can try two things (or both, but in this order)
         - Go to /Library/Preferences/ and delete the file: com.apple.SoftwareUpdate.plist, then open Software Update... to create a new file, and go to System Preferences to configure it again. Finally open the Terminal and try the command at the beginning of this comment.
         - If Software Update continues without checking for updates every day, open the file: com.apple.SoftwareUpdate.plist and you will see a preference that is: ScheduleFrequency with the number 1 at its right and you will see that the type is String, copy the file to the Desktop (for example) and change the type String to Number, then drag the file in the Desktop into the Preferences folder and replace the first. It will work. (For this part you will need Xcode)

  • Printer properties continue to show HP photo paper, despite Preferences being set for Automatic.

    Yesterday, while attempting to print a Word Perfect 5 document (my word processing app), the printer( HP Office Jet 6500 E709) operated, passed the paper through and made the printing sounds, but no ink was applied to the paper.  I thought perhaps the cartridge had run dry, although I usually get a warning and then can visually see from the finished print job when the ink cartridge is empty.  My PC is running Win XP Professional, and the printer has never been a problem.  I installed a new Black cartridge and successfully printed off a test page.  Still could not print the WP document, or any other document from "my documents" file.  Tried the "copy" function and the printer worked fine.  Still no document printing.  Printed a Yahoo e-mail using the "print" option at the top of the message, and the printer worked fine.  When printing from that icon, I got a pop-up display with a menu option labeled "preferences."  This is the standard routine when printing an e-mail. I clicked on preferences saw that they were set at automatic, portrait, and color.  I changed color to Gray Scale, black ink only, and the page printed properly.  This has always been the routine, whether printing an e-mail of printing a document.  Then I went to my WP document and hit the printer icon on my task bar and got a different pop- up display.  In this display there was no "preferences" option, only a "properties" option.  When I pressed that button I saw a setting that said HP Photo paper, portrait, grayscale high quality.  I changed the paper type[ to "automatic" but cold not change the color option to black ink only.  I closed the menu and attempted to print.  No ink.  I repeated the steps and discovered that the properties had reverted back to HP Photo Paper.  I attempted to print from the File menu and by using Cntrl P.  Neither option worked and the "Pproperties" continued to show HP photo paper, even though I changed it after each failed attempt and the hopper was full of white ink jet paper.  I deinstalled the HP printer and reinstalled it using the original discs.  Since the reinstall, the preferences are set as desired, and remain that way every time I chack them.  I can print a test page, copy and print email.  However, when printing from the print option in File, the task bar printer icon or Cntrl P, the pages continue to be processed but no ink is applied.  The pop-up menu that appears when using any of these commands always contains the term "properties" and those properties always show HP photo paper as the stock being used.  Regaerdless of how many times I correct the paper type, the entry reverts to HP photo paper after each attempt at printing. 

    I have the B8550 too, and I just assumed that since it's a fairly high-end printer, it would support the highest-end HP photo paper (i.e., Premium Plus).  However, the manual states:
    HP Premium and HP Premium Plus photo papers are not supported with this product.
    Now, I don't know if that means you shouldn't use it, or that the advanced features won't work, or ??? Or if you should use it, what settings to use (since that type of paper is not listed in the options on the drop-down menu.)  I have used the Premium Plus Soft Gloss without any problems.  But HP seems to think that the highest quality paper you can use with this printer is "Advanced," which is their third-grade paper.  Not exactly what I'd expect from this type of printer. 

  • HT5538 I dont really get this i need help setting some things up on my Ipod.Can you help?

    I need help setting up my Imessage and FaceTime.I have tryed and its not working.

    iOS: Using FaceTime
    iOS: About Messages
    iOS: Troubleshooting FaceTime and iMessage activation
    iOS: Troubleshooting Messages
    iOS: Troubleshooting FaceTime

  • Please help , I have iPhone 4S and have updated to iso6, don't know if that has anything to do with the problem but I can't set the year on date and time to the correct year, it automatically goes to 2578 ? Plz help

    Subject:
    Please help , I have iPhone 4S and have updated to iso6, don't know if that has anything to do with the problem but I can't set the year on date and time to the correct year, it automatically goes to 2578 ? Plz help

    Settings>General>International.
    Set the calendar to "Gregorian". You have it set to Buddhist.

Maybe you are looking for