POS Systems Archives

IBM Retail | Elie Tahari benefits from Real-Time Analytics

Elie Tahari used IBM Cognos® to create a seamless reporting framework that provides granular, real-time information from the sales floor to its suppliers’ inventory and production schedules.
Video Rating: 5 / 5

Advertising & Marketing Collateral When executed strategically, advertising & marketing collateral can make an immense impact and contribution to your company’s branding efforts & awareness. Creative marketing collateral, such as advertising, custom stationery, company brochures, monthly newsletters, posters, direct mail campaigns & outdoor advertising can develop strong, stable & long-lasting client relations, while producing an extremely effective & valuable marketing impression. BeeRound Design Studio simplifies the creative process by designing & developing custom designed advertising campaigns & creative marketing media for large, medium & small-scale clients, companies & organizations. For more information please contact us at: info@BeeRound.com or info@BeeRoundDesign.com
Video Rating: 0 / 5

HP rp5700 Point-of-Sale (POS) System

HP rp5700 Point-of-Sale (POS) System

Image by HP PSG APJ

Simple Java coding problem?

Question by Meia: Simple Java coding problem?
I need some help. I’m new to Java and I am doing a coding that requires average of cars sold and the month with the lowest value. I managed to get the average but when I get to the lowest part, I got stuck. I have no idea how to assign a number to the month I have. But here is the coding that I have.

import java.util.*;
import java.lang.*;

class CarSold
{
public static void main (String args[])
{
int number[] = {191, 196, 269, 308, 236, 145};
String month[] = {“January”, “February”, “March”, “April”, “May”, “June”};
int result = 0;
int i;

for (i=0; i… Continue reading

Question by Kevin W.: I am making an RPG in Java, and I can’t figure out one of my methods and why it is not working…?
I continuously get a String IndexOutOfBouds error @ -72….-72!!!
I don’t understand why is is doing this, any help would be appreciated.

public static ArrayList toBM(String info)
{
ArrayList bMagic = new ArrayList();
String temp;

/**for (int i = 0; i… Continue reading

 Page 1 of 43  1  2  3  4  5 » ...  Last »