|
|
|
@@ -42,6 +42,10 @@ const urls = { |
|
|
|
"custom/hello-techno/receipt-issuing-order/create", |
|
|
|
[A.HT_CUSTOM_USE_SUMMARIES]: "custom/hello-techno/use-summaries", |
|
|
|
[A.HT_CUSTOM_USE_SUMMARY_DOWNLOAD_CSV]: "custom/hello-techno/use-summary/csv", |
|
|
|
[A.HT_CUSTOM_DOWNLOAD_RECEIPT_LETTER]: |
|
|
|
"custom/hello-techno/receipt-letter/download", |
|
|
|
[A.HT_CUSTOM_DOWNLOAD_RECEIPT_LETTERS]: |
|
|
|
"custom/hello-techno/receipt-letters/download", |
|
|
|
}; |
|
|
|
|
|
|
|
const prefixs = { |
|
|
|
@@ -49,6 +53,8 @@ const prefixs = { |
|
|
|
[A.DOWNLOAD_RECEIPT]: "", |
|
|
|
[A.DOWNLOAD_RECEIPT_LETTER]: "", |
|
|
|
[A.HT_CUSTOM_USE_SUMMARY_DOWNLOAD_CSV]: "", |
|
|
|
[A.HT_CUSTOM_DOWNLOAD_RECEIPT_LETTER]: "", |
|
|
|
[A.HT_CUSTOM_DOWNLOAD_RECEIPT_LETTERS]: "", |
|
|
|
}; |
|
|
|
const DEFAULT_API_URL_PREFIX = "api"; |
|
|
|
|
|
|
|
|