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
f33fc510
Commit
f33fc510
authored
Sep 14, 2021
by
Eric Seigne
Browse files
version 1.8.4
parent
9451fd49
Changes
4
Show whitespace changes
Inline
Side-by-side
ChangeLog.md
View file @
f33fc510
# 1.8.4
-
fin de l'implémentation de la solution de changement rapide d'utilisateur pour
gérer plusieurs comptes depuis l'application
# 1.8.3
-
grosse amélioration pour la re-synchronisation des frais dont le justificatif
n'a
pas été téléversé lors de la création de la fiche
-
grosse amélioration pour la re-synchronisation des frais dont le justificatif
n'a
pas été téléversé lors de la création de la fiche
# 1.8.2
-
ajoute la possibilité de changer les taux de TVA (adaptation pour les DOM par ex.)
...
...
config.xml
View file @
f33fc510
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"fr.caprel.doliscan"
version=
"1.8.
3
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"fr.caprel.doliscan"
version=
"1.8.
4
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
doliscan
</name>
<description>
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
</author>
...
...
@@ -152,5 +152,5 @@
</feature>
</platform>
<plugin
name=
"cordova-plugin-calendar"
/>
<preference
name=
"OverrideUserAgent"
value=
"Mozilla/5.0 OpenNDF/1.8.
3
Android"
/>
<preference
name=
"OverrideUserAgent"
value=
"Mozilla/5.0 OpenNDF/1.8.
4
Android"
/>
</widget>
www/js/index.min.js
View file @
f33fc510
...
...
@@ -2,7 +2,7 @@
* (c) Éric Seigne <eric.seigne@cap-rel.fr> - 2019-2020 - GNU AGPLv3
* full source code in src/ subfolder, this file is minifyed
*/
var
globalAppVersion
=
"
1.8.
3
"
;
var
globalDevMode
=
false
;
var
globalMyCamera
;
var
globalpictureSource
;
var
globaldestinationType
;
var
globalNetworkResponse
=
Date
.
now
();
var
globalCurrentPage
=
""
;
var
globalCurrentTitle
=
""
;
var
globalTenMinuts
=
60
*
10
*
1000
;
var
globalCompatibleWithAPIVersion
=
4
;
var
globalDoliScanDomain
=
""
;
var
globalLastInsertId
=
""
;
var
globalSyncInProgress
=
false
;
var
globalPictureFileName
=
""
;
var
globalPicturesAvailable
=
[];
var
globalSyncObject
=
[];
var
dataLDF
=
""
;
var
dataIK
=
""
;
var
globalMyNavigator
=
undefined
;
var
globalResumable
=
undefined
;
var
globalProgressBar
=
undefined
;
var
globalTypeFrais
=
""
;
var
globalVehiculeEd
=
undefined
;
var
loginAPIKeyErrorInProgress
=
false
;
var
globalSrvKeys
=
[
'
email
'
,
'
api_token
'
,
'
firstname
'
,
'
name
'
,
'
adresse
'
,
'
cp
'
,
'
ville
'
,
'
pays
'
,
'
send_copy_to
'
,
'
compta_email
'
,
'
compta_ik
'
,
'
compta_peage
'
,
'
compta_hotel
'
,
'
compta_train
'
,
'
compta_carburant
'
,
'
compta_taxi
'
,
'
compta_restauration
'
,
'
compta_divers
'
,
'
compta_compteperso
'
,
'
compta_tvadeductible
'
,
'
official_app_version
'
,
'
official_app_message
'
,
'
mode_simple
'
,
'
compta_tva_tx1
'
,
'
compta_tva_tx2
'
,
'
compta_tva_tx3
'
,
'
compta_tva_tx4
'
];
function
errorHandlerCustomFile
(
title
,
message
){
myDebug
(
'
errorHandlerCustomFile :
'
+
title
+
'
-- message follow:
'
);
myDebug
(
message
);}
var
globalAppVersion
=
"
1.8.
4
"
;
var
globalDevMode
=
false
;
var
globalMyCamera
;
var
globalpictureSource
;
var
globaldestinationType
;
var
globalNetworkResponse
=
Date
.
now
();
var
globalCurrentPage
=
""
;
var
globalCurrentTitle
=
""
;
var
globalTenMinuts
=
60
*
10
*
1000
;
var
globalCompatibleWithAPIVersion
=
4
;
var
globalDoliScanDomain
=
""
;
var
globalLastInsertId
=
""
;
var
globalSyncInProgress
=
false
;
var
globalPictureFileName
=
""
;
var
globalPicturesAvailable
=
[];
var
globalSyncObject
=
[];
var
dataLDF
=
""
;
var
dataIK
=
""
;
var
globalMyNavigator
=
undefined
;
var
globalResumable
=
undefined
;
var
globalProgressBar
=
undefined
;
var
globalTypeFrais
=
""
;
var
globalVehiculeEd
=
undefined
;
var
loginAPIKeyErrorInProgress
=
false
;
var
globalSrvKeys
=
[
'
email
'
,
'
api_token
'
,
'
firstname
'
,
'
name
'
,
'
adresse
'
,
'
cp
'
,
'
ville
'
,
'
pays
'
,
'
send_copy_to
'
,
'
compta_email
'
,
'
compta_ik
'
,
'
compta_peage
'
,
'
compta_hotel
'
,
'
compta_train
'
,
'
compta_carburant
'
,
'
compta_taxi
'
,
'
compta_restauration
'
,
'
compta_divers
'
,
'
compta_compteperso
'
,
'
compta_tvadeductible
'
,
'
official_app_version
'
,
'
official_app_message
'
,
'
mode_simple
'
,
'
compta_tva_tx1
'
,
'
compta_tva_tx2
'
,
'
compta_tva_tx3
'
,
'
compta_tva_tx4
'
];
function
errorHandlerCustomFile
(
title
,
message
){
myDebug
(
'
errorHandlerCustomFile :
'
+
title
+
'
-- message follow:
'
);
myDebug
(
message
);}
function
loadCustomCSS
(){
if
((
typeof
cordova
==
'
undefined
'
)
||
(
cordova
===
null
)
||
(
cordova
==
""
)){
return
;}
if
((
typeof
cordova
.
file
==
'
undefined
'
)
||
(
cordova
.
file
===
null
)
||
(
cordova
.
file
==
""
)){
return
;}
if
((
typeof
cordova
.
file
.
cacheDirectory
==
'
undefined
'
)
||
(
cordova
.
file
.
cacheDirectory
===
null
)
||
(
cordova
.
file
.
cacheDirectory
==
""
)){
return
;}
...
...
www/js/src/config.js
View file @
f33fc510
...
...
@@ -3,7 +3,7 @@
*/
// **********************************************************************
//Ne pas toucher, mis à jour automatiquement à partir du config.xml
var
globalAppVersion
=
"
1.8.
3
"
;
// mis à jour automatiquement à partir du fichier config.xml lors du build android
var
globalAppVersion
=
"
1.8.
4
"
;
// mis à jour automatiquement à partir du fichier config.xml lors du build android
// **********************************************************************
...
...
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