Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenBoxes

OpenBoxes is a supply chain management system designed to manage inventory and track stock movements for healthcare facilities.
Collective - Host: opensource - https://opencollective.com/openboxes - Website: https://openboxes.com - Code: https://github.com/openboxes

OBS-1422 Don't refresh order summary for prepayment invoices (#3917)

plus remove one unnecessary save while creating shipment for PO

github.com/openboxes/openboxes - 1de0d2841e2d3f3d65a871b0689c12d5ad48f1ba authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5365 Update Next functionality on add items step of outbound workflow (#3908)

* OBPIH-5365 Add notification for next button and disable performing save during state transitio...

github.com/openboxes/openboxes - a949dab237812b7cc642ec431c53c384eef3366a authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5499 refactor translated product name tag lib for the display name (#3913)

* OBPIH-5499 Replace g:translatedProductName with format:displayName

* OBPIH-5499 Remove Tra...

github.com/openboxes/openboxes - 1fe20eaeca361dd3f80c31bbe74cef7675c4343d authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5498 Replace translatedName with displayName on the global sear… (#3915)

* OBPIH-5498 Replace translatedName with displayName on the global search GSP+React

* OBPIH-5...

github.com/openboxes/openboxes - aef95579683e6289741cb26988b42fe2333128de authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5524 Typo: use text/plain, not text/plan (#3914)

github.com/openboxes/openboxes - 6760a8a5c3e63cb85e7ea8c0b0243d63d21a00ac authored over 1 year ago by Matthew Pearson <[email protected]>
OBPIH-5502 Fix accessing .isAdjusment from an undefined object at the invoice modal (#3916)

github.com/openboxes/openboxes - ea6867ec534d224697f7065e84efdf7f8a16473c authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5323 Save line by line in outbound add items step (Fix for duplicating items) (#3902)

* OBPIH-5323 Put recently added item into a row

* OBPIH-5323 Add pending status when adding n...

github.com/openboxes/openboxes - 1a67b038c46339c5ecebd9360a6851cf88c027a8 authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5501 replace translated name with display name in stock movements, returns and combined shipment (#3912)

* OBPIH-5501 Refactor translatedName to displayName on combinedShipment workflow
- rename getRe...

github.com/openboxes/openboxes - bb2f2d9b1d16fa1cd28a6e208ad5b2a212f519cb authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5388 Add list of orders as source for RefreshOrderSummaryEvent

This improves refreshing after removing shipment item or all shipment items on combined shipments...

github.com/openboxes/openboxes - 5eb06e36aad7eaad744381deaa67e1f8a9db08a0 authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5388 Fix refreshing order summary for receipts and invoices

github.com/openboxes/openboxes - 6ac9fe7577c2310e60d73427c72d421113a3d23b authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5388 Change OrderSummary refresh disabler for shipments

make it 'op-in' instead of 'opt-out'

github.com/openboxes/openboxes - 95fde1e3091122b8f6d88a62a4f79b22af338ecb authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5388 Refactor importTemplate action

move the logic from the controller to the service layer

github.com/openboxes/openboxes - 4892eb58fa692f4992b4c365321e527c545aa09b authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5388 Refactor RefreshOrderSummaryEvent

add option to trigger the event for different soruces

github.com/openboxes/openboxes - e346ac3f023ab42ebf9324ccb2101e3a3b21a586 authored over 1 year ago by Artur Walkowiak <[email protected]>
Merge pull request #18 from openboxes/OBS-1425-more-sudo-tweaks

OBS-1325 Enable sudo access for James; make sudo work for others

github.com/openboxes/openboxes-devops - 4a3bad2ccf2a4ce39245cfcf2ccef9beb1167d95 authored over 1 year ago by Matthew Pearson <[email protected]>
OBS-1425 Enable passwordless sudo for administors

github.com/openboxes/openboxes-devops - 531beedc04994d6cf51be3981a79451730ae10db authored over 1 year ago by Matthew Pearson <[email protected]>
OBS-1425 Enable ssh access to RIMU hosts for James Mbabazi

github.com/openboxes/openboxes-devops - 27246af5b4093984303e39518325caf88216a7d0 authored over 1 year ago by Matthew Pearson <[email protected]>
New Crowdin updates (#3907)

* New translations messages.properties (French)

* New translations messages.properties (Spani...

github.com/openboxes/openboxes - 3cc82a5fd94c31f0835adcd52c45ee1f84575efd authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5495 Replace translatedNameWithLocaleCode with displayNameWithL… (#3911)

* OBPIH-5495 Replace translatedNameWithLocaleCode with displayNameWithLocaleCode for csv reports...

github.com/openboxes/openboxes - bcc5048d0c67671d4ae32000b9df6ecd2bf6f8f8 authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5482 Add validation for unique product group name (#3901)

* OBPIH-5482 Add validation for unique product group name

* OBPIH-5482 Add unit tests for uni...

github.com/openboxes/openboxes - 8452064abb00e8ea10d9d318deca4566856bf5b4 authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5502 Refactor product translations to use displayName instead of translatedName (scope: invoice, requests, receiving) [React] (#3906)

* OBPIH-5502 Refactor product translation on invoice workflow

* OBPIH-5502 Refactor ProductSe...

github.com/openboxes/openboxes - f132fb2e286bf073f95c6d37afc946a0cf6b3bc8 authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5449 Add new format tag lib - format:displayName (#3903)

- add format:displayName taglib to display product synonym of type DISPLAY_NAME
- deprecate tra...

github.com/openboxes/openboxes - c36ac32e3c8afd2e9e75205956b475e633621b4a authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5497 Refactor product display name to use displayName instead translatedName transient variable (#3900)

github.com/openboxes/openboxes - d7a7eaf6140d2572a90b4fd2bcca75843d02d660 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5388 Add list of orders as source for RefreshOrderSummaryEvent (#3904)

This improves refreshing after removing shipment item or all shipment items on combined shipment...

github.com/openboxes/openboxes - 70074b623102771c701ae645b29c14f8b3bbbef0 authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5287 Add product family to Request Detail Report (#3897)

* OBPIH-5287 Add new columns to request detail report

* OBPIH-5287 Fixes after review

github.com/openboxes/openboxes - 31e15ba9cb749577c628fb2814e7451bf44f9ac4 authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5488 Filter out inactive GlAccounts on Product list filter (#3896)

* OBPIH-5488 Filter out inactive GlAccounts on Product list filter

* OBPIH-5488 Create GlAcco...

github.com/openboxes/openboxes - ea541a623106d5b8d9a0c0f5fa1462f1f73fb2bb authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
Merge pull request #10 from openboxes/OBS-1394-use-stable-tomcat-url

OBS-1394 Use a stable url for Tomcat 8.5.x downloads

github.com/openboxes/openboxes-devops - 1677a98971da8ffcfa56de26aaf65c9e8cff04e3 authored over 1 year ago by Justin Miranda <[email protected]>
Merge pull request #14 from openboxes/OBS-1412-fix-mail-enabled-config

OBS-1412 Gotcha! Do not capitalize mail.enabled when templating openboxes-config.groovy

github.com/openboxes/openboxes-devops - 11df7bc799c08ea51f94d386e033c85d13dc1fe5 authored over 1 year ago by Justin Miranda <[email protected]>
Merge pull request #15 from openboxes/OBS-1413-add-zerotier-support

OBS-1413 Add ZeroTier support

github.com/openboxes/openboxes-devops - de1022fe2db98004b71b74cfc4a4bf7c46fa2407 authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5449 Add product family to inventory by location report html and csv (#3898)

github.com/openboxes/openboxes - bf2378218abd10bba93cb911723be3c35e8a613b authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5481 Refactor product API to handle localized product names (#3880)

* WIP: OBPIH-5481 Refactor product API to handle localized product names

* WIP: OBPIH-5481 Re...

github.com/openboxes/openboxes - ab611032143186ec65c31a7420882a868e5c5826 authored over 1 year ago by Justin Miranda <[email protected]>
Merge pull request #16 from openboxes/OBPIH-5469-enable-email-notifications-on-obstg

OBPIH-5469 Enable email notifications on obstg

github.com/openboxes/openboxes-devops - 2c86f9e73ea1307b00e7033cd8da76f0f972eabe authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5290 Add product family to On Order Reports (#3890)

github.com/openboxes/openboxes - 2a93d150d3c75a768d45fccf7cae9a63ce8ca8ff authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5283 Add product family to inventory summary report on html table and csv (#3891)

github.com/openboxes/openboxes - 85938fd89262cd768843d82e0399eb8ba34403d3 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5286 Add product family to consumption csv report (#3892)

github.com/openboxes/openboxes - 416f114d767303fdfa3d92bfbeea2eaf3464149a authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5288 Add product family to transaction report csv download (#3893)

github.com/openboxes/openboxes - ec256bac75e9740e98a4be33e887dba7843d78da authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5487 Add product family to stock history PDF (#3894)

github.com/openboxes/openboxes - 17c502389ae033c7137c76f3cf591fb7aefce138 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5388 Fix refreshing order summary for receipts and invoices (#3895)

github.com/openboxes/openboxes - 3bb94d9009b63007569c3ba5676d9da656aa3903 authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5325 Lines colours indications based on saved status response (#3884)

* OBPIH-5325 Add property for enabling colours indications

* OBPIH-5325 Add colours indicatio...

github.com/openboxes/openboxes - f31ce7a3cb15d5b4887417eaebc77f1c687284af authored over 1 year ago by Alan Nadolny <[email protected]>
Merge pull request #3784 from openboxes/OBS-1375-do-not-crash-gpars-on-deadlock

OBS-1375 Do not crash ProductAvailabilityService threads if deadlock occurs

github.com/openboxes/openboxes - d0192c83299e894ee7bdc23eb7a45f6b0741b549 authored over 1 year ago by Matthew Pearson <[email protected]>
Merge pull request #3841 from openboxes/OBPIH-5426-resolve-courier-problems

OBPIH-5426 Reload Courier, etc. as needed after XDocReport calls

github.com/openboxes/openboxes - 79f4835e4fcd0a70c5ef90d29c93245fafe0563d authored over 1 year ago by Matthew Pearson <[email protected]>
New Crowdin updates (#3889)

* New translations messages.properties (French)

* New translations messages.properties (Spani...

github.com/openboxes/openboxes - 7385c1e5a78485059dbe4614cfcee3408416412b authored over 1 year ago by Justin Miranda <[email protected]>
New Crowdin updates (#3874)

* Update source file messages.properties

* New translations messages.properties (French)

*...

github.com/openboxes/openboxes - 82a1375af336bf88fbffc83b6c1b92ad543d7c13 authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5282 Add product family to bin location report (#3888)

github.com/openboxes/openboxes - f04b8878ab54a4a893b83e7d4a6b1b0aaa073354 authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5454 add filter for product family to products list page (#3883)

* OBPIH-5454 Add product family filter on backend
- add option to filter by product families
-...

github.com/openboxes/openboxes - 3cb92f7365a67063d8974e78ef2c3eef62c51546 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5323 Save line by line in outbound add items step (fixes after QA) (#3882)

* OBPIH-5323 Fix adding new line and clicking next button

* OBPIH-5323 Fix triggering save bu...

github.com/openboxes/openboxes - 794d7c3b0a4c15c836ce4cd788173afcd981f104 authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5320 create listener for connection status (#3869)

* OBPIH-5320 Add online variable, action and reducer for Redux

* OBPIH-5320 Add connectivityL...

github.com/openboxes/openboxes - eefd74a055922ac52261df2edeb12afa96a6aa61 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5281 add columns and filters to list product page (#3876)

* OBPIH-5281 Add columns to Product list
- add GL Account column
- add Formulary column
- add...

github.com/openboxes/openboxes - c793db909cf84b83c34a29ff2a2cc0245263e459 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5285 Add product family to product import (#3887)

* OBPIH-5285 Change templates for import products (including demo data template)

* OBPIH-5285...

github.com/openboxes/openboxes - 9ac9b01a7935afb8a9d276854f79a1b4ec7ee591 authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5446 Flush cache after add/edit/delete product group and include it for displayedFields of ProductType (#3881)

github.com/openboxes/openboxes - 625176878cf0cdfbf3717efa30765d3bc8a9fd96 authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5448 Add Product Family to csv files in expiring and expired stock (#3886)

github.com/openboxes/openboxes - abeed96b62ac607f2874e460c857d67fcaad4051 authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5284 Add product family to product export (#3877)

* OBPIH-5284 Add product family to product export

* OBPIH-5284 Fix integration test

github.com/openboxes/openboxes - db843cfd64e778eeb88173adb72122784b7006df authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5447 Add product family to Cycle count report (#3878)

github.com/openboxes/openboxes - ac82e3d561ac2483b827e79d5b8750ba338cbb8d authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5279 Add product family to stock card header and remove link on product name (#3879)

github.com/openboxes/openboxes - 40c63f4ab9b4d117278bc25e1fc5cc67417d59fb authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5388 Refactor OrderSummary refresh for shipments (#3872)

* OBPIH-5388 Refactor RefreshOrderSummaryEvent
add option to trigger the event for different so...

github.com/openboxes/openboxes - 8a724b78f271efa9517d2c81493f758f13bc5a72 authored over 1 year ago by Artur Walkowiak <[email protected]>
New Crowdin updates (#3873)

* New translations messages.properties (French)

* New translations messages.properties (Spani...

github.com/openboxes/openboxes - 82403d147f38ba1fb6398482085734f86f0ab57c authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5446 Add product_family_id column to Product (#3870)

* OBPIH-5446 Add product_family_id column to Product

* OBPIH-5446 Added mappedBy to product g...

github.com/openboxes/openboxes - da9652743d904c743db92cb535d21832f09d966f authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5323 Save line by line in outbound add items step (#3871)

* OBPIH-5323 Add autosaving function to outbound/addItemsPage

* OBPIH-5323 Disable next butto...

github.com/openboxes/openboxes - 4fd806baeb3a6c468b5903cad08945e6b1ba41ab authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5355 Restyling components for notifications (#3868)

* OBPIH-5355 Add default notification disappear time to the app context

* OBPIH-5355 Add noti...

github.com/openboxes/openboxes - a87c2e85da1e647a20f7f0aa4d7328b8cfb145cc authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5455 Add filter for GL account (#3866)

* OBPIH-5455 Add Gl Accounts field

* OBPIH-5455 Add glAccountsId to queryParams

* OBPIH-54...

github.com/openboxes/openboxes - a854eacb94f18a28170ecd39f33c0fcb4142e671 authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5148 Can't see full item description on add items to PO shipment page (#3863)

* OBPIH-5148 Add tooltip on hover over product name in creating shipment from PO

* OBPIH-5148...

github.com/openboxes/openboxes - e8e27330d81c6fbdfe9a08d91721b4f8ad74570f authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5469 Enable email notifications on obstg.

github.com/openboxes/openboxes-devops - caff4a36527067bd8cfa99ef97339aee5a0afe9c authored over 1 year ago by Matthew Pearson <[email protected]>
OBPIH-5426 Apply coding conventions consistently. Code review.

https://github.com/openboxes/openboxes/discussions/3849

github.com/openboxes/openboxes - 4d22fd32325a033d3f4f563527487b6b5e771754 authored over 1 year ago by Matthew Pearson <[email protected]>
OBS-1413 Enable access for James Mbabazi.

github.com/openboxes/openboxes-devops - 6dec0f9efe36fb88be1044c8b358466e7f490011 authored over 1 year ago by Matthew Pearson <[email protected]>
OBS-1413 Install ZeroTier on all RIMU hosts.

github.com/openboxes/openboxes-devops - 63159e5e4b52c3ea7bb1036c99aa999a77e3553f authored over 1 year ago by Matthew Pearson <[email protected]>
OBS-1412 Gotcha! Do not capitalize mail.enabled when templating openboxes-config.groovy.

github.com/openboxes/openboxes-devops - 7eaa974442752ea4d73a63c1f4c13ecccbb9315b authored over 1 year ago by Matthew Pearson <[email protected]>
Merge pull request #12 from openboxes/OBS-1396-simple-nginx-performance-tuning

OBS-1396 Simple nginx performance tuning

github.com/openboxes/openboxes-devops - e95000df694c66d29346315a4802a6398edcf079 authored over 1 year ago by Matthew Pearson <[email protected]>
Merge pull request #8 from openboxes/OBS-1387-add-administrator-users

OBS-1387 Add administrator users; configure ssh and sudo

github.com/openboxes/openboxes-devops - 5ac0d8f0fd6632b8a368374f809c47f2c2e1fe55 authored over 1 year ago by Matthew Pearson <[email protected]>
Merge pull request #13 from openboxes/OBS-1391

OBS-1391 Add public keys for SD team members

github.com/openboxes/openboxes-devops - 9edb8511cbc1c5e3cb880d61af2b2ddaf660fbf8 authored over 1 year ago by Matthew Pearson <[email protected]>
OBS-1385 Update c3p0 and resolve gpars dependency conflict.

github.com/openboxes/openboxes - 8914f463b7599dd40f1a652773dd35c9797a4838 authored over 1 year ago by Matthew Pearson <[email protected]>
New Crowdin updates (#3861)

* New translations messages.properties (French)

* New translations messages.properties (Spani...

github.com/openboxes/openboxes - c185f8b72819237363c38b35585fadf343b0fcdb authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5428 Items are duplicated on product list when they have synonyms added (#3859)

* OBPIH-5428 add removing duplicated results

* OBPIH-5428 Add additional query to count disti...

github.com/openboxes/openboxes - 295a58e231e396827fa98cd6c6b2a54c88ea37de authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5338 Fix picklist pdf not displaying translated product names (#3839)

* OBPIH-5338 Fix picklist pdf not displaying translated product names

* OBPIH-5338 Fixed bug ...

github.com/openboxes/openboxes - bb074e095a57086bd2486016fd8d532fb4d60a44 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5393 Edit product synonym (#3857)

* OBPIH-5393 Edit product synonym
- add edit button on actions column of synonym table
- add s...

github.com/openboxes/openboxes - d4d35c55d9ec03b77223bba174fd8723ef7f70b8 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5397 Revert date formatting on product.lastUpdated property and… (#3846)

* OBPIH-5397 Revert date formatting on product.lastUpdated property and a few more

* OBPIH-53...

github.com/openboxes/openboxes - ec2ae5a6bdfd771058a0e03ffc6bd07bd5d54d7c authored over 1 year ago by Kacper Chełstowski <[email protected]>
Bump ua-parser-js from 0.7.32 to 0.7.33 (#3811)

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33.
- [Relea...

github.com/openboxes/openboxes - 53da4e9489e08a17a25419ca11a080f507aa0b9e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
New Crowdin updates (#3815)

* Update source file messages.properties

* New translations messages.properties (French)

*...

github.com/openboxes/openboxes - 8879eb47bf60721a0930ee501bc21e5c26e1c96c authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5307 Pagination issue on browse inventory list page (#3781)

* OBPIH-5307 Pagination issue on browse inventory list page

* OBPIH-5307 Remove pagination fr...

github.com/openboxes/openboxes - d12e105f4d2227be611d9b9dd766f27a080cd0ff authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5367 Fix validation for multiple DISPLAY_NAME synonyms in a sin… (#3852)

* OBPIH-5367 Fix validation for multiple DISPLAY_NAME synonyms in a single import

* OBPIH-536...

github.com/openboxes/openboxes - 908d70cd21d98602a2b36e1437bd933fd804e045 authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5422 Show translated name and name in one column for Export pro… (#3855)

* OBPIH-5422 Show translated name and name in one column for Export product demand report

* O...

github.com/openboxes/openboxes - 169ec8428dd434d6d6f42f25485c88b047e99bd1 authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5412 Fix ProductSelect not displaying translated product name on CombinedShipmentItemsModal (#3858)

github.com/openboxes/openboxes - 9be55b454d80079d43bb5e451207e0e56d4e5974 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
Merge pull request #9 from openboxes/OBS-1395-clarify-tomcat-restart-email

OBS-1395 Clarify email sent after tomcat restart

github.com/openboxes/openboxes-devops - 780d9d713f3f02dcf12793c95a15eea84e869845 authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5411 See product name translation based on "product locale" (Scope: outbounds & requests) Fixes after QA (#3851)

* OBPIH-5411 add translated name to EditPage

* OBPIH-5411 add translated name to EditPage - s...

github.com/openboxes/openboxes - 6ebb7298ee452effc64d96bb648be3e92766c97c authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5086 French labels are visible on shipment type field after using save button in returns (#3853)

* OBPIH-5086 fix french labels appearing after save

* OBPIH-5086 use splitting function from ...

github.com/openboxes/openboxes - 684d829c864428ac558e50dff699a9e31a8be1f1 authored over 1 year ago by Alan Nadolny <[email protected]>
Added public key for jmiranda

github.com/openboxes/openboxes-devops - ae769073d5ecd81b2fb83bead54040ca22917fda authored over 1 year ago by jmiranda <[email protected]>
OBPIH-5411 See product name translation based on "product locale" (Scope: outbounds & requests) fixes after QA (#3847)

* OBPIH-5411 add translation for originalItem in substitution modal

* OBPIH-5411 fix adding c...

github.com/openboxes/openboxes - 0c2422c3319f3154c7a6bb84893ff46ce0f37c0b authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5367 Add validation to prevent multiple display names per locale (#3834)

* OBPIH-5367 Add validation to prevent multiple display names per locale

* OBPIH-5367 Potenti...

github.com/openboxes/openboxes - b194bdeddc8de51f09a84978a78fb37d526b0a5f authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5414 See product name translation based on "product locale" (Scope: returns) (#3842)

* OBPIH-5414 add products name translation in inbound creation workflow

* OBPIH-5414 add part...

github.com/openboxes/openboxes - 3fcbccfac54af81256605a7cd561373ffc4e5690 authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5412 See product name translation based on "product locale" (Scope: PO and inbounds) (#3843)

* OBPIH-5412 Add loadOptions props for ProductSelect
- add optional prop for passing a loadOpti...

github.com/openboxes/openboxes - 531b63b7560cb85b9fe38e00b6baaf91403e0cf3 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5422 Display translated product name in the Export product demand report (#3844)

* OBPIH-5422 Display translated product name in the Export product demand report

* OBPIH-5422...

github.com/openboxes/openboxes - 819a710489dd6523bb8ee0015fe4ce06e193c9df authored over 1 year ago by Kacper Chełstowski <[email protected]>
OBPIH-5400 Allow search by Budget Code (#3845)

* OBPIH-5400 add searchbar

* OBPIH-5400 add searching budget code by code

* OBPIH-5400 ref...

github.com/openboxes/openboxes - d667105dfaecc5849de57fe388acb8a06ef8f30d authored over 1 year ago by Alan Nadolny <[email protected]>
Merge pull request #3836 from openboxes/OBPIH-5413

OBPIH-5413 Add product translations for invoices

github.com/openboxes/openboxes - 9065830761dbd2e5f06fa3deceaf9a195c2ca218 authored over 1 year ago by Justin Miranda <[email protected]>
OBPIH-5426 Reload Courier, etc. as needed after XDocReport calls. Fix monospace styles.

github.com/openboxes/openboxes - 8cd01febbfb444bf0c69471cb0ede78b28d67e3b authored over 1 year ago by Matthew Pearson <[email protected]>
OBPIH-5411 See product name translation based on "product locale" (Scope: outbounds & requests) (#3835)

* OBPIH-5411 add product translations to endpoint

* OBPIH-5411 add product translations to dr...

github.com/openboxes/openboxes - eb95812b1278e20df1b770365e04338d2688296c authored over 1 year ago by Alan Nadolny <[email protected]>
OBPIH-5233 Change dialog unit price text input to decimalNumberField (#3840)

github.com/openboxes/openboxes - b285c9aea210f58a672217a9714e007abde501f4 authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5233 Fix decimal format of a given locale not working for unit price on PO (#3814)

* OBPIH-5233 Fix decimal format of a given locale not working for unit price on PO

* OBPIH-52...

github.com/openboxes/openboxes - 70ced2f108bfd322fa7786fc335f12d8b2f1a29b authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBPIH-5412 Fix display translated product name on picklist download (#3838)

github.com/openboxes/openboxes - f50bf6b3d1cc0c3d74f4628be83ec32d7cafb44c authored over 1 year ago by Dariusz Rodzewicz <[email protected]>
OBS-1391 Add public keys for SD team members

github.com/openboxes/openboxes-devops - f729d7dcb5c7cbe00cbef1c5af34868005cfbbb3 authored over 1 year ago by Artur Walkowiak <[email protected]>
OBPIH-5413 Simplify if statement for isAdjustment method

github.com/openboxes/openboxes - 1acb59791f1910f6699c286bd9d25337c849671d authored over 1 year ago by kchelstowski <[email protected]>
OBPIH-5413 Add product translations for invoices

github.com/openboxes/openboxes - 17b73d21d35256661e553035cfc2d0a3796df26f authored over 1 year ago by kchelstowski <[email protected]>
OBS-1387 Enable access for Soldevelo developers.

github.com/openboxes/openboxes-devops - 0850b0f1b634552eeabc6bb06fa2d59c3297f1dc authored over 1 year ago by Matthew Pearson <[email protected]>