Releases: openimis/openimis-be-invoice_py
Releases · openimis/openimis-be-invoice_py
v1.10.0
v1.9.0
v1.8.0
Release release/24.10
What's Changed
- OP-503: added service for adding payment with detail for PaymentNotice endpoint by @sniedzielski in #27
- OP-779: added signal after updating payment invoices status by @sniedzielski in #28
- PostgreSQL support by @edarchis in #29
- Django 3.1 by @edarchis in #30
- OP-868 Fix CI issues caused by Django 3.2 update by @malinowskikam in #32
- OTC:734: Added export by @dborowiecki in #35
- OP-1088: Missing migration added. in #36
- OTC-878: add all permission to gql mutations and queries by @jdolkowski in #37
- ISE-183: sonar configuration by @kpavlenkoSoldevelo in #43
- CM-188 Adjusted backend for social protection by @malinowskikam in #44
- hotfix: fixed decimal fields in tests for gql by @sniedzielski in #39
- OP-1523: fix tests for invoice by @jdolkowski in #46
- OP-1500 Backend CI are not working by @malinowskikam in #45
- OP-1518: change how cofing is loaded by @jdolkowski in #49
- OP-1518: change how cofing is loaded by @dragos-dobre in #52
- CI Update for openimis-be-invoice_py by @dborowiecki in #53
- CM-314: added new status for Invoices necessary for new reconcilation… by @sniedzielski in #50
- CM-315: changed PAYED to PAID status by @sniedzielski in #55
- CM-315: changed PAYED to PAID status by @delcroip in #56
- MERGING RELEASE branches by @dragos-dobre in #57
- MERGING RELEASE branches by @delcroip in #58
- MERGING RELEASE branches by @dragos-dobre in #59
- Feature/add blank by @dragos-dobre in #63
- OM-127 Changed floats to decimals in bill_create service method by @malinowskikam in #64
- OM-137 Fixed subject, third party and line resolvers by @malinowskikam in #65
- OM-139 Implement bill/invoice generic hookable user filter by @malinowskikam in #66
- OM-144 added user filters for bill/invoice line/payments/events by @malinowskikam in #67
- OP-2270: Changed GQL Type FKs with clashing names by @dborowiecki in #70
- MERGING develop into release/24.10 by @delcroip in #71
New Contributors
- @edarchis made their first contribution in #29
- @jdolkowski made their first contribution in #37
- @kpavlenkoSoldevelo made their first contribution in #43
Full Changelog: v1.4.0.0...v1.8.0
v1.7.0
v1.6.0
Release release/23.10
What's Changed
- OTC:734: Added export by @dborowiecki in #35
- OP-1088: Missing migration added. by @wzglinieckisoldevelo in #36
- OTC-878: add all permission to gql mutations and queries by @jdolkowski in #37
- ISE-183: sonar configuration by @kpavlenkoSoldevelo in #43
- CM-188 Adjusted backend for social protection by @malinowskikam in #44
- hotfix: fixed decimal fields in tests for gql by @sniedzielski in #39
- MERGING RELEASE branches by @delcroip in #47
- OP-1523: fix tests for invoice by @jdolkowski in #46
- OP-1500 Backend CI are not working by @malinowskikam in #45
- OP-1518: change how cofing is loaded by @jdolkowski in #49
- OP-1518: change how cofing is loaded by @dragos-dobre in #52
- CI Update for openimis-be-invoice_py by @dborowiecki in #54
- CI Update for openimis-be-invoice_py by @dborowiecki in #53
- CM-314: added new status for Invoices necessary for new reconcilation… by @sniedzielski in #50
- CM-315: changed PAYED to PAID status by @sniedzielski in #55
- CM-315: changed PAYED to PAID status by @delcroip in #56
- MERGING RELEASE branches by @dragos-dobre in #57
- MERGING RELEASE branches by @delcroip in #58
- MERGING RELEASE branches by @dragos-dobre in #60
New Contributors
- @wzglinieckisoldevelo made their first contribution in #36
- @jdolkowski made their first contribution in #37
- @kpavlenkoSoldevelo made their first contribution in #43
Full Changelog: 1.5.0...v1.6.0
v1.5.1
v1.5.0
Release release/22.10
What's Changed
- OP-503: added service for adding payment with detail for PaymentNotice endpoint by @sniedzielski in #27
- OP-779: added signal after updating payment invoices status by @sniedzielski in #28
- PostgreSQL support by @edarchis in #29
- Django 3.1 by @edarchis in #30
- Release/2022 04 by @dragos-dobre in #31
- OP-868 Fix CI issues caused by Django 3.2 update by @malinowskikam in #32
- MERGING RELEASE branches by @delcroip in #34
New Contributors
Full Changelog: v1.4.0.0...v1.5.0
v1.4.0.0
What's Changed
- OPL-4: Invoice models created by @dborowiecki in #1
- OPL-8: Create/Update/Delete services for Invoice model by @dborowiecki in #2
- OPL-7: Include InvoiceLineItem services. by @dborowiecki in #3
- OPL-15: Rename module to 'invoice' by @dborowiecki in #4
- OPL-9: Added Invoice Payments by @dborowiecki in #5
- OPL-12: Added invoice match items 7505cca by @dborowiecki in #6
- OPL-6: Added Invoice graphQL by @dborowiecki in #7
- OPL-18: update models to have generic solution, create Bill models, graphQL for Bill by @sniedzielski in #8
- OPL-30: fixed issue with GenericForeignKey indexes by @sniedzielski in #9
- OPL-26: added pre/post signal for converter function from calculation rule by @sniedzielski in #10
- OPL-31: improve saving invoices in db by @sniedzielski in #11
- OPL-35: added 'deduction' for LineItem by @sniedzielski in #12
- OPL-22: added services for Bill/BillItem, signal to save Bill created from calcrule by @sniedzielski in #13
- OPL-40: added adjustments for graphQL with GenericTypes by @sniedzielski in #14
- OPL-25: added 'payment_origin' in InvoicePayment by @sniedzielski in #16
- OPL-40: changes to show Family projection in graphQL by @sniedzielski in #15
- OPL-47: added missing filters by @sniedzielski in #18
- OPL-45: added delete mutation for Invoice by @sniedzielski in #17
- OPL-48: added 'payment_origin' to mutation by @sniedzielski in #19
- OPL-48: added filter for paymentOrigin by @sniedzielski in #20
- Update openmis-module-test.yml by @delcroip in #21
- OPL-54: Move BaseService and BaseModelValidation to core module by @malinowskikam in #22
- OPL-32: Add all invoices/bill right to "IMIS administrator" and "accountant" roles by @sniedzielski in #24
- OPL-66: changes required to have BillItem and BarchRun SubjectType working by @sniedzielski in #23
- OPL-68 Add signal bindings for Subscription handling by @malinowskikam in #25
- OP-501: Redesign of the bill and invoice payment by @sniedzielski in #26
New Contributors
- @dborowiecki made their first contribution in #1
- @sniedzielski made their first contribution in #8
- @delcroip made their first contribution in #21
- @malinowskikam made their first contribution in #22
Full Changelog: https://github.com/openimis/openimis-be-invoice_py/commits/v1.4.0.0