Sigma Php Ajax framework, Ajax Components, GUI Builder
February 11, 2012, 07:40:13 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: Construction Company - Project Managment  (Read 11706 times)
humi
Hero Member
*****
Posts: 284


View Profile
« on: March 18, 2009, 05:28:41 AM »

I have incorporated SigmaGrid into my application to handle Data Entry and Data Display functions.

Currently, the data entry forms are used by office staff to enter line items from shipping tickets into our database.
This information is collected, and once every week, invoices are created and emailed to the appropriate customers.

Invoices are created by selecting the records by check box in SigmaGrid and clicking on a custom button. Many custom modifications were done to SigmaGrid with ease. This shows its very flexible programming structure.

I do not have a live sample of this application because it is still under development. However, i have attached some screen shots for you to see and get a sample for.

edit: I scaled the images smaller to fit on screen.
« Last Edit: March 26, 2009, 10:14:47 AM by humi » Logged
steven
Moderator
Hero Member
*****
Posts: 546



View Profile
« Reply #1 on: March 19, 2009, 01:22:15 AM »

Wonderful!
Did you do art work by yourself? It looks very beautiful.
I guess I have to enhance my sense of art  Wink
Logged

Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
humi
Hero Member
*****
Posts: 284


View Profile
« Reply #2 on: March 19, 2009, 05:27:06 AM »

The design is a template that I used until I have time to make something of my own.
Logged
cingo
Full Member
***
Posts: 28


View Profile
« Reply #3 on: April 22, 2009, 12:19:35 AM »

can we get the
sample source code of the project?

thanks and regards

cingo
Logged
anoopta
Jr. Member
**
Posts: 6


View Profile
« Reply #4 on: June 04, 2009, 03:16:41 AM »

humi,

  I have see ur screenshot. it looks great. And let me ask how did u open that "More information" box in the grid.

   I was looking for a sample code for it. I have a requirement to open a dialog box like this

  For adding a record when i click on the add button displayed on the tool bar.

   The same dialog box should be open to edit the details in a row on double clicking any of the row in the grid.

   i need to use a seperate form to add and edit data bcz i have lots of fields to add, and i cannot use Inline adding and editing.

  Is this feature available in sigma grid 2.2. i am using the same one.

   Can u plz help me.
 
Logged
humi
Hero Member
*****
Posts: 284


View Profile
« Reply #5 on: June 04, 2009, 04:17:38 AM »

http://sigmawidgets.com/forum/ajax-data-grid-view/custom-data-editor-example/

If you still have more questions about the Custom Dialog Editor, please make a new topic.
Logged
anoopta
Jr. Member
**
Posts: 6


View Profile
« Reply #6 on: June 15, 2009, 04:39:45 AM »

humi,

  I tried the code but still some js error. Here is the code i am trying

var myDialogEditorCreater = new Sigma.DialogEditor({
      id: "myDialogEditor1",
      gridId : "memberGrid" ,
      width: 250,
      height:150 ,
      title : 'Customer',
      body : ['<input type="text" id="my_name_input" name="my_name_input"/><br/><br/>',
            '<input type="button" value="OK" onclick="Sigma.$grid(\'memberGrid\').activeDialog.confirm()"/>'].join(''),

      getValue : function(){
         return Sigma.$("my_name_input").value;
      },

      setValue : function(value){
         Sigma.$("my_name_input").value=value;
      },
      active : function(){
         Sigma.U.focus(Sigma.$("my_name_input")); 
      }


   });

And i have a customized button to call this function


   Sigma.ToolFactroy.register(
   'career', 
   {
      cls : 'career-cls', 
      toolTip : 'Button Creation Example',
      action : function(event,grid) {

      myDialogEditorCreater.body();
   }
   }
     );


I am getting a error as
"myDialogEditorCreater.body is not a function"
"return not in function"

Can u help me to find the issue behind this error. I have around 10 fields to be displayed in this box and need to save it to database.
On submitting how i will get the data from the textbox.

Also on editing the same need to be filled in each text box and displayed in the dialog box.

How can i do this.
Logged
dsuser
Sr. Member
****
Posts: 40


View Profile
« Reply #7 on: October 03, 2009, 05:30:47 AM »

Version : sigmagrid 2.2

I tried to use the code for myDialogEditorCreater , but got jaavascript error as

myDialogEditorCreater.body is not a function
return not in function.

how to solve this.will the above myDialogEditorCreater creator code works in sigmagrid 2.2?

Thanks
Logged
humi
Hero Member
*****
Posts: 284


View Profile
« Reply #8 on: October 20, 2009, 07:37:00 AM »

http://sigmawidgets.com/forum/ajax-data-grid-view/custom-data-editor-example/

myDialogEditorCreater.body is NOT a function... it is a value.
Logged
john52maccle
Newbie
*
Posts: 1


View Profile
« Reply #9 on: August 21, 2010, 02:21:54 AM »

i think using custom dialog editor  you can do more creative work
Logged

lavern44silva
Newbie
*
Posts: 1



View Profile
« Reply #10 on: December 14, 2010, 01:01:51 AM »

Very nice and these can be easily adjusted in the project. I also have to do something like  this.
Logged

MaxLee
Newbie
*
Posts: 1



View Profile
« Reply #11 on: January 09, 2011, 11:53:50 PM »

Sigma Grid is very effective tool and provide professional solution for data tabulation.
 It's more flexible to use without too much coding.
Logged

Abdiel
Newbie
*
Posts: 3


View Profile
« Reply #12 on: March 04, 2011, 01:28:00 AM »

O great you have done remarkable job by creating these . I really admire you . Now tell me that  How much time you took for preparing it . Can I have these as a sample . Thanks
Logged

gingy
Newbie
*
Posts: 1


View Profile
« Reply #13 on: March 30, 2011, 11:23:46 PM »

Wonderful!
Did you do art work by yourself? It looks very beautiful.
I guess I have to enhance my sense of art .
Logged

matutina12
Newbie
*
Posts: 1


View Profile
« Reply #14 on: April 30, 2011, 12:55:34 PM »

i think using custom dialog editor  you can do more creative work


I totally agree with you John Smiley
Logged

Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!