-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mijn-9226-Feature - Afis changes + fixes (#1511)
* Replace InvoiceNo with DocumentReferenceID * Determine factuurnummer, sort props * Fix missing paylink * Add default profitcenter name * Add error handling * Generalize afis api response based on state * Add mock data, add paylik route * Add clearing date * Add overgedragen aan belastingen * Change el * Remove zaak extension * Make query less specific * Cache FE data * Fix dev download * Add alert * Change page layout * Add some layout + disclaimers * Add listPageLinkLabel * Change title * Change max rows, change listpage route * Fix query * Add count * Add count + align queries * Add helper * Rename state params, add overgedragen * Add total items for custom count * Update test * Add totalCount * Add listPageData * Remove some redundant props, pass count * Clean up test * Add titles * Clean up declarations, sorting op names etc. * Move disclaimer * Add table ceel widths * Add non-required flag * Change order * Make optional * Fix content * Don’t select address data * Disable decos * Set non-env-dependent values * Pick factuurDocumentId first * Add feature toggle * Remove style * Start open if emandates are not active * Add id * Add dependencyErrors * Error display * Update hooks api * Change display props * Ad herinnering * Update tests * Fix tests * Use proper operator * ADd tests * Always show the title * Add tests * Use single api hook for fetching * Move to alert * Fix query * Update snap * Update snap * Hide error when clicking again * Don’t generate download url if we don’t have a documentId * Change label / organize imports * Fix assignment condition * Separate services into files, add additional call to businesspartneraddress * Restore statuscode * Check for content * Change casing * Add expires
- Loading branch information
1 parent
ad941f6
commit 67145f0
Showing
49 changed files
with
1,972 additions
and
1,585 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"feed": { | ||
"@base": "https://sap:8080OPERACCTGDOCITEM_CDS/", | ||
"id": "https://sap:8080OPERACCTGDOCITEM_CDS/SomeITEM", | ||
"title": { | ||
"@type": "text", | ||
"$": "SomeITEM" | ||
}, | ||
"updated": "2000-01-22T11:32:02Z", | ||
"author": { | ||
"name": "" | ||
}, | ||
"link": { | ||
"@href": "SomeITEM", | ||
"@rel": "self", | ||
"@title": "SomeITEM" | ||
}, | ||
"count": 1, | ||
"entry": [ | ||
{ | ||
"content": { | ||
"@type": "application/xml", | ||
"properties": { | ||
"IsCleared": true, | ||
"DunningLevel": 3, | ||
"ProfitCenterName": "Qui-gon jinn", | ||
"NetDueDate": "2023-12-21T00:00:00", | ||
"ClearingDate": "2024-05-01", | ||
"ReverseDocument": "", | ||
"DocumentReferenceID": "INV-2024-001", | ||
"AccountingDocument": "INV-2024-001" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.