-
from datetime import datetimefrom sql_connection import get_sql_connectiondef insert_order(connection, order): cursor = connection.cursor() order_query = ("INSERT INTO orders " "(cus…
-
Frontend Issues
- [ ] 1. Auto-fill Data Handling on Frontend:
- Task: Push auto-fill data from the frontend to the database and ensure new data entries are handled correctly.
- Details: Handle …
-
- **Description:**
Suppose we want to add a delivery. It should be for the future and not for the past. Hence, accepting dates before today's date should not be valid.
- **Steps to Reproduce:**
…
-
- **Description:**
Suppose we want to add a delivery. It should be for the future and not for the past. Hence, accepting dates before today's date should not be valid.
- **Steps to Reproduce:**
…
-
The app currently allows the entry of deliveries for dates in the past. Here I entered a delivery for a date in 1900 (first screenshot) and it was accepted (second screenshot). There are cases where a…
-
verity: Warning
Message: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
Filename: libraries/Grocery_CRUD.php
Line Number: 2781
Backtrace:
File: …
-
Hi all,
I am having a bit of trouble installing Grocery CRUD. It is throwing this error after following the basic steps to get it working.
> An uncaught Exception was encountered
> Type: Error
…
-
We should keep closer track of what adb is doing. Is it dying on us? The logs don't say.
```
[+1366 ms] I/flutter (26953):
[ +13 ms] I/flutter (26953):
[ +1 ms] I/flutter (26953):
[ …
Hixie updated
2 weeks ago
-
### Please confirm the following:
- [X] I've checked [the current issues](https://github.com/Ivy-Apps/ivy-wallet/issues) for duplicate issues.
- [X] I've requested a single (only one) feature/chan…
-
Hi i am inserting data with another application that allows html tags, but i dont want they get rendered as h tml in grocery-crud
```
public function datas()
{
$crud = new grocery_CRUD();
$cr…