List of commits:
Subject Hash Author Date (UTC)
d3519a 142df02c3ff1b60ec980ec11c36d670f8a322505 ec2-user 2016-10-24 21:56:49
d3519 1e2da81f00b62d82e48aa794bef0c01346c6f98e ec2-user 2016-08-28 23:26:18
d3519 68c6c12487853024255c7dabb46b7bf9ab3a4ec1 ec2-user 2016-08-12 04:01:41
d3519 9ea103181b3b1b3cd968d74c760b9160c8e8c19b ec2-user 2016-07-04 04:10:08
d3519 798474e6cd496ee0daf09776fd070f827e3530bd ec2-user 2016-06-21 08:35:24
d3519 3b19d9578118bec562b2868f702b516c1a95cf1a ec2-user 2016-06-16 23:03:47
c1580 5efbfe70f325ed37582eba8fb8fd609e6e3e42a4 ec2-user 2016-05-31 03:38:23
d3465 5e92f8eb00d4c5e131183741c0b48440a59c41e6 ec2-user 2016-04-27 23:41:43
d3465 7999587f92b8a864f4cbc40a90179ff8e6241281 ec2-user 2016-04-27 04:51:23
d3224 99525a3628e13b692e354b3b6539ee1cc3b83d69 ec2-user 2015-08-25 02:27:35
d3224 f9c625d1ec21fbc36e1299ce6e8fcf59d280a9b3 ec2-user 2015-08-21 01:49:30
d3224 8adf5a92615a52d09e92e82dcb8fb680fba09b1c ec2-user 2015-08-19 02:25:31
c1485 54031cfe6e8c2ba4cdb833be90ffc01ebdf14b07 nac 2015-01-23 01:53:56
c1485b a1a2692751a6743d6f68f6eac84f2b026ebb9307 nac 2014-12-09 05:28:32
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
Commit 142df02c3ff1b60ec980ec11c36d670f8a322505 - d3519a
Author: ec2-user
Author date (UTC): 2016-10-24 21:56
Committer name: ec2-user
Committer date (UTC): 2016-10-24 21:56
Parent(s): 1e2da81f00b62d82e48aa794bef0c01346c6f98e
Signing key:
Tree: 7608fbc64b0e5a462a9e89905375ddd19fca4357
File Lines added Lines deleted
mfg/2013/base/src/xxgetexcisetotals.p 2 0
File mfg/2013/base/src/xxgetexcisetotals.p changed (mode: 100644) (index 8525b5c..7cae68e)
3 3 /* All rights reserved worldwide. This is an unpublished work. */ /* All rights reserved worldwide. This is an unpublished work. */
4 4 /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
5 5 /* BGL LAST MODIFIED: 2016-JUN-17 BY: gbg *D3519* */ /* BGL LAST MODIFIED: 2016-JUN-17 BY: gbg *D3519* */
6 /* BGL LAST MODIFIED: 2016-JUN-17 BY: gbg *D3519a* */
6 7 /*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
7 8 {us/bbi/mfdeclre.i} {us/bbi/mfdeclre.i}
8 9
 
... ... and idh_inv_nbr = ipInvNbr:
31 32 InvExGST = if tx2d_totamt = 0 then InvExGST else tx2d_totamt. InvExGST = if tx2d_totamt = 0 then InvExGST else tx2d_totamt.
32 33 end. /* each tx2d_det */ end. /* each tx2d_det */
33 34 opInvExGST = opInvExGST + InvExGST. opInvExGST = opInvExGST + InvExGST.
35 InvExGST = 0.0.
34 36
35 37 for each tx2d_det no-lock for each tx2d_det no-lock
36 38 where tx2d_domain = global_domain where tx2d_domain = global_domain
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