Sage commited on
Commit
6fc7f47
1 Parent(s): bd6c5bf

settings changes

Browse files
Files changed (1) hide show
  1. settings.py +29 -41
settings.py CHANGED
@@ -38,6 +38,7 @@ RPFAAP2 = '''
38
  Record Person: <Person's Name>
39
  Date: -||-
40
  '''
 
41
  RPFAAP1 = '''
42
  Desired Format:
43
  ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
@@ -50,44 +51,31 @@ RPFAAP1 = '''
50
  PIN: <Numerical Value Only, Replace Slashes with the number 1>
51
  TIN_1: <Numerical Value Only, Replace Slashes with the number 1>
52
  TIN_2: <Numerical Value Only, Replace Slashes with the number 1>
53
- '''
54
- # RPFAAP1 = '''
55
- # Desired Format:
56
- # ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
57
- # Owner: <Person's Name>
58
- # Address: -||-
59
- # Tel No.: -||-
60
- # Administrator/Beneficial User: -||-
61
- # Address: -||-
62
- # Tel No.: -||-
63
- # PIN: <Numerical Value Only, Replace Slashes with the number 1>
64
- # TIN_1: <Numerical Value Only, Replace Slashes with the number 1>
65
- # TIN_2: <Numerical Value Only, Replace Slashes with the number 1>
66
- # No. / Street: -||-
67
- # Brgy/District: -||-
68
- # Municipality: -||-
69
- # Province/city: -||-
70
- # Owner: <Person's Name>
71
- # OCT/TCT/CLOA No.: -||-
72
- # Lot No.: -||-
73
- # Survey No.: -||-
74
- # Blk No.: -||-
75
- # TD/ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
76
- # Area: <Area in SQ.M.>
77
- # Kind of Bldg.: -||-
78
- # Structural Type: -||-
79
- # Bldg. Permit No.: -||-
80
- # Date Issued: -||-
81
- # Condominium Certificate of Title(CCT): -||-
82
- # Certificate of Completion Issued on: -||-
83
- # Certificate of Occupancy Issued on: -||-
84
- # Date Constructed/Completed: -||-
85
- # Date Occupied: -||-
86
- # Bldg. Age: -||-
87
- # No. of Storeys: -||-
88
- # Area of 1st Flr: <Numerical Value in SQ.M.>
89
- # Area of 2nd Flr: <Numerical Value in SQ.M.>
90
- # Area of 3rd Flr: <Numerical Value in SQ.M.>
91
- # Area of 4th Flr: <Numerical Value in SQ.M.>
92
- # Total Floor Area: <Numerical Value in SQ.M.>
93
- # '''
 
38
  Record Person: <Person's Name>
39
  Date: -||-
40
  '''
41
+
42
  RPFAAP1 = '''
43
  Desired Format:
44
  ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
 
51
  PIN: <Numerical Value Only, Replace Slashes with the number 1>
52
  TIN_1: <Numerical Value Only, Replace Slashes with the number 1>
53
  TIN_2: <Numerical Value Only, Replace Slashes with the number 1>
54
+ No. / Street: -||-
55
+ Brgy/District: -||-
56
+ Municipality: -||-
57
+ Province/city: -||-
58
+ Owner: <Person's Name>
59
+ OCT/TCT/CLOA No.: -||-
60
+ Lot No.: -||-
61
+ Survey No.: -||-
62
+ Blk No.: -||-
63
+ TD/ARP No.: <Numerical Value Only, Replace Slashes with the number 1>
64
+ Area: <Area in SQ.M.>
65
+ Kind of Bldg.: -||-
66
+ Structural Type: -||-
67
+ Bldg. Permit No.: -||-
68
+ Date Issued: -||-
69
+ Condominium Certificate of Title(CCT): -||-
70
+ Certificate of Completion Issued on: -||-
71
+ Certificate of Occupancy Issued on: -||-
72
+ Date Constructed/Completed: -||-
73
+ Date Occupied: -||-
74
+ Bldg. Age: -||-
75
+ No. of Storeys: -||-
76
+ Area of 1st Flr: <Numerical Value in SQ.M.>
77
+ Area of 2nd Flr: <Numerical Value in SQ.M.>
78
+ Area of 3rd Flr: <Numerical Value in SQ.M.>
79
+ Area of 4th Flr: <Numerical Value in SQ.M.>
80
+ Total Floor Area: <Numerical Value in SQ.M.>
81
+ '''