Skip to content

Commit

Permalink
Merge pull request #391 from fiskaltrust/#208-missing-receipts-in-DFK…
Browse files Browse the repository at this point in the history
…A-Export

#208 - [Bug]: missing receipts in DFKA Export
  • Loading branch information
forsthug authored Feb 3, 2025
2 parents 070e9ea + 743ca95 commit d516581
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@ protected ftActionJournal CreateActionJournal(Guid queueId, Guid queueItemId, st
{
(true, 0x0007) => (0x4445_0000_0800_0007, "Daily-closing receipt was processed, and a master data update was performed."),
(false, 0x0007) => (0x4445_0000_0000_0007, "Daily-closing receipt was processed."),
(true, 0x0005) => (0x4445_0000_0800_0007, "Monthly-closing receipt was processed, and a master data update was performed."),
(false, 0x0005) => (0x4445_0000_0000_0007, "Monthly-closing receipt was processed."),
(true, 0x0006) => (0x4445_0000_0800_0007, "Yearly-closing receipt was processed, and a master data update was performed."),
(false, 0x0006) => (0x4445_0000_0000_0007, "Yearly-closing receipt was processed."),
(true, 0x0005) => (0x4445_0000_0800_0005, "Monthly-closing receipt was processed, and a master data update was performed."),
(false, 0x0005) => (0x4445_0000_0000_0005, "Monthly-closing receipt was processed."),
(true, 0x0006) => (0x4445_0000_0800_0006, "Yearly-closing receipt was processed, and a master data update was performed."),
(false, 0x0006) => (0x4445_0000_0000_0006, "Yearly-closing receipt was processed."),
// Migration receipt executes a daily closing as well
(true, 0x0019) => (0x4445_0000_0800_0007, "Daily-closing receipt was processed, and a master data update was performed."),
(false, 0x0019) => (0x4445_0000_0000_0007, "Daily-closing receipt was processed."),
Expand Down

0 comments on commit d516581

Please sign in to comment.