Visualizza Fattura Elettronica
Informations
Créateur | Messages |
---|---|
Danilo
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionVisualizzatore gratuito per Fatture Elettroniche destinate alla Pubblica Amministrazione o relative a transazioni B2B e B2C. Captures d'écranCode source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : see changelog # Wine version used : # Distribution used to test : # Author : see changelog # # CHANGELOG # [Danilo] (2019-01-08 20-00) # Initial script. # [Danilo] (2020-06-30 12-00) # Update the download URL. # [Dadu042] (2020-06-30 16-00) # Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). # Add software categorie # [Dadu042] (2020-06-30 16-10) # URL checksum must be lowercase. # [Danilo] (2020-07-07 18-00) # MD5 Version 3.1.1. # [Danilo] (2020-07-14 18-00) # MD5 Version 3.1.2. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.3" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/demo/VisFattFree.exe" "224a3b23eedbc39c7071ff590b8b7248" # v3.1.2 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" "" "" "Office;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Danilo | Mardi 18 Juillet 2023 à 20:05 |
Danilo
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -17,8 +17,8 @@ # URL checksum must be lowercase. # [Danilo] (2020-07-07 18-00) # MD5 Version 3.1.1. -# [Danilo] (2020-07-14 18-00) -# MD5 Version 3.1.2. +# [Danilo] (2023-07-18 18-00) +# MD5 Version 3.1.6.0 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -42,7 +42,7 @@ mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" -POL_Download "https://migg.it/files/demo/VisFattFree.exe" "224a3b23eedbc39c7071ff590b8b7248" # v3.1.2 +POL_Download "https://migg.it/files/prodotti/VisFatt/3/3.1.6.0/VisFattFree.exe" "671611ac9e98b20297f8e15156a5d729" # v3.1.6.0 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : see changelog # Wine version used : # Distribution used to test : # Author : see changelog # # CHANGELOG # [Danilo] (2019-01-08 20-00) # Initial script. # [Danilo] (2020-06-30 12-00) # Update the download URL. # [Dadu042] (2020-06-30 16-00) # Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). # Add software categorie # [Dadu042] (2020-06-30 16-10) # URL checksum must be lowercase. # [Danilo] (2020-07-07 18-00) # MD5 Version 3.1.1. # [Danilo] (2023-07-18 18-00) # MD5 Version 3.1.6.0 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.3" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/prodotti/VisFatt/3/3.1.6.0/VisFattFree.exe" "671611ac9e98b20297f8e15156a5d729" # v3.1.6.0 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" "" "" "Office;" POL_SetupWindow_Close exit 0 Réponses |
Danilo | Mardi 14 Juillet 2020 à 20:16 |
Danilo
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -3,7 +3,7 @@ # Last revision : see changelog # Wine version used : # Distribution used to test : -# Author : +# Author : see changelog # # CHANGELOG # [Danilo] (2019-01-08 20-00) @@ -15,6 +15,10 @@ # Add software categorie # [Dadu042] (2020-06-30 16-10) # URL checksum must be lowercase. +# [Danilo] (2020-07-07 18-00) +# MD5 Version 3.1.1. +# [Danilo] (2020-07-14 18-00) +# MD5 Version 3.1.2. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -38,7 +42,7 @@ mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" -POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7f9240d8fe163cf323828bce25cefc28" # v3.1.0 +POL_Download "https://migg.it/files/demo/VisFattFree.exe" "224a3b23eedbc39c7071ff590b8b7248" # v3.1.2 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : see changelog # Wine version used : # Distribution used to test : # Author : see changelog # # CHANGELOG # [Danilo] (2019-01-08 20-00) # Initial script. # [Danilo] (2020-06-30 12-00) # Update the download URL. # [Dadu042] (2020-06-30 16-00) # Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). # Add software categorie # [Dadu042] (2020-06-30 16-10) # URL checksum must be lowercase. # [Danilo] (2020-07-07 18-00) # MD5 Version 3.1.1. # [Danilo] (2020-07-14 18-00) # MD5 Version 3.1.2. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.3" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/demo/VisFattFree.exe" "224a3b23eedbc39c7071ff590b8b7248" # v3.1.2 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" "" "" "Office;" POL_SetupWindow_Close exit 0 Réponses |
Danilo | Mercredi 8 Juillet 2020 à 16:28 |
Danilo
|
MessagesThis icon could be used in the PlayOnLinux script list and the site: Name: VisFatt-22x22
File Type: PNG
Size: 22x22
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASsSURBVEhLbVVbbFRFGP7m7P3W7qXa7lI3sPQiQqDFSwuChiAhUQMVfTEhioKi0QeNiYlBUyOY8GCIDzwYJCbGywMJKBejYCJg1UIQa2hD62JbKC203W53t+3unt1zGf85u267bb9kMmdm/vnmn2++mcNW7znMcooGRc5/EK4NvGt32lwMOhaDDgk6LzYIjIF6qKaSTGXk3uidQ8mf2vcJThZ+/hM2cvmG67EdrT3fvPds2GPRGO89CUzfLcxgJsFBrCpuTFlweqYJkslikGbzGpbX+LB9fSPyisZ3HjwxdPF456olLfVpaWgsBU3TbU6XzeN325nTzGEavwbHshY4lz8Kuz8Euy8E15odaLCO45nWOoQCFaitqsS2lgYMj6cgMQk+t4M5nFaP4BKcYicG6IMxSeKSrQKWZRugx/uhxf4Bz8vQ03HI5z+GTApFhycwOJbA5HQWh09foewZTBKjyYxEElssoERcAu2ROe+hETO4qoB5gjDXPwHbQy/hi4lHoEt2VFe6sGFlGM9tfAC7tjTDYTUXJ89iIbEAkXNdg2nJWuixPqjRc9CvfI54WsfqSA2msnlc6hvG8QvdGBlPQpIW0ixObIBDv3sVPDMBPZuAFKgDs1jRc3McQ7EUEjNZREIB+CqccwSYxeLEnFOwBE7btqx9AfbN7ZA2fwRY3Uhnc2hracTbbevgtpnRSZnLilqcOItyYpKf59PQJvvBRRr5GZLhLFktj6vREcpSRoAy/PZiDz78+jzIuui/O4kEHeR8zMuYM57PQBnoKPjXWmF868kRnLjYjTrybE7TsWnNUqwIV2FlJIhUOiccsUCO8uMkyzCHl9nXvw6oeWpLMAVXg1WG8Oq2AIYnpoywoM9t1BpJ9uKWJvg9DqM9FyVicVMpDsf+iKKzNwaLuXjjCFz/1agl8uv/ELFijqbriFR7sffph4WZSigRiz5R6umkxXtgXsRCc2Ej77rtFoPc76aMxUKiUUR5xlT+HhjDhZ5bdE3nq1YEdQuCttZGbFy1lOIK8/S5rxNhQVoVThuqScMaUbwuBP0eehsKJeh3Y2tzBEfefArb1zXCTNdZyCNKgXaWfIEUrStqUVXphMlEPib9RF0Sj+Z5XXZE78TR9e8oZTn7vKo6Z/FkmpOGRrvcFYRsTsGZy1FoCr0T0KAzK9p3Pg6v227kI5bY8+kp3OvzoJZ2IdZUyYLnr91E1/XhK+bGUFqV1XIpxMSh2DSkmWHsDg/glft6MTrSj9t0hYWuxbzpHVbx8pY12Pvkg9i9dS0aQv50bHzqO1rhfSLN4Zf9fIHGgtyR7END8wbc37QR3uxtqMxSGBTpzTnUtJzHV+e6tDcOnTrz++XoOzlF/UuQirESMbWMDjtyJBPZ6MaPUAc7YOcZcNqqGOSGeY0wyJT19x3XEweO/nxs4HZsH2zmW/jtYGGQIIWrK8UB5SaTmfRoYppFgl60NfuhWAPI0jK7Ni1HVYWViBRDfyHDdCaHIz/8mW3/7OyXozPya7SLQSIt+1EaP1MRHIulDjStqH3L6bI69UwSrvQgVJigeOvBLa5iuFCC4VL3rWxmRj4qy8p+sk58PikA/AcdmuyPexSsPQAAAABJRU5ErkJggg== RéponsesMercredi 8 Juillet 2020 à 16:32
Mardi 18 Juillet 2023 à 20:21
Samedi 20 Avril 2024 à 0:04
Edité par Danilo |
Danilo | Mardi 7 Juillet 2020 à 18:22 |
Danilo
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -3,7 +3,7 @@ # Last revision : see changelog # Wine version used : # Distribution used to test : -# Author : +# Author : see changelog # # CHANGELOG # [Danilo] (2019-01-08 20-00) @@ -15,6 +15,8 @@ # Add software categorie # [Dadu042] (2020-06-30 16-10) # URL checksum must be lowercase. +# [Danilo] (2020-07-07 18-00) +# MD5 Version 3.1.1. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -38,7 +40,7 @@ mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" -POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7f9240d8fe163cf323828bce25cefc28" # v3.1.0 +POL_Download "https://migg.it/files/demo/VisFattFree.exe" "13c9c30d7dec2b6e5c1cc7aa06f6daec" # v3.1.1 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : see changelog # Wine version used : # Distribution used to test : # Author : see changelog # # CHANGELOG # [Danilo] (2019-01-08 20-00) # Initial script. # [Danilo] (2020-06-30 12-00) # Update the download URL. # [Dadu042] (2020-06-30 16-00) # Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). # Add software categorie # [Dadu042] (2020-06-30 16-10) # URL checksum must be lowercase. # [Danilo] (2020-07-07 18-00) # MD5 Version 3.1.1. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.3" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/demo/VisFattFree.exe" "13c9c30d7dec2b6e5c1cc7aa06f6daec" # v3.1.1 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" "" "" "Office;" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Mardi 30 Juin 2020 à 16:12 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -13,6 +13,8 @@ # [Dadu042] (2020-06-30 16-00) # Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). # Add software categorie +# [Dadu042] (2020-06-30 16-10) +# URL checksum must be lowercase. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -36,7 +38,7 @@ mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" -POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7F9240D8FE163CF323828BCE25CEFC28" # v3.1.0 +POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7f9240d8fe163cf323828bce25cefc28" # v3.1.0 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : see changelog # Wine version used : # Distribution used to test : # Author : # # CHANGELOG # [Danilo] (2019-01-08 20-00) # Initial script. # [Danilo] (2020-06-30 12-00) # Update the download URL. # [Dadu042] (2020-06-30 16-00) # Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). # Add software categorie # [Dadu042] (2020-06-30 16-10) # URL checksum must be lowercase. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.3" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7f9240d8fe163cf323828bce25cefc28" # v3.1.0 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" "" "" "Office;" POL_SetupWindow_Close exit 0 Réponses |
Dadu042 | Mardi 30 Juin 2020 à 16:06 |
Dadu042
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,9 +1,19 @@ #!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) -# Last revision : (2019-01-08 23-00) +# Last revision : see changelog # Wine version used : # Distribution used to test : # Author : +# +# CHANGELOG +# [Danilo] (2019-01-08 20-00) +# Initial script. +# [Danilo] (2020-06-30 12-00) +# Update the download URL. +# [Dadu042] (2020-06-30 16-00) +# Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). +# Add software categorie + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -11,7 +21,7 @@ SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" -#WINEVERSION="3.0.4" +#WINEVERSION="3.0.3" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" @@ -34,7 +44,7 @@ POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme -POL_Shortcut "VisFatt.exe" "$TITLE" +POL_Shortcut "VisFatt.exe" "$TITLE" "" "" "Office;" POL_SetupWindow_Close exit 0 Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : see changelog # Wine version used : # Distribution used to test : # Author : # # CHANGELOG # [Danilo] (2019-01-08 20-00) # Initial script. # [Danilo] (2020-06-30 12-00) # Update the download URL. # [Dadu042] (2020-06-30 16-00) # Wine 3.0.4 -> 3.0.3 (because POL v4.2 support up to v3.0.3 and still installed on some Linux OS. Wine 3.0.4 is only available from POL v4.3). # Add software categorie [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.3" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7F9240D8FE163CF323828BCE25CEFC28" # v3.1.0 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" "" "" "Office;" POL_SetupWindow_Close exit 0 RéponsesMardi 30 Juin 2020 à 16:09
|
Danilo | Mardi 30 Juin 2020 à 10:48 |
Danilo
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -26,7 +26,7 @@ mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" -POL_Download "https://migg.it/files/demo/VisFattFree.exe" "e48a615c612fbffc96e9f6a711133bd9" # v1.2.8 +POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7F9240D8FE163CF323828BCE25CEFC28" # v3.1.0 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : (2019-01-08 23-00) # Wine version used : # Distribution used to test : # Author : [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.4" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/demo/VisFattFree.exe" "7F9240D8FE163CF323828BCE25CEFC28" # v3.1.0 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesMardi 30 Juin 2020 à 15:56
|
Danilo | Mardi 8 Janvier 2019 à 23:39 |
Danilo
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,40 @@ +#!/usr/bin/env playonlinux-bash +# Date : (2019-01-08 20-00) +# Last revision : (2019-01-08 23-00) +# Wine version used : +# Distribution used to test : +# Author : +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Visualizza Fattura Elettronica" +SOFTWARE_URL="https://visualizzafatturaelettronica.it" +PREFIX="visfatt" + +#WINEVERSION="3.0.4" + +EDITOR="MIGG Informatica & Ricerca" +EDITOR_URL="https://migg.it" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +#POL_Wine_PrefixCreate "$WINEVERSION" + +mkdir -p "$WINEPREFIX/drive_c/Migg" +cd "$WINEPREFIX/drive_c/Migg" +POL_Download "https://migg.it/files/demo/VisFattFree.exe" "e48a615c612fbffc96e9f6a711133bd9" # v1.2.8 + +POL_Wine_WaitBefore "$TITLE" +#unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" +POL_Wine VisFattFree.exe +POL_Wine_WaitExit "$TITLE" +POL_Call POL_Install_LunaTheme + +POL_Shortcut "VisFatt.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2019-01-08 20-00) # Last revision : (2019-01-08 23-00) # Wine version used : # Distribution used to test : # Author : [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Visualizza Fattura Elettronica" SOFTWARE_URL="https://visualizzafatturaelettronica.it" PREFIX="visfatt" #WINEVERSION="3.0.4" EDITOR="MIGG Informatica & Ricerca" EDITOR_URL="https://migg.it" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" #POL_Wine_PrefixCreate "$WINEVERSION" mkdir -p "$WINEPREFIX/drive_c/Migg" cd "$WINEPREFIX/drive_c/Migg" POL_Download "https://migg.it/files/demo/VisFattFree.exe" "e48a615c612fbffc96e9f6a711133bd9" # v1.2.8 POL_Wine_WaitBefore "$TITLE" #unzip "VisFattFree.exe" || POL_Debug_Error "Unable to extract $TITLE" POL_Wine VisFattFree.exe POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_LunaTheme POL_Shortcut "VisFatt.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesEdité par Danilo |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com