List of commits:
Subject Hash Author Date (UTC)
c1485 4b886da89f1d50501a37d678c8676a485d47f0c1 nac 2014-12-09 05:27:38
c1485 9b651808f47eccc51a50aebd85c9f59c3c9d1697 gbg 2014-09-17 04:43:53
c1485 7edc5474ef79faad54c8f0ea7ea401d3fe0ee412 gbg 2014-09-17 04:40:17
c1485 4ec559b86cfcf3525c05b3067dfc93f95431efab gbg 2014-09-17 04:15:47
c1485 5a7f22188dcae14b979985c75feebb47388be676 gbg 2014-09-16 02:29:31
K2155 2e7558f7db2b6e31da2519cad202b86da09adb9b nac 2014-09-04 01:01:16
k2155 86ded46bdb75580f51d14ba9b9d02c5b0e74199b nac 2014-09-04 00:58:06
c1474 1e6975340fddfad71c1da85972c906b15ad455c3 nac 2014-07-28 03:16:10
c1474 5abda4b993a526d461af27de8e74b352f173e775 gbg 2014-07-03 14:15:32
Update tpl library for EFT Bank File Creation with workaround for amounts 91dab2d3618b99b8758bf65d58cd8facc6df08ff gbg 2014-03-03 07:29:21
d2561 a3d2e47f82c1e0d9b245391d8e9cebec9a900afd gbg 2014-02-21 04:33:43
d2561 46df2f4ab87f400e7d20dfb31faf448d396f04fa gbg 2014-02-21 03:35:00
d2561 5614d485d8c4bcfd6402d6df9f1edbd4d8371305 gbg 2014-02-21 03:23:35
d2561 732b3761194e0c0783b9f31ae2df7541bdcd598f gbg 2014-02-21 01:12:15
d2561 b4b13a6ba9792b545ab63e8dfd600253e321c163 gbg 2014-02-21 00:51:11
d2561 df49e7e8ba5529218cb6c78a3bcaa11b6810830e gbg 2014-02-21 00:44:04
d2561 1ea4b24c354f3797da29ffba02870e0ff674a4d8 gbg 2014-02-21 00:28:48
d2561 377b24a944d64666775de8306b607fb8c9e524ae gbg 2014-02-21 00:00:44
d2561 ddcc8ed0c739b426768a8caf646260bfb008a1d9 gbg 2014-02-20 15:01:12
update 3cb83d589cf9081322366ee4eb38c0df910837f2 gbg 2013-12-20 08:35:41
Commit 4b886da89f1d50501a37d678c8676a485d47f0c1 - c1485
Author: nac
Author date (UTC): 2014-12-09 05:27
Committer name: nac
Committer date (UTC): 2014-12-09 05:27
Parent(s): 9b651808f47eccc51a50aebd85c9f59c3c9d1697
Signing key:
Tree: f92f53040527bbb6423cd8f90d3c324f58845cc2
File Lines added Lines deleted
mfg/2013/base/src/QAD_CustProfitability.p 6 3
mfg/2013/base/src/xfiv10u0.i 4 0
mfg/2013/base/src/xfso10u0.i 0 0
File mfg/2013/base/src/QAD_CustProfitability.p changed (mode: 100644) (index 1f4d92b..4eda6f0)
5 5 /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
6 6 /* REVISION: 1.0 LAST MODIFIED: 20-MAY-2013 BY: gbg *c1407* */ /* REVISION: 1.0 LAST MODIFIED: 20-MAY-2013 BY: gbg *c1407* */
7 7 /* REVISION: 1.0 LAST MODIFIED: 16-SEP-2014 BY: gbg *c1485* */ /* REVISION: 1.0 LAST MODIFIED: 16-SEP-2014 BY: gbg *c1485* */
8 /* REVISION: 1.0 LAST MODIFIED: 18-NOV-2014 BY: nac *c1485a* */
8 9 /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
9 10 /* Report matches gltbrp.p for use by QAD Reporting Framework */ /* Report matches gltbrp.p for use by QAD Reporting Framework */
10 11 /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
 
... ... define var stringVar as char.
1084 1085 then then
1085 1086 begyearper = int(string(glc_year,"9999") + string(glc_per,"99")). begyearper = int(string(glc_year,"9999") + string(glc_per,"99")).
1086 1087
1087 find last glc_cal no-lock
1088 find first glc_cal no-lock
1088 1089 where glc_domain = global_domain where glc_domain = global_domain
1089 and glc_end <= enddt
1090 and glc_end >= enddt
1090 1091 no-error. no-error.
1091 1092 if available glc_cal if available glc_cal
1092 1093 then then
 
... ... define var stringVar as char.
1274 1275 (PostingLineCreditTC + PostingLineDebitTC). (PostingLineCreditTC + PostingLineDebitTC).
1275 1276 /*c1485* start added code */ /*c1485* start added code */
1276 1277 else if Gl.GlCode = "51500" else if Gl.GlCode = "51500"
1277 then ttCustProfit.InvFreight = vfreight.
1278 then ttCustProfit.InvFreight =
1279 /*c1485a vfreight. */
1280 (PostingLineCreditTC + PostingLineDebitTC).
1278 1281 /*c1485* end added code */ /*c1485* end added code */
1279 1282 else else
1280 1283 ttCustProfit.InvTerms = ttCustProfit.InvTerms =
File mfg/2013/base/src/xfiv10u0.i changed (mode: 100644) (index fb795fb..b172f3a)
111 111 . .
112 112 /* vemail = Contact.ContactEmail. */ /* vemail = Contact.ContactEmail. */
113 113 end. end.
114
115 put stream ft
116 {us/xf/xfput.i termsdesc 988 "x(30)" }
117 .
114 118 /*k2155* end added code <<< */ /*k2155* end added code <<< */
115 119
116 120
File mfg/2013/base/src/xfso10u0.i changed (mode: 100644) (index fb9e634..5e94dca)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gbfg55/gbg-20-git

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gbfg55/gbg-20-git

Clone this repository using git:
git clone git://git.rocketgit.com/user/gbfg55/gbg-20-git

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main