List of commits:
Subject Hash Author Date (UTC)
d3519 e2b6bc17057791df33c0cfbe97ec1f1e3bcba61a ec2-user 2016-10-25 22:25:36
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
Commit e2b6bc17057791df33c0cfbe97ec1f1e3bcba61a - d3519
Author: ec2-user
Author date (UTC): 2016-10-25 22:25
Committer name: ec2-user
Committer date (UTC): 2016-10-25 22:25
Parent(s): 142df02c3ff1b60ec980ec11c36d670f8a322505
Signing key:
Tree: 487819abb06d93d51c2e374ecd14780480bc2d49
File Lines added Lines deleted
mfg/2013/base/src/xfiv10ub.i 3 0
mfg/2013/base/src/xfiv10ue.i 4 0
mfg/2013/base/src/xfivrp9ams.i 16 1
mfg/2013/base/src/xfivto19m5.i 3 0
File mfg/2013/base/src/xfiv10ub.i changed (mode: 100644) (index 578a33e..9ea262c)
16 16 /* start of new code >> */ /* start of new code >> */
17 17
18 18 /*k2155* start added code >>> */ /*k2155* start added code >>> */
19 if global_domain = "augin"
20 then do:
19 21 run CalculateTaxPct(output vcTaxRate). run CalculateTaxPct(output vcTaxRate).
20 22
21 23 put stream ft put stream ft
 
... ... put stream ft
36 38 {us/xf/xfput.i vExciseAmount 338 "->>>>>>>>9.99" } {us/xf/xfput.i vExciseAmount 338 "->>>>>>>>9.99" }
37 39 {us/xf/xfput.i vExciseAmount 351 "->>>>>>>>9.99" } {us/xf/xfput.i vExciseAmount 351 "->>>>>>>>9.99" }
38 40 . .
41 end.
39 42 /*d3519* end added code <<<< */ /*d3519* end added code <<<< */
40 43 /* end of new code << */ /* end of new code << */
File mfg/2013/base/src/xfiv10ue.i changed (mode: 100644) (index 172a7c9..99ce200)
18 18
19 19 /*k2155* start added code >>> */ /*k2155* start added code >>> */
20 20 define variable vcTaxRate like tx2_tax_pct no-undo. define variable vcTaxRate like tx2_tax_pct no-undo.
21
22 if global_domain = "augin"
23 then do:
21 24 run CalculateTaxPct(output vcTaxRate). run CalculateTaxPct(output vcTaxRate).
22 25
23 26 put stream ft put stream ft
 
... ... put stream ft
38 41 {us/xf/xfput.i vExciseAmount 338 "->>>>>>>>9.99" } {us/xf/xfput.i vExciseAmount 338 "->>>>>>>>9.99" }
39 42 {us/xf/xfput.i vExciseAmount 351 "->>>>>>>>9.99" } {us/xf/xfput.i vExciseAmount 351 "->>>>>>>>9.99" }
40 43 . .
44 end.
41 45 /*d3519* end added code <<<< */ /*d3519* end added code <<<< */
42 46
43 47
File mfg/2013/base/src/xfivrp9ams.i changed (mode: 100644) (index d7f882e..e8d883b)
... ... def var lvLineExcise as dec.
13 13 def var lvLineGST as dec. def var lvLineGST as dec.
14 14 def var lvUnitPrice as dec. def var lvUnitPrice as dec.
15 15 def var lvExtLine as dec. def var lvExtLine as dec.
16 if global_domain = "augin"
17 then do:
16 18 {us/bbi/gprun.i ""xxgetexcise.p"" {us/bbi/gprun.i ""xxgetexcise.p""
17 19 "(idh_inv_nbr, "(idh_inv_nbr,
18 20 idh_line, idh_line,
 
... ... def var lvExtLine as dec.
20 22 output lvLineGST, output lvLineGST,
21 23 output lvUnitPrice, output lvUnitPrice,
22 24 output lvExtLine)"} output lvExtLine)"}
25 end.
23 26 /*d3519* end added code */ /*d3519* end added code */
24 27
25 28 /* IF WE HAVE A SERVICE CONTRACT AND THIS INVOICE WAS NOT CREATED */ /* IF WE HAVE A SERVICE CONTRACT AND THIS INVOICE WAS NOT CREATED */
 
... ... assign
44 47 else tot_ex_tax. else tot_ex_tax.
45 48
46 49 /*d3519* start added code */ /*d3519* start added code */
50 if global_domain = "augin"
51 then do:
47 52 tot_tax = lvLineGST * idh_qty_inv. tot_tax = lvLineGST * idh_qty_inv.
48 53 ext_price = idh_price + lvLineExcise. ext_price = idh_price + lvLineExcise.
54 end.
49 55 /*d3519* end added code */ /*d3519* end added code */
50 56 /*** LINE DETAIL RECORDS ***/ /*** LINE DETAIL RECORDS ***/
51 57 if desc2 = "" then if desc2 = "" then
 
... ... put stream ft
71 77 else 0") 054 "->>>>>>>>9.999999999" } else 0") 054 "->>>>>>>>9.999999999" }
72 78 {us/xf/xfput.i idh_um 074 "x(02)" } /* uom */ {us/xf/xfput.i idh_um 074 "x(02)" } /* uom */
73 79 /*d3519* start added code >>> */ /*d3519* start added code >>> */
74 {us/xf/xfput.i lvunitprice 076 "->>>>>>>>9.99999" }
80 if global_domain = "augin"
81 then do:
82 {us/xf/xfput.i lvunitprice 076 "->>>>>>>>9.99999" }
83 end.
84 else do:
85 {us/xf/xfput.i "(if idh_fsm_type <> 'FSM-RO':U then idh_price ~
86 else if idh_fsm_type = 'FSM-RO':U ~
87 and idh_fix_pr then idh_fixed_price ~
88 else 0)" 076 "->>>>>>>>9.99999" }
89 end.
75 90 /*d3519* end added code <<< */ /*d3519* end added code <<< */
76 91
77 92 /*d3519* start deleted code >>> /*d3519* start deleted code >>>
File mfg/2013/base/src/xfivto19m5.i changed (mode: 100644) (index e6affe6..e93c873)
... ... 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 if global_domain = "augin"
25 then do:
24 26 {us/bbi/gprun.i ""xxgetexcisetotals.p"" {us/bbi/gprun.i ""xxgetexcisetotals.p""
25 27 "(ih_inv_nbr, "(ih_inv_nbr,
26 28 output totalExcise, output totalExcise,
27 29 output invtot_tax_amt, output invtot_tax_amt,
28 30 output invtot_line_total)"} output invtot_line_total)"}
29 31 invtot_line_total = invtot_line_total + totalExcise. invtot_line_total = invtot_line_total + totalExcise.
32 end.
30 33 /*d3519* End Added code >>>> */ /*d3519* End Added code >>>> */
31 34
32 35 /*** TRAILER - RECORD TYPE "5" ***/ /*** TRAILER - RECORD TYPE "5" ***/
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