Will this module be ported?
| Comment | File | Size | Author |
|---|---|---|---|
| #40 | money-7.patch | 31.92 KB | kenorb |
| #39 | money-7.patch | 31.94 KB | kenorb |
| #31 | Screen Shot 2012-08-06 at 2.43.49 PM.png | 9.52 KB | andrewoke |
Will this module be ported?
| Comment | File | Size | Author |
|---|---|---|---|
| #40 | money-7.patch | 31.92 KB | kenorb |
| #39 | money-7.patch | 31.94 KB | kenorb |
| #31 | Screen Shot 2012-08-06 at 2.43.49 PM.png | 9.52 KB | andrewoke |
Comments
Comment #1
markus_petrux commentedSure, though I cannot tell when. Also, it depends on other modules that also need to be ported yet.
Comment #2
lpalgarvio commentedand a drupal 6 upgrade? CCK 3.x is in development for D6
note: Fields is now present in D7 core, with optional contrib 3.x modules (cck project)
Comment #3
BenK commentedSubscribing
Comment #4
NathanM commentedSubscribing
Comment #5
NathanM commentedSubscribing
Comment #6
gagarine commentedsuscribe
Comment #7
clashar commented+1
Comment #8
Oceanman commentedsubscribe
Comment #9
dmadruga commented+1
Comment #10
jeroenHendrickx commentedsubscribe
Comment #11
elly commentedsubscribingggg (sorry)
Comment #12
7wonders commentedsub
Comment #13
JGO commentedsub
Comment #14
bsnodgrass commentedIt appears the Currency API has a stable release for D7 and CCK (contrib 3.x?) has posted a 7.x-2.x-dev version 7.
Since there is no update on this issue or on the project page as yet, I was wondering if anyone has an idea when a dev version for Money CCK will be started?
Thanks
btw, this module saved my bacon on a D6 site! I only wish I was a coder and could help with that.
Comment #15
Shadlington commentedSubbing
Comment #16
7wonders commentedtitle change so its easier to follow
Comment #17
CarbonPig commentedsubscribe
Comment #18
iRex commentedsubscribing
Comment #19
clashar commentedthere is now "following" button, it's up on the right of the page. So no more need for subscribing, "+1" ))
Comment #20
basicmagic.net commentedsubscribe
Comment #21
pepemty commentedSubscribing
Comment #22
ydnar79 commentedThere does not seem to have been any further progress in over a year.... Has anyone made in progress with this module? Is there any news?
Drupal 7 will have been out for a year very soon.... I am sure that MANY would appreciate having this module available to them for D7!
Comment #23
markus_petrux commentedI'm sorry I have very little time to do the port. Also, there are 2 basic modules here that need to be ported first: Format Number API, Formatted Number CCK.
PS: AFAICT, tagging as 'major' won't render more attention to port the module to a new version. Please, use this priority status for bugs only.
Comment #24
splash112 commentedWould a bounty help? And if so, what size?
Comment #25
mgiffordSomeone running the git version through the Coder module to resolve obvious stuff can help the migration to D7 considerably. Once there's a patch off the latest D6 to test it is much easier to bring it to a release.
Comment #26
lolandese commentedFor some use cases the Double field module can be an alternative.
Comment #27
nouriassafi commentedHere is a Drupal 7 port of Money CCK Field:
http://drupal.org/sandbox/nouriassafi/1619328
Please make sure to use this version of the Format Number API:
http://drupalcode.org/project/format_number.git/commit/e52ee8a46466f4aa7...
And the Drupal 7 port of Formatted Number CCK available here:
http://drupal.org/sandbox/nouriassafi/1603812
Comment #28
nouriassafi commentedComment #29
giorgio79 commentedAwesome! @nouriassafi would you be interested in becoming a maintainer of this module? So this port could be released right away as a dev release.
Perhaps the module should be renamed as Money Field as well.
Comment #30
nouriassafi commentedYes, I am willing to maintain it.
Comment #31
andrewoke commentedThere is a bug in the port from #27 (using all 3 recommended modules on 7.14). When you edit the node the field appears fine; however after submission it adds a bunch of commas and decimals which throws a validation error (submitting it again does work though). Same thing happens when you try to add another field.
If I have the time I'll dig around in the code and see what's going on and try to submit a patch.
Comment #32
kaizerking commentedAny update on the bug @#31 pl?
Comment #33
nouriassafi commented@andrewoke I have not been able to reproduce the bug. Could you provide further details?
Comment #34
kaizerking commented@nouriassafi nice job i have downloaded from your links and works nice job
Comment #35
mgifford@nouriassafi can you also build a patch from your sandbox? Would be good to know if any of the functionality has changed and a patch is a nice way to do that.
Also, it's been tested and seems to work. Might be some bugs still that @andrewoke might be able to contribute later, but that's expected in a dev release. Let's get the code in the repo and get folks to start testing it.
Finally, has anyone reached out to @Wim Leers or others about this? Would be good to have this module be maintained in D7. Adding @nouriassafi seems like a good step.
Comment #36
mgiffordOh ya, probably should consider name change with D7, right? No CCK after all.
Comment #37
Ozzie commentedsubscribing
Comment #38
kenorb commentedSee also: Measured Value Field
Comment #39
kenorb commentedFind the recent patch in the attachment (mainly generated from the sandbox).
See: #27 for module dependencies
Comment #40
kenorb commentedThis patch works with the current stable Currency module and latest development version of Format Number API
So no any sandboxes needed.
See: http://drupal.org/node/1945330
Tested and it seems to work.
Please test it.
Comment #41
xanoYou no longer need Format Number API, as Currency 2 comes with Unicode Common Locale Data Repository-based price formatting that site builders can customize on a per-locale basis through the user interface. Simply run amounts through
CurrencyLocalePattern::loadFromEnv()->format($currency, $amount);and you're good.I'm actually thinking of adding a field to Currency itself for the 2.1 release, since it has everything it needs for parsing user input (the
currency_amountform element), displaying amounts (CurrencyLocalePattern), and performing calculations (BCMath) already.Comment #42
playfulwolf commentedIs there anything downloadable and patched in zip format for drupal7?
Comment #43
giorgio79 commentedPerhaps we could simply grab the Price module from http://drupal.org/project/commerce as the D7 version? :)
Comment #44
markus_petrux commented@kenorb: just saw your request by email. I have added you to the list of maintainers of this project. I'm sure you'll drive this module in the right direction. Thank you!
Comment #45
kenorb commentedThank you.
Can we rename the title from 'Money CCK field' into 'Money field'?
Comment #46
kenorb commentedCommitted.
@PlayfulWolf: 7.x-1.x-dev version is now available in the zip file.
Please raise separate tickets for any issues.
Current dependencies:
http://drupal.org/project/currency
http://drupal.org/project/format_number
http://drupal.org/sandbox/nouriassafi/1603812
See also currency field request for Currency module at #1957402: Currency: add Field support
Comment #47
kenorb commentedThe recent D7 dev version doesn't have dependencies to format_number and formatted_number anymore.