|
In our application we sometimes have to make minor GUI modifications for different customers:
One customer has an input field the others don't have. Another customer has all default fields but one of the optional input fields is mandatory. A third customer...
Started by DR on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Configurable ....
Have a Custom page per customer, where each page supports itself in terms of business logic it done.
Do and flexible.
Although this can get pretty complicated.
Custom builds or customer branches.
By everyone.
|
|
Hello,
I have a customers table with information about our customers (ID, login, name, contacts info, different options, TS column, and so on, ~15 columns, ~few hundreds of customers).
Now we need to send every-day-updates to our biggest customers (<...
Answer Snippets (Read the full thread at stackoverflow):
Is simpler and faster than
SELECT * FROM customers WHERE SendUpdates = 1;
Further thoughts.) This doesn't mean that I suggest that all customers should have an entry in the related table whatever FROM Customers JOIN NotificationTable....
|
|
I am developing a web application in which I will have customers and suppliers.
Initially I thought on using a Customers table and a Suppliers table.
Then when I was thinking on bank transactions, I noticed that each transaction needs to refer to a customer...
Started by hectorsq on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
The question....
For example, will you be listing all bank transactions more often than listing Customers and Suppliers separately?
The question you need to be asking is what information is common between customers for the bank transactions.
|
Ask your Facebook Friends
|
Say I have a table which stores customers order IDs. Such as
| Customer ID | Order ID | Order Date
How can I get all customers who have ordered today?
Also OrderDate would be a DateTime.
Something like
SELECT DISTINCT CustomerID FROM TableName Where OrderDate...
Started by DevDevDev on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In Oracle the statement would look something like:
SELECT DISTINCT CustomerID FROM TableName Where OrderDate >= trunc(sysdate)
SQL-Server should be similar
It's fairly common to only want a date out of a datetime - you should be able to Google for... .
|
|
I work on maintaining the same e-commerce web-app for multiple customers.
Originally there was a standard set of pages from which all the rest of the customers customizations were derived in the past.
Recently the place where I work decided to use Mercurial...
Started by leeand00 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on how custom you need each project to be, the easiest way may be to have a separate tree of our customers while we keep the existing customizations for each customer?
just like in any other.
|
|
I just saw http://uservoice.com/login It uses google accounts, myspace, yahoo, openid and all to sign in customers into its site? Can I do that?
I mean, customers need not register to my site. They can just sign in with their accounts on the above sites...
Started by CodingTales on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Also be ....
See here: Google Login PHP Class.
It's what http://uservoice.com/login appears to use.
Http://openidenabled.com/php-openid/
You may want to look at this too: https://rpxnow.com/ - it will only need integrating at the HTML/javascript level .
|
|
What is the better marketing strategy for small businesses, focusing on acquiring new customers or retaining existing customers?
Started by edagoodman on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at ukbusinessforums):
But what is the balance - how much time/effort no longer have enough time... .
customers or retaining existing customers? The smart answer is both! You need to be looking after your existing customers and searching for new ones as well.
|
|
With Sun being taken over by Oracle, Oracle will arguably gain control of Glassfish.
I do understand that Glassfish is community driven but most of the contributions do come out of Sun at this time.
Its a great App Server and perfect for many cost-sensitive...
Started by Ryan Fernandes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It depends:
Who are your customers? Are you deploying to customer sites? Does the customer even let you.
|
|
I want to send my customers automatic invoice every month. Is there any online website which can do that.
OR any plugin or script i can put on my own server to generate it Automatically
Started by Mirage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
:-)
A really nice option would be to have a website with accounts for your customers to log.
You will get a custom solution that is exactly what you want (if you find.
For databases and such.
|
|
It just ticks me off that new customers get better rates than old customers get. How do you reward old customers? Well of course we charge them higher rates. This will drive me to your competition because they also give better rates to their new customers...
Started by Longtimecust on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at verizon):
To get MORE CUSTOMERS, VERIZON SHOULD DO THIS ADVERTISEMENT.
Verizon should allow their current customers to have the same benefits as what new customers get.
I just Switched from Cable to Verizon for this reason .
|