phcmemberspro 3.1.1 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18182ce8ed7d0e2f39fd9bfe4119d1eea39992b5
4
- data.tar.gz: 087794c57e03df910a4875e6dd7966aa0b97e10e
3
+ metadata.gz: 0de760cd0aac3e5f98946c05f496f45040ec4da7
4
+ data.tar.gz: 83bb4f713fc3143ffe1c725b7632a36218518403
5
5
  SHA512:
6
- metadata.gz: e6e0cc9cbba1d65cd319aa638b1c946a5812486ea0ab92324e8ded706edbe587591077927d68b08917f29bee1beb6e0ceab246a888b55e5f3ebcb8d2b5ab37f7
7
- data.tar.gz: bd6da81a0bf25a9c8e14c2826943574be21cdf7b14c49dd4b308aebaa71c70b558d77d611526f75d6a0d85f5d2d25b096de81a04a61ec2b3fe6a15e282ec0299
6
+ metadata.gz: 07828fbc7b1f146b0b51c9e4ee7fc45b39b5da55e397d88ae2ac34cd6cd52512788c182e2a0937af76db5e0287d3226fab0fc3dd57b5c0c1ba8413f83fa1a924
7
+ data.tar.gz: 92858e6a4dd61bc17e0b734ba17bd41cb7390e6d76d44342b21db4ae978a63bc8113c4883626e6aaa7d841815226719e9afa460395d031a8e2071b9eca715dfa
@@ -0,0 +1,2 @@
1
+ // Place all the behaviors and hooks related to the matching controller here.
2
+ // All this logic will automatically be available in application.js.
@@ -0,0 +1,2 @@
1
+ // Place all the behaviors and hooks related to the matching controller here.
2
+ // All this logic will automatically be available in application.js.
@@ -0,0 +1,3 @@
1
+ // Place all the styles related to the api/catsapi controller here.
2
+ // They will automatically be included in application.css.
3
+ // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -0,0 +1,3 @@
1
+ // Place all the styles related to the dashborad controller here.
2
+ // They will automatically be included in application.css.
3
+ // You can use Sass (SCSS) here: http://sass-lang.com/
@@ -0,0 +1,6 @@
1
+ require_dependency "phcmemberspro/application_controller"
2
+
3
+ module Phcmemberspro
4
+ class Api::CatsapiController < ApplicationController
5
+ end
6
+ end
@@ -0,0 +1,6 @@
1
+ require_dependency "phcmemberspro/application_controller"
2
+
3
+ module Phcmemberspro
4
+ class DashboradController < ApplicationController
5
+ end
6
+ end
@@ -0,0 +1,4 @@
1
+ module Phcmemberspro
2
+ module Api::CatsapiHelper
3
+ end
4
+ end
@@ -0,0 +1,4 @@
1
+ module Phcmemberspro
2
+ module DashboradHelper
3
+ end
4
+ end
@@ -43,6 +43,10 @@
43
43
  <label><%= f.label :mcemail, "Contact Email" %></label>
44
44
  <%= f.text_field :mcemail, class: "form-control", placeholder: "Contact Email" %>
45
45
  </div>
46
+ <div class="form-group">
47
+ <label><%= f.label :mctype, "Address Type" %></label>
48
+ <%= f.select :mctype, [['Billing Address','billing'],['Street Address','street'],['Mailing Address','mailing']], class: "form-control" %>
49
+ </div>
46
50
  <div class="actions">
47
51
  <%= f.submit "Submit", class: "btn btn-primary" %>
48
52
  </div>
@@ -43,6 +43,10 @@
43
43
  <label><%= f.label :mcemail, "Contact Email" %></label>
44
44
  <%= f.text_field :mcemail, class: "form-control", placeholder: "Contact Email" %>
45
45
  </div>
46
+ <div class="form-group">
47
+ <label><%= f.label :mctype, "Address Type" %></label>
48
+ <%= f.select :mctype, [['Billing Address','billing'],['Street Address','street'],['Mailing Address','mailing']], class: "form-control" %>
49
+ </div>
46
50
  <div class="actions">
47
51
  <%= f.submit "Submit", class: "btn btn-primary" %>
48
52
  </div>
@@ -23,7 +23,7 @@
23
23
  </div>
24
24
  <div class="panel-body">
25
25
  <%= render 'layouts/phcnotifi/components/notifications' %>
26
-
26
+ <div class="table-responsive">
27
27
  <table class="table table-hover table-striped table-bordered">
28
28
  <thead>
29
29
  <tr>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "3.1.1"
2
+ VERSION = "3.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-14 00:00:00.000000000 Z
11
+ date: 2016-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -376,10 +376,10 @@ dependencies:
376
376
  - - "~>"
377
377
  - !ruby/object:Gem::Version
378
378
  version: '2.52'
379
- description: PHC-Members Enterprise is open sourced but is custom built for our own
379
+ description: PHC-Members Pro version is open sourced but is custom built for our own
380
380
  use (updates may break your app).
381
381
  email:
382
- - bradley.j.potts@gmail.com
382
+ - info@phcnetworks.net
383
383
  executables: []
384
384
  extensions: []
385
385
  extra_rdoc_files: []
@@ -387,7 +387,9 @@ files:
387
387
  - LICENSE
388
388
  - README.md
389
389
  - Rakefile
390
+ - app/assets/javascripts/phcmemberspro/api/catsapi.js
390
391
  - app/assets/javascripts/phcmemberspro/application.js
392
+ - app/assets/javascripts/phcmemberspro/dashborad.js
391
393
  - app/assets/javascripts/phcmemberspro/directory/categories.js
392
394
  - app/assets/javascripts/phcmemberspro/directory/catlists.js
393
395
  - app/assets/javascripts/phcmemberspro/members/contacts.js
@@ -395,20 +397,26 @@ files:
395
397
  - app/assets/javascripts/phcmemberspro/members/mains.js
396
398
  - app/assets/stylesheets/phcmemberspro/_custom.scss
397
399
  - app/assets/stylesheets/phcmemberspro/_variables.scss
400
+ - app/assets/stylesheets/phcmemberspro/api/catsapi.scss
398
401
  - app/assets/stylesheets/phcmemberspro/application.css.scss
402
+ - app/assets/stylesheets/phcmemberspro/dashborad.scss
399
403
  - app/assets/stylesheets/phcmemberspro/directory/categories.scss
400
404
  - app/assets/stylesheets/phcmemberspro/directory/catlists.scss
401
405
  - app/assets/stylesheets/phcmemberspro/members/contacts.scss
402
406
  - app/assets/stylesheets/phcmemberspro/members/listings.scss
403
407
  - app/assets/stylesheets/phcmemberspro/members/mains.scss
404
408
  - app/assets/stylesheets/scaffolds.scss
409
+ - app/controllers/phcmemberspro/api/catsapi_controller.rb
405
410
  - app/controllers/phcmemberspro/application_controller.rb
411
+ - app/controllers/phcmemberspro/dashborad_controller.rb
406
412
  - app/controllers/phcmemberspro/directory/categories_controller.rb
407
413
  - app/controllers/phcmemberspro/directory/catlists_controller.rb
408
414
  - app/controllers/phcmemberspro/members/contacts_controller.rb
409
415
  - app/controllers/phcmemberspro/members/listings_controller.rb
410
416
  - app/controllers/phcmemberspro/members/mains_controller.rb
417
+ - app/helpers/phcmemberspro/api/catsapi_helper.rb
411
418
  - app/helpers/phcmemberspro/application_helper.rb
419
+ - app/helpers/phcmemberspro/dashborad_helper.rb
412
420
  - app/helpers/phcmemberspro/directory/categories_helper.rb
413
421
  - app/helpers/phcmemberspro/directory/catlists_helper.rb
414
422
  - app/helpers/phcmemberspro/members/contacts_helper.rb
@@ -462,7 +470,7 @@ files:
462
470
  - lib/phcmemberspro/engine.rb
463
471
  - lib/phcmemberspro/version.rb
464
472
  - lib/tasks/phcmembers_tasks.rake
465
- homepage: http://phcmemberspec.com
473
+ homepage: http://phcnetworks.com/engine-yard
466
474
  licenses:
467
475
  - GPL-3.0
468
476
  metadata: {}