Commit Graph

137 Commits

Author SHA1 Message Date
Victor Saisa Lopez
933dced14b BUG 5140 "Formula is not working in master dynaforms" SOLVED
- Not taken into account the attribute "Decimal Separator" for the
  execution of a formula in master DynaForms
- When entering data in a Currency/Percentage field is added spaces
  at the beginning (when the field is in a formula)
- Problem solved, has joined the attribute "Decimal Separator" to
  evaluate the formula
- It has rewritten the algorithm for the formula evaluation
* Available from version 2.0.44
2012-09-19 12:26:44 -04:00
Julio Cesar Laura
1d351cc97d BUG 9288 Change the source code to permite negative numbers in currency fields (IE) SOLVED
- Don't works on IE
- Add validation for IE browser
2012-09-17 17:08:41 -04:00
Victor Saisa Lopez
121da1d27b BUG 7070 "Sum function not calculating properly" SOLVED
- SUM and AVG functions does not work correctly in Grids
- No one takes into account the attribute "Decimal Separator"
- Problem solved, SUM and AVG functions now take into account the
  attribute "Decimal Separator"
* Available from version 2.0.44
2012-09-07 09:36:12 -04:00
Julio Cesar Laura
3f73e0e196 BUG 9658 validateForm() function fails if Dynaform includes Suggest box in it SOLVED
- Unnecesary code added recently to fix another issue that now is correctly validated
- Delete this unnecesary code
2012-08-22 18:08:34 -04:00
Victor Saisa Lopez
41f9312f7a BUG 9558 "Suggest field functionality is not intuitive..." SOLVED
- New feature, change SUGGEST field behavior for the insertion of
  a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
  a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
  the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
  there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
  editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
2012-08-16 15:37:15 -04:00
Brayan Osmar Pereyra Suxo
dbbad5457f BUG 9288 Currency field doesn't permite negative numbers SOLVED
- I add	negative value for type	currency
- I removed console.log
2012-07-31 17:02:22 -04:00
Brayan Osmar Pereyra Suxo
6c2bcc8742 BUG 9288 Currency field doesn't permite negative numbers SOLVED
- I add	negative value for type	currency
2012-07-31 16:57:02 -04:00
Victor Saisa Lopez
eabd17bec3 BUG 9464 "Numeric fields don't accept numbers from AZERTY..." SOLVED
- Numeric fields don't accept numbers from AZERTY keyboard
- Solved, validation took off that disabling the shift key
2012-07-26 16:43:32 -04:00
Brayan Osmar Pereyra Suxo
4899ce1ff2 BUG 9398 If exits more of one mask. don't work SOLVED
I add validate for used only firts mask
2012-07-19 19:23:55 -04:00
julceslauhub
938d3433f4 Merge pull request #328 from victorsl/BUG-8489
BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
2012-07-18 15:41:23 -07:00
Victor Saisa Lopez
ca0ade740b BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
- Revert change in function strReplace, strReplace -> stringReplace
2012-07-18 18:06:14 -04:00
Brayan Osmar Pereyra Suxo
a50df08a51 BUG 9398 Don't exist format of mask 'Bs. ##,##' SOLVED
I add format of mask 'Bs. ##,##'
2012-07-18 18:03:32 -04:00
Victor Saisa Lopez
d8d6493581 BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
- Style attribute defined in XML Dynaform for a field, not reflected in
  the grid this in IE
- Solved the problem, now we consider the attributes defined in the XML
2012-07-18 16:48:23 -04:00
Brayan Osmar Pereyra Suxo
806a4049cf BUG 9438 The mask isn't work SOLVED
I add property comma_separtor for work
2012-07-12 09:50:04 -04:00
Brayan Osmar Pereyra Suxo
9a1c4e6f72 BUG 9438 Don't add ceros the mask in the fields SOLVED
- I add code for add ceros in the fields
2012-07-11 18:53:53 -04:00
Brayan Osmar Pereyra Suxo
e6354aa600 BUG 9438 Don't add ceros the mask in the fields SOLVED
- I add code for add ceros in the fields
2012-07-11 16:02:17 -04:00
julceslauhub
f7264dbafa Merge pull request #202 from brayanpereyra/BUG-9398
BUG 9398 Create new field don't validate name SOLVED
2012-07-09 15:17:28 -07:00
Brayan Osmar Pereyra Suxo
8b0b64c8f5 BUG 9398 Create new field don't validate name SOLVED
- I add condicions to validate NodeName
2012-07-09 17:58:51 -04:00
Marco Antonio Nina
b93a6c9747 BUG 9140 Fix code the JavaScript function contractExpandSubtitle()... SOLVED
- The function does not allow objects.
- The function ground support type parameters string.
2012-07-09 12:56:03 -04:00
Marco Antonio Nina
47bdb4c61b BUG 9406 The JavaScript function saveAndRedirectForm() saves the...SOLVED
- Not routed correctly.
- was validate the routed to http y https
2012-07-09 10:09:58 -04:00
Brayan Osmar Pereyra Suxo
40f4eadd16 BUG 9339 Exist function G_STRINGS SOLVED
- I removed G_STRINGS and I add funcion "_"
2012-06-28 17:37:06 -04:00
Brayan Osmar Pereyra Suxo
51a4223dfa BUG 9339 No validate FieldName used SOLVED
- I removed applyMask the field validate NODENAME
2012-06-28 16:05:19 -04:00
Victor Saisa Lopez
62aa12d23d BUG 9341 "Field with numeric validation does not accept digits..." SOLVED
- Field no validate numbers the keypad, this is solved with solution of the bug 9268
- Changed range of code ascii of the keypad, this when the field is numeric validation
2012-06-27 15:39:29 -04:00
Julio Cesar Laura
e2a33ba227 BUG 0000 Conflict with "input" class 2012-06-25 10:21:48 -04:00
Brayan Osmar Pereyra Suxo
ae5a9312a8 BUG 9327 The format of this code is not the right way SOLVED
- I add comments
- I removed extra spaces
- I amend the validate add function 'typeof'
2012-06-21 09:31:52 -04:00
Brayan Osmar Pereyra Suxo
8d436eb047 BUG 9327 Don't validate required field in grid SOLVED
- The object leminud and input disappeared the moment of submit
- I add new instance the object leimund and input
2012-06-20 11:30:16 -04:00
Brayan Osmar Pereyra Suxo
f954e7d626 BUG 9268 The date field no validate numbers the keypad SOLVED
- I add validate to date field
- I add validate range of code ascii to keypad
2012-06-14 11:08:22 -04:00
Victor Saisa Lopez
a48b84d5ea BUG 9238 "The Date field format changes when you want to edit" SOLVED
- Date fields do not respect the mask defined in the XML when editing
  the field manually
- Now when you edit a date field in a dynaForm respected his mask
2012-06-13 11:37:18 -04:00
Victor Saisa Lopez
2954bb0c05 BUG 9106 "Enmascaramiento en grillas no permite decimales." SOLVED
- Percentage field defined with an mask does not allow decimal in grids
- comma_separator attribute included in the code
2012-06-08 16:02:27 -04:00
Victor Saisa Lopez
f6e0349a9d BUG 8914 "Read-Only Checkboxes in Grids are not saved as marked ('On')" SOLVED
- When a checkbox read-only is checked in a grid is saved, It is always saved as unmarked
- Checkbox read-only if checked in a grid, now saved
2012-05-30 17:51:16 -04:00
Alvaro Campos
f136dbb744 BUG 8908 se resolvio problema de tabs en form y grillas SOLVED 2012-05-09 13:54:22 -04:00
Alvaro Campos
503619395e BUG 0000 se soluciono problema de tab key en firefox SOLVED 2012-04-26 17:18:48 -04:00
Hector Cortez
18b54c4f4a BUG 8941 If we set the validate igual to Real Number in the text field SOLVED.
- On Internet Explorer if we have the "validate" equal to "Real Number" in the field text, it's able to put letter when they are capital, however it doesn't happen on Fire Fox.
- Adjustment in the validation the numeric values text, Fixed in the validation in numeric values for iExplorer 9.
2012-04-16 10:44:33 -04:00
Marco Antonio Nina
6d7185e320 BUG 8883 en IE9 al habilitar el script debugging muestra un error ... SOLVED
- Al habilitar del debug en IE saltaba un error de keyCode, ya que ese evento no era propio para IE.
- Se hicieron cambios para poder detectar los diferentes eventos que tiene IE, firefox, Chrome y validar el keyCode, ademas de la validacion se aumento en el validator.js el campo NodeName para poder hacer la verificacion completa de ese campo.
2012-04-13 12:32:12 -04:00
Alvaro Campos
307ec19b4b BUG 8860 operaciones en columna de grillas con campos con mascara. SOLVED
- la sumatoria de este bug estaba solucionado,
- lo que se aumento son las mascaras , su visibilidad y su no afecto a las formulas nu las umatorias y promedio.
2012-04-12 16:49:09 -04:00
Alvaro Campos
0fc8c6a1cb BUG 8908 The currency field doesn't accept decimal point on Grid SOLVED
- This problem exists because is set manually to this type field validate Int
- remove this manual assignment en form.js line 1349
2012-04-04 11:38:06 -04:00
Alvaro Campos
f38d82c209 BUG 8785 Garbage on the Dependents fields SOLVED
- El problema es porque no se hace un borrado completo del dropdown
- se soluciono adicionando una condicion para que este borrado se haga por completo con remove
2012-04-03 12:28:20 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Hector Cortez
d22fbfa49d BUG 8475 Adjustment in the ReadOnly fields validation. 2012-02-23 12:40:17 -04:00
Hector Cortez
6b8879e817 BUG 8475 Adjustment in the fields validation and readOnly attribute. 2012-02-07 09:58:17 -04:00
Hector Cortez
f5f4b527f5 BUG 8264 Fix Bug in the property calculate an Form element to iExplorer. 2012-01-25 18:08:36 -04:00
Erik Amaru Ortiz
a46f612284 BUG 8314 "Text field with validation Real doesn't support" SOLVED 2012-01-13 17:08:40 -04:00
Erik Amaru Ortiz
a9337bb0e5 BUG 7873 Problem already fixed! 2012-01-06 15:53:39 -04:00
Hector Cortez
6f9e71fa57 BUG 7051 Fix Bug in the Grids to disable/enable the required fields. 2012-01-04 18:18:53 -04:00
Enrique Ponce De Leon
fe09cc865f BUG 0000 Formula/Functions problem with grids - Take 2 2011-12-21 18:59:47 -04:00
Enrique Ponce De Leon
2985ce55a2 BUG 0000 Formula/Functions problem with grids 2011-12-21 18:05:55 -04:00
Enrique Ponce De Leon
5ef3bdbfc2 BUG 8167 SOLVED Mask related bugs 2011-12-15 16:53:43 -04:00
Enrique Ponce De Leon
44c11322c8 BUG 8167 1st commit - bugs related still remains 2011-12-14 19:13:06 -04:00
Enrique Ponce De Leon
c81a5630ea BUG 0000 Some Corrections for NodeNode validate values 2011-12-03 22:17:38 -04:00
Enrique Ponce De Leon
baa0eba3c9 BUG 7394 2nd commit 2011-12-02 19:23:55 -04:00