Visualizza Fattura Elettronica

Informatie

Creator Bericht
Danilo Anonymous

Information

This installer has been approved by the team.

Informatie

Platforms:
Downloads: 3543
Wine: 3.0.3

Feedbacks

Omschrijving

Visualizzatore gratuito per Fatture Elettroniche destinate alla Pubblica Amministrazione o relative a transazioni B2B e B2C.

Schermafdrukken

Miniature

Broncode

#!/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:

Contribute
Member Bericht
Danilo Dinsdag 18 Juli 2023 om 20:05
Danilo Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"

New source code

#!/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

Antwoorden

Danilo Dinsdag 14 Juli 2020 om 20:16
Danilo Anonymous

Information

This update has been approved by the team.

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"

New source code

#!/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

Antwoorden

Vrijdag 14 Augustus 2020 om 9:56
script approved.
Anonymous
Vrijdag 16 Juli 2021 om 13:58
Is there a way to update the icon?
Vrijdag 16 Juli 2021 om 14:25
No because the webmaster (Tinou) is too busy.
Danilo Woensdag 8 Juli 2020 om 16:28
Danilo Anonymous

Bericht

This 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==
 

Antwoorden

Anonymous
Woensdag 8 Juli 2020 om 16:32
How can I upload the icon?
Anonymous
Dinsdag 18 Juli 2023 om 20:21
Could someone update the icon (with the one posted above), please?
Anonymous
Zaterdag 20 April 2024 om 0:04
Any news on this?

Aangepast door Danilo

Danilo Dinsdag 7 Juli 2020 om 18:22
Danilo Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"

New source code

#!/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

Antwoorden

Dadu042 Dinsdag 30 Juni\ 2020 om 16:12
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"

New source code

#!/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

Antwoorden

Dadu042 Dinsdag 30 Juni\ 2020 om 16:06
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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

Antwoorden

Dinsdag 30 Juni\ 2020 om 16:09
Note: my change about the Wine version is useless (because it use the system's Wine version).
Danilo Dinsdag 30 Juni\ 2020 om 10:48
Danilo Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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"

New source code

#!/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

Antwoorden

Dinsdag 30 Juni\ 2020 om 15:56
script approved.
Danilo Dinsdag 8 Januari 2019 om 23:39
Danilo Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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

Antwoorden

Aangepast door 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