Re: E-Commerce Packages

2000-05-15 Thread Beth Usouski

we use one called cartease.  it is $150, and open source, which is a good thing 
because it is a little buggy.

Beth

Vance Duke wrote:

 A month or 2 ago, there was discussion regarding Able Commerce.  I am
 looking for some of the E-Commerce packages, that are ColdFusion based and
 are customizable, that were discussed in addition to Able Commerce.  I am
 putting together a presentation and would like several options.  I think I
 remember a package that was around $150 but can not remember what is was
 called.

 Thanks,
 Vance Duke
 Applications Developer

 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Working Days

2000-05-15 Thread Beth Usouski

 cfif not (Day mod 7 is 1) and not (Day mod 7 is 0)
will give you saturday and sunday.

seems to me you should just loop it through your action and ignore the action/count on 
the weekend.

Stewart McGowan wrote:

 I'm writing a project management package which basically tracks our
 production line,
 however i'm having problems with calculating a critical path,

 I convert our local date sructure to a US one ie dd/mm/ to mm/dd/
 then i do some basic validation on the start date - IsDate - isLeapYear
 etc...
 then i get the day - because i want to cut out weekends if its a saturday i
 add
 two if its a sunday i add one.here's the problem, how do i cut out the
 non working
 days?? For instance If a job were to start on a wednesday and take five
 working days
 i would want it to finish on the tuesday rather than on the monday if u see
 what i mean?

 any help would be appreciated

 tia

 Stew
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.