thecore_print_commons 3.1.3 → 3.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acbaaaf539e2a2db9427b16af05cd13ba93a4187cdee29b1141c2e50fa8b6a00
|
|
4
|
+
data.tar.gz: 72b0ead0679ec617d70151fc2c902b0cc9ef3da7514889356d61fc3e4b240d22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fed02c4fbc1c5b3a31e5f96f4e572a0c45de0f5037365714e2dd7204f10b23e4c0cdfb5fd3b04c5f8eb3725e2d4fa5c89ab80b5aa79306aa1a7ceb00a9e2004
|
|
7
|
+
data.tar.gz: ed82c49bdfdcbc5c2a59051ff72fdb030f0da860de2387001ba2208c69d363d2132a5a76e5f7fbb2f4721964f24e18101e6d3da961f49a1330705005b2090a17
|
|
@@ -3,7 +3,7 @@ module RailsAdmin::PrintTemplate
|
|
|
3
3
|
included do
|
|
4
4
|
# Here You can define the RailsAdmin DSL
|
|
5
5
|
rails_admin do
|
|
6
|
-
navigation_label I18n.t("admin.settings.label")
|
|
6
|
+
navigation_label Proc.new{I18n.t("admin.settings.label")}
|
|
7
7
|
navigation_icon 'fa fa-file-text'
|
|
8
8
|
parent Printer
|
|
9
9
|
|
|
@@ -2,4 +2,38 @@ en:
|
|
|
2
2
|
admin:
|
|
3
3
|
help:
|
|
4
4
|
print_template:
|
|
5
|
-
translation_matrix:
|
|
5
|
+
translation_matrix: "Translation Matrix"
|
|
6
|
+
activerecord:
|
|
7
|
+
models:
|
|
8
|
+
printer:
|
|
9
|
+
one: Printer
|
|
10
|
+
other: Printers
|
|
11
|
+
print_job:
|
|
12
|
+
one: Print Job
|
|
13
|
+
other: Print Jobs
|
|
14
|
+
print_template:
|
|
15
|
+
one: Print Template
|
|
16
|
+
other: Print Templates
|
|
17
|
+
attributes:
|
|
18
|
+
printer:
|
|
19
|
+
name: Name
|
|
20
|
+
description: Description
|
|
21
|
+
ip: Address
|
|
22
|
+
template: Print Template
|
|
23
|
+
qty: Number of Barcodes in Template
|
|
24
|
+
translation: Transformation Matrix
|
|
25
|
+
default: Active
|
|
26
|
+
print_job:
|
|
27
|
+
finished: Finished?
|
|
28
|
+
printer: Printer
|
|
29
|
+
iserror: Error?
|
|
30
|
+
description: Description
|
|
31
|
+
printed: Printed
|
|
32
|
+
total: Total
|
|
33
|
+
created_at: Time
|
|
34
|
+
print_template:
|
|
35
|
+
name: Name
|
|
36
|
+
description: Description
|
|
37
|
+
template: Print Template
|
|
38
|
+
number_of_barcodes: Number of Barcodes
|
|
39
|
+
translation_matrix: Translation Matrix
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_print_commons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: thecore_backend_commons
|
|
@@ -66,7 +65,6 @@ homepage: https://github.com/gabrieletassoni/thecore
|
|
|
66
65
|
licenses:
|
|
67
66
|
- MIT
|
|
68
67
|
metadata: {}
|
|
69
|
-
post_install_message:
|
|
70
68
|
rdoc_options: []
|
|
71
69
|
require_paths:
|
|
72
70
|
- lib
|
|
@@ -81,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
79
|
- !ruby/object:Gem::Version
|
|
82
80
|
version: '0'
|
|
83
81
|
requirements: []
|
|
84
|
-
rubygems_version: 3.
|
|
85
|
-
signing_key:
|
|
82
|
+
rubygems_version: 3.6.9
|
|
86
83
|
specification_version: 4
|
|
87
84
|
summary: Thecorized thecore_print_commons
|
|
88
85
|
test_files: []
|