phcdevworks_accounts_stripe 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/layouts/phcdevworks_accounts_stripe/application.html.erb +12 -12
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/footer/_footer.html.erb +8 -8
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/navigation/_top_menu.html.erb +4 -4
- data/app/views/layouts/phcdevworks_accounts_stripe/components/backend/sidebars/_side_menu.html.erb +908 -516
- data/app/views/phcdevworks_accounts_stripe/admin/customers/admin_customer_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/invoices/admin_invoice_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/products/admin_products_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/admin/subscriptions/admin_subscription_list.html.erb +14 -14
- data/app/views/phcdevworks_accounts_stripe/user/invoices/user_invoice_list.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/products/user_product_list.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb +2 -2
- data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb +2 -2
- data/config/spring.rb +2 -0
- data/lib/phcdevworks_accounts_stripe/version.rb +1 -1
- metadata +5 -5
- data/app/assets/stylesheets/phcdevworks_accounts_stripe/application.css +0 -15
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Customer Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Customer List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -50,10 +50,10 @@
|
|
50
50
|
|
51
51
|
</table>
|
52
52
|
</div>
|
53
|
-
<!-- -
|
53
|
+
<!-- -PHCDEV- Index - Table -->
|
54
54
|
|
55
55
|
</div>
|
56
|
-
<!-- -
|
56
|
+
<!-- -PHCDEV- Panel - Body -->
|
57
57
|
|
58
58
|
</div>
|
59
|
-
<!-- -
|
59
|
+
<!-- -PHCDEV- Panel -->
|
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Invoice Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Invoice List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -72,10 +72,10 @@
|
|
72
72
|
|
73
73
|
</table>
|
74
74
|
</div>
|
75
|
-
<!-- -
|
75
|
+
<!-- -PHCDEV- Index - Table -->
|
76
76
|
|
77
77
|
</div>
|
78
|
-
<!-- -
|
78
|
+
<!-- -PHCDEV- Panel - Body -->
|
79
79
|
|
80
80
|
</div>
|
81
|
-
<!-- -
|
81
|
+
<!-- -PHCDEV- Panel -->
|
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Products Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Products List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -52,10 +52,10 @@
|
|
52
52
|
|
53
53
|
</table>
|
54
54
|
</div>
|
55
|
-
<!-- -
|
55
|
+
<!-- -PHCDEV- Index - Table -->
|
56
56
|
|
57
57
|
</div>
|
58
|
-
<!-- -
|
58
|
+
<!-- -PHCDEV- Panel - Body -->
|
59
59
|
|
60
60
|
</div>
|
61
|
-
<!-- -
|
61
|
+
<!-- -PHCDEV- Panel -->
|
data/app/views/phcdevworks_accounts_stripe/admin/subscriptions/admin_subscription_list.html.erb
CHANGED
@@ -1,34 +1,34 @@
|
|
1
|
-
<!-- -
|
1
|
+
<!-- -PHCDEV- Title System -->
|
2
2
|
<% phc_title "Subscription Manager" %>
|
3
3
|
<% phc_title_tagline "Stripe Subscriptions List" %>
|
4
4
|
<% phc_breadcrumb_one "Home" %>
|
5
5
|
<% phc_breadcrumb_two yield(:phc_title_tagline) %>
|
6
|
-
<!-- -
|
6
|
+
<!-- -PHCDEV- Title System -->
|
7
7
|
|
8
|
-
<!-- -
|
8
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
9
9
|
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
|
-
<!-- -
|
13
|
+
<!-- -PHCDEV- Bradcrumbs -->
|
14
14
|
|
15
|
-
<!-- -
|
15
|
+
<!-- -PHCDEV- Header -->
|
16
16
|
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
|
-
<!-- -
|
17
|
+
<!-- -PHCDEV- Header -->
|
18
18
|
|
19
|
-
<!-- -
|
19
|
+
<!-- -PHCDEV- Panel -->
|
20
20
|
<div class="panel panel-inverse">
|
21
21
|
|
22
|
-
<!-- -
|
22
|
+
<!-- -PHCDEV- Panel - Heading -->
|
23
23
|
<div class="panel-heading">
|
24
24
|
<h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4>
|
25
25
|
</div>
|
26
|
-
<!-- -
|
26
|
+
<!-- -PHCDEV- Panel - Heading -->
|
27
27
|
|
28
|
-
<!-- -
|
28
|
+
<!-- -PHCDEV- Panel - Body -->
|
29
29
|
<div class="panel-body">
|
30
30
|
|
31
|
-
<!-- -
|
31
|
+
<!-- -PHCDEV- Index - Table -->
|
32
32
|
<div class="table-responsive">
|
33
33
|
<table class="table table-striped table-bordered">
|
34
34
|
|
@@ -58,10 +58,10 @@
|
|
58
58
|
|
59
59
|
</table>
|
60
60
|
</div>
|
61
|
-
<!-- -
|
61
|
+
<!-- -PHCDEV- Index - Table -->
|
62
62
|
|
63
63
|
</div>
|
64
|
-
<!-- -
|
64
|
+
<!-- -PHCDEV- Panel - Body -->
|
65
65
|
|
66
66
|
</div>
|
67
|
-
<!-- -
|
67
|
+
<!-- -PHCDEV- Panel -->
|
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_cancel.html.erb
CHANGED
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
data/app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb
CHANGED
@@ -6,14 +6,14 @@
|
|
6
6
|
<!-- PHCTitleSEO Title Variables -->
|
7
7
|
|
8
8
|
<!-- Page Bradcrumbs -->
|
9
|
-
<ol class="breadcrumb
|
9
|
+
<ol class="breadcrumb float-xl-end">
|
10
10
|
<li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li>
|
11
11
|
<li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li>
|
12
12
|
</ol>
|
13
13
|
<!-- Page Bradcrumbs -->
|
14
14
|
|
15
15
|
<!-- Page Header -->
|
16
|
-
<
|
16
|
+
<h1 class="page-header"><%= yield(:phc_title) %></h1>
|
17
17
|
<!-- Page Header -->
|
18
18
|
|
19
19
|
<!-- Page Content -->
|
data/config/spring.rb
ADDED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phcdevworks_accounts_stripe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PHCDevworks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: '
|
103
|
+
version: '4.0'
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: '
|
110
|
+
version: '4.0'
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: phcdevworks_notifications
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -329,7 +329,6 @@ files:
|
|
329
329
|
- README.md
|
330
330
|
- Rakefile
|
331
331
|
- app/assets/config/phcdevworks_accounts_stripe_manifest.js
|
332
|
-
- app/assets/stylesheets/phcdevworks_accounts_stripe/application.css
|
333
332
|
- app/controllers/phcdevworks_accounts_stripe/admin/customers_controller.rb
|
334
333
|
- app/controllers/phcdevworks_accounts_stripe/admin/invoices_controller.rb
|
335
334
|
- app/controllers/phcdevworks_accounts_stripe/admin/products_controller.rb
|
@@ -364,6 +363,7 @@ files:
|
|
364
363
|
- app/views/phcdevworks_accounts_stripe/user/subscription/user_subscription_item.html.erb
|
365
364
|
- config/initializers/stripe.rb
|
366
365
|
- config/routes.rb
|
366
|
+
- config/spring.rb
|
367
367
|
- lib/phcdevworks_accounts_stripe.rb
|
368
368
|
- lib/phcdevworks_accounts_stripe/engine.rb
|
369
369
|
- lib/phcdevworks_accounts_stripe/version.rb
|
@@ -1,15 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
10
|
-
* files in this directory. Styles in this file should be added after the last require_* statement.
|
11
|
-
* It is generally better to create a new file per style scope.
|
12
|
-
*
|
13
|
-
*= require_tree .
|
14
|
-
*= require_self
|
15
|
-
*/
|