Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
integration:nhlmis [2024/09/06 10:04] – [Other setup] Gary Willetts | integration:nhlmis [2025/02/06 16:21] (current) – [Customer invoices] Gary Willetts | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{indexmenu_n> | {{indexmenu_n> | ||
- | ====== 23.06. NHLMIS integration ====== | + | ====== 23.07. NHLMIS integration ====== |
<WRAP important center round 90%> | <WRAP important center round 90%> | ||
Before you turn on the NHLMIS integration two important setup steps must be taken: | Before you turn on the NHLMIS integration two important setup steps must be taken: | ||
Line 73: | Line 73: | ||
- all the batches in stock (i.e. where available stock is more than 0) that have a program and donor assigned (any other stocklines are ignored) are sent to NHLMIS by calling the ''/ | - all the batches in stock (i.e. where available stock is more than 0) that have a program and donor assigned (any other stocklines are ignored) are sent to NHLMIS by calling the ''/ | ||
- all current stock lines (i.e. where available stock is more than 0 and program and donor have been set) are sent to NHLMIS by calling the ''/ | - all current stock lines (i.e. where available stock is more than 0 and program and donor have been set) are sent to NHLMIS by calling the ''/ | ||
+ | - Some items have an NHLMISChild property with values in the format "// | ||
- The success or failure of each send for each store is logged. | - The success or failure of each send for each store is logged. | ||
- | ==== Fetching requisitions ==== | + | ==== Fetching |
- | All the outstanding orders (which become requisitions in mSupply) for this mSupply installation which have become outstanding since the last "since marker" | + | All the outstanding orders (which become requisitions in mSupply) for this mSupply installation which have become outstanding since the last "since marker" |
+ | |||
+ | These calls are all made using '' | ||
If there are more than 50 outstanding orders then mSupply will automatically ask NHLMIS to send the next 50 until all outstanding orders have been retrieved. | If there are more than 50 outstanding orders then mSupply will automatically ask NHLMIS to send the next 50 until all outstanding orders have been retrieved. | ||
Line 83: | Line 86: | ||
Each time orders are successfully retrieved, the " | Each time orders are successfully retrieved, the " | ||
- | Each order received from NHLMIS is saved as a requisition in the appropriate store in mSupply. The NHLMIs | + | Each order received from NHLMIS is saved as a requisition in the appropriate store in mSupply. The NHLMIS |
Any orders that have already been received from NHLMIS and saved in mSupply are not saved again, they are ignored. | Any orders that have already been received from NHLMIS and saved in mSupply are not saved again, they are ignored. | ||
+ | |||
+ | === Fetching a single order (requisition) === | ||
+ | This occurs when the **Fetch now** button shown above is clicked. This makes a GET call to the ''/ | ||
+ | * These calls are all made using '' | ||
+ | * The quantities requested for each item in the order are multiplied by their default pack size to get the number of units for the requisition line. | ||
Line 110: | Line 118: | ||
===== Errors ===== | ===== Errors ===== | ||
- | If errors are encountered during any of the processes then information about the error is saved in the log (see the [[admin: | + | If errors are encountered during any of the processes then information about the error is saved in the log (see the [[admin: |
+ | |||
+ | |||
+ | ===== Visible changes in mSupply ===== | ||
+ | ==== Requisitions ==== | ||
+ | When an NHLMIS order is received it is turned into a requisition in mSupply. The requisition has its donor set to the donor in mSupply that matches the value after '' | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | The drop down list is active so the user can edit it if required. | ||
+ | |||
+ | |||
+ | ==== Supplier invoices ==== | ||
+ | Supplier invoices have a new **Program** drop down list, displayed ony when the **Fetch requisitions from NHLMIS** checkbox is checked on the //File// > // | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | It is populated with the names of all the master lists with a tag of '' | ||
+ | |||
+ | |||
+ | ==== Customer invoices ==== | ||
+ | Read only **Program** and **Donor** fields are displayed on a customer invoice if the **Fetch requisitions from NHLMIS** checkbox is checked on the //File// > // | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | The **Program** field is populated with the name of the master list which matches the NHLMIS program. It will be empty if there isn't a requisition linked ot the customer invoice. | ||
+ | |||
+ | The **Donor** field is populated with the name of the donor matching the NHLMIS funder (mSupply donor) associated with the requisition the customer invoice came from. It will be empty if there isn't a linked requisition. | ||
+ | |||
+ | The action of the //Issue stock for all placeholder lines// option on the grinder icon below the table on the left hand is modified if the **Fetch requisitions from NHLMIS** checkbox is checked on the //File// > // | ||
+ | ==== Stock lines ==== | ||
+ | A **Program** drop down list is displayed on the stock line edit window (opened by choosing //Item// > //Show items with stock// from the menus and double-clicking a stock line on that window). The drop down list will be set to the NHLMIS program associated with the stock and looks like this: | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | If the **Fetch requisitions from NHLMIS** checkbox is checked on the //File// > // | ||
+ | |||
+ | {{ : | ||
+ | |||
\\ | \\ |