Download millennium Free Java Code

Description

POC for using the Millennium Web SDK.

Icons

millennium

Source Files

The download file millennium-master.zip has the following entries.


.gitignore/*  w ww . j a v  a2s .co  m*/
.rvmrc
Capfile
Gemfile
Gemfile.lock
README.rdoc
Rakefile
app/assets/images/ajax-loader-ie.gif
app/assets/images/ajax-loader-transparent.gif
app/assets/images/ajax-loader.gif
app/assets/images/arrowDown.png
app/assets/images/arrowDownSelect.png
app/assets/images/arrowDownSelectGrey.png
app/assets/images/bb_no_img_avail.png
app/assets/images/beautyBooked.png
app/assets/images/book_app.png
app/assets/images/book_appointment.png
app/assets/images/btn_search.png
app/assets/images/bullet.gif
app/assets/images/dateIcon.png
app/assets/images/doubleLines.gif
app/assets/images/down-arrow.gif
app/assets/images/dropArroWhite.png
app/assets/images/dropArrow.png
app/assets/images/facebook_login.png
app/assets/images/forArrow-b9bb68c1236dfbc8a5c23ddc31e7ea60.png
app/assets/images/horArrow.gif
app/assets/images/icon-delete-grey.png
app/assets/images/icon_calendar.png
app/assets/images/icon_clock.png
app/assets/images/icon_facebook.png
app/assets/images/logo_beautyBooked-Beta.png
app/assets/images/logo_beautyBooked-D.png
app/assets/images/logo_beautyBooked-new.png
app/assets/images/logo_beautyBooked.png
app/assets/images/new-beta-black.png
app/assets/images/page_loader.gif
app/assets/images/search.JPG
app/assets/images/spinnerDefault.png
app/assets/images/submitBTN1.png
app/assets/javascripts/application.js
app/assets/javascripts/appointments.js.coffee
app/assets/javascripts/common.js
app/assets/javascripts/date.js
app/assets/javascripts/employees.js.coffee
app/assets/javascripts/jquery.datePicker.js
app/assets/javascripts/jquery.mousewheel.js
app/assets/javascripts/jquery.timeentry.js
app/assets/javascripts/search.js.coffee
app/assets/javascripts/services.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/appointments.css.scss
app/assets/stylesheets/bootstrap_and_overrides.css.scss
app/assets/stylesheets/common.css
app/assets/stylesheets/datePicker.css
app/assets/stylesheets/employees.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/search.css.scss
app/assets/stylesheets/services.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/application_controller.rb
app/controllers/appointments_controller.rb
app/controllers/employees_controller.rb
app/controllers/search_controller.rb
app/controllers/services_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/helpers/appointments_helper.rb
app/helpers/employees_helper.rb
app/helpers/search_helper.rb
app/helpers/services_helper.rb
app/helpers/users_helper.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/category.rb
app/models/employee.rb
app/models/salon.rb
app/models/service.rb
app/models/sub_category.rb
app/models/user.rb
app/views/appointments/_get_price.erb
app/views/appointments/book_appointment.erb
app/views/appointments/check_price.js.erb
app/views/appointments/index.html.erb
app/views/devise/sessions/new.erb
app/views/employees/_form.html.erb
app/views/employees/edit.html.erb
app/views/employees/index.html.erb
app/views/employees/new.html.erb
app/views/employees/show.html.erb
app/views/layouts/_messages.html.erb
app/views/layouts/_navigation.html.erb
app/views/layouts/application.html.erb
app/views/search/_slots.erb
app/views/search/index.html.erb
app/views/search/slots.html.erb
app/views/search/slots.js.erb
app/views/services/_form.html.erb
app/views/services/edit.html.erb
app/views/services/index.html.erb
app/views/services/new.html.erb
app/views/services/show.html.erb
app/views/users/new.erb
config.ru
config/application.rb
config/boot.rb
config/deploy.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/custom_time_formats.rb
config/initializers/devise.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/simple_form.rb
config/initializers/simple_form_bootstrap.rb
config/initializers/wrap_parameters.rb
config/locales/devise.en.yml
config/locales/en.yml
config/locales/simple_form.en.yml
config/routes.rb
db/migrate/20130106035829_create_categories.rb
db/migrate/20130106041106_create_sub_categories.rb
db/migrate/20130107081534_add_parent_id_to_categories.rb
db/migrate/20130107131935_create_services.rb
db/migrate/20130108175147_create_salons.rb
db/migrate/20130109051551_devise_create_users.rb
db/migrate/20130109053845_add_name_to_users.rb
db/migrate/20130109072759_add_client_id_to_users.rb
db/migrate/20130109091737_add_fields_to_services.rb
db/migrate/20130109101413_create_employees.rb
db/seeds.rb
doc/README_FOR_APP
lib/assets/.gitkeep
lib/millennium.rb
lib/tasks/.gitkeep
lib/tasks/salon_data.rake
lib/templates/erb/scaffold/_form.html.erb
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/rails
test/fixtures/.gitkeep
test/fixtures/categories.yml
test/fixtures/employees.yml
test/fixtures/salons.yml
test/fixtures/services.yml
test/fixtures/sub_categories.yml
test/fixtures/users.yml
test/functional/.gitkeep
test/functional/appointments_controller_test.rb
test/functional/employees_controller_test.rb
test/functional/search_controller_test.rb
test/functional/services_controller_test.rb
test/functional/users_controller_test.rb
test/integration/.gitkeep
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
test/unit/category_test.rb
test/unit/employee_test.rb
test/unit/helpers/appointments_helper_test.rb
test/unit/helpers/employees_helper_test.rb
test/unit/helpers/search_helper_test.rb
test/unit/helpers/services_helper_test.rb
test/unit/helpers/users_helper_test.rb
test/unit/salon_test.rb
test/unit/service_test.rb
test/unit/sub_category_test.rb
test/unit/user_test.rb
vendor/assets/javascripts/.gitkeep
vendor/assets/stylesheets/.gitkeep
vendor/plugins/.gitkeep

Download

Click the following link to download millennium-master.zip.

millennium-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper