-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add retry sent to financial manager on admin
Add an action to Django Admin that allows to retry send the information to financial manager.
- Loading branch information
Showing
4 changed files
with
56 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-19 17:43+0000\n" | ||
"POT-Creation-Date: 2024-04-12 14:12+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,6 +18,18 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: nau_extensions/admin.py:35 | ||
msgid "Retry Send to Financial Manager System" | ||
msgstr "" | ||
|
||
#: nau_extensions/admin.py:46 | ||
msgid "Retry Send to Financial Manager System with success." | ||
msgstr "" | ||
|
||
#: nau_extensions/admin.py:54 | ||
msgid "Retry Send to Financial Manager System with an error." | ||
msgstr "" | ||
|
||
#: nau_extensions/models.py:36 | ||
#: nau_extensions/templates/nau_extensions/checkout/basket_billing_information/vatin.html:21 | ||
msgid "VAT Identification Number (VATIN)" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-19 17:43+0000\n" | ||
"POT-Creation-Date: 2024-04-12 14:12+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,6 +17,18 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: nau_extensions/admin.py:35 | ||
msgid "Retry Send to Financial Manager System" | ||
msgstr "Repetir envio para o sistema de gestão financeira" | ||
|
||
#: nau_extensions/admin.py:46 | ||
msgid "Retry Send to Financial Manager System with success." | ||
msgstr "Reenvio para o sistema de gestão financeira com sucesso" | ||
|
||
#: nau_extensions/admin.py:54 | ||
msgid "Retry Send to Financial Manager System with an error." | ||
msgstr "Reenvio para o sistema de gestão financeira com erro." | ||
|
||
#: nau_extensions/models.py:36 | ||
#: nau_extensions/templates/nau_extensions/checkout/basket_billing_information/vatin.html:21 | ||
msgid "VAT Identification Number (VATIN)" | ||
|