Skip to content

Commit

Permalink
new file: BudgetAndBilling - MainBudgetAndBilling.png
Browse files Browse the repository at this point in the history
	new file:   BudgetAndBilling.fprg
	new file:   ProcessChecker.fprg
  • Loading branch information
Ray nieva authored and Ray nieva committed Jun 23, 2017
1 parent 7f3e289 commit a44779f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
Binary file added BudgetAndBilling - MainBudgetAndBilling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions BudgetAndBilling.fprg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<flowgorithm fileversion="2.0">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="Ray"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2017-05-23 10:15:58 PM"/>
<attribute name="created" value="UmF5OyBSQVlOSUVWQTI7IDIwMTctMDUtMjM7IDA4OjMzOjE3IFBNOyAyMzM5"/>
<attribute name="edited" value="UmF5OyBSQVlOSUVWQTI7IDIwMTctMDUtMjM7IDEwOjE1OjU4IFBNOyAyMzM3"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<comment text="This program is intended to be used to calculate my weekly budget based on income that week and projected expenses that week."/>
<output expression="&quot;Calculating Weekly/ Budget&quot;"/>
<comment text="This is usually weekly (net) income but can be another period like bi-weekly or monthly"/>
<output expression="&quot;Get Income for week/period&quot;"/>
<declare name="income1" type="Real" array="False" size="" variables="income1"/>
<input variable="income1"/>
<comment text="At this point start inputting billing items. These are essentially billing items for the current week or period.&#13;&#10;The question is at this point what direction this program will go? Will there be permanently assigned billing items or billing items adhoc defined each week. Can Flowgorithm define a true OO approach?"/>
</body>
</function>
</flowgorithm>
18 changes: 18 additions & 0 deletions ProcessChecker.fprg
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<flowgorithm fileversion="2.0">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="Ray"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2017-06-02 11:52:32 PM"/>
<attribute name="created" value="UmF5OyBSQVlOSUVWQTI7IDIwMTctMDYtMDI7IDA1OjE2OjU1IFBNOyAyMzM3"/>
<attribute name="edited" value="UmF5OyBSQVlOSUVWQTI7IDIwMTctMDYtMDI7IDExOjUyOjMyIFBNOyAyMzI5"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<comment text="Check to see if a process or Window is running or open &quot;Network and Sharing Center&quot;."/>
<output expression="&quot;Check to see if a process is running or a Window is open Network and Sharing Center&quot;"/>
</body>
</function>
</flowgorithm>

0 comments on commit a44779f

Please sign in to comment.