From fb6bbbf5b0cd6691671effeea45faf7dc74490c2 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 4 Aug 2008 09:37:25 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16989 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/f166.dir | 2 +- lv/f166.trr | 6 ++++-- lv/lvconsplan.h | 17 +++++++++++++++++ lv/lvrconsplan.h | 21 +++++++++++++++++++++ 4 files changed, 43 insertions(+), 3 deletions(-) create mode 100755 lv/lvconsplan.h create mode 100755 lv/lvrconsplan.h diff --git a/lv/f166.dir b/lv/f166.dir index 07972e690..a3026ee7c 100755 --- a/lv/f166.dir +++ b/lv/f166.dir @@ -1,3 +1,3 @@ 166 0 -$lvconsplan|||76|0|Planning consegne||| +$lvconsplan|||88|0|Planning consegne||| diff --git a/lv/f166.trr b/lv/f166.trr index b8fd0e191..59f47c3fd 100755 --- a/lv/f166.trr +++ b/lv/f166.trr @@ -1,5 +1,5 @@ 166 -10 +12 IDPLAN|1|10|0|Codice identificativo di un planning DTCONS|5|8|0|Data di consegna GIOCONS|2|1|0|Giorno di consegna @@ -7,8 +7,10 @@ CODAUT|1|2|0|Codice identificativo dell'autista CODMEZ|1|2|0|Codice identificativo del mezzo di trasporto CODITI|2|3|0|Codice identificativo dell'itinerario DTCREAZ|5|8|0|Data di creazione del planning -UCREAZ|1|16|0|Utente di Campo che ha generato il planning +ORCREAZ|10|6|0|Ora di creazione del planning +UTCREAZ|1|16|0|Utente di Campo che ha generato il planning DTULAGG|5|8|0|Data dell'ultimo aggiornamento del planning +ORULAGG|10|6|0|Ora dell'ultimo aggionamento del planning UCREAZ|1|16|0|Utente di Campo che ha aggiornato per ultimo il planning 1 IDPLAN| diff --git a/lv/lvconsplan.h b/lv/lvconsplan.h new file mode 100755 index 000000000..81df7b582 --- /dev/null +++ b/lv/lvconsplan.h @@ -0,0 +1,17 @@ +#ifndef __LVCONSPLAN_H +#define __LVCONSPLAN_H + +#define LVCONSPLAN_IDPLAN "IDPLAN" +#define LVCONSPLAN_DTCONS "DTCONS" +#define LVCONSPLAN_GIOCONS "GIOCONS" +#define LVCONSPLAN_CODAUT "CODAUT" +#define LVCONSPLAN_CODMEZ "CODMEZ" +#define LVCONSPLAN_CODITI "CODITI" +#define LVCONSPLAN_DTCREAZ "DTCREAZ" +#define LVCONSPLAN_ORCREAZ "ORCREAZ" +#define LVCONSPLAN_UTCREAZ "UTCREAZ" +#define LVCONSPLAN_DTULAGG "DTULAGG" +#define LVCONSPLAN_ORULAGG "ORULAGG" +#define LVCONSPLAN_UTULAGG "UTULAGG" + +#endif \ No newline at end of file diff --git a/lv/lvrconsplan.h b/lv/lvrconsplan.h new file mode 100755 index 000000000..50f07de12 --- /dev/null +++ b/lv/lvrconsplan.h @@ -0,0 +1,21 @@ +#ifndef __LVRCONSPLAN_H +#define __LVRCONSPLAN_H + +#define LVRCONSPLAN_IDPLAN "IDPLAN" +#define LVRCONSPLAN_IDRIGA "IDRIGA" +#define LVRCONSPLAN_MODPASS "MODPASS" +#define LVRCONSPLAN_DTCONS "DTCONS" +#define LVRCONSPLAN_IDCONTR "IDCONTR" +#define LVRCONSPLAN_CODCF "CODCF" +#define LVRCONSPLAN_PROVV "PROVV" +#define LVRCONSPLAN_ANNO "ANNO" +#define LVRCONSPLAN_CODNUM "CODNUM" +#define LVRCONSPLAN_NDOC "NDOC" +#define LVRCONSPLAN_IDPLANOR "IDPLANOR" +#define LVRCONSPLAN_ORDFER "ORDFER" +#define LVRCONSPLAN_FREQ "FREQ" +#define LVRCONSPLAN_CONSSTD "CONSSTD" +#define LVRCONSPLAN_IDPERSOSP "IDPERSOSP" +#define LVRCONSPLAN_IDPERSOSPVAR "IDPERSOSPVAR" + +#endif