Initial import of ROACONT (Visual FoxPro accounting app) into git
Migrated from the ROACONT SVN trunk working copy for hosting on gitea.romfast.ro.
This commit is contained in:
17
DATE/New Text Document.txt
Normal file
17
DATE/New Text Document.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
*** DIRECTORUL APLICATIEI, NUMELE APLICATIEI
|
||||
public pcDirApp,pcNumeApp,pcDateApp
|
||||
*!* PUBLIC pinivel,pcan,pcnl
|
||||
*!* STORE "" to pcan,pcnl && variabile publice pe care le initializez cu m.an si m.nl in init_optiuni.prg
|
||||
|
||||
|
||||
SET procedure to wwutils.prg addi
|
||||
pcdirapp=GetAppStartPath() && d:\contafin\acnnave\
|
||||
pcdirapp=STRTRAN(STRTRAN(UPPER(pcdirapp),"PROGRAME",""),"\\","\")
|
||||
pcNumeApp=ALLT(UPPE(JUSTSTEM(SYS(16,0)))) && "ACNSIT"
|
||||
pcDateApp=pcDirApp+"Date_"+pcNumeApp+"\" && D:\CONTAFIN\TRANS\DATE_TRANS && PT OPTIUNI , FISIERE SPECIFICE PROGRAMULUI SI CARE NU TREBUIE IN FIECARE FIRMA EX: ADRESE DE EMAIL,
|
||||
|
||||
*!* wait wind pcdirapp
|
||||
CD &pcdirapp
|
||||
IF !DIRECTORY(pcDateApp)
|
||||
MD (pcDateApp)
|
||||
ENDIF
|
||||
BIN
DATE/Optiuni_FIRMA.dbf
Normal file
BIN
DATE/Optiuni_FIRMA.dbf
Normal file
Binary file not shown.
BIN
DATE/Optiuni_FIRMA.fpt
Normal file
BIN
DATE/Optiuni_FIRMA.fpt
Normal file
Binary file not shown.
BIN
DATE/Optiuni_LOCAL.dbf
Normal file
BIN
DATE/Optiuni_LOCAL.dbf
Normal file
Binary file not shown.
BIN
DATE/Optiuni_LOCAL.fpt
Normal file
BIN
DATE/Optiuni_LOCAL.fpt
Normal file
Binary file not shown.
BIN
DATE/Optiuni_PROGRAM.dbf
Normal file
BIN
DATE/Optiuni_PROGRAM.dbf
Normal file
Binary file not shown.
BIN
DATE/Optiuni_PROGRAM.fpt
Normal file
BIN
DATE/Optiuni_PROGRAM.fpt
Normal file
Binary file not shown.
Reference in New Issue
Block a user