xtuple
9 years agoMerge pull request #1566 from garyhgohoos/23658
Greg Pazo [Wed, 11 Jun 2014 18:43:35 +0000 (14:43 -0400)]
Merge pull request #1566 from garyhgohoos/23658

23658:ensure itemsite_value is 0 when qtyonhand is 0

9 years agoMerge pull request #1562 from garyhgohoos/23829
Greg Pazo [Wed, 11 Jun 2014 18:29:37 +0000 (14:29 -0400)]
Merge pull request #1562 from garyhgohoos/23829

23829:change setting of debitAccntid to match postCashReceipt

9 years agoMerge pull request #1573 from bendiy/oauth-key
Steve Hackbarth [Wed, 11 Jun 2014 16:56:15 +0000 (12:56 -0400)]
Merge pull request #1573 from bendiy/oauth-key

Fix OAuth2 pk12 key download prompt.

9 years agoMerge pull request #1575 from gilmoskowitz/7155
Steve Hackbarth [Wed, 11 Jun 2014 16:54:23 +0000 (12:54 -0400)]
Merge pull request #1575 from gilmoskowitz/7155

issue #7155 - speed up the FRE

9 years agocomment cleanup
Ben Thompson [Tue, 10 Jun 2014 23:07:33 +0000 (19:07 -0400)]
comment cleanup

9 years agoUse node-forge for PKCS#12 support. Remove need to write keys to file system.
Ben Thompson [Tue, 10 Jun 2014 23:03:57 +0000 (19:03 -0400)]
Use node-forge for PKCS#12 support. Remove need to write keys to file system.

9 years agoAdd npm package node-forge for PKCS#12 support.
Ben Thompson [Tue, 10 Jun 2014 23:02:46 +0000 (19:02 -0400)]
Add npm package node-forge for PKCS#12 support.

9 years agorespond to review comments
Gil Moskowitz [Tue, 10 Jun 2014 20:25:17 +0000 (16:25 -0400)]
respond to review comments

9 years agoMerge pull request #1564 from bendiy/item-site-list
Steve Hackbarth [Tue, 10 Jun 2014 17:31:14 +0000 (13:31 -0400)]
Merge pull request #1564 from bendiy/item-site-list

Issue #23867 Fix toOne path when querying on x.y when x.y.naturalKeyOfY is needed.

9 years agoissue #7155 - fre is slow. first pass at using temp table to (1) reduce the amount...
Gil Moskowitz [Mon, 9 Jun 2014 22:20:01 +0000 (18:20 -0400)]
issue #7155 - fre is slow. first pass at using temp table to (1) reduce the amount of data to wade through and (2) reduce the complexity of the filtering criteria. initial testing shows runtime reduction in a simple db from 20-30 sec down to 2-9 sec for a set of reports; add a simple test, too.

9 years agoFix jshint errors.
Ben Thompson [Mon, 9 Jun 2014 18:23:33 +0000 (14:23 -0400)]
Fix jshint errors.

9 years agoAdd XV.downloadURL()
Ben Thompson [Mon, 9 Jun 2014 17:51:50 +0000 (13:51 -0400)]
Add XV.downloadURL()

9 years agoFix OAuth2 pk12 key download prompt.
Ben Thompson [Mon, 9 Jun 2014 17:04:53 +0000 (13:04 -0400)]
Fix OAuth2 pk12 key download prompt.

9 years agofix test one more time
Ben Thompson [Fri, 6 Jun 2014 16:58:27 +0000 (12:58 -0400)]
fix test one more time

9 years agoMerge pull request #1565 from shackbarth/bump450 v4.5.0
Steve Hackbarth [Fri, 6 Jun 2014 16:54:47 +0000 (12:54 -0400)]
Merge pull request #1565 from shackbarth/bump450

Bump450

9 years agoFix encryptionKey
Ben Thompson [Fri, 6 Jun 2014 16:11:20 +0000 (12:11 -0400)]
Fix encryptionKey

9 years agodoh
Ben Thompson [Fri, 6 Jun 2014 15:52:20 +0000 (11:52 -0400)]
doh

9 years agoIssue #23658:ensure itemsite_value is 0 when qtyonhand is 0
garyhgohoos [Fri, 6 Jun 2014 15:49:48 +0000 (11:49 -0400)]
Issue #23658:ensure itemsite_value is 0 when qtyonhand is 0

9 years agobump to 4.5.0
Steve Hackbarth [Fri, 6 Jun 2014 15:40:28 +0000 (11:40 -0400)]
bump to 4.5.0

9 years agoMerge remote-tracking branch 'origin/release' into bump450
Steve Hackbarth [Fri, 6 Jun 2014 15:39:59 +0000 (11:39 -0400)]
Merge remote-tracking branch 'origin/release' into bump450

9 years agoAdd test for when x.y.naturalKeyOfY is needed.
Ben Thompson [Fri, 6 Jun 2014 14:38:25 +0000 (10:38 -0400)]
Add test for when x.y.naturalKeyOfY is needed.

9 years agoOnly walk path on toOne and toMany
Ben Thompson [Thu, 5 Jun 2014 23:23:33 +0000 (19:23 -0400)]
Only walk path on toOne and toMany

9 years agoFix toOne path when querying on x.y when x.y.naturalKeyOfY is needed.
Ben Thompson [Thu, 5 Jun 2014 21:03:46 +0000 (17:03 -0400)]
Fix toOne path when querying on x.y when x.y.naturalKeyOfY is needed.

9 years agoMerge pull request #1563 from bendiy/item-site-list
Steve Hackbarth [Thu, 5 Jun 2014 19:41:53 +0000 (15:41 -0400)]
Merge pull request #1563 from bendiy/item-site-list

Issue #23863 Fix item site search by number.

9 years agoFix test query
Ben Thompson [Thu, 5 Jun 2014 18:58:52 +0000 (14:58 -0400)]
Fix test query

9 years agoMerge pull request #1559 from gpazo/fixLessThanSign
Steve Hackbarth [Thu, 5 Jun 2014 18:47:17 +0000 (14:47 -0400)]
Merge pull request #1559 from gpazo/fixLessThanSign

Fix less than sign

9 years agoIssue #23863 support comma or space matching.
Ben Thompson [Thu, 5 Jun 2014 18:40:18 +0000 (14:40 -0400)]
Issue #23863 support comma or space matching.

9 years agoIssue #23863 Fix item site search by number.
Ben Thompson [Thu, 5 Jun 2014 18:32:49 +0000 (14:32 -0400)]
Issue #23863 Fix item site search by number.

9 years agoIssue #23829:change setting of debitAccntid to match postCashReceipt
garyhgohoos [Thu, 5 Jun 2014 13:58:43 +0000 (09:58 -0400)]
Issue #23829:change setting of debitAccntid to match postCashReceipt

9 years agoMerge pull request #1560 from julesstp/23411-BaseCurrency
Steve Hackbarth [Thu, 5 Jun 2014 01:08:17 +0000 (21:08 -0400)]
Merge pull request #1560 from julesstp/23411-BaseCurrency

issue #23411: base currency

9 years agochange string false to boolean, and add isBase to list
julesstp [Wed, 4 Jun 2014 20:17:01 +0000 (14:17 -0600)]
change string false to boolean, and add isBase to list

9 years agofix backwards queries, remove '<' and replace with uglier query
vagrant [Wed, 4 Jun 2014 18:43:45 +0000 (18:43 +0000)]
fix backwards queries, remove '<' and replace with uglier query

9 years agoMerge pull request #1556 from xtuple/master
Steve Hackbarth [Wed, 4 Jun 2014 00:04:06 +0000 (20:04 -0400)]
Merge pull request #1556 from xtuple/master

merge forward master

9 years agoMerge pull request #1524 from garyhgohoos/23593
Steve Hackbarth [Tue, 3 Jun 2014 22:17:53 +0000 (18:17 -0400)]
Merge pull request #1524 from garyhgohoos/23593

Issue #23953:add poheadid argument

9 years agoMerge pull request #1547 from julesstp/23602
Steve Hackbarth [Tue, 3 Jun 2014 20:55:34 +0000 (16:55 -0400)]
Merge pull request #1547 from julesstp/23602

issue# 23602: update Sales Order schedule date updates the line item's schedule dates

9 years agoMerge pull request #1551 from garyhgohoos/23825
Steve Hackbarth [Tue, 3 Jun 2014 20:53:41 +0000 (16:53 -0400)]
Merge pull request #1551 from garyhgohoos/23825

23825:define taxpay_id as serial type

9 years agoMerge pull request #1554 from gpazo/preReqCheck
Steve Hackbarth [Tue, 3 Jun 2014 20:53:20 +0000 (16:53 -0400)]
Merge pull request #1554 from gpazo/preReqCheck

Pre req check

9 years agoadd warning about taxpay_id
Steve Hackbarth [Tue, 3 Jun 2014 20:51:53 +0000 (16:51 -0400)]
add warning about taxpay_id

9 years agoMerge remote-tracking branch 'XTUPLE/4_5_x' into 23602
julesstp [Tue, 3 Jun 2014 19:56:18 +0000 (13:56 -0600)]
Merge remote-tracking branch 'XTUPLE/4_5_x' into 23602

9 years agocheck to see if xm schema exists, if so, disallow upgrade
Greg Pazo [Tue, 3 Jun 2014 19:41:02 +0000 (15:41 -0400)]
check to see if xm schema exists, if so, disallow upgrade

9 years agocorrect site handling on sales_order model
julesstp [Tue, 3 Jun 2014 19:24:15 +0000 (13:24 -0600)]
correct site handling on sales_order model

9 years agoMerge pull request #1552 from lynnaloo/23607
Steve Hackbarth [Tue, 3 Jun 2014 17:13:52 +0000 (13:13 -0400)]
Merge pull request #1552 from lynnaloo/23607

Issue #23607 - Description truncated in ItemSite widget

9 years agoMerge pull request #1533 from shackbarth/23548-linguist
Linda Nichols [Tue, 3 Jun 2014 16:11:36 +0000 (12:11 -0400)]
Merge pull request #1533 from shackbarth/23548-linguist

issue #23548: total batch processing for linguist translations

9 years agoMerge pull request #1527 from shackbarth/dbtest
Linda Nichols [Tue, 3 Jun 2014 16:10:22 +0000 (12:10 -0400)]
Merge pull request #1527 from shackbarth/dbtest

POC database test for setmetric

9 years agoMerge pull request #1544 from bendiy/item-site-list
Steve Hackbarth [Tue, 3 Jun 2014 15:54:45 +0000 (11:54 -0400)]
Merge pull request #1544 from bendiy/item-site-list

Issue #23760 Fix group by and union by on join table columns

9 years agoIssue #23607: Merged in changes from 4_5_x
Linda Nichols [Tue, 3 Jun 2014 15:51:22 +0000 (15:51 +0000)]
Issue #23607: Merged in changes from 4_5_x

9 years agoIssue #23825:define taxpay_id as serial type
garyhgohoos [Tue, 3 Jun 2014 15:39:48 +0000 (11:39 -0400)]
Issue #23825:define taxpay_id as serial type

9 years agoFix test assertion
Ben Thompson [Tue, 3 Jun 2014 15:07:17 +0000 (11:07 -0400)]
Fix test assertion

9 years agoAdd ItemSiteRelation.fetch test queries that were failing.
Ben Thompson [Tue, 3 Jun 2014 14:51:12 +0000 (10:51 -0400)]
Add ItemSiteRelation.fetch test queries that were failing.

9 years agoNo need for dummy table when we don't use select *
Ben Thompson [Tue, 3 Jun 2014 14:27:19 +0000 (10:27 -0400)]
No need for dummy table when we don't use select *

9 years agoMerge pull request #1548 from shackbarth/23243-xwd
Linda Nichols [Tue, 3 Jun 2014 02:32:43 +0000 (22:32 -0400)]
Merge pull request #1548 from shackbarth/23243-xwd

issue #23243: bugfix build for mfg and xwd

9 years agoissue #23243: bugfix build for mfg and xwd
Steve Hackbarth [Tue, 3 Jun 2014 02:00:55 +0000 (22:00 -0400)]
issue #23243: bugfix build for mfg and xwd

9 years agoadd fail-safe to exit test for UseSiteCalendar issue
julesstp [Mon, 2 Jun 2014 19:31:17 +0000 (13:31 -0600)]
add fail-safe to exit test for UseSiteCalendar issue

9 years agoadd test
julesstp [Mon, 2 Jun 2014 19:14:01 +0000 (13:14 -0600)]
add test

9 years agoMerge pull request #1535 from shackbarth/23243-xwd
Greg Pazo [Mon, 2 Jun 2014 17:53:28 +0000 (13:53 -0400)]
Merge pull request #1535 from shackbarth/23243-xwd

issue #23243: support for xwd package

9 years agoMerge remote-tracking branch 'XTUPLE/4_5_x' into 23602
julesstp [Mon, 2 Jun 2014 17:49:21 +0000 (11:49 -0600)]
Merge remote-tracking branch 'XTUPLE/4_5_x' into 23602

9 years agoIssue #23760 Fix group by and union by on join table columns.
Ben Thompson [Mon, 2 Jun 2014 17:16:15 +0000 (13:16 -0400)]
Issue #23760 Fix group by and union by on join table columns.

9 years agoMerge pull request #1543 from shackbarth/readme2
Steve Hackbarth [Mon, 2 Jun 2014 16:27:41 +0000 (12:27 -0400)]
Merge pull request #1543 from shackbarth/readme2

point to more verbose setup wiki

9 years agopoint to more verbose setup wiki
Steve Hackbarth [Mon, 2 Jun 2014 16:02:49 +0000 (12:02 -0400)]
point to more verbose setup wiki

9 years agoMerge pull request #1531 from julesstp/23588
Steve Hackbarth [Mon, 2 Jun 2014 15:28:03 +0000 (11:28 -0400)]
Merge pull request #1531 from julesstp/23588

issue #23588: SO item copies irrelevantly

9 years agoMerge pull request #1541 from jgunderson/theme4
Steve Hackbarth [Mon, 2 Jun 2014 15:27:22 +0000 (11:27 -0400)]
Merge pull request #1541 from jgunderson/theme4

22128 style changes for dashboard filters

9 years agoMerge pull request #1542 from jgunderson/userlist
Steve Hackbarth [Mon, 2 Jun 2014 15:26:39 +0000 (11:26 -0400)]
Merge pull request #1542 from jgunderson/userlist

register UserAccountList

9 years agoMerge branch 'xtuple45' into userlist
jgunderson [Mon, 2 Jun 2014 15:00:18 +0000 (11:00 -0400)]
Merge branch 'xtuple45' into userlist

9 years agoMerge branch 'xtuple45' into theme4
jgunderson [Mon, 2 Jun 2014 14:53:18 +0000 (10:53 -0400)]
Merge branch 'xtuple45' into theme4

9 years agoissue #23243: updated xml ids
Steve Hackbarth [Mon, 2 Jun 2014 14:52:36 +0000 (10:52 -0400)]
issue #23243: updated xml ids

9 years agoissue #23602: Reschedule SO lines
julesstp [Mon, 2 Jun 2014 08:10:24 +0000 (02:10 -0600)]
issue #23602: Reschedule SO lines

9 years agoMerge pull request #1538 from garyhgohoos/23758
Greg Pazo [Fri, 30 May 2014 20:44:32 +0000 (16:44 -0400)]
Merge pull request #1538 from garyhgohoos/23758

23758:correctly calc costs and margins for kits

9 years agoregister UserAccountList
jgunderson [Fri, 30 May 2014 20:40:09 +0000 (16:40 -0400)]
register UserAccountList

9 years agoMerge pull request #1536 from garyhgohoos/23507
Greg Pazo [Fri, 30 May 2014 20:14:26 +0000 (16:14 -0400)]
Merge pull request #1536 from garyhgohoos/23507

23507:correctly handle non-netable

9 years agoMerge pull request #1532 from garyhgohoos/23628
Greg Pazo [Fri, 30 May 2014 20:07:40 +0000 (16:07 -0400)]
Merge pull request #1532 from garyhgohoos/23628

Issue #23628:copy SO characteristics and email from quote to SO

9 years agoMerge branch 'xtuple45' into theme4
jgunderson [Fri, 30 May 2014 20:00:57 +0000 (16:00 -0400)]
Merge branch 'xtuple45' into theme4

9 years ago22128 style changes for dashboard filters
jgunderson [Fri, 30 May 2014 20:00:07 +0000 (16:00 -0400)]
22128 style changes for dashboard filters

9 years agoMerge pull request #1537 from mccjim/master
Steve Hackbarth [Fri, 30 May 2014 16:04:22 +0000 (12:04 -0400)]
Merge pull request #1537 from mccjim/master

Update projects-detail.mql

9 years agoIssue #23758:correctly calc costs and margins for kits
garyhgohoos [Fri, 30 May 2014 14:15:31 +0000 (10:15 -0400)]
Issue #23758:correctly calc costs and margins for kits

9 years agoUpdate projects-detail.mql
mccjim [Thu, 29 May 2014 21:05:56 +0000 (17:05 -0400)]
Update projects-detail.mql

9 years agoreverse smoke changes
julesstp [Thu, 29 May 2014 20:40:05 +0000 (14:40 -0600)]
reverse smoke changes

9 years agoMerge pull request #1530 from julesstp/23559-SOSyntaxError
Steve Hackbarth [Thu, 29 May 2014 20:14:26 +0000 (16:14 -0400)]
Merge pull request #1530 from julesstp/23559-SOSyntaxError

issue #23559: Syntax error on Sales Orders

9 years agoIssue #23507:correctly handle non-netable
garyhgohoos [Thu, 29 May 2014 17:36:40 +0000 (13:36 -0400)]
Issue #23507:correctly handle non-netable

9 years agomerge
Steve Hackbarth [Thu, 29 May 2014 17:12:16 +0000 (13:12 -0400)]
merge

9 years agofix typo
Steve Hackbarth [Thu, 29 May 2014 17:10:08 +0000 (13:10 -0400)]
fix typo

9 years agoissue #23243: update package naming convention and payloads
Steve Hackbarth [Thu, 29 May 2014 16:33:31 +0000 (12:33 -0400)]
issue #23243: update package naming convention and payloads

9 years agoissue #23243: support for xwd package
Steve Hackbarth [Thu, 29 May 2014 16:09:56 +0000 (12:09 -0400)]
issue #23243: support for xwd package

9 years agoMerge pull request #1525 from gpazo/preReqTweak
Steve Hackbarth [Wed, 28 May 2014 16:41:50 +0000 (12:41 -0400)]
Merge pull request #1525 from gpazo/preReqTweak

tweak pre-reqs to be more flexible yet more rigid for xtmfg

9 years agoMerge pull request #1526 from andersdd/fix_activitylist
Steve Hackbarth [Wed, 28 May 2014 16:41:25 +0000 (12:41 -0400)]
Merge pull request #1526 from andersdd/fix_activitylist

Fix activitylist naming convention

9 years agoissue #23548: sort dictionaries by alpha
Steve Hackbarth [Wed, 28 May 2014 15:37:25 +0000 (11:37 -0400)]
issue #23548: sort dictionaries by alpha

9 years agoIssue #23628:copy SO characteristics and email from quote to SO
garyhgohoos [Wed, 28 May 2014 14:26:51 +0000 (10:26 -0400)]
Issue #23628:copy SO characteristics and email from quote to SO

9 years agoissue #23243: remove unused old option
Steve Hackbarth [Tue, 27 May 2014 20:26:09 +0000 (16:26 -0400)]
issue #23243: remove unused old option

9 years agoissue #23243: allow the specification of a default schema
Steve Hackbarth [Tue, 27 May 2014 20:24:40 +0000 (16:24 -0400)]
issue #23243: allow the specification of a default schema

9 years agoissue #23548: cleanup
Steve Hackbarth [Tue, 27 May 2014 18:08:48 +0000 (14:08 -0400)]
issue #23548: cleanup

9 years agoissue #23559: Syntax error on Sales Orders
julesstp [Tue, 27 May 2014 17:40:03 +0000 (11:40 -0600)]
issue #23559: Syntax error on Sales Orders

9 years agoissue #23548: total linguist export for all languages
Steve Hackbarth [Tue, 27 May 2014 17:25:19 +0000 (13:25 -0400)]
issue #23548: total linguist export for all languages

9 years agoremove unnecessary var
julesstp [Tue, 27 May 2014 16:46:04 +0000 (10:46 -0600)]
remove unnecessary var

9 years agosimplify test, get it passing and move on
julesstp [Tue, 27 May 2014 16:41:58 +0000 (10:41 -0600)]
simplify test, get it passing and move on

9 years agocleanup cleanup
Steve Hackbarth [Tue, 27 May 2014 14:45:30 +0000 (10:45 -0400)]
cleanup cleanup

9 years agoPOC database test for setmetric
Steve Hackbarth [Tue, 27 May 2014 14:41:15 +0000 (10:41 -0400)]
POC database test for setmetric

10 years agoRename activityList to avoid strict naming conflict
Dave Anderson [Sun, 25 May 2014 23:04:35 +0000 (11:04 +1200)]
Rename activityList to avoid strict naming conflict

10 years agoMerge remote-tracking branch 'XTUPLE/4_6_x'
Dave Anderson [Sun, 25 May 2014 22:46:41 +0000 (10:46 +1200)]
Merge remote-tracking branch 'XTUPLE/4_6_x'

10 years agoMerge remote-tracking branch 'XTUPLE/4_5_x'
Dave Anderson [Sun, 25 May 2014 22:46:10 +0000 (10:46 +1200)]
Merge remote-tracking branch 'XTUPLE/4_5_x'

10 years agoMerge remote-tracking branch 'XTUPLE/4_5_x' into 23588
julesstp [Fri, 23 May 2014 21:20:46 +0000 (15:20 -0600)]
Merge remote-tracking branch 'XTUPLE/4_5_x' into 23588

10 years agotweak pre-reqs to be more flexible yet more rigid for xtmfg
Greg Pazo [Fri, 23 May 2014 20:40:48 +0000 (16:40 -0400)]
tweak pre-reqs to be more flexible yet more rigid for xtmfg