egovernment / eregistrations

Base framework for eRegistrations applications
http://help.eregistrations.org/
MIT License
2 stars 0 forks source link

"Accounting" page #1538

Open vianneyl opened 7 years ago

vianneyl commented 7 years ago

We need a page that lists all the payment done for the costs of the procedures of the eRegistrations system.

The "Accounting" page consists in a list of files and the costs paid by the procedure. The list has the following columns :


As in #1536 we have the following :

On top of the list, we should have 2 lines of filters + search, which are :

on the first line : (all the selector have a All option, selected by default)

Zone selector when applies Status selector Service selector Inscription selector User type selector on the second line :

a Keyword search field (for now we can just search in the Company name, we can enhance this later). Bonuses :

  1. it would be great to display the quantity of files of the list (this value of course change when the filters are applied)
  2. it would be great to have the "Print the list" button to pdf.

Note : the column might be a little bit modified from one system to another.

This can be seen in the Cameroun site, with supermario supermario123, page "COMPTABILITÉ DE LA CAISSE".

mybusiness_cm
medikoo commented 7 years ago

@vianneyl in our system, one file can have many different costs, and number of payments can additionally differ. e.g. for costs A & B there can be one cumulated payment.

Technically collection of costs and payment are not necessary of same size, it's just that payments and costs are related to each other.

So we need to clarify what table should list, should it list files, costs or payments ?

Please confirm, and we'll go with further explanations from there

vianneyl commented 7 years ago

@medikoo it really should be files , we don't need to list the details of the costs nor the payments. A problem will be when a payment has been processed at 2 different times...

medikoo commented 7 years ago

Ok, so now what should land in "Payment date"? Here's following thing we need to take into account:

For "Paid amount" I take it should we should display total cost value (same as we display in guide).

Concerning selectors:

  1. it would be great to display the quantity of files of the list (this value of course change when the filters are applied)

Sure, can you provide us with UX design that exposes where do you want that value to be displayed?

it would be great to have the "Print the list" button to pdf.

No problem