Patch level :10.0
Files correlati : Ricompilazione Demo : [ ] Commento :Ricompilazione files git-svn-id: svn://10.65.10.50/trunk@19971 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e7bcbf3b64
commit
f34a9362f8
11
ps/pd5317.cpp
Executable file
11
ps/pd5317.cpp
Executable file
@ -0,0 +1,11 @@
|
||||
#include <xvt.h>
|
||||
|
||||
#include "pd5317.h"
|
||||
#include "pd5317100.h"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
const int r = (argc > 1) ? argv[1][1] - '0' : 0;
|
||||
pd5317100(argc, argv);
|
||||
return 0;
|
||||
}
|
7
ps/pd5317.h
Executable file
7
ps/pd5317.h
Executable file
@ -0,0 +1,7 @@
|
||||
#ifndef __PS0_H
|
||||
#define __PS0_H
|
||||
|
||||
int pd5317100(int argc, char* argv[]);
|
||||
|
||||
#endif // __PS0_H
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <Reprint.h>
|
||||
#include <currency.h>
|
||||
#include "pd5317.h"
|
||||
#include "pd5317100.h"
|
||||
#include "pd5317100.h"
|
||||
|
||||
//Stampa Listino Carrelli
|
||||
//lvietri
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define F_COD_CMS 201
|
||||
#define F_DES_CMS 202
|
||||
#define F_COD_CMS_TO 203
|
||||
#define F_DES_CMS_TO 204
|
||||
#define F_DES_CMS_TO 204
|
||||
#define F_VENDUTO 205
|
||||
#define F_CARICO 206
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
TOOLBAR "topbar" 0 0 0 2
|
||||
#include "printbar.h"
|
||||
ENDPAGE
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Stampa Listino Carrelli" -1 -1 40 5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user