Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DoliSCAN
client-cordova
Commits
ff1a3a41
Commit
ff1a3a41
authored
Mar 06, 2020
by
Eric Seigne
Browse files
version 1.0.18 pour ios
parent
403bf165
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.xml
View file @
ff1a3a41
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"fr.caprel.doliscan"
version=
"1.0.1
7
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"fr.caprel.doliscan"
version=
"1.0.1
8
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
doliscan
</name>
<description>
A simple
app for french people looking for a free and self hosting "notes de frais/expenses report" solution.
DoliSCAN is a tiny
app for french people looking for a free and self hosting "notes de frais/expenses report" solution.
</description>
<author
email=
"eric.seigne@cap-rel.fr"
href=
"https://cap-rel.fr"
>
Eric Seigne
...
...
@@ -37,7 +37,7 @@
<allow-intent
href=
"itms-apps:*"
/>
<preference
name=
"BackupWebStorage"
value=
"local"
/>
<preference
name=
"iosPersistentFileLocation"
value=
"Library"
/>
<!-- pour le futur ... a tester
<!-- pour le futur ... a tester
<preference name="WKWebViewOnly" value="true" />
<feature name="CDVWKWebViewEngine">
<param name="ios-package" value="CDVWKWebViewEngine" />
...
...
www/detailsLdf.html
View file @
ff1a3a41
...
...
@@ -43,14 +43,14 @@
var
loadthis
=
""
;
//Si il est modifiable il est supprimable ...
if
(
dataLDF
.
isUpdatable
)
{
loadthis
=
"
<input type=
\"
button
\"
onclick=
\"
gotoPage('frais-
"
+
dataLDF
.
frais_slug
+
"
.html',false);
\"
value=
\"
Modifier cet
enregistrement
\"
/>
"
;
loadthis
=
"
<input type=
\"
button
\"
onclick=
\"
gotoPage('frais-
"
+
dataLDF
.
frais_slug
+
"
.html',false);
\"
value=
\"
Modifier cet
te fiche
\"
/>
"
;
}
else
{
loadthis
=
"
<i>Document archivé, non modifiable</i>
"
;
}
loadthis
+=
"
<ul><li><b>Date :</b>
"
+
ladate
+
"
</li><li><b>Objet :</b>
"
+
dataLDF
.
texte
+
"
</li><li><b>Montant :</b>
"
+
dataLDF
.
montant
+
"
</li></ul>
"
;
if
(
dataLDF
.
isUpdatable
)
{
loadthis
+=
"
<input type=
\"
button
\"
onclick=
\"
askDoubleCheckForDelete();
\"
value=
\"
SUPPRIMER cet
enregistrement
\"
/>
"
;
loadthis
+=
"
<input type=
\"
button
\"
onclick=
\"
askDoubleCheckForDelete();
\"
value=
\"
SUPPRIMER cet
te fiche
\"
/>
"
;
}
$
(
loadthis
).
hide
().
appendTo
(
$
(
'
#contenuLDF
'
)).
fadeIn
(
1000
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment