Skip to content

Commit

Permalink
Chore/better mvl command (#705)
Browse files Browse the repository at this point in the history
* chore: docs and a reimbursed seeder

* chore: linting

* chore: linting

* feat: randmise dates for large voucher seeder

* feat: split out the MVL into multiple functions

* fix: reverted mvl original command and created new export/process functions

* feat: mvl no processes sequentially

* doc: created MVL instructions
  • Loading branch information
tobybatch authored Oct 18, 2023
1 parent e1bf10a commit fc96f84
Show file tree
Hide file tree
Showing 19 changed files with 698 additions and 198 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ It also requires PHP's `zip` extension installed and enabled.
5. `./deploy-service ARCVService_v<x.y.z>(-[beta|RC]X).tgz service_v<x.y.z>(-[beta|RC]X)`
6. update the `.env` file

# MVL Export

See [MVL-EXPORT.md](./docs/MVL-EXPORT.md).

# Copyright
This project was developed by :

Expand Down
2 changes: 1 addition & 1 deletion app/Bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @property Carer $collectingCarer
* @property Centre $disbursingCentre
* @property User $disbursingUser
* @property string $disbursed_at
* @property Carbon $disbursed_at
*/
class Bundle extends Model
{
Expand Down
Loading

0 comments on commit fc96f84

Please sign in to comment.