Re: Business objects, subset of collection



I don't think you should have a grid showing all invoices for one
vendor. It is not practical in the GUI.
The invoices shown are for the selected vendor AND day. This works
well for the GUI. The user requirements are a bit complex, so I am
trying to keep it simplified and focused to the main issues. But here
is a brief description of data in each grid:
Vendor grid: Contains various levels of summary info for ALL invoices
and scheduled payments for each vendor.
Invoice grid: Contains all invoices that are either due or have
payments scheduled for the selected day, plus summary info of all
payments for each invoice.
Payment grid: All payments for the selected invoice.

What about payments made from other client computers? Are they
reflected instantly too?
Payments are only scheduled by one person. In a multi-user
application, there would obviously have to be some persistance to a
shared medium (RDB or similar).

Jim
.



Relevant Pages

  • Re: Business objects, subset of collection
    ... The invoices shown are for the selected vendor AND day. ... If your database doesn't support that, ... When you say "persistance", are you talking about writing to disk? ...
    (comp.object)
  • Re: Business objects, subset of collection
    ... The application is for scheduling of payments of invoices and ... for the selected vendor ... subsets of the vendors / invoices: ... I have a Setfilter(DateTime filterDate) methods defined in the ...
    (comp.object)
  • Re: Keeping "Header Item" and Total on the Same Line?
    ... One possible way is to include Vendor Name and Total of Invoices in the group header. ... totals and vendors, and shows the total for each vendor ...
    (microsoft.public.access.reports)
  • Re: My first enjoyable Darjeeling
    ... several batches or "invoices". ... vendor tells you what invoice their particular lot comes from there is no ... which usually keeps tea in big tins. ...
    (rec.food.drink.tea)
  • Re: Help with query
    ... One suggestion would be to consider if you ever need to split a transaction, such as for two partial payments on one invoice or for one payment covering two invoices. ... FROM tblSalesOrder SO INNER JOIN (tblDespatch D INNER JOIN (tblTransaction T ...
    (microsoft.public.access.queries)