0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 13, 2022 — Dec 13, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
miscellaneous updates from May 1 to June 22 More... almost 16 years ago
merging with POPLIST_IN_MAINFORM_SEMIMONTHLY_SELECTION More... almost 16 years ago
-in Double2Text: changed local variable result's data type from unsigned int to unsigned long. -in Text2Double: added handling of text with no decimal point. More... about 16 years ago
binary updates More... about 16 years ago
binary update More... about 16 years ago
-added popup trigger. -hid the list control. -changed the viewable list from 2 to 5. -added a label field and text field for the annual net salary information. More... about 16 years ago
-changed data type of result field in Double2Text from integer to unsigned integer. this handles the negative result occurring when the result of the division of two double variables is stored in the result field. -changed the counter limit from 5 to 2 in Double2Text. this allows only one decimal digit right after the decimal point to be displayed. -added decimalfound field in Text2Double. this is in preparation for handling text with no decimal point in it. More... about 16 years ago
added YearlyNetIncome field in CalcResultStringStruct. It is used by a text field in the CalculationsResult form. it stores the yearly net income value. More... about 16 years ago
-added CalculationsResultForm's resource ID identifiers. the main form will use these identifiers in displaying the tax and income values in the CalculationsResultForm. More... about 16 years ago
-removed static declarations in ComputeIncomeBracket, CalculateAnnualTaxableIncome, ComputeForTaxes, SetNumericFieldsToZero, MainFormDoCommand, MainFormHandleEvent, CalculationsResultFormEventHandler and AppHandleEvent functions. -PopUpTrigger and List is working. -computation of taxes and income can now be displayed on the Tax and Income Form. -the basic pay textbox in the main form is set On Focus by default every time the main form is active. -used the utility functions Double2Text in ReadNumericFields functions for converting character input in the mainform's text fields to double values. More... about 16 years ago
debug binary updates More... about 16 years ago
updates on the MainForm form: changed parameter values in TextFields More... about 16 years ago
modified app icon: it now displays a text "TAX CALC" when viewed in FAVORITES More... about 16 years ago
updates on GODS IDE options More... about 16 years ago
added GNU copyright information More... about 16 years ago
added GNU copyright information. changed a number of variables' data type from char to double. More... about 16 years ago
added GNU copyright information. added ComputeIncomeBracket and CalculateAnnualTaxableIncome functions. updates on ComputeForTaxes function: added computation of the salaryInfo fields. code clean-up in the other functions. More... about 16 years ago
initial header and source commit. these files contain functions that convert a double variable to text and vice versa. More... about 16 years ago
this header file contains the data structures for calculating the yearly and monthly tax according to the Philippine's Internal Revenue system More... about 16 years ago
Initial code commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago
Initial code and binary commit More... about 16 years ago