Skip to content

Commit

Permalink
Initial Statements Import added
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Nov 30, 2023
1 parent de54f29 commit 055a7d8
Show file tree
Hide file tree
Showing 12 changed files with 5,250 additions and 91 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output.xml
/nbproject/
.phpdoc
/.phpunit.result.cache
.env
/.env
/RAIFF_MULTIFLEXI.p12
/debian/debhelper-build-stamp
/debian/abraflexi-raiffeisenbank.debhelper.log
Expand All @@ -15,3 +15,4 @@ output.xml
/debian/abraflexi-raiffeisenbank.substvars
/debian/files
/statement.xml
/vendor
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Raiffeisenbank for Stormware Pohoda
===================================

![](pohoda-raiffeisenbank.svg?raw=true)

Configuration
-------------


`EASE_LOGGER`=syslog|console
`CERT_FILE`='RAIFF_CERT.p12'
`CERT_PASS`=CertPass
`XIBMCLIENTID`=PwX4bOQLWGiuoErv6I
`ACCOUNT_NUMBER`=666666666
`ACCOUNT_CURRENCY`=CZK

`STATEMENT_IMPORT_SCOPE`=last_two_months
`TRANSACTION_IMPORT_SCOPE`=yesterday

`API_DEBUG`=True
`APP_DEBUG`=True
`STATEMENT_LINE`=ADDITIONAL

`POHODA_ICO`=12345678
`POHODA_URL`=http://10.11.25.25:10010
`POHODA_USERNAME`=mServerXXX
`POHODA_PASSWORD`=mServerXXX
`POHODA_TIMEOUT`=60
`POHODA_COMPRESS`=false
`POHODA_DEBUG`=true
`POHODA_BANK_IDS`=RB




1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}
],
"minimum-stability": "dev",
"bin": ["src/pohoda-raiffeisenbank-transactions.php", "src/pohoda-raiffeisenbank-setup.php"],
"require": {
"vitexsoftware/pohoda-connector": "dev-main",
"vitexsoftware/rbczpremiumapi": "dev-main"
Expand Down
Loading

0 comments on commit 055a7d8

Please sign in to comment.