-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* AGGIORNAMENTO LISTA RISULTATI COME DA DOCUMENTAZIONE * AGGIORNAMENTO LISTA RISULTATI COME DA DOCUMENTAZIONE --------- Co-authored-by: MicheleBellizziNTT <[email protected]>
- Loading branch information
1 parent
8d4e631
commit 7f8ce81
Showing
8 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
import { Group } from '../reportengine/reportengine'; | ||
import { DomainEnv } from '../DomainEnv'; | ||
import * as tcSend01 from './tcSend01'; | ||
import * as tcSend01bis from './tcSend01bis'; | ||
import * as tcSend02 from './tcSend02'; | ||
import * as tcSend03 from './tcSend03'; | ||
import * as tcPayment01 from './tcPayment01'; | ||
import * as tcInvio01 from './tcInvio01'; | ||
import * as tcInvio02 from './tcInvio02'; | ||
import * as tcInvio03 from './tcInvio03'; | ||
import * as tcInvio04 from './tcInvio04'; | ||
import * as tcCosto01 from './tcCosto01'; | ||
|
||
export const report = (env: DomainEnv) => | ||
Group({ | ||
'TC-SEND-01': tcSend01.tcSend01, | ||
'TC-SEND-01bis': tcSend01bis.tcSend01bis, | ||
'TC-SEND-02': tcSend02.tcSend02(env), | ||
'TC-SEND-03': tcSend03.tcSend03, | ||
'TC-PAYMENT-01': tcPayment01.tcPayment01, | ||
'TC-INVIO-01': tcInvio01.tcInvio01, | ||
'TC-INVIO-02': tcInvio02.tcInvio02, | ||
'TC-INVIO-03': tcInvio03.tcInvio03(env), | ||
'TC-INVIO-04': tcInvio04.tcInvio04, | ||
'TC-COSTO-01': tcCosto01.tcCosto01, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters