Patch level : 12.0 nopatch
Files correlati : CU_istr_2022.pdf CU_modORD_2022.pdf 777201.cpp 777200.h 777lib.h Commento: CU 20222
This commit is contained in:
parent
eb10cf34dc
commit
0b9831f3d7
@ -6,10 +6,6 @@
|
||||
#endif
|
||||
|
||||
// Nota che sono stati definiti anche in 777lib
|
||||
#define THIS_YEAR "2021"
|
||||
#define THIS_YEARN 2021
|
||||
#define LAST_YEAR "2020"
|
||||
#define LAST_YEARN 2020
|
||||
#define CU_DEFAULT_NAME "MODCUR" THIS_YEAR
|
||||
|
||||
class TRecordCU;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "777lib.h"
|
||||
#include "777200.h"
|
||||
#include <applicat.h>
|
||||
#include <automask.h>
|
||||
|
@ -9,10 +9,10 @@
|
||||
#define CF_PRODUTTORE get_iva_sirio();
|
||||
|
||||
// Nota che sono anche definiti in 777200.h
|
||||
#define THIS_YEAR "2021"
|
||||
#define THIS_YEARN 2021
|
||||
#define LAST_YEAR "2020"
|
||||
#define LAST_YEARN 2020
|
||||
#define THIS_YEAR "2022"
|
||||
#define THIS_YEARN atoi(THIS_YEAR)
|
||||
#define LAST_YEAR "2021"
|
||||
#define LAST_YEARN atoi(LAST_YEAR)
|
||||
|
||||
enum { CODE_SIZE = 8, FIELD_SIZE = 16, BLOCK_SIZE = 24, HEADER_SIZE = 89, USEABLE_SIZE = 1800, TOTAL_SIZE = 1900 };
|
||||
|
||||
|
BIN
src/m770/CU_istr_2022.pdf
Normal file
BIN
src/m770/CU_istr_2022.pdf
Normal file
Binary file not shown.
BIN
src/m770/CU_modORD_2022.pdf
Normal file
BIN
src/m770/CU_modORD_2022.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user