Features
Has fontawesome for icons (so it becomes more unique)
The design is modern & flat so it gets a professional look
Powered by bootstrap (so you have alot of basic codes included such as Alerts.)
So the basic idea of Juicy ASE is that it should be compatible to all and i repeat all versions of retros
(from r63 - r63A) with that said my main focus on this project is to make it compatible with Azure, Gold tree & Skywave. If everything goes as planned it will be released in the end of july.
The other basic concept of this is that it should be easy to manage your retro, therefore this will be a very simple Housekeeping/ASE so you do not have to lift a finger.
Is there a base of this housekeeping?
Yes the base of this ASE will be GrapeAse or atleast some codes, another base if you can call you that is that the design was sent to me by a friend so I just took it and made it into css3. Everthing that I haven't done in this ASE will be credited
Snippets?
In the Dasboard there is a count of how much dollars you have made
It has also Included a User count in total!
[/I]PHP Code:<?php
// Cost of VIP membership (in Dollars)
$y = 5;
// Fetching the amount of VIP members times how much VIP costs gives you the current profit DONT change the codes
$profit = mysql_query("SELECT COUNT(*) AS profit FROM users WHERE rank = 7") or die(mysql_error());
$money_profit = mysql_fetch_assoc($profit);
// Fetching the amount of registered users
$count = mysql_query("SELECT COUNT(*) AS count FROM users") or die(mysql_error());
$user_count = mysql_fetch_assoc($count);
echo '<div class="btn-controls">';
echo '<div class="btn-box-row row-fluid">';
echo '<a href="#" class="btn-box big span4">';
echo '<i class=" icon-random"></i>';
echo '<b> 65% </b>';
echo '<p class="text-muted">';
echo 'Growth';
echo '</p>';
echo '</a>';
echo '<a href="#" class="btn-box big span4">';
echo '<i class="icon-user"></i>';
echo '<b>';
print $user_count['count']; //How to print out the amount of users of the hotel
echo'</b>';
echo '<p class="text-muted">';
echo 'Registered Users';
echo '</p>';
echo '</a>';
echo '<a href="#" class="btn-box big span4">';
echo '<i class="icon-money"></i>';
echo '<b>';
print $y * $money_profit['profit']; // How to check the profit
echo '</b>';
echo '<p class="text-muted">';
echo 'Profit';
echo '</p>';
echo '</a>';
echo '</div>';
echo '</div>';
?>
Screenshot:
Klick here to view.
Thanks for taking the time reading through this thread , be sure to post what you think should be included and what you think about this idea! In the end everyones oppinion matter, but a thing I would not like to see is "this is ugly af" etc. You can just write that you disliked it if you did.
Ps. I will be updating this every week / every other day depending how far I get with it




![Juicy ASE for Revcms [Development]](http://ragezone.com/hyper728.png)


