List of commits:
Subject Hash Author Date (UTC)
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
Initial Load for Buderim Ginger e79fcfa36e7a9a80e19b84d121e99b53397dd5ba gbg 2013-12-18 03:24:58
Commit a3d2e47f82c1e0d9b245391d8e9cebec9a900afd - d2561
Author: gbg
Author date (UTC): 2014-02-21 04:33
Committer name: gbg
Committer date (UTC): 2014-02-21 04:33
Parent(s): 46df2f4ab87f400e7d20dfb31faf448d396f04fa
Signer:
Signing key:
Signing status: N
Tree: 4afccd20f55c056ec778c08a5dadead51c525d48
File Lines added Lines deleted
mfg/2013/base/src/xxihtfrm.i 4 3
mfg/2013/base/src/xxtotfrm.i 3 3
File mfg/2013/base/src/xxihtfrm.i changed (mode: 100644) (index 230c800..96a3b41)
... ... form
38 38 ih_trl1_amt no-label ih_trl1_amt no-label
39 39 tr1pct colon 53 tr1pct colon 53
40 40 ":" at 60 ":" at 60
41 tr1tax to 77 no-label
41 tr1tax format "zzzzzzzzzz9.99" to 77 no-label
42 42 container_charge_total colon 13 container_charge_total colon 13
43 43 user_desc[2] to 53 no-label user_desc[2] to 53 no-label
44 44 ih_trl2_cd format "x(2)" to 58 no-label ih_trl2_cd format "x(2)" to 58 no-label
 
... ... form
46 46 ih_trl2_amt no-label ih_trl2_amt no-label
47 47 tr2pct colon 53 tr2pct colon 53
48 48 ":" at 60 ":" at 60
49 tr2tax to 77 no-label
49 tr2tax format "zzzzzzzzzz9.99" to 77 no-label
50 50 line_charge_total colon 13 line_charge_total colon 13
51 51 user_desc[3] to 53 no-label user_desc[3] to 53 no-label
52 52 ih_trl3_cd format "x(2)" to 58 no-label ih_trl3_cd format "x(2)" to 58 no-label
 
... ... form
54 54 ih_trl3_amt no-label ih_trl3_amt no-label
55 55 tr3pct colon 53 tr3pct colon 53
56 56 ":" at 60 ":" at 60
57 tr3tax to 77 no-label
57 tr3tax format "zzzzzzzzzz9.99" to 77 no-label
58 58 invcrdt at 3 no-label invcrdt at 3 no-label
59 59 tax_amt colon 60 skip tax_amt colon 60 skip
60 60 g_mgmt_curr colon 20 g_mgmt_curr colon 20
 
... ... assign
113 113 ih_trl1_amt:format in frame ihtot = trl_amt_fmt ih_trl1_amt:format in frame ihtot = trl_amt_fmt
114 114 ih_trl2_amt:format in frame ihtot = trl_amt_fmt ih_trl2_amt:format in frame ihtot = trl_amt_fmt
115 115 ih_trl3_amt:format in frame ihtot = trl_amt_fmt ih_trl3_amt:format in frame ihtot = trl_amt_fmt
116 /*d2561*/ tr1tax:format in frame ihtot = trl_amt_fmt
116 117 tax_amt:format in frame ihtot = tax_amt_fmt tax_amt:format in frame ihtot = tax_amt_fmt
117 118 container_charge_total:format in frame ihtot = container_fmt container_charge_total:format in frame ihtot = container_fmt
118 119 line_charge_total:format in frame ihtot = line_charge_fmt line_charge_total:format in frame ihtot = line_charge_fmt
File mfg/2013/base/src/xxtotfrm.i changed (mode: 100644) (index f415551..428a72a)
... ... form
39 39 so_trl1_amt no-label so_trl1_amt no-label
40 40 /*d2561*/ tr1pct colon 53 /*d2561*/ tr1pct colon 53
41 41 /*d2561*/ "." colon 60 /*d2561*/ "." colon 60
42 /*d2561*/ tr1tax to 77 no-label
42 /*d2561*/ tr1tax format "zzzzzzz9.99" to 77 no-label
43 43 container_charge_total colon 13 container_charge_total colon 13
44 44 user_desc[2] to 53 no-label user_desc[2] to 53 no-label
45 45 so_trl2_cd format "x(2)" to 58 no-label so_trl2_cd format "x(2)" to 58 no-label
 
... ... form
47 47 so_trl2_amt no-label so_trl2_amt no-label
48 48 /*d2561*/ tr2pct colon 53 /*d2561*/ tr2pct colon 53
49 49 /*d2561*/ ":" colon 60 /*d2561*/ ":" colon 60
50 /*d2561*/ tr2tax to 77 no-label
50 /*d2561*/ tr2tax format "zzzzzzz9.99" to 77 no-label
51 51 line_charge_total colon 13 line_charge_total colon 13
52 52 user_desc[3] to 53 no-label user_desc[3] to 53 no-label
53 53 so_trl3_cd format "x(2)" to 58 no-label so_trl3_cd format "x(2)" to 58 no-label
 
... ... form
55 55 so_trl3_amt no-label so_trl3_amt no-label
56 56 /*d2561*/ tr3pct colon 53 /*d2561*/ tr3pct colon 53
57 57 /*d2561*/ ":" colon 60 /*d2561*/ ":" colon 60
58 /*d2561*/ tr3tax to 77 no-label
58 /*d2561*/ tr3tax format "zzzzzzz9.99" to 77 no-label
59 59 invcrdt at 3 no-label invcrdt at 3 no-label
60 60 tax_amt colon 60 skip tax_amt colon 60 skip
61 61 tax_edit_lbl format "x(28)" to 30 no-label tax_edit_lbl format "x(28)" to 30 no-label
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