Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
accounting
sublima
Commits
c53aa9368adc
Commit
7b0aa8ae
authored
Nov 04, 2017
by
M3nt0r3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix import typo error
parent
c651c9209304
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
10 deletions
+25
-10
src/pg/pg_routes.py
src/pg/pg_routes.py
+25
-10
No files found.
src/pg/pg_routes.py
View file @
c53aa936
...
...
@@ -146,6 +146,11 @@ from src.pg.as_FontevaloreFamigliaCategoriaCliente import AnagraficaFontevaloreF
def
anagraficaFontevaloreFamigliaCategoriaCliente
(
req
,
action
=
None
):
return
AnagraficaFontevaloreFamigliaCategoriaCliente
(
req
).
smistatore
(
action
)
# from src.pg.as_GeneratoreListino import AnagraficaGeneratoreListino
# @expose('/pg/as_GeneratoreListino/<action>', strict_slashes=False)
# @expose('/pg/as_GeneratoreListino', strict_slashes=False)
# def anagraficaGeneratoreListino(req, action=None):
# return AnagraficaGeneratoreListino(req).smistatore(action)
from
src.pg.as_Sconto
import
anagraficaSconto
...
...
@@ -329,8 +334,6 @@ def anagraficaTestataDocumentoTestateDocumento(req, action=None):
return
AnagraficaTestataDocumentoTestateDocumento
(
req
).
smistatore
(
action
)
if
hasModule
(
"PRATICHE"
):
# from modules.GestionePratiche.pg.as_StadioPratiche import anagraficaStadioPratiche
# @expose('/pg/as_StadioPratiche/<action>')
...
...
@@ -380,7 +383,6 @@ def anagraficaFileArticoloUrl(req, action=None):
from
src.pg.ac_FilePersonaGiuridica
import
anagraficaFilePersonaGiuridica
from
src.pg.ac_FileUtente
import
anagraficaFileUtente
from
src.pg.ac_FileNews
import
AnagraficaFileNews
...
...
@@ -653,14 +655,20 @@ def magic_import(req, action=None):
return
Importazioni
(
req
).
smistatore
(
action
)
from
modules.MagicExport.src.pg.magic_export
import
MagicExport
@
expose
(
'/pg/magicExport/<action>'
,
strict_slashes
=
False
)
@
expose
(
'/pg/magicExport'
,
strict_slashes
=
False
)
def
magic_export
(
req
,
action
=
None
):
return
MagicExport
(
req
).
smistatore
(
action
)
#
from modules.MagicExport.src.pg.magic_export import MagicExport
#
@expose('/pg/magicExport/<action>', strict_slashes=False)
#
@expose('/pg/magicExport', strict_slashes=False)
#
def magic_export(req, action=None):
#
return MagicExport(req).smistatore(action)
from
modules.MagicImport.src.pg.ac_MagicImportScheme
import
anagraficaMagicImportScheme
from
modules.MagicExport.src.pg.ac_MagicExportScheme
import
anagraficaMagicExportScheme
from
modules.MagicImport.src.pg.ac_MagicImportScheme
import
AnagraficaMagicImportScheme
@
expose
(
'/pg/ac_MagicImportScheme/<action>'
,
strict_slashes
=
False
)
@
expose
(
'/pg/ac_MagicImportScheme'
,
strict_slashes
=
False
)
def
nagraficaMagicImportScheme
(
req
,
action
=
None
):
return
AnagraficaMagicImportScheme
(
req
).
smistatore
(
action
)
# from modules.MagicExport.src.pg.ac_MagicExportScheme import anagraficaMagicExportScheme
from
src.pg.as_SpeseSpedizioneArticolo
import
AnagraficaSpeseSpedizioneArticolo
@
expose
(
'/pg/as_SpeseSpedizioneArticolo/<action>'
,
strict_slashes
=
False
)
...
...
@@ -716,3 +724,10 @@ if hasModule("METEL"):
@
expose
(
'/pg/as_FamigliaDiScontoFornitore'
,
strict_slashes
=
False
)
def
nagraficaFamigliadiScontoFornitore
(
req
,
action
=
None
):
return
AnagraficaFamigliadiScontoFornitore
(
req
).
smistatore
(
action
)
if
hasModule
(
"FRANCHISING"
):
from
modules.Franchising.src.pg.as_FranchisingGruppo
import
AnagraficaFranchisingGruppo
@
expose
(
'/pg/as_FranchisingGruppo/<action>'
,
strict_slashes
=
False
)
@
expose
(
'/pg/as_FranchisingGruppo'
,
strict_slashes
=
False
)
def
nagraficaFranchisingGruppo
(
req
,
action
=
None
):
return
AnagraficaFranchisingGruppo
(
req
).
smistatore
(
action
)
Write
Preview
Markdown
is supported
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