This tool aims to modify the fulfillments associated with physical locations. this tool consists of two applications, one allows you to export locations with their fulfillments from Alma into excel file. The other allows to modify the fulfillments into the exported excel file and update them into Alma. The exported file will have this format. LibraryCode LocationCode Fulfillment Name bxxx 1111ssss f444 HEP Requirements : For running the application you need: java 1.8 or above to be installed on your computer. Running the application wich allows to export physical locations: Download the Exportfulfillment.jar and Exportfulfillment.bat files. Open the Exportfulfillment.bat file and fill in : - The codes of the libraries you want to export. The codes must be separated by commas (eg: code1,code2,code3). - Your apikey. Do not forget to put space between the two parameters. People who don't work on windows can create a .sh to replace the .bat and copy from the .bat only the line beginning with java. We can also run this line from a command prompt or a terminal without going through a .bat or .sh Save the Exportfulfillment.bat and Double-click on it to make the application run. The message "*********************It is done******************************" is displayed when the execution is complete. A file called ImportLocations-yyyy-MM-dd HH-mm-ss.xlsx is generated to list the physical locations informations. A file called Report-yyyy-MM-dd HH-mm-ss.xlsx is generated to report errors. Running the application wich allows to update the fullfillments into Alma: Modify the ImportLocations-yyyy-MM-dd HH-mm-ss.xlsx to put your new fullfilments. Download the fulfillmentModifier.jar and fulfillmentModifier.bat files. Open the fulfillmentModifier.bat file and fill in : The complete path of thew file ImportLocations-yyyy-MM-dd HH-mm-ss.xlsx, Your apikey. Do not forget to put space between the two parameters. People who don't work on windows can create a .sh to replace the .bat and copy from the .bat only the line beginning with java. We can also run this line from a command prompt or a terminal without going through a .bat or .sh Save the fulfillmentModifier.bat and Double-click on it to make the application run. The message "*********************It is done******************************" is displayed when the execution is complete. A file called Report-yyyy-MM-dd HH-mm-ss.xlsx is generated to report errors. It is very important to test on the sandbox environment before running it on the production.