Change arrears columns to try and make them line up.
[capital-apms-progress.git] / df / 20040505-increment.df
blob0483bdf273cb624141ded0a5639233f31b2e703d
1 UPDATE FIELD "DatePresented" OF "Cheque"
2   DESCRIPTION "The date this cheque was presented.\r
5 UPDATE FIELD "PreviousNames" OF "Company"
6   VIEW-AS "VIEW-AS EDITOR SIZE-CHARS 70 BY 3\r
7  SCROLLBAR-VERTICAL"
9 UPDATE FIELD "OperationalCountry" OF "Company"
10   VIEW-AS "VIEW-AS RADIO-SET\r
11   RADIO-BUTTONS\r
12   ""New Zealand"", ""NZL"",\r
13   ""Australian"",  ""AUS"",\r
14   ""Other"",       ""OTH""\r
15   VERTICAL\r
16   SIZE-CHARS 16 by 3\r
19 UPDATE FIELD "Blurb" OF "Invoice"
20   VIEW-AS "VIEW-AS EDITOR SIZE-PIXELS 600 by 300\r
21   SCROLLBAR-VERTICAL"
23 UPDATE FIELD "Description" OF "JournalDescription"
24   VIEW-AS "VIEW-AS EDITOR\r
25   SIZE-CHARS 80 by 5\r
26   SCROLLBAR-HORIZONTAL SCROLLBAR-VERTICAL\r
29 UPDATE FIELD "DocumentLocation" OF "LeaseHistory"
30   DESCRIPTION "The current location of the lease\r
31 Foreign key on the 'Note' table."
33 UPDATE FIELD "NodeType" OF "LinkNode"
34   DESCRIPTION "The type of the system window i.e Menu, Drill, Maintain etc\r
37 UPDATE FIELD "StreetAddress" OF "Office"
38   VIEW-AS "VIEW-AS EDITOR\r
39   SIZE-CHARS 50 by 5\r
40   SCROLLBAR-VERTICAL\r
43 UPDATE FIELD "Description" OF "Order"
44   VIEW-AS "VIEW-AS EDITOR\r
45   SIZE-CHARS 80 by 60\r
46    SCROLLBAR-VERTICAL\r
49 UPDATE FIELD "VacationDate" OF "RentalSpace"
50   DESCRIPTION "The date that this rental space was vacated. This only applies \r
51 if AreaStatus = ""V""."
53 UPDATE TABLE "RentChargeLine"
54   DESCRIPTION "Stores a schedule of rent charges against a lease over time including rent review type\r
55 information"
57 UPDATE FIELD "RentChargeLineStatus" OF "RentChargeLine"
58   DESCRIPTION "The status of this rent charge line\r
61 UPDATE FIELD "RentChargeLineStatus" OF "RentChargeLineStatus"
62   DESCRIPTION "The status of this rent charge line i.e\r
63 REVW - Under review ( for a rent review )\r
64 INCO - Incomplete\r
65 COMP - Complete"
67 UPDATE TABLE "RentChargeType"
68   DESCRIPTION "The primary type of rental charge\r
69 e.g RENT, CLEAN etc."
71 UPDATE FIELD "VacationDate" OF "RentSpaceHistory"
72   DESCRIPTION "The date that this rental space was vacated. This only applies \r
73 if AreaStatus = ""V""."
75 UPDATE FIELD "Activity" OF "ReplLoadRule"
76   DESCRIPTION "The activity on which replication will take place.\r
77 Create, Modify, Delete. CMD"
79 UPDATE FIELD "Activity" OF "ReplTrigger"
80   DESCRIPTION "The activity on which replication will take place.\r
81 Create, Modify, Delete. CMD"
83 UPDATE FIELD "DocumentLocation" OF "TenancyLease"
84   DESCRIPTION "The current location of the lease\r
85 Foreign key on the 'Note' table."
87 UPDATE TABLE "Tenant"
88   VALEXP "NOT CAN-FIND( FIRST AcctTran WHERE\r
89   AcctTran.EntityType = 'T' AND \r
90   AcctTran.EntityCode = Tenant.TenantCode )"
92 ADD FIELD "LoggedBy" OF "TenantCall" AS integer
93   DESCRIPTION "A reference to the person who logged this call."
94   FORMAT ">>>>>9"
95   FORMAT-SA ?
96   POSITION 21
97   INITIAL "0"
98   INITIAL-SA ?
99   HELP ""
100   HELP-SA ""
101   LABEL "Logged By"
102   LABEL-SA ?
103   COLUMN-LABEL "Logged By"
104   COLUMN-LABEL-SA ?
105   CAN-READ "*"
106   CAN-WRITE "*"
107   VALEXP ?
108   VALMSG ""
109   VALMSG-SA ""
110   VIEW-AS ?
111   EXTENT 0
112   DECIMALS ?
113   ORDER 200
114   NULL-ALLOWED
115   NOT-CASE-SENSITIVE
116   SQL-WIDTH 4
118 ADD FIELD "LastEmailDate" OF "TenantCall" AS date
119   DESCRIPTION "Date last email notification was sent to Building Manager."
120   FORMAT "99/99/9999"
121   FORMAT-SA ?
122   POSITION 22
123   INITIAL ?
124   INITIAL-SA ?
125   HELP "The date on which last email was sent to Building Manager."
126   HELP-SA ""
127   LABEL "Email Sent"
128   LABEL-SA ?
129   COLUMN-LABEL "EmailDate"
130   COLUMN-LABEL-SA ?
131   CAN-READ "*"
132   CAN-WRITE "*"
133   VALEXP ?
134   VALMSG ""
135   VALMSG-SA ""
136   VIEW-AS ?
137   EXTENT 0
138   DECIMALS ?
139   ORDER 220
140   NULL-ALLOWED
141   NOT-CASE-SENSITIVE
142   SQL-WIDTH 4
144 ADD FIELD "SendEmail" OF "TenantCall" AS logical
145   DESCRIPTION "Flag email to Building Manager required."
146   FORMAT "yes/no"
147   FORMAT-SA ?
148   POSITION 23
149   INITIAL "no"
150   INITIAL-SA ?
151   HELP "Send notification email to Building Manager."
152   HELP-SA ""
153   LABEL "Email Building Manager"
154   LABEL-SA ?
155   COLUMN-LABEL "SendEmail"
156   COLUMN-LABEL-SA ?
157   CAN-READ "*"
158   CAN-WRITE "*"
159   VALEXP ?
160   VALMSG ""
161   VALMSG-SA ""
162   VIEW-AS ?
163   EXTENT 0
164   DECIMALS ?
165   ORDER 210
166   NULL-ALLOWED
167   NOT-CASE-SENSITIVE
168   SQL-WIDTH 1
170 UPDATE FIELD "Autostart" OF "UsrGroupMenu"
171   DESCRIPTION "\r
174 UPDATE FIELD "InvoiceReference" OF "Voucher"
175   DESCRIPTION "Reference to the invoice that the voucher applies to.\r
178 UPDATE FIELD "OurOrderNo" OF "Voucher"
179   DESCRIPTION "Internal order number for this voucher.\r
182 UPDATE FIELD "AccountCode" OF "Voucher"
183   DESCRIPTION "The code of the account that this voucher applies to.\r
186 UPDATE FIELD "VoucherStatus" OF "Voucher"
187   DESCRIPTION "The code for the voucher status that this voucher applies to.\r
192 cpstream=ISO8859-1
194 0000004788