List of commits:
Subject Hash Author Date (UTC)
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
k2155 86ded46bdb75580f51d14ba9b9d02c5b0e74199b nac 2014-09-04 00:58:06
Commit 1e2da81f00b62d82e48aa794bef0c01346c6f98e - d3519
Author: ec2-user
Author date (UTC): 2016-08-28 23:26
Committer name: ec2-user
Committer date (UTC): 2016-08-28 23:26
Parent(s): 68c6c12487853024255c7dabb46b7bf9ab3a4ec1
Signing key:
Tree: f5046402ce33a72db7c63ab26d5e82d76a4d68ce
File Lines added Lines deleted
mfg/2013/base/src/xfiv10ue.i 1 1
mfg/2013/base/src/xfivrp9ams.i 1 1
mfg/2013/base/src/xfivto19m5.i 1 1
mfg/2013/base/src/xxgetordexcise.p 1 1
File mfg/2013/base/src/xfiv10ue.i changed (mode: 100644) (index 78d5b7d..172a7c9)
... ... put stream ft
32 32 idh_line, idh_line,
33 33 output vExciseAmount, output vExciseAmount,
34 34 output vGSTAmount, output vGSTAmount,
35 output vUitPrice,
35 output vUnitPrice,
36 36 output vExtLine)"} output vExtLine)"}
37 37 put stream ft put stream ft
38 38 {us/xf/xfput.i vExciseAmount 338 "->>>>>>>>9.99" } {us/xf/xfput.i vExciseAmount 338 "->>>>>>>>9.99" }
File mfg/2013/base/src/xfivrp9ams.i changed (mode: 100644) (index b5fdeff..d7f882e)
... ... assign
44 44 else tot_ex_tax. else tot_ex_tax.
45 45
46 46 /*d3519* start added code */ /*d3519* start added code */
47 tot_tax = lvLineGST.
47 tot_tax = lvLineGST * idh_qty_inv.
48 48 ext_price = idh_price + lvLineExcise. ext_price = idh_price + lvLineExcise.
49 49 /*d3519* end added code */ /*d3519* end added code */
50 50 /*** LINE DETAIL RECORDS ***/ /*** LINE DETAIL RECORDS ***/
File mfg/2013/base/src/xfivto19m5.i changed (mode: 100644) (index c53e021..e6affe6)
... ... put stream ft
21 21 put stream ft skip. put stream ft skip.
22 22 /*d3519* START Added code >>>> */ /*d3519* START Added code >>>> */
23 23 def var totalExcise as dec. def var totalExcise as dec.
24 {us/bbi/gprun.i ""xxgetexciestotals.p""
24 {us/bbi/gprun.i ""xxgetexcisetotals.p""
25 25 "(ih_inv_nbr, "(ih_inv_nbr,
26 26 output totalExcise, output totalExcise,
27 27 output invtot_tax_amt, output invtot_tax_amt,
File mfg/2013/base/src/xxgetordexcise.p changed (mode: 100644) (index 5207f81..8a7e17a)
... ... opExtPr = 0.0.
22 22
23 23 for first sod_det no-lock for first sod_det no-lock
24 24 where sod_domain = global_domain where sod_domain = global_domain
25 and sod_nbr = ipref
25 and sod_nbr = ipnbr
26 26 and sod_line = ipLine: and sod_line = ipLine:
27 27 for each tx2d_det for each tx2d_det
28 28 no-lock no-lock
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