Skip to content

Commit

Permalink
Create assets inventory management
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Mar 25, 2022
1 parent 2d6e53e commit 09c9479
Show file tree
Hide file tree
Showing 59 changed files with 1,937 additions and 445 deletions.
46 changes: 33 additions & 13 deletions client/src/i18n/en/asset.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,40 @@
{
"ASSET" : {
"TITLE" : "Asset",
"STATUS" : {
"EMPTY" : "Empty",
"PARTIAL" : "Partial",
"COMPLETE" : "Complete",
"IN_TRANSIT" : "In Transit",
"DELIVERED" : "Delivered",
"AT_DEPOT" : "At Depot",
"READY_FOR_SHIPMENT" : "Ready for shipment",
"LOST" : "LOST"
},
"ASSET" : "Asset",
"ASSET_CONDITION" : "Condition",
"ASSET_LABEL" : "Asset label",
"ASSET_LABEL_TOOLTIP" : "Asset label (lot label)",
"ASSIGNED" : "Assigned",
"ASSIGNMENT_HISTORY" : "Asset Assignment History",
"ASSIGN_TO" : "Assign to",
"DETAILS" : "Asset Details",
"DOCUMENT" : "Assignment Document",
"NEW_ASSET_SCAN" : "New Asset Scan",
"NOT_ASSIGNED" : "Not assigned",
"NO_ASSIGNMENT_HISTORY" : "No assignment history",
"SCANNED_BY" : "Scanned by",
"SCAN_ASSET_BARCODE" : "Scan barcode of asset to inventory",
"SCAN_CREATED" : "Asset scan created",
"SCAN_DATE" : "Scan date",
"SCAN_EDITED" : "Asset scan edited",
"SELECT_CONDITION" : "Select condition",
"SHOW_NOT_ASSIGNED" : "Unassigned assets",
"SHOW_ONLY" : "Show only",
"SHOW_ONLY_ASSIGNED" : "Assigned assets",
"SUCCESSFULLY_EDITED":"Asset successfully updated",
"TITLE" : "Assets",
"VIEW_IN_INVENTORY" : "View Asset in Inventory",
"VIEW_IN_STOCK" : "View Asset in Stock",
"CONDITION" : {
"NEW" : "New",
"GOOD" : "Good",
"BROKEN" : "Broken"
"FAIR" : "Fair",
"POOR" : "Poor",
"BROKEN" : "Broken",
"OBSOLETE" : "Obsolete",
"DISCARDED" : "Discarded",
"SOLD" : "Sold",
"LOST" : "Lost"
}
}
}
}
96 changes: 53 additions & 43 deletions client/src/i18n/en/shipment.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,70 @@
{
"SHIPMENT" : {
"TITLE" : "Shipment",
"SHIPMENTS": "Shipments",
"SHIPMENT_REFERENCE": "Shipment Reference",
"SHIPMENT_DATE": "Expedition",
"SHIPPER": "Shipper",
"REQUISITION": "Requisition",
"ORIGIN_DEPOT": "Origin depot",
"ANTICIPATED_DELIVERY_DATE": "Anticipated delivery date",
"BARCODE": "Shipment Barcode",
"CREATE": "Create",
"CREATED": "Shipment successfully created",
"CREATED_BY": "Created by",
"CURRENT_DEPOT": "Current depot",
"CURRENT_LOCATION": "Current location",
"DESTINATION_DEPOT": "Destination depot",
"CURRENT_STATUS": "Current status",
"DATE_DELIVERED": "Date delivered",
"DATE_PACKED": "Date packed",
"DATE_SENT": "Date sent",
"DATE_DELIVERED": "Date delivered",
"ANTICIPATED_DELIVERY_DATE": "Anticipated delivery date",
"RECEIVER": "Receiver",
"CREATED_BY": "Created by",
"CREATE": "Create",
"EDIT": "Edit",
"DELETE": "Delete",
"REFERENCE": "Reference",
"STOCK_REFERENCE": "Stock Reference",
"DELETED": "Shipment successfully deleted",
"DELIVERY_EXPECTED_ON": "Delivery expected on",
"DESTINATION_DEPOT": "Destination depot",
"DOES_SHIPMENT_EXIST": "Do you have a ready shipment?",
"DOES_SHIPMENT_EXIST_HELP": "Please provide the reference of a ready shipment",
"EDIT": "Edit",
"ENTER_SHIPMENT_PROGRESS": "Please enter the shipment progress status",
"ENTER_SHIPMENT_PROGRESS_HELP_TEXT": "Ex. RECEPTION - IMA GOMA WAREHOUSE, GOMA",
"EXISTING_ASSETS_IN_OTHER_SHIPMENT": "You have the following assets in ongoing shipments. Please send or cancel these shipments so that you can reassign those assets",
"EXISTING_SHIPMENT_AT_DEPOT": "Current shipment in the depot ({{number}})",
"IS_IN_TRANSIT_TOOLTIP": "This inventory is in transit to the depot ({{depot}})",
"LOCATION": "Location",
"LOT_CONDITION": "Condition",
"NEW_LOCATION": "New Location",
"NEW_SHIPMENT": "New Shipment",
"NOT_DEFINED": "Not Defined",
"ORIGIN_DEPOT": "Origin depot",
"OVERVIEW": "Shipment Overview",
"PACKING": "Packing",
"PACKING_LIST": "Packing List",
"NEW_SHIPMENT": "New Shipment",
"PLEASE_SHIP_EXISTING_SHIPMENT": "Please ship or cancel these existing shipments",
"READY_TO_SHIP": "Ready to ship",
"READY_TO_SHIP_MESSAGE":"By validating, you confirm that this shipment is ready to leave the warehouse; You will no longer be able to make changes to it.",
"RECEIVER": "Receiver",
"REFERENCE": "Reference",
"REQUISITION": "Requisition",
"SHIPMENTS": "Shipments",
"SHIPMENT_DATE": "Expedition",
"SHIPMENT_LOCATION_TRACKING": "Locations Tracking",
"SHIPMENT_REFERENCE": "Shipment Reference",
"SHIPMENT_REGISTRY": "Shipment Registry",
"SHIPMENT_STATUS": "Shipment Status",
"SHIPPER": "Shipper",
"STOCK_REFERENCE": "Stock Reference",
"TITLE" : "Shipment",
"TRACKING_LOG": "Tracking Log",
"UPDATED": "Shipment successfully updated",
"UPDATE_LOCATION": "Update Location",
"UPDATE_LOCATION_MESSAGE": "You are about to change the location of this shipment, this information will be saved in the history of this shipment",
"UPDATE_LOCATION_WARNING": "You cannot change the location because only shipments with an IN-TRANSIT status can allow the change of location",
"UPDATE_STATUS": "Update Status",
"UPDATE_PACKING_LIST": "Update Packing List",
"READY_TO_SHIP": "Ready to ship",
"READY_TO_SHIP_MESSAGE":"By validating, you confirm that this shipment is ready to leave the warehouse; You will no longer be able to make changes to it.",
"OVERVIEW": "Shipment Overview",
"CONDITION": "Condition",
"CREATED": "Shipment successfully created",
"UPDATED": "Shipment successfully updated",
"DELETED": "Shipment successfully deleted",
"NOT_DEFINED": "Not Defined",
"NEW_LOCATION": "New Location",
"SHIPMENT_STATUS": "Shipment Status",
"SHIPMENT_LOCATION_TRACKING": "Locations Tracking",
"LOCATION": "Location",
"TRACKING_LOG": "Tracking Log",
"UPDATE_TRACKING_LOG_WARNING": "You cannot update the tracking log, as only shipments with IN-TRANSIT status can be updated",
"UPDATE_STATUS": "Update Status",
"UPDATE_TRACKING_LOG_MESSAGE": "Please provide current shipping location and other important new information",
"CURRENT_STATUS": "Current status",
"BARCODE": "Shipment Barcode",
"ENTER_SHIPMENT_PROGRESS": "Please enter the shipment progress status",
"ENTER_SHIPMENT_PROGRESS_HELP_TEXT": "Ex. RECEPTION - IMA GOMA WAREHOUSE, GOMA",
"DELIVERY_EXPECTED_ON": "Delivery expected on",
"EXISTING_SHIPMENT_AT_DEPOT": "Current shipment in the depot ({{number}})",
"PLEASE_SHIP_EXISTING_SHIPMENT": "Please ship or cancel these existing shipments",
"EXISTING_ASSETS_IN_OTHER_SHIPMENT": "You have the following assets in ongoing shipments. Please send or cancel these shipments so that you can reassign those assets",
"DOES_SHIPMENT_EXIST": "Do you have a ready shipment?",
"DOES_SHIPMENT_EXIST_HELP": "Please provide the reference of a ready shipment",
"IS_IN_TRANSIT_TOOLTIP": "This inventory is in transit to the depot ({{depot}})"
"UPDATE_TRACKING_LOG_WARNING": "You cannot update the tracking log, as only shipments with IN-TRANSIT status can be updated"
},
"STATUS" : {
"EMPTY" : "Empty",
"PARTIAL" : "Partial",
"COMPLETE" : "Complete",
"IN_TRANSIT" : "In Transit",
"DELIVERED" : "Delivered",
"AT_DEPOT" : "At Depot",
"READY_FOR_SHIPMENT" : "Ready for shipment",
"LOST" : "LOST"
}
}
18 changes: 0 additions & 18 deletions client/src/i18n/en/stock.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,24 +293,6 @@
"TOGGLE_EXPIRY_RISKS_HELP_TEXT" : "This will display the lots at risk, whose average monthly consumption will not allow total consumption before the expiration date.",
"WAC" : "Weighted Avgerage Cost"
},
"ASSET" : {
"ASSET" : "Asset",
"ASSET_LABEL" : "Asset label",
"ASSET_LABEL_TOOLTIP" : "Asset label (lot label)",
"ASSIGNED" : "Assigned",
"ASSIGNMENT_HISTORY" : "Asset Assignment History",
"ASSIGN_TO" : "Assign to",
"DETAILS" : "Asset Details",
"DOCUMENT" : "Assignment Document",
"NOT_ASSIGNED" : "Not assigned",
"NO_ASSIGNMENT_HISTORY" : "No assignment history",
"SHOW_NOT_ASSIGNED" : "Unassigned assets",
"SHOW_ONLY" : "Show only",
"SHOW_ONLY_ASSIGNED" : "Assigned assets",
"TITLE" : "Assets",
"VIEW_IN_INVENTORY" : "View Asset in Inventory",
"VIEW_IN_STOCK" : "View Asset in Stock"
},
"SETTINGS" : {
"DEFAULT_MIN_MONTHS_SECURITY_STOCK": "Default minimum number of months of security stock for depots",
"DEFAULT_MIN_MONTHS_SECURITY_STOCK_HELP_TEXT": "The stock supply should provide at least this many months of stock for the depot involved.",
Expand Down
1 change: 1 addition & 0 deletions client/src/i18n/en/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"ASSETS" : "Assets",
"ASSETS_REGISTRY" : "Assets Registry",
"ASSETS_SCANS_REGISTRY" : "Assets Scans Registry",
"AVERAGE_MED_COST_REPORT" : "Average Medication Costs Per Patient",
"BALANCE" : "Balance",
"BALANCE_REPORT" : "Balance of Accounts",
Expand Down
48 changes: 34 additions & 14 deletions client/src/i18n/fr/asset.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,40 @@
{
"ASSET" : {
"TITLE" : "Actif",
"STATUS" : {
"EMPTY" : "Vide",
"PARTIAL" : "En partie",
"COMPLETE" : "Complète",
"IN_TRANSIT" : "En transit",
"DELIVERED" : "Livré",
"AT_DEPOT" : "Au dépôt",
"READY_FOR_SHIPMENT" : "Prêt pour l'expédition",
"LOST" : "Perdu"
},
"ASSET" : "Actif",
"ASSET_CONDITION" : "Condition",
"ASSET_LABEL" : "Label actif (label du lot)",
"ASSET_LABEL_TOOLTIP" : "Label actif (label du lot)",
"ASSIGNED" : "Assigné",
"ASSIGNMENT_HISTORY" : "Historique d'assignation d'actif",
"ASSIGN_TO" : "Assigner à",
"DETAILS" : "Détail de l'actif",
"DOCUMENT" : "Document",
"NEW_ASSET_SCAN" : "Nouveau scan d'un actif",
"NOT_ASSIGNED" : "Aucune assignation",
"NO_ASSIGNMENT_HISTORY" : "Aucun historique des assignations",
"SCANNED_BY" : "Scanné par",
"SCAN_ASSET_BARCODE" : "Scannez le code-barre de l'actif à inventorier",
"SCAN_CREATED" : "Le scan de l'actif a été créé",
"SCAN_DATE" : "Date du scan",
"SCAN_EDITED" : "Le scan de 'actif a été édité",
"SELECT_CONDITION" : "Sélectionner une condition",
"SHOW_NOT_ASSIGNED" : "Actifs non assigné",
"SHOW_ONLY" : "Montrer uniquement",
"SHOW_ONLY_ASSIGNED" : "Actifs assigné",
"SUCCESSFULLY_EDITED":"L'actif a été modifié",
"TITLE" : "Actifs",
"VIEW_IN_INVENTORY" : "Visualiser l'actif dans l'inventaire",
"VIEW_IN_STOCK" : "Visualiser l'actif dans stock",
"CONDITION" : {
"NEW" : "Neuf",
"NEW" : "Nouveau",
"GOOD" : "Bon",
"BROKEN" : "Abimé"
"FAIR" : "Moyen",
"POOR" : "Mauvais",
"BROKEN" : "Cassé",
"OBSOLETE" : "Obsolète",
"DISCARDED" : "Jeté",
"SOLD" : "Vendu",
"LOST" : "Perdu"
}
}
}
}
96 changes: 53 additions & 43 deletions client/src/i18n/fr/shipment.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,70 @@
{
"SHIPMENT" : {
"TITLE" : "Expedition",
"SHIPMENTS": "Expéditions",
"SHIPMENT_REFERENCE": "Référence Expédition",
"SHIPMENT_DATE": "Date de l'expédition",
"SHIPPER": "Transporteur",
"REQUISITION": "Requisition",
"ORIGIN_DEPOT": "Dépôt d'origine",
"ANTICIPATED_DELIVERY_DATE": "Date de livraison previsionnelle",
"BARCODE": "Code-barre de l'expédition",
"CREATE": "Créer",
"CREATED": "Expédition créee avec succès",
"CREATED_BY": "Crée par",
"CURRENT_DEPOT": "Dépôt en cours",
"CURRENT_LOCATION": "Localisation en cours",
"DESTINATION_DEPOT": "Dépôt de destination",
"CURRENT_STATUS": "Etat actuel",
"DATE_DELIVERED": "Date de livraison",
"DATE_PACKED": "Date colisage",
"DATE_SENT": "Date d'envoi",
"DATE_DELIVERED": "Date de livraison",
"ANTICIPATED_DELIVERY_DATE": "Date de livraison previsionnelle",
"RECEIVER": "Recepteur",
"CREATED_BY": "Crée par",
"CREATE": "Créer",
"EDIT": "Editer",
"DELETE": "Supprimer",
"REFERENCE": "Reférence",
"STOCK_REFERENCE": "Stock Reférence",
"DELETED": "Expédition supprimée avec succès",
"DELIVERY_EXPECTED_ON": "Livraison attendue le",
"DESTINATION_DEPOT": "Dépôt de destination",
"DOES_SHIPMENT_EXIST": "Avez-vous une expédition prête ?",
"DOES_SHIPMENT_EXIST_HELP": "Veuillez renseigner la référence de l'expédition prête",
"EDIT": "Editer",
"ENTER_SHIPMENT_PROGRESS": "Veuillez entrer l'etat de progression de l'expédition",
"ENTER_SHIPMENT_PROGRESS_HELP_TEXT": "Ex. RECEPTION - IMA GOMA WAREHOUSE, GOMA",
"EXISTING_ASSETS_IN_OTHER_SHIPMENT": "Vous avez les actifs suivants dans des expéditions en cours. Veuillez envoyer ou annuler ces expéditions afin de pouvoir re-affecter ces actifs",
"EXISTING_SHIPMENT_AT_DEPOT": "Les expéditions en cours dans le dépôt ({{number}})",
"IS_IN_TRANSIT_TOOLTIP": "Cet inventaire est en transit vers le depot ({{depot}})",
"LOCATION": "Localisation",
"LOT_CONDITION": "Condition",
"NEW_LOCATION": "Nouvelle localisation",
"NEW_SHIPMENT": "Nouvelle expédition",
"NOT_DEFINED": "Non-défini",
"ORIGIN_DEPOT": "Dépôt d'origine",
"OVERVIEW": "Aperçu de l'expédition",
"PACKING": "Colisage",
"PACKING_LIST": "Liste de colisage",
"NEW_SHIPMENT": "Nouvelle expédition",
"PLEASE_SHIP_EXISTING_SHIPMENT": "Veuillez envoyer ou annuler les expéditions existantes encore dans le dépôt",
"READY_TO_SHIP": "Prêt pour l'expédition",
"READY_TO_SHIP_MESSAGE": "En validant, vous confirmez que cette expédition est prête pour la sortie du dépôt; Vous ne pourrez plus y effectuer des changements",
"RECEIVER": "Recepteur",
"REFERENCE": "Reférence",
"REQUISITION": "Requisition",
"SHIPMENTS": "Expéditions",
"SHIPMENT_DATE": "Date de l'expédition",
"SHIPMENT_LOCATION_TRACKING": "Suivi des emplacements",
"SHIPMENT_REFERENCE": "Référence Expédition",
"SHIPMENT_REGISTRY": "Registre des expéditions",
"SHIPMENT_STATUS": "Etat de l'expédition",
"SHIPPER": "Transporteur",
"STOCK_REFERENCE": "Stock Reférence",
"TITLE" : "Expedition",
"TRACKING_LOG": "Journal de suivi",
"UPDATED": "Expédition mis à jour avec succès",
"UPDATE_LOCATION": "Mise à jour localisation",
"UPDATE_LOCATION_MESSAGE": "Vous êtes sur le point de changer la localisation de cette expédition, cette information sera enregistrée dans l'historique de cette expédition",
"UPDATE_LOCATION_WARNING": "Vous ne pouvez pas changer la localisation car seul les expéditions ayant un statut EN-TRANSIT peuvent bénéficier du changement de localisation",
"UPDATE_STATUS": "Mise à jour statut",
"UPDATE_PACKING_LIST": "Mise à jour colisage",
"READY_TO_SHIP": "Prêt pour l'expédition",
"READY_TO_SHIP_MESSAGE": "En validant, vous confirmez que cette expédition est prête pour la sortie du dépôt; Vous ne pourrez plus y effectuer des changements",
"OVERVIEW": "Aperçu de l'expédition",
"CONDITION": "Condition",
"CREATED": "Expédition créee avec succès",
"UPDATED": "Expédition mis à jour avec succès",
"DELETED": "Expédition supprimée avec succès",
"NOT_DEFINED": "Non-défini",
"NEW_LOCATION": "Nouvelle localisation",
"SHIPMENT_STATUS": "Etat de l'expédition",
"SHIPMENT_LOCATION_TRACKING": "Suivi des emplacements",
"LOCATION": "Localisation",
"TRACKING_LOG": "Journal de suivi",
"UPDATE_TRACKING_LOG_WARNING": "Vous ne pouvez pas mettre à jour le journal de suivi, car seule les expéditions ayant un statut EN-TRANSIT peuvent être mise à jour",
"UPDATE_STATUS": "Mise à jour statut",
"UPDATE_TRACKING_LOG_MESSAGE": "Veuillez préciser la localisation actuelle de l'expédition et d'autres nouvelles informations importantes",
"CURRENT_STATUS": "Etat actuel",
"BARCODE": "Code-barre de l'expédition",
"ENTER_SHIPMENT_PROGRESS": "Veuillez entrer l'etat de progression de l'expédition",
"ENTER_SHIPMENT_PROGRESS_HELP_TEXT": "Ex. RECEPTION - IMA GOMA WAREHOUSE, GOMA",
"DELIVERY_EXPECTED_ON": "Livraison attendue le",
"EXISTING_SHIPMENT_AT_DEPOT": "Les expéditions en cours dans le dépôt ({{number}})",
"PLEASE_SHIP_EXISTING_SHIPMENT": "Veuillez envoyer ou annuler les expéditions existantes encore dans le dépôt",
"EXISTING_ASSETS_IN_OTHER_SHIPMENT": "Vous avez les actifs suivants dans des expéditions en cours. Veuillez envoyer ou annuler ces expéditions afin de pouvoir re-affecter ces actifs",
"DOES_SHIPMENT_EXIST": "Avez-vous une expédition prête ?",
"DOES_SHIPMENT_EXIST_HELP": "Veuillez renseigner la référence de l'expédition prête",
"IS_IN_TRANSIT_TOOLTIP": "Cet inventaire est en transit vers le depot ({{depot}})"
"UPDATE_TRACKING_LOG_WARNING": "Vous ne pouvez pas mettre à jour le journal de suivi, car seule les expéditions ayant un statut EN-TRANSIT peuvent être mise à jour"
},
"STATUS" : {
"EMPTY" : "Vide",
"PARTIAL" : "En partie",
"COMPLETE" : "Complète",
"IN_TRANSIT" : "En transit",
"DELIVERED" : "Livré",
"AT_DEPOT" : "Au dépôt",
"READY_FOR_SHIPMENT" : "Prêt pour l'expédition",
"LOST" : "Perdu"
}
}
Loading

0 comments on commit 09c9479

Please sign in to comment.