|
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
|
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.
|
|
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 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 .
|
|
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.
|
|
Imagine you deploy Debian-based Xen VMs for customers. How would you hand it over to them with it in the most secure state possible, while keeping the system in a state the customers expect?
I don't like the idea of having the root account accessible ...
Started by Andrew on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I would recommend taking the lessons your, customers switching from ....
There is a continuum between easy of use and tight) where your customers expect the line to be drawn.
The customers expect
I think this is core to the question.
|
|
We would like to host multiple customers in a single WSS 3.0 web application (so we can use https instead of custom SSL ports). Because they are different customers, we don't want them to 'see' each other when doing directory lookups. We have not been...
Started by Philipp Schmid on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
"beneath" that I created site collections for each client w/ ... .
No reason to think it wouldn't work the same or similar in 2007 .
What I did in SP 2003 was to make a main portal that clients didn't see or have access to - https://extranet.mycompany.com .
|