q2rad 0.1.232__tar.gz → 0.1.233__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of q2rad might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: q2rad
3
- Version: 0.1.232
3
+ Version: 0.1.233
4
4
  Summary: RAD - database, GUI, reports
5
5
  Author: Andrei Puchko
6
6
  Author-email: andrei.puchko@gmx.de
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "q2rad"
3
- version = "0.1.232"
3
+ version = "0.1.233"
4
4
  description = "RAD - database, GUI, reports"
5
5
  authors = ["Andrei Puchko <andrei.puchko@gmx.de>"]
6
6
  readme = "README.md"
@@ -165,6 +165,7 @@ class AppManager(Q2Form):
165
165
  control="button",
166
166
  # datalen=14,
167
167
  valid=self.export_q2market,
168
+ style="background:LightCoral",
168
169
  )
169
170
  self.add_control("/")
170
171
 
@@ -186,6 +187,7 @@ class AppManager(Q2Form):
186
187
  control="button",
187
188
  # datalen=10,
188
189
  valid=self.import_app_all,
190
+ style="background:red",
189
191
  )
190
192
  if self.q2_app.app_url:
191
193
  self.add_control(
@@ -170,7 +170,7 @@ def rollback(q2_db=None):
170
170
 
171
171
 
172
172
  def today():
173
- return datetime.date.today()
173
+ return str(datetime.date.today())
174
174
 
175
175
 
176
176
  def ensure_empty_pk(table="", row={}, q2_db=None):
@@ -212,12 +212,15 @@ def last_day_of_month(date):
212
212
 
213
213
  def ffinder(module_name="module", function_name="fname"):
214
214
  from q2rad.q2rad import run_module
215
+
215
216
  glo = {}
216
217
  glo.update(globals())
217
- run_module(module_name, import_only=True, _globals = glo)
218
+ run_module(module_name, import_only=True, _globals=glo)
218
219
  if function_name in glo:
219
220
  return glo[function_name]
220
221
  else:
222
+
221
223
  def empty_function(*args, **kwargs):
222
224
  pass
223
- return empty_function
225
+
226
+ return empty_function
@@ -0,0 +1 @@
1
+ __version__ = "0.1.233"
@@ -1 +0,0 @@
1
- __version__ = "0.1.232"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes