|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elexis.scripting.CountArticles
public class CountArticles
| Constructor Summary | |
|---|---|
CountArticles()
|
|
| Method Summary | |
|---|---|
java.lang.String |
run(java.lang.String fromDate,
java.lang.String untilDate,
java.lang.String referenceDate,
java.lang.String outputFile)
Check all sold Articles between fromDate and untilDate (inclusive) and count paid and unpaid as per reference date |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CountArticles()
| Method Detail |
|---|
public java.lang.String run(java.lang.String fromDate,
java.lang.String untilDate,
java.lang.String referenceDate,
java.lang.String outputFile)
fromDate - Date to begin counting (inclusive)untilDate - date up to counting (inclusive)referenceDate - date relevant for paid statusoutputFile - path to file to write detail data into or null (don't write)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||