List of commits:
Subject Hash Author Date (UTC)
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
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
Commit 5e92f8eb00d4c5e131183741c0b48440a59c41e6 - d3465
Author: ec2-user
Author date (UTC): 2016-04-27 23:41
Committer name: ec2-user
Committer date (UTC): 2016-04-27 23:41
Parent(s): 7999587f92b8a864f4cbc40a90179ff8e6241281
Signing key:
Tree: 172ac4c8e160f4e6e3c847acd675b939521cb397
File Lines added Lines deleted
mfg/2013/base/src/txmeth60.p 2 2
File mfg/2013/base/src/txmeth60.p changed (mode: 100644) (index 05a4409..1210825)
... ... first pt_mstr no-lock
176 176 where pt_domain = global_domain where pt_domain = global_domain
177 177 and pt_part = idh_part: and pt_part = idh_part:
178 178 vinv = yes. vinv = yes.
179 vqty = idh_qty_inv * idh_um_conv * pt_size * pt__dec01.
179 vqty = idh_qty_inv * idh_um_conv * pt_size * pt__dec02.
180 180 end. end.
181 181
182 182 if not vinv if not vinv
 
... ... then do:
192 192 first pt_mstr no-lock first pt_mstr no-lock
193 193 where pt_domain = global_domain where pt_domain = global_domain
194 194 and pt_part = sod_part: and pt_part = sod_part:
195 vqty = sod_qty_ord * sod_um_conv * pt_size * pt__dec01.
195 vqty = sod_qty_ord * sod_um_conv * pt_size * pt__dec02.
196 196 end. end.
197 197 end. end.
198 198 if vqty = ? then vqty = 0. if vqty = ? then vqty = 0.
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