unipump 0.2.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/.rspec +3 -0
- data/.ruby-version +1 -0
- data/README.md +31 -0
- data/Rakefile +8 -0
- data/TODO +5 -0
- data/exe/unipump +103 -0
- data/lib/unipump/credentials.rb +20 -0
- data/lib/unipump/mssql.rb +58 -0
- data/lib/unipump/version.rb +5 -0
- data/lib/unipump.rb +435 -0
- data/note.txt +28 -0
- data/produktions-overf/303/270rsel-20240220/uniconta.json +3766 -0
- data/produktions-overf/303/270rsel-20240220/unipump.log +1278 -0
- data/produktions-overf/303/270rsel-20240220/unipump.transaction.error-20240320 +18 -0
- data/sig/timepump.rbs +4 -0
- data/v_fakturalinie.sql +155 -0
- metadata +101 -0
data/note.txt
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
# Tabellen AKTIVITET:
|
2
|
+
#
|
3
|
+
# ACID KODE AKTIV TEKST_DA TEKST_EN
|
4
|
+
# 0 00 J Timer Hours
|
5
|
+
# 1 01 J Forberedelse besøg Preparation
|
6
|
+
# 2 02 J Besøg Visit
|
7
|
+
# 3 03 J Efterbehandling Reporting etc
|
8
|
+
# 4 04 J Behandling af ændring Processing of changes
|
9
|
+
# 5 05 J Behandling diverse Miscellaneous processing
|
10
|
+
# 6 06 J Beslutning om akkreditering Decision of accreditation
|
11
|
+
# 7 07 J Notifikation Notification
|
12
|
+
# 8 08 J Rejsetid Travel time
|
13
|
+
# 9 09 J Besøg - virtuelt Visit - virtual
|
14
|
+
# 11 11 J Forberedelse besøg [M] Preparation [FA]
|
15
|
+
# 12 12 J Besøg [M] Visit [FA]
|
16
|
+
# 13 13 J Efterbehandling [M] Reporting etc [FA]
|
17
|
+
# 15 15 J Behandling diverse [M] Miscellaneous processing [FA]
|
18
|
+
# 18 18 J Rejsetid [M] Travel time [FA]
|
19
|
+
# 19 19 J Besøg [M]- virtuelt Visit [M] - virtual
|
20
|
+
# 21 21 N Forberedelse besøg [F] Preparation [FP]
|
21
|
+
# 22 22 N Besøg [F] Visit [FP]
|
22
|
+
# 23 23 N Efterbehandling [F] Reporting etc [FP]
|
23
|
+
# 25 25 N Behandling diverse [F] Miscellaneous processing [FP]
|
24
|
+
# 28 28 N Rejsetid [F] Travel time [FP]
|
25
|
+
# 38 38 J Rejsetid Udland Travel time abroad
|
26
|
+
# 40 40 J Ikke fakturerbar Not billable
|
27
|
+
# 42 42 J TA/SA Frokost TA/SA Lunch
|
28
|
+
|