diff --git a/scripts/rest-clients/README b/scripts/rest-clients/README index 6f344566c..cd318fe3f 100644 --- a/scripts/rest-clients/README +++ b/scripts/rest-clients/README @@ -274,6 +274,12 @@ Supported entities: * DTO: ``org.libreplan.ws.workreports.api.WorkReportDTO`` * Business class: ``org.libreplan.business.workreports.entities.WorkReport`` +* Expense Sheets: + + * Service path: ``expenses`` + * DTO: ``org.libreplan.ws.expensesheets.api.ExpenseSheetListDTO`` + * Business class: ``org.libreplan.business.expensesheet.entities.ExpenseSheet`` + Other ~~~~~ diff --git a/scripts/rest-clients/expenses-sheet-sample.xml b/scripts/rest-clients/expenses-sheet-sample.xml new file mode 100644 index 000000000..347a7592a --- /dev/null +++ b/scripts/rest-clients/expenses-sheet-sample.xml @@ -0,0 +1,14 @@ + + + + + + + + + diff --git a/scripts/rest-clients/export-expense-sheet.sh b/scripts/rest-clients/export-expense-sheet.sh new file mode 100755 index 000000000..9b691977f --- /dev/null +++ b/scripts/rest-clients/export-expense-sheet.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +./export.sh expenses $* diff --git a/scripts/rest-clients/import-expense-sheet.sh b/scripts/rest-clients/import-expense-sheet.sh new file mode 100755 index 000000000..233836cc0 --- /dev/null +++ b/scripts/rest-clients/import-expense-sheet.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +./import.sh expenses $*