bookyt_salary 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,16 @@
1
1
  de:
2
2
  activerecord:
3
3
  models:
4
- day: Tagesabschluss
4
+ salary: Lohn
5
5
 
6
6
  attributes:
7
- day:
8
- date: Datum
9
- cash: Bargeldumsatz
10
- card_turnover: Kreditkartenumsatz
11
- expenses: Barausgabe
12
- gross_turnover: Bruttoumsatz
13
- net_turnover: Nettoumsatz
14
- client_count: Anzahl Verkäufe
15
- product_count: Verkaufte Produkte
16
- credit_turnover: Kreditumsatz
17
- discount: Rabatt
18
- from: Abrechnung von
19
- total: Total
20
- calculate: Ausrechnen
7
+ salary:
8
+ amount: Bruttolohn
9
+ net_amount: Nettolohn
10
+ bvg_amount: BVG
11
+ social_amount: AHV/IV/EO/ALV/NBU
12
+ customer: Arbeitgeber
13
+ company: Arbeitnehmer
21
14
 
22
15
  crud:
23
16
  title:
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.0.1'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_salary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 0
9
8
  - 1
10
- version: 0.0.1
9
+ - 0
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"