82 lines
13 KiB
INI
82 lines
13 KiB
INI
####################################################################################################
|
|
# Digital Data Configuration File (Template Date: 30.07.2016) #
|
|
# UTF-8 Coding required! #
|
|
# incl. FailSafe functions that are active when information is missing. #
|
|
####################################################################################################
|
|
|
|
#==================================================================================================#
|
|
########################################## General Setup ###########################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# Path in which the log files will be stored. #
|
|
# Example: E:\LogFiles\<ScriptName> #
|
|
# FailSafe Setting is: <ScriptPath>\Logs #
|
|
####################################################################################################
|
|
LogPath = E:\LogFiles\Join-ZUGFeRD_Invoice
|
|
|
|
####################################################################################################
|
|
# Numerical value how long (in days) log files will be kept. ValidateRange is 0 - 1000 #
|
|
# Setting the Value to 0 disables this Function. #
|
|
# FailSafe Setting is: 60 #
|
|
####################################################################################################
|
|
LogFileKeepTime = 30
|
|
|
|
####################################################################################################
|
|
# Special characters which is used to separate file versions. #
|
|
# Example: File_4711_1606~2.pdf #
|
|
# FailSafe Setting is: ~ #
|
|
####################################################################################################
|
|
VersionSeperator = ~
|
|
|
|
####################################################################################################
|
|
# Numerical value how long (in Minutes) a File has to be there, before processing it. #
|
|
# FailSafe Setting is: 5 #
|
|
####################################################################################################
|
|
FileDelayAge = 1
|
|
|
|
#==================================================================================================#
|
|
########################################### Basic Setup ############################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# License Key for GdPicture, without it DLL wont work! #
|
|
####################################################################################################
|
|
GdPictureRegisterKEY = 21182889975216572111813147150675976632
|
|
|
|
#==================================================================================================#
|
|
########################################## Profile Setup ###########################################
|
|
#==================================================================================================#
|
|
|
|
####################################################################################################
|
|
# Set the Input Directory, where XML Source Files are placed. #
|
|
# The XML File is the Trigger for further processing. #
|
|
# Example: E:\input\xml #
|
|
####################################################################################################
|
|
XMLInputPath = Q:\DigitalData - Geschäftsprozesse\BusinessApplication01\File\Ausgangsrechnung (gestempelt&ZUGFeRD)\XML\Input
|
|
|
|
####################################################################################################
|
|
# Set the Archive Directory, where XML Files where stored after successful processing. #
|
|
# The Files will be kept in unchanged Format and Names. #
|
|
# Example: E:\input\xml\archive #
|
|
####################################################################################################
|
|
XMLArchivePath = Q:\DigitalData - Geschäftsprozesse\BusinessApplication01\File\Ausgangsrechnung (gestempelt&ZUGFeRD)\XML\Archiv
|
|
|
|
####################################################################################################
|
|
# Set the Error Directory, where XML Files where stored if a error appears, #
|
|
# while processing the output file. #
|
|
# Example: E:\input\xml\error #
|
|
####################################################################################################
|
|
XMLErrorPath = Q:\DigitalData - Geschäftsprozesse\BusinessApplication01\File\Ausgangsrechnung (gestempelt&ZUGFeRD)\XML\Error
|
|
|
|
####################################################################################################
|
|
# Set the Input Directory, where PDF Source Files are placed. #
|
|
# Example: e:\input\pdf #
|
|
####################################################################################################
|
|
PDFInputPath = W:\DD-GmbH - Geschäftsprozesse\BusinessApplication01\File\Ausgangsrechnung (gestempelt)
|
|
|
|
####################################################################################################
|
|
# Set the Output Directory, where finally ZUGFeRD files will be stored. #
|
|
# Example: e:\output\zugferd #
|
|
####################################################################################################
|
|
PDFOutputPath = Q:\DigitalData - Geschäftsprozesse\BusinessApplication01\File\Ausgangsrechnung (gestempelt&ZUGFeRD) |