Welcome Guest!   Please Login or Register
Subscribe Today

You are not subscriber of DaDaNuke | Making PHP-Nuke Better!. You can subscribe from here now!

Sponsored Links




Search




Site Navigation

· Home
· About Us
· Advertise With Us
· Club
· CVS
· Downloads
· Feedback
· Forums
· Gallery
· Groups
· Journal
· Private Messages
· Search
· Stories Archive
· Submit News
· Top 10
· Topics
· Web Links
· Your Account

Survey

I Want This Addon:

SEO
Gaming
Commerce
Database
Security



Results
Polls

Votes 562

Advertisers





Who's Online

There are currently, 37 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Total Hits

We received
3867548
page views since September 2005




DaDaNuke :: View topic - NukeTreasury Financial Register
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log inLog in 

NukeTreasury Financial Register
Goto page Previous  1, 2
 
Post new topic   Reply to topic    DaDaNuke Forum Index -> PHP-Nuke Modules
View previous topic :: View next topic  
Author Message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Tue May 01, 2007 9:04 pm    Post subject: Reply with quote

Yes, assuming your question is not instructory. It seemed simple to me at first. Data recorded to transaction table fine, so just borrow that code I thought. Got tripped up though. Because it appears at time of reconcile it is looking to transactions table for data query and writing data received via IPN script as well? Probably something simple, I'm sure.

About code comparison from your work today too. Your thoughts on my IPN code update? I used the IPN manual at the Club here and replaced snippets of code.

-Kev
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Tue May 01, 2007 9:25 pm    Post subject: Reply with quote

The version that is currently in the Club, I have demo here.
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Wed May 02, 2007 9:13 am    Post subject: Reply with quote

Situation like this make me wish PHP-Nuke has a CSV or a Code module where you can see the last version of the modified code. I have been thinking about this a lot lately so provably I will make one module for that.

Now coming back to the NukeTreasury module I have to say that I like your new version a lot more than the original. I have use this module in the pass and it was a pain to manage. My question is simple:

From where the table in the Treasury Financial Register should fill after it reconcile the IPN from Paypal? Should it pull data from the nuke_treasury_transactions table? if so:

Date = payment_date
Num = txn_id
Name = first_name + last_name
Decsription = txn_type
Amount = mc_gross

I would like to suggest add to that table at least one more column call payment status and also concatenate txn_type with memo to have a full description. Also it is always a good idea to have in the same module the thank you and the cancellation page with the choice to use other if you want.

Your thoughts?
_________________
"In the computer business you’re either a one or a zero and I am determined never to be zero."
Back to top
View user's profile Send private message Visit poster's website
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Wed May 02, 2007 9:44 am    Post subject: Reply with quote

emilacosta wrote:
Situation like this make me wish PHP-Nuke has a CSV or a Code module where you can see the last version of the modified code. I have been thinking about this a lot lately so provably I will make one module for that.


What about NSN Repository Module from NukeScripts?

emilacosta wrote:
I like your new version a lot more than the original. I have use this module in the pass and it was a pain to manage


Thanks! It is a modded version of original TechGFX release. I thought much cleaner than the current 1.1 available at http://www.code-authors.com. The IPN script was the main focus with me. More a 'Frankenstein' script now Rolling Eyes Borrowed from IPN manual and two other web pages I searched out. Notice I added more variables for future expansion?

emilacosta wrote:
From where the table in the Treasury Financial Register should fill after it reconcile the IPN from PayPal? Should it pull data from the nuke_treasury_transactions table? if so:

Date = payment_date
Num = txn_id
Name = first_name + last_name
Decsription = txn_type
Amount = mc_gross

I would like to suggest add to that table at least one more column call payment status and also concatenate txn_type with memo to have a full description. Also it is always a good idea to have in the same module the thank you and the cancellation page with the choice to use other if you want.

Your thoughts?


Yes, it appears it is doing that now, with pulling data from transactions table. So it should stay. Maintain the spirit of original script without deviating (exception for updating legacy code) is my philosophy. I would prefer that the current columns display the info they are supposed to, i.e...item number, amount, etc... I know the other items are hard coded, but could we not pass along the same variables that the transactions table is using? That data is recording correctly for transactions. And with regards to improvements, it appears the author left room for more options in DB table for transactions.

-Kev
_________________

Visit the DaDaNuke Wish List


Last edited by dadaBIT on Mon Aug 06, 2007 12:32 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Thu May 03, 2007 9:42 am    Post subject: Reply with quote

have you guys fixed the pull data of number not showing on admin panel? if not let me know so i can work on it too emil you know hwere to find me thanks Question
Back to top
View user's profile Send private message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Thu May 03, 2007 9:55 am    Post subject: Reply with quote

Hi blackacid and thank you for your patience in this matter. Still working on it. I'm sure it is some thing simple like reusing variables already present. The data logged to transaction table is correct and more than enough to populate financial table. Any ideas would be appreciated. Did you download the version I just uploaded to Club?

Regards,
Kevin
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Thu May 03, 2007 9:57 am    Post subject: Reply with quote

i didnt download yet but ill get it now so i can work with yah hehehe
Back to top
View user's profile Send private message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Thu May 03, 2007 10:04 am    Post subject: Reply with quote

Great! What I'll do now is add NukeTreasury to our CVS, that way we can keep up to date with latest changes.

-Kev
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Fri May 11, 2007 6:56 am    Post subject: Reply with quote

hey yall im back and look what i got here hehehe



hit me back on yahoo EMIL if you want this fix file on nuketreasury
Back to top
View user's profile Send private message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Fri May 11, 2007 7:38 am    Post subject: Reply with quote

Hello, thanks for the contribution! Attach the fix here or if you wish, I'll give you access to the CVS for update (ChangeLog needs to be appended).

-Kev
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Fri May 11, 2007 7:42 am    Post subject: Reply with quote

can you pm me on yahoo messenger or msn messenger?
Back to top
View user's profile Send private message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Fri May 11, 2007 7:49 am    Post subject: Reply with quote

Good Morning from Southeast Michigan and thanks for the speedy response! If I may, suggest using any one of IM choices just below this message to reach me. Cool

-Kevin
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Fri May 11, 2007 7:53 am    Post subject: Reply with quote

well wont let me pm you on yahoo messenger and ill pm you here on site pm my yahoo id cuz emil is not online right now lol he have me added on yahoo :p
Back to top
View user's profile Send private message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Fri May 11, 2007 6:23 pm    Post subject: Reply with quote

Greetings my ever erstwhile friend. Check your private messages. Wink
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    DaDaNuke Forum Index -> PHP-Nuke Modules All times are GMT - 4 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Powered by phpBB © 2001 phpBB Group Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Theme designed by Western Studios



Terms of Use | Privacy Policy © 1996-2007, DaDaNuke

Listed on FeedBurner

PHP-Nuke Copyright © 2006 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.

Theme Designed by Western Studios