Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Once you've [set up a Frappe site](https://frappeframework.com/docs/v14/user/en/
2. Install the app on your site.

```bash
bench --site [site name] install-app nbpos
bench --site [site name] install-app getpos
```

### App Downloads
Expand Down
432 changes: 346 additions & 86 deletions getpos/getpos/api.py

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions getpos/getpos/custom/packed_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@
"_comments": null,
"_liked_by": null,
"_user_tags": null,
"creation": "2021-10-14 13:46:34.752720",
"creation": "2024-03-08 15:35:21.505068",
"default_value": null,
"doc_type": "Packed Item",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "rate",
"idx": 0,
"is_system_generated": 0,
"modified": "2021-10-14 13:46:34.752720",
"modified": "2024-03-08 15:35:21.505068",
"modified_by": "Administrator",
"module": null,
"name": "Packed Item-rate-read_only",
"owner": "Administrator",
"parent": null,
"parentfield": null,
"parenttype": null,
"property": "read_only",
"property_type": "Check",
"row_name": null,
Expand Down
Loading