Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@17464 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									be936b313f
								
							
						
					
					
						commit
						30403d38c6
					
				@ -17,6 +17,7 @@ int main(int argc, char** argv)
 | 
				
			|||||||
		break;
 | 
							break;
 | 
				
			||||||
	case 6:
 | 
						case 6:
 | 
				
			||||||
    vd1700(argc, argv);	 // Riepilogo dettagli pagamenti
 | 
					    vd1700(argc, argv);	 // Riepilogo dettagli pagamenti
 | 
				
			||||||
 | 
					    break;
 | 
				
			||||||
  case 0:
 | 
					  case 0:
 | 
				
			||||||
  default:
 | 
					  default:
 | 
				
			||||||
    vd1100(argc, argv); // Lettura cassa giornaliera
 | 
					    vd1100(argc, argv); // Lettura cassa giornaliera
 | 
				
			||||||
 | 
				
			|||||||
@ -13,7 +13,6 @@
 | 
				
			|||||||
////////////////
 | 
					////////////////
 | 
				
			||||||
class TPrint_payments_datail_mask : public TAutomask
 | 
					class TPrint_payments_datail_mask : public TAutomask
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
  virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly);
 | 
					  virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -108,11 +107,8 @@ bool TPrint_payments_datail_rep::get_usr_val(const TString& name, TVariant& var)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class TPrint_payments_datail : public TSkeleton_application  
 | 
					class TPrint_payments_datail : public TSkeleton_application  
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
  virtual void main_loop();
 | 
					  virtual void main_loop();
 | 
				
			||||||
  virtual bool create();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void TPrint_payments_datail::main_loop()
 | 
					void TPrint_payments_datail::main_loop()
 | 
				
			||||||
@ -133,11 +129,6 @@ void TPrint_payments_datail::main_loop()
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool TPrint_payments_datail::create()
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
	return TSkeleton_application:: create();
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
int vd1700(int argc, char* argv[])
 | 
					int vd1700(int argc, char* argv[])
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
@ -2,26 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
TOOLBAR "" 0 0 0 2
 | 
					TOOLBAR "" 0 0 0 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BUTTON DLG_PRINT 10 2
 | 
					#include <printbar.h>
 | 
				
			||||||
BEGIN
 | 
					 | 
				
			||||||
  PROMPT -14 -11 ""
 | 
					 | 
				
			||||||
  MESSAGE EXIT,K_ENTER
 | 
					 | 
				
			||||||
END
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
BUTTON DLG_INFO 10 2
 | 
					 | 
				
			||||||
BEGIN
 | 
					 | 
				
			||||||
  PROMPT -24 -11 ""
 | 
					 | 
				
			||||||
END
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
BUTTON DLG_HELP 10 2
 | 
					 | 
				
			||||||
BEGIN
 | 
					 | 
				
			||||||
  PROMPT -34 -11 ""
 | 
					 | 
				
			||||||
END
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
BUTTON DLG_QUIT 11 2
 | 
					 | 
				
			||||||
BEGIN
 | 
					 | 
				
			||||||
  PROMPT -44 -11 ""
 | 
					 | 
				
			||||||
END
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENDPAGE
 | 
					ENDPAGE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -45,12 +45,9 @@ Flags = ""
 | 
				
			|||||||
Item_01 = "Lettura cassa giornaliera", "vd1 -0"
 | 
					Item_01 = "Lettura cassa giornaliera", "vd1 -0"
 | 
				
			||||||
Item_02 = "Riepilogo incassi", "vd1 -1"
 | 
					Item_02 = "Riepilogo incassi", "vd1 -1"
 | 
				
			||||||
Item_03 = "Riepilogo venduto per operatore", "vd1 -2"
 | 
					Item_03 = "Riepilogo venduto per operatore", "vd1 -2"
 | 
				
			||||||
Item_04 = "Ricerca scontrini", ""
 | 
					Item_04 = "Riepilogo dettaglio scontrini giornalieri", "vd1 -5 G"
 | 
				
			||||||
Item_05 = "Situazione economica cliente", "vd1 -4"
 | 
					Item_05 = "Riepilogo dettaglio scontrini", "vd1 -5 P"
 | 
				
			||||||
Item_06 = "Riepilogo dettaglio scontrini giornalieri", "vd1 -5 G"
 | 
					Item_06 = "Riepilogo dettagli pagamenti", "vd1 -6"
 | 
				
			||||||
Item_07 = "Riepilogo dettaglio scontrini", "vd1 -5 P"
 | 
					 | 
				
			||||||
Item_08 = "Riepilogo dettagli pagamenti", "vd1 -6"
 | 
					 | 
				
			||||||
Item_09 = "Riepilogo vendite forzate", "vd1 -7"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[VDMENU_090]
 | 
					[VDMENU_090]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user