Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove kosma #167

Closed
wants to merge 169 commits into from
Closed

remove kosma #167

wants to merge 169 commits into from

Conversation

barredterra
Copy link
Member

  • chore(release): Bumped to Version 0.6.6
  • feat: ebics client (backport feat: ebics client #103) (feat: ebics client (backport #103) #129)
  • chore(release): Bumped to Version 0.7.0
  • fix: include description match in rank (backport fix: include description match in rank #132) (fix: include description match in rank (backport #132) #133)
  • chore(release): Bumped to Version 0.7.1
  • fix(Bank Reconciliation Tool): check role perms (backport fix(Bank Reconciliation Tool): check role perms #120) (fix(Bank Reconciliation Tool): check role perms (backport #120) #126)
  • chore(release): Bumped to Version 0.7.2
  • chore: bump fintech to 7.6.3
  • chore(release): Bumped to Version 0.7.3
  • feat: query permitted order types
  • chore(release): Bumped to Version 0.8.0
  • fix: parse permitted order types
  • chore(release): Bumped to Version 0.8.1
  • fix: check for existing Bank Transactions
  • chore(release): Bumped to Version 0.8.2
  • feat: Configurable Reference Field
  • fix: Add table alias in join queries to avoid ambiguous column errors for configurable reference column
  • test: get_linked_payments with configurable reference field
  • test: Case when ref field is not configured
  • fix: Validate if the config points to a deleted field
  • fix(test): use setUp to make sure each test is completely atomic
  • fix(test): Handle explicit commit in create_custom_field
  • fix: Co-exist reference and name matches + reference equality match
  • test: Adjust assertions as per new rankings
  • chore: extract out utils to reduce LOC in single file
  • fix: correct fieldname and misc
  • fix: Over-indent + Typing + Translations
  • fix(Banking Settings): set field options on refresh (for existing rows)
  • feat(Banking Settings): show field label instead of name
  • fix: add missing import
  • fix: avoid increasing rank for "" in "some_description"
  • fix: german description
  • fix: Move Reference column at the end + Saner column position handling
  • fix: Merge Conflicts
  • chore(release): Bumped to Version 0.9.0
  • feat: ebics intraday sync (first draft)
  • fix: handle EbicsNoDataAvailable for C52
  • feat: download intraday transactions via button
  • fix: confirm intraday downloads
  • fix: log attempts to use non-permitted oder types
  • fix: clarify wording
  • feat: add german translations
  • fix: mention order types in field description
  • feat: add note to "Download Bank Statements" modal
  • feat: link error logs to the related EBICS User
  • chore: resolve conflicts
  • chore(release): Bumped to Version 0.10.0
  • fix: changes signature of get_total_allocated_amount
  • test: remove consent start date test
  • ci: run tests daily
  • chore(release): Bumped to Version 0.10.1
  • fix: Use bill_no instead of name as PI default Reference field
  • chore(release): Bumped to Version 0.10.2
  • fix: catch and log errors while downloading bank statements (fix: catch and log errors while downloading bank statements (backport #155) #156)
  • chore(release): Bumped to Version 0.10.3
  • feat(EBICS User): make batch splitting configurable (feat(EBICS User): make batch splitting configurable #157)
  • fix: handle auth error while fetching license key (fix: handle auth error while fetching license key #152) (fix: handle auth error while fetching license key (backport #152) #158)
  • chore(release): Bumped to Version 0.10.4
  • chore: run pre-commit migrate-config
  • fix(EBICS User): check banking and ebics are enabled before running whitelisted methods
  • feat: add german translations
  • chore(release): Bumped to Version 0.11.0
  • chore(release): Bumped to Version 0.12.0
  • fix: use sub tx if bulk tx has only one sub tx
  • chore(release): Bumped to Version 0.12.1
  • fix: don't fetch C54 if transaction splitting is disabled (fix: don't fetch C54 if batch splitting is disabled #161)
  • chore(release): Bumped to Version 0.12.2
  • fix: parse party name from new camt version (fix: parse party name from new camt version #163)
  • fix: run daily job at 2:42 (fix: run daily job at 2:42 #164)
  • chore(release): Bumped to Version 0.12.3
  • feat: remove notification "Refresh Bank Consent"
  • feat: remove kosma

marination and others added 30 commits November 2, 2023 12:10
Needs to be a boolean value in order to pass type validations in backend.
## [0.0.16](v0.0.15...v0.0.16) (2024-02-28)

### Bug Fixes

* pass false instead of null ([189e8d0](189e8d0))
# [0.1.0](v0.0.16...v0.1.0) (2024-03-12)

### Features

* add option for test environment ([cd4ca07](cd4ca07))
* bank account selection ([f36ae93](f36ae93)), closes [#91](#91) [#69](#69)
## [0.1.1](v0.1.0...v0.1.1) (2024-03-12)

### Bug Fixes

* handle empty error object ([c0cf03c](c0cf03c))
## [0.1.2](v0.1.1...v0.1.2) (2024-04-03)

### Bug Fixes

* pass allow_edit flag as integer ([92dec77](92dec77)), closes [#92](#92)
…account is added at a time now

- Accomodate tests to simulate the same scenario
fix: Rename add_bank_accounts to add_bank_account since only one account is added at a time
## [0.1.3](v0.1.2...v0.1.3) (2024-04-08)

### Bug Fixes

* Rename `add_bank_accounts` to `add_bank_account` since only one account is added at a time now ([7139e4c](7139e4c))
- make sure that doctype and party is the same for all invoices
- create single PE and link to BT
- Keep type consistent, use boolean everywhere for `allow_edit`
…r submit

- Overallocation is generally not possible from the Bank Reco UI
- But was possible manually in a Bank Transaction
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
(cherry picked from commit adc2f06)

Co-authored-by: Kerolles Fathy <kerolles.f@outlook.com>
## [0.1.4](v0.1.3...v0.1.4) (2024-05-13)

### Bug Fixes

* freeze during auto reconcile ([#96](#96)) ([#97](#97)) ([54dfe77](54dfe77))
# [0.2.0](v0.1.4...v0.2.0) (2024-05-23)

### Bug Fixes

* Create single PE for multiple unpaid invoices ([6e5f3be](6e5f3be))
* Use sbool to handle string bool values from JS ([d994f9d](d994f9d))
* Validate if the Bank Transaction is overallocated on update after submit ([e98a265](e98a265))

### Features

* Create single PE to reconcile multiple unpaid invoices ([5e03cab](5e03cab))
- The fields fetched in `get_value` did not exist in Expense Claim
- Provision to dynamically decide what the field should be
barredterra and others added 29 commits January 2, 2025 13:54
To get alerted of unexpected upstream changes

(cherry picked from commit 3399ed3)
fix: changes signature of `get_total_allocated_amount` (backport #144)
## [0.10.1](v0.10.0...v0.10.1) (2025-01-02)

### Bug Fixes

* changes signature of `get_total_allocated_amount` ([1499a1c](1499a1c)), closes [#143](#143)
fix: Use `bill_no` instead of `name` as PI default Reference field (backport #148)
## [0.10.2](v0.10.1...v0.10.2) (2025-01-07)

### Bug Fixes

* Use `bill_no` instead of `name` as PI default Reference field ([e2a24ee](e2a24ee))
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
## [0.10.3](v0.10.2...v0.10.3) (2025-01-21)

### Bug Fixes

* catch and log errors while downloading bank statements ([#156](#156)) ([f1f0211](f1f0211))
(cherry picked from commit 1c7da53)

# Conflicts:
#	banking/translations/de.csv
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
## [0.10.4](v0.10.3...v0.10.4) (2025-01-21)

### Bug Fixes

* handle auth error while fetching license key ([#152](#152)) ([#158](#158)) ([105c6a2](105c6a2))
(cherry picked from commit e766afd)

# Conflicts:
#	banking/translations/de.csv
# [0.11.0](v0.10.4...v0.11.0) (2025-01-21)

### Features

* **EBICS User:** make batch splitting configurable ([#157](#157)) ([fdcbe18](fdcbe18))
fix(EBICS User): check banking and ebics are enabled before running whitelisted methods (backport #151)
# [0.12.0](v0.11.0...v0.12.0) (2025-01-21)

### Bug Fixes

* **EBICS User:** check banking and ebics are enabled before running whitelisted methods ([9d2e5a8](9d2e5a8))

### Features

* add german translations ([49d1ec6](49d1ec6))
## [0.12.1](v0.12.0...v0.12.1) (2025-01-21)

### Bug Fixes

* use sub tx if bulk tx has only one sub tx ([252cbe2](252cbe2))
## [0.12.2](v0.12.1...v0.12.2) (2025-01-23)

### Bug Fixes

* don't fetch C54 if transaction splitting is disabled ([#161](#161)) ([0394fc3](0394fc3))
## [0.12.3](v0.12.2...v0.12.3) (2025-01-23)

### Bug Fixes

* parse party name from new camt version ([#163](#163)) ([e3209a1](e3209a1))
* run daily job at 2:42 ([#164](#164)) ([ff37fe0](ff37fe0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants