This topic is locked

Calender and pricesummary

1/27/2007 4:13:06 AM
PHPRunner General questions
D
dynamic35de author

Hello
I bought the PHPrunner. Now I would like to ralisieren the following thereby. For a salesman by a coworker of dates one makes. Apart from date details the complete date overview should be visible in a calendar. Here I need a calendar like here in the portal, the Community Calender.
If the coworker already sells products at the telephone, the sum total is to be calculated directly. how can I realize all this with the PHPrunner?? I need this answer please fast, thank you.

J
Jane 1/29/2007

Hi,
please see my answers below:

  1. I'm not sure that I understand you correctly. Where do you want to use calendar view?
  2. to calculate total sum use Before record added event on the Events tab.

    Please give me more detailed description of the table structure and fields you want to sum and I'll help you to write a proper event code.

D
dynamic35de author 1/29/2007

Hi Jane
apology for my bad English, but I am from Germany. Ok one, which I would like to make? The task is, which a coworker for the salesman makes by telephone dates with customers. There is a customer data bank with all information, which the coworker can use. Because the coworker is however not in the office, but from at home works, would like to realize I a solution over Internet.
The coworker is to be able to access secured data of customers, whom he is to call. The dates are to be registered then in an appointment calendar. For the good overview we need a calendar here like the Community Calender of this forum.
The salesman is to be able to see then the finished dates and as Exel CSV to downloaden be able.
The customer data is to be able to be imported of me as Exel CSV into the data base.
greetings Jens

D
dynamic35de author 1/30/2007
J
Jane 1/30/2007

PHPRunner can not do calendar view for you.
This task can be accomplished using some custom PHP script or application.