Skip to content

Commit

Permalink
Feat: Bug fix and exporting of overlooked data
Browse files Browse the repository at this point in the history
Fixed bug where searching for stock movements resulted in searching for code classifications. Exported overlooked data through fixtures.
  • Loading branch information
GichanaMayaka committed Apr 12, 2024
1 parent 23a6431 commit 8cefe31
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 4 deletions.
24 changes: 24 additions & 0 deletions kenya_compliance/fixtures/navari_etims_purchase_receipt_type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"code": "P",
"code_description": "Purchase",
"code_name": "Purchase",
"docstatus": 0,
"doctype": "Navari eTims Purchase Receipt Type",
"modified": "2024-04-05 12:01:02.336752",
"name": "Purchase",
"remark": null,
"sort_order": "1"
},
{
"code": "R",
"code_description": "Credit Note after Purchase",
"code_name": "Credit Note after Purchase",
"docstatus": 0,
"doctype": "Navari eTims Purchase Receipt Type",
"modified": "2024-04-05 12:02:32.096801",
"name": "Credit Note after Purchase",
"remark": null,
"sort_order": "2"
}
]
Loading

0 comments on commit 8cefe31

Please sign in to comment.