Bug 34797 - Change vendor data in KTD/sandbox
Summary: Change vendor data in KTD/sandbox
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-14 19:28 UTC by Caroline Cyr La Rose
Modified: 2023-09-15 12:54 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2023-09-14 19:28:03 UTC
I'm not sure where to put this, but I'd like to suggest changing the vendor information in the sample data that comes with KTD and sandboxes.

Right now "My vendor" has the following information, which doesn't make sense.

           id: 1
         name: My Vendor
     address1: UqBDcf2c
     address2: k0l5P9iZh1
     address3: emketudfHK
     address4: emketudfHK
        phone: vaGJiAkotBXgfolsvhx
accountnumber: YQuIA3
         type: xIJL6y27LsEQe_8xpuw8X52E2mjFqAron3NnrAF4JmEMvecpAo8G2oOqzftF38HU494Arm6ODbsxixS7kNYonOYMNUoouLERE0Dlw8_Pb5q5Bsdh6sYe9GD2_SWWUHVPz1bqekmhAwMAOavreEt4IZM2gZakPtb4UmsCeXO64JO9lK6q6rUYn
        notes: QHhEtKno
       postal: MHbmjFq_yN
          url: 
       active: 1
    listprice: USD
 invoiceprice: USD
       gstreg: 0
   listincgst: 0
invoiceincgst: 0
     tax_rate: 0.1965
     discount: 10.0000
          fax: e41U6rYXwszZ55ag32tRDWgzC1o7uCFHN
 deliverytime: 3
  external_id: GEsp2IsSO4j17EI16qc2NWSpN3yMlUblMg90NXnPla0UfkE3InR2oh7oeFjg4QYIml4pJ2B8GZUDUDaH0IoTkqNdQs2qIyOb4j2OJFP1NDWrKMmlnZbJmvQTeQlzkUg_MhC7lEwn6qYlkn0NIbMFwYutWSJ5A2m9GtMUwHCW_bJF9hz2bYi1vh7McPE1mO1QtV7Bpu3f1UcZaw05nRUx


I think the fields address1, address2, address3, address4, phone, accountnumber, type, notes, postal, and fax (and maybe external_id, but I'm not sure where we input that) could use an upgrade to data that resembles real data a bit more.

         name: My Vendor
     address1: 6897 Library Rd
     address2: Springfield, MA 44224
     address3: NULL
     address4: NULL
        phone: 555-555-5555
accountnumber: 69823
         type: Print books
        notes: Sample vendor
       postal: 567 Main St. PO Box 25 Springfield, MA 44224
          fax: 555-555-9999

I copied the address and phone format from the borrowers, who have american style addresses.
Comment 1 Caroline Cyr La Rose 2023-09-14 19:30:50 UTC
Other than being unrealistic, this data doesn't really change anything. 

However, if we're to use ktd to do automatic screenshots for the manual (which is still an "if" at this point), it would be best to have real-looking data...
Comment 2 Tomás Cohen Arazi 2023-09-14 23:02:56 UTC
This data lives in the misc4dev repository, on Gitlab. That's the place to discuss it.
Comment 3 Caroline Cyr La Rose 2023-09-15 12:54:58 UTC
Thanks Tomás! I added an issue on gitlab and am closing this :)