Needs Some Assistance
3 posts by 3 authors in: Forums > CMS Builder
Last Post: September 2, 2009 (RSS)
By (Deleted User) - September 1, 2009
I have a friends business that is interested in using this CMS Builder but wants to see if it can handle what he needs.
This system is this:
Ability to Add Business and City (Municipalities)
Once they have been create to be able to add regular entries of recycled weights they have recycled. All weights are totaled and then displayed on the site by City.
When you enter a business weight it needs to add to the Cities weight and display it.
You can see that it is divided up by Years and then by month and if you go into a month it is then displayed by City what they have done for that month. It does not show the log entry that was added in the CMS. Just shows the total weight for that City.
You can see there current system.
http://www.stratfordewaste.com/index.php?pg=recycled
This is how the business display their weights.
http://www.stratfordewaste.com/index.php?pg=business
If this CMS can not be configured to handle this then I already have a coder that can code a system which is separate.
Please Help
We are trying to save money on this.
This system is this:
Ability to Add Business and City (Municipalities)
Once they have been create to be able to add regular entries of recycled weights they have recycled. All weights are totaled and then displayed on the site by City.
When you enter a business weight it needs to add to the Cities weight and display it.
You can see that it is divided up by Years and then by month and if you go into a month it is then displayed by City what they have done for that month. It does not show the log entry that was added in the CMS. Just shows the total weight for that City.
You can see there current system.
http://www.stratfordewaste.com/index.php?pg=recycled
This is how the business display their weights.
http://www.stratfordewaste.com/index.php?pg=business
If this CMS can not be configured to handle this then I already have a coder that can code a system which is separate.
Please Help
We are trying to save money on this.
Re: [hegadmin] Needs Some Assistance
By Kenny - September 1, 2009
I am not quite sure exactly what your are trying to accomplish, but I have an idea. Let me know if this helps.
Get one field to auto add itself to another field
<?php echo number_format($record['number1'] + $record['number2']) ?>
Get one field to auto add itself to a fixed number
<?php echo number_format($record['number'] +500 ) ?>
Make sense or am I totally on a different subject?
Kenny
Get one field to auto add itself to another field
<?php echo number_format($record['number1'] + $record['number2']) ?>
Get one field to auto add itself to a fixed number
<?php echo number_format($record['number'] +500 ) ?>
Make sense or am I totally on a different subject?
Kenny
Re: [hegadmin] Needs Some Assistance
By Dave - September 2, 2009
Hi hegadmin,
The CMS can save you money on the data entry part of it. You can very easily create a custom system where the various types of data can be entered, and modified.
You can also create some basic viewer pages that display the data, but where you'll likely need a bit of custom code in the viewer pages to total up the values and group them by city, etc. This can be done with either some PHP or some custom SQL queries.
Hope that helps!
The CMS can save you money on the data entry part of it. You can very easily create a custom system where the various types of data can be entered, and modified.
You can also create some basic viewer pages that display the data, but where you'll likely need a bit of custom code in the viewer pages to total up the values and group them by city, etc. This can be done with either some PHP or some custom SQL queries.
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com