Go Back   LDS Technology Forums > Community Discussions > Development Help Wanted

Reply
 
Thread Tools Display Modes
Old October 30th, 2009, 01:28 PM   #21
MorettiDP
Senior Member
 
MorettiDP's Avatar
 
Join Date: Jan 2007
Location: São Carlos, São Paulo, Brazil
Posts: 198
MorettiDP is on a distinguished road
Send a message via MSN to MorettiDP Send a message via Skype™ to MorettiDP
Default

I reply to you in your email and by PM. Thanks, marianomarini_vi!!!
__________________
MorettiDP
Stake Assistant Clerk and Stake Technology Specialist
São Carlos Brazil Stake
.
MorettiDP is offline   Reply With Quote
Old November 11th, 2009, 06:33 PM   #22
daniel.ferreira
New Member
 
daniel.ferreira's Avatar
 
Join Date: Nov 2009
Location: Fortaleza, Ceará, Brasil
Posts: 2
daniel.ferreira is on a distinguished road
Default

Hi everybody,

I am developing an app like this for my own stake, but using Java with some frameworks. I don't have anything functional now, but when I publish the first release I will announce here. So we can discuss some issues to get better the app.
__________________
Daniel de O. Ferreira
Fortaleza Brazil West Stake
Rodolfo Teófilo Ward
daniel.ferreira is offline   Reply With Quote
Old November 12th, 2009, 01:39 AM   #23
marianomarini_vi
Senior Member
 
marianomarini_vi's Avatar
 
Join Date: Jan 2008
Location: Vicenza. Italy
Posts: 225
marianomarini_vi is on a distinguished road
Send a message via Skype™ to marianomarini_vi
Default

I have already some question about it.
Expecially "reservation". I assumed it will be in a personal way (just one reservation per person). Now I realize that a person could do reservation for an entire family (2 or more poeple). At the moment he has to click 2 or more time reservation button.
This way I have one record for each reservation (even if for the same member).
When leader go to check reservations paid, he has a long list to watch on and check it one by one.
This could be annoing so I'm thinking to change radiobox into input field for reservation.
This way all can be done in one reservation record.
__________________
Non ho mai conosciuto un matematico che sapesse ragionare. (da La repubblica di Platone)
marianomarini_vi is offline   Reply With Quote
Old November 12th, 2009, 05:05 AM   #24
MorettiDP
Senior Member
 
MorettiDP's Avatar
 
Join Date: Jan 2007
Location: São Carlos, São Paulo, Brazil
Posts: 198
MorettiDP is on a distinguished road
Send a message via MSN to MorettiDP Send a message via Skype™ to MorettiDP
Default

Quote:
Originally Posted by daniel.ferreira View Post
Hi everybody,

I am developing an app like this for my own stake, but using Java with some frameworks. I don't have anything functional now, but when I publish the first release I will announce here. So we can discuss some issues to get better the app.
Thank you, Daniel! It's wonderful. As I can see, it's not a problem only for us in Brazil, but is a problem for members and leaders in other areas too. Have you an idea if your system can be easy translated to other languages? Another question is: your system is a web-based aplication or a Windows software built in Java?

I will wait to see your system!
__________________
MorettiDP
Stake Assistant Clerk and Stake Technology Specialist
São Carlos Brazil Stake
.
MorettiDP is offline   Reply With Quote
Old November 12th, 2009, 05:11 AM   #25
MorettiDP
Senior Member
 
MorettiDP's Avatar
 
Join Date: Jan 2007
Location: São Carlos, São Paulo, Brazil
Posts: 198
MorettiDP is on a distinguished road
Send a message via MSN to MorettiDP Send a message via Skype™ to MorettiDP
Default

Quote:
Originally Posted by marianomarini_vi View Post
I have already some question about it.
Expecially "reservation". I assumed it will be in a personal way (just one reservation per person). Now I realize that a person could do reservation for an entire family (2 or more poeple). At the moment he has to click 2 or more time reservation button.
This way I have one record for each reservation (even if for the same member).
When leader go to check reservations paid, he has a long list to watch on and check it one by one.
This could be annoing so I'm thinking to change radiobox into input field for reservation.
This way all can be done in one reservation record.
I imagine a little different thing for this. A father or mother can add informations for his children, for exemple, but the individual names need to appears in the reservation list. It's because leaders can generate reports to see each person going to temple, see the regularity of trips for Church members and evaluate if members aren't going and interview then to help in any questions. It's only an idea, but I understand can put in the system other functions more than only record trips. (I hope you can understand my bad English today )
__________________
MorettiDP
Stake Assistant Clerk and Stake Technology Specialist
São Carlos Brazil Stake
.
MorettiDP is offline   Reply With Quote
Old November 12th, 2009, 09:03 AM   #26
daniel.ferreira
New Member
 
daniel.ferreira's Avatar
 
Join Date: Nov 2009
Location: Fortaleza, Ceará, Brasil
Posts: 2
daniel.ferreira is on a distinguished road
Default

Hi Moretti,

internacionalization is very easy with Java. Just use a file with keys and values like this:

# english file
yesMessage=Yes
noMessage=No

so to add new language, just create another file with new values:

# french file
yesMessage=Oui
noMessage=Non

# portuguese file
yesMessage=Sim
noMessage=Não

and configure the application to use the appropriate file. Anybody can add a new language no deeper knowledge of programation. About the other question, yes, I am developing a web-based app. The requirements are like you told. A member of stake creates the caravans and the members add their names in the caravan their choice.
__________________
Daniel de O. Ferreira
Fortaleza Brazil West Stake
Rodolfo Teófilo Ward
daniel.ferreira is offline   Reply With Quote
Old November 12th, 2009, 09:28 AM   #27
MorettiDP
Senior Member
 
MorettiDP's Avatar
 
Join Date: Jan 2007
Location: São Carlos, São Paulo, Brazil
Posts: 198
MorettiDP is on a distinguished road
Send a message via MSN to MorettiDP Send a message via Skype™ to MorettiDP
Default

Interesting! If I can help with anything, tell me. Will be good talk with you in Portuguese! ^_^
__________________
MorettiDP
Stake Assistant Clerk and Stake Technology Specialist
São Carlos Brazil Stake
.
MorettiDP is offline   Reply With Quote
Old November 12th, 2009, 12:05 PM   #28
marianomarini_vi
Senior Member
 
marianomarini_vi's Avatar
 
Join Date: Jan 2008
Location: Vicenza. Italy
Posts: 225
marianomarini_vi is on a distinguished road
Send a message via Skype™ to marianomarini_vi
Default

It's done!
Component is very simple. Now I'm working on translation and documentation.
I need feedback to improve features and beauty.
It's integrated into joomla CMR and need UserMeta.
Things to do:
1. Travels and Reservations print.
__________________
Non ho mai conosciuto un matematico che sapesse ragionare. (da La repubblica di Platone)
marianomarini_vi is offline   Reply With Quote
Old November 12th, 2009, 04:26 PM   #29
MorettiDP
Senior Member
 
MorettiDP's Avatar
 
Join Date: Jan 2007
Location: São Carlos, São Paulo, Brazil
Posts: 198
MorettiDP is on a distinguished road
Send a message via MSN to MorettiDP Send a message via Skype™ to MorettiDP
Default

Wonderful! I can't wait to see it!
__________________
MorettiDP
Stake Assistant Clerk and Stake Technology Specialist
São Carlos Brazil Stake
.
MorettiDP is offline   Reply With Quote
Old November 13th, 2009, 02:20 AM   #30
marianomarini_vi
Senior Member
 
marianomarini_vi's Avatar
 
Join Date: Jan 2008
Location: Vicenza. Italy
Posts: 225
marianomarini_vi is on a distinguished road
Send a message via Skype™ to marianomarini_vi
Default

Ok. Now I prepare an installation zip file to upload into your system.
If portugues translation neede; follow this steps.
You (Moretti or whoever available) will find "it-IT.com_travels.ini" into "caravana/language/it_IT" and into "caravana/administrator/language/it_IT" directories.
Open one of them with a simple text editor and change italian words (after = sign).
Then save it in both directories as xx_YY.com_travels.ini.
Where xx_YY is the language code. I'm not sure if it's br_BR or pr_BR for portugues brazileiro.
Wait a couple of days for component installation.
__________________
Non ho mai conosciuto un matematico che sapesse ragionare. (da La repubblica di Platone)
marianomarini_vi is offline   Reply With Quote
Reply

Tags
temple, temple work, travel

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:10 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.