|
2 years ago |
1c84f6fad6 | Merge branch 'develop' |
|
2 years ago |
4994d4f84a | Update the source status of any invoices when the approval status of a PO or WO changes. (Issue #2629) |
|
2 years ago |
5e03599d55 | Add submit validation to check source and add sourceDocId to field list for Project Expense Invoices (Issue #2629) |
|
2 years ago |
a9129c565c | Remove initialization of formResponses in the Java object's property declaration. This breaks XPages, likely due to it being far to clever in loading classes. (Issue #2626) |
|
2 years ago |
12abf5ef52 | Remove initialization of formResponses in the Java object's property declaration. This breaks XPages, likely due to it being far to clever in loading classes. (Issue #2626) |
|
2 years ago |
9acc3e422c | Find the folder name if the library document is not saved to disk in addition to it being changed. Also find it as we load if we have a FolderDocID but not folder name. (Issue #2625) |
|
2 years ago |
ef6f598f0f | Find the folder name if the library document is not saved to disk in addition to it being changed. Also find it as we load if we have a FolderDocID but not folder name. (Issue #2625) |
|
2 years ago |
7c01e07f7c | Merge tag '2023-09' into develop |
|
2 years ago |
b2453836a2 | Merge branch 'release/2023-09' |
|
2 years ago |
ab0d7d0bbd | ODP update (empnexp, pexp) |
|
2 years ago |
2f695630be | If an emailed receipt does not have an attachment, attach the body of the email as HTML. (Issue #2623) |
|
2 years ago |
88e69abdc1 | Add clickable class to right button. (Issue #2622) |
|
2 years ago |
bf0f7857be | Fix typo on addCaptions parameter. (Issue #2622) |
|
2 years ago |
8e7e4d0037 | Make download buttons appear clickable. (Issue #2622) |
|
2 years ago |
0c86eb864b | Clean up temp photos once we're done putting them into a zip file. (Issue #2622) |
|
2 years ago |
845a6e37b1 | Modernize photo download code. (Issue #2622) |
|
2 years ago |
84d0f2e77d | Fix typo (Issue #2619) |
|
2 years ago |
aafe23d2d1 | Fix call to refreshVendorPayApp (Issue #2619) |
|
2 years ago |
cb9da1de7d | Write a new function, refreshVendorPayApp, to avoid triggering navigation in getVendorPayApp. (Issue #2619) |
|
2 years ago |
74dca80fbf | Revert "Refresh Vendor PayApp data once we get to the final step. (Issue #2620)" |
|
2 years ago |
92eb52baf1 | Revert "Break out getting the PayApp data from the initialization of the data so we can refresh. (Issue #2620)" |
|
2 years ago |
5e600c9133 | Revert "Fix for loading VendorPayApp data. (Issue #2620)" |
|
2 years ago |
5d726dea14 | Revert "Avoid side effects of getIsEPaid when refreshing pay app data. (Issue #2620)" |
|
2 years ago |
21ebaf3b46 | Revert "Fix for navigation code in getter functions. (Issue #2620)" |
|
2 years ago |
cd8999f3a6 | Fix for navigation code in getter functions. (Issue #2620) |
|
2 years ago |
7e0e45514d | Avoid side effects of getIsEPaid when refreshing pay app data. (Issue #2620) |
|
2 years ago |
bb4be3f9c9 | Fix for loading VendorPayApp data. (Issue #2620) |
|
2 years ago |
5317f3ba75 | Break out getting the PayApp data from the initialization of the data so we can refresh. (Issue #2620) |
|
2 years ago |
88c2bd2559 | Use LocalDate instead of Instant when formatting and add null checking. (Issue #2621) |
|
2 years ago |
9568a0f7ea | Refresh Vendor PayApp data once we get to the final step. (Issue #2620) |
|
2 years ago |
f57ac15cda | Switch to getItemValueString("Form") from getFormName for more reliable results. (Issue #2620) |
|
2 years ago |
e1102e5b5b | Add dc, don't cache, parameters to most get service calls to avoid caching since most of these services are getting writes either frequently or by the user. (Issue #2619) |
|
2 years ago |
d526014123 | Exit early when trying to attach an attachment with no content. (Issue #2618) |
|
2 years ago |
ea2b30a66f | ODP update (cont, crm, empnexp, menu, odir, payment, pexp, proj, psched, ref, risk) |
|
2 years ago |
d1d7467191 | Merge branch 'develop' into release/2023-07 |
|
2 years ago |
7f89de7ca3 | Attach email body to documents in case the html is too complex for the Notes client to render for Invoice Requests, Purchase Requests, and Warranty Issues. (Issue #2618) |
|
2 years ago |
fadc247a10 | Add reference key to control if we delete mail after processing, mostly for dev. (Issue #2618) |
|
2 years ago |
049dc102d2 | Add methods to support attaching the email body contents as a file when we can actually test this. (Issue #2618) |