shoplex 0.3.0
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 +7 -0
- data/CHANGELOG.md +9 -0
- data/CODE_OF_CONDUCT.md +84 -0
- data/Gemfile +26 -0
- data/README.md +105 -0
- data/Rakefile +12 -0
- data/config.ru +4 -0
- data/exe/shoplex +7 -0
- data/exe/shoplex-web +96 -0
- data/lib/shoplex/account_number.rb +29 -0
- data/lib/shoplex/booking.rb +22 -0
- data/lib/shoplex/booking_line.rb +25 -0
- data/lib/shoplex/invoice_booking_converter.rb +42 -0
- data/lib/shoplex/lexware_csv.rb +21 -0
- data/lib/shoplex/result.rb +19 -0
- data/lib/shoplex/sanity_check.rb +15 -0
- data/lib/shoplex/shipping_splitter.rb +22 -0
- data/lib/shoplex/shopware_csv_parser.rb +55 -0
- data/lib/shoplex/shopware_invoice.rb +37 -0
- data/lib/shoplex/version.rb +5 -0
- data/lib/shoplex.rb +35 -0
- data/shoplex.gemspec +38 -0
- data/webui/assets/pico.min.css +1294 -0
- data/webui/shoplex.service +13 -0
- metadata +70 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[Unit]
|
|
2
|
+
Description=Shoplex
|
|
3
|
+
|
|
4
|
+
[Service]
|
|
5
|
+
User=rawbotz
|
|
6
|
+
WorkingDirectory=/home/rawbotz/shoplex
|
|
7
|
+
ExecStart=/home/rawbotz/.rvm/wrappers/ruby-3.2.1/bundle exec rackup --host 127.0.0.1 --port 9400
|
|
8
|
+
Restart=always
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
[Install]
|
|
12
|
+
WantedBy=multi-user.target
|
|
13
|
+
|
metadata
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: shoplex
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.3.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Felix Wolfsteller
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: exe
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2023-03-03 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Converts a file exported from shopware 5 invoice data into booking lines
|
|
14
|
+
for lexware accounting software
|
|
15
|
+
email:
|
|
16
|
+
- felix.wolfsteller@gmail.com
|
|
17
|
+
executables:
|
|
18
|
+
- shoplex
|
|
19
|
+
- shoplex-web
|
|
20
|
+
extensions: []
|
|
21
|
+
extra_rdoc_files: []
|
|
22
|
+
files:
|
|
23
|
+
- CHANGELOG.md
|
|
24
|
+
- CODE_OF_CONDUCT.md
|
|
25
|
+
- Gemfile
|
|
26
|
+
- README.md
|
|
27
|
+
- Rakefile
|
|
28
|
+
- config.ru
|
|
29
|
+
- exe/shoplex
|
|
30
|
+
- exe/shoplex-web
|
|
31
|
+
- lib/shoplex.rb
|
|
32
|
+
- lib/shoplex/account_number.rb
|
|
33
|
+
- lib/shoplex/booking.rb
|
|
34
|
+
- lib/shoplex/booking_line.rb
|
|
35
|
+
- lib/shoplex/invoice_booking_converter.rb
|
|
36
|
+
- lib/shoplex/lexware_csv.rb
|
|
37
|
+
- lib/shoplex/result.rb
|
|
38
|
+
- lib/shoplex/sanity_check.rb
|
|
39
|
+
- lib/shoplex/shipping_splitter.rb
|
|
40
|
+
- lib/shoplex/shopware_csv_parser.rb
|
|
41
|
+
- lib/shoplex/shopware_invoice.rb
|
|
42
|
+
- lib/shoplex/version.rb
|
|
43
|
+
- shoplex.gemspec
|
|
44
|
+
- webui/assets/pico.min.css
|
|
45
|
+
- webui/shoplex.service
|
|
46
|
+
homepage: https://github.com/rawliving-germany/shoplex
|
|
47
|
+
licenses: []
|
|
48
|
+
metadata:
|
|
49
|
+
homepage_uri: https://github.com/rawliving-germany/shoplex
|
|
50
|
+
source_code_uri: https://github.com/rawliving-germany/shoplex
|
|
51
|
+
post_install_message:
|
|
52
|
+
rdoc_options: []
|
|
53
|
+
require_paths:
|
|
54
|
+
- lib
|
|
55
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
|
+
requirements:
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: 3.2.0
|
|
60
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
+
requirements:
|
|
62
|
+
- - ">="
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: '0'
|
|
65
|
+
requirements: []
|
|
66
|
+
rubygems_version: 3.4.6
|
|
67
|
+
signing_key:
|
|
68
|
+
specification_version: 4
|
|
69
|
+
summary: shopware csv invoice export to lexware csv import
|
|
70
|
+
test_files: []
|